wayland-1.19.0
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user