xcb-proto rebuild

This commit is contained in:
Rmys
2021-05-23 12:32:58 +03:00
committed by GitHub
parent 391ae3cb17
commit efc0edb267
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -4,10 +4,13 @@
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
shelltools.export("PYTHON","/usr/bin/python3")
autotools.autoreconf("-vif") autotools.autoreconf("-vif")
autotools.configure() autotools.configure()
+8
View File
@@ -15,6 +15,7 @@
<Archive sha1sum="836d5b2dd00ff21bd038e92764fda9a256a1b022" type="tarxz">https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.14.1.tar.xz</Archive> <Archive sha1sum="836d5b2dd00ff21bd038e92764fda9a256a1b022" type="tarxz">https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.14.1.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>libxml2</Dependency> <Dependency>libxml2</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -29,6 +30,13 @@
</Package> </Package>
<History> <History>
<Update release="9">
<Date>2021-05-22</Date>
<Version>1.14.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8"> <Update release="8">
<Date>2020-12-09</Date> <Date>2020-12-09</Date>
<Version>1.14.1</Version> <Version>1.14.1</Version>