diff --git a/x11/library/wayland/actions.py b/x11/library/wayland/actions.py index 6cc4baebf8..58acafa5a3 100644 --- a/x11/library/wayland/actions.py +++ b/x11/library/wayland/actions.py @@ -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") \ No newline at end of file + pisitools.dodoc("COPYING", "CONTRIBUTING*", "README") diff --git a/x11/library/wayland/pspec.xml b/x11/library/wayland/pspec.xml index c62a49a029..cd2ec93adb 100644 --- a/x11/library/wayland/pspec.xml +++ b/x11/library/wayland/pspec.xml @@ -12,7 +12,7 @@ library Wayland Compositor Infrastructure Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. - https://wayland.freedesktop.org/releases/wayland-1.18.0.tar.xz + https://wayland.freedesktop.org/releases/wayland-1.19.0.tar.xz xmlto docbook-xsl @@ -114,6 +114,13 @@ + + 2021-04-27 + 1.19.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-01-21 1.18.0