libxcb rebuild
This commit is contained in:
@@ -5,9 +5,11 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
shelltools.export("PYTHON","/usr/bin/python3")
|
||||||
pisitools.flags.add("-DNDEBUG")
|
pisitools.flags.add("-DNDEBUG")
|
||||||
|
|
||||||
autotools.autoreconf("-vfi")
|
autotools.autoreconf("-vfi")
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>libXau-devel</Dependency>
|
<Dependency>libXau-devel</Dependency>
|
||||||
<Dependency>libXdmcp-devel</Dependency>
|
<Dependency>libXdmcp-devel</Dependency>
|
||||||
<Dependency>python-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
<Dependency>libxslt</Dependency>
|
<Dependency>libxslt</Dependency>
|
||||||
<Dependency>util-macros</Dependency>
|
<Dependency>util-macros</Dependency>
|
||||||
<Dependency versionFrom="1.14.1">xcb-proto</Dependency>
|
<Dependency versionFrom="1.14.1">xcb-proto</Dependency>
|
||||||
@@ -78,6 +78,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="12">
|
||||||
|
<Date>2021-05-22</Date>
|
||||||
|
<Version>1.14</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="11">
|
<Update release="11">
|
||||||
<Date>2020-12-09</Date>
|
<Date>2020-12-09</Date>
|
||||||
<Version>1.14</Version>
|
<Version>1.14</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user