wayland-1.19.0

This commit is contained in:
Rmys
2021-04-30 18:32:30 +03:00
committed by GitHub
parent eb277a082e
commit 14d4b7b95a
2 changed files with 15 additions and 3 deletions
+7 -2
View File
@@ -10,10 +10,14 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib"
bindir = "/usr/bin32" if get.buildTYPE() == "emul32" else "/usr/bin"
def setup():
autotools.autoreconf("-vif")
autotools.configure("--disable-documentation --disable-static")
autotools.configure("--disable-documentation \
--libdir=%s \
--bindir=%s \
--disable-static" % (Libdir, bindir))
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
@@ -24,6 +28,7 @@ def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
if get.buildTYPE() == "emul32":
pisitools.removeDir("/usr/bin32")
return
pisitools.dodoc("COPYING", "TODO", "README")
pisitools.dodoc("COPYING", "CONTRIBUTING*", "README")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Wayland Compositor Infrastructure</Summary>
<Description>Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol.</Description>
<Archive sha1sum="33e5292b32a115e829458ea627201ed1e4ad4f45" type="tarxz">https://wayland.freedesktop.org/releases/wayland-1.18.0.tar.xz</Archive>
<Archive sha1sum="9ae0a89cfe6798250b19c72a987bda734d269060" type="tarxz">https://wayland.freedesktop.org/releases/wayland-1.19.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>xmlto</Dependency>
<Dependency>docbook-xsl</Dependency>
@@ -114,6 +114,13 @@
</Package>
<History>
<Update release="11">
<Date>2021-04-27</Date>
<Version>1.19.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2021-01-21</Date>
<Version>1.18.0</Version>