xorg-xwayland-21.1.3
This commit is contained in:
@@ -11,25 +11,23 @@ from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
mesontools.configure("-D ipv6=true \
|
||||
-D glx=true \
|
||||
-D dpms=true \
|
||||
-D xace=true \
|
||||
-D xvfb=true \
|
||||
-D xdmcp=true \
|
||||
-D xinerama=true \
|
||||
-D xcsecurity=true \
|
||||
-D screensaver=true \
|
||||
-D dri3=true \
|
||||
-D xwayland_eglstream=true \
|
||||
-D glamor=true \
|
||||
-D xkb_dir=/usr/share/X11/xkb \
|
||||
-D xkb_output_dir=/var/lib/xkb")
|
||||
mesontools.configure("-Dipv6=true \
|
||||
-Dxvfb=false \
|
||||
-Dxdmcp=false \
|
||||
-Dxcsecurity=true \
|
||||
-Ddri3=true \
|
||||
-Dxwayland_eglstream=true \
|
||||
-Dglamor=true \
|
||||
-Dxkb_dir=/usr/share/X11/xkb \
|
||||
-Dxkb_output_dir=/var/lib/xkb")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.remove("/usr/lib/xorg/protocol.txt")
|
||||
pisitools.remove("/usr/share/man/man1/Xserver.1")
|
||||
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Run X clients under wayland</Summary>
|
||||
<Description>Run X clients under wayland</Description>
|
||||
<Archive sha1sum="88c52bb55424c38e67540938048dd8d0eb563e52" type="tarxz">https://xorg.freedesktop.org/archive/individual/xserver/xwayland-21.1.2.901.tar.xz</Archive>
|
||||
<Archive sha1sum="ae980a7deeb7cad9f3cd253f3b1ddca5bb26aafa" type="tarxz">https://xorg.freedesktop.org/archive/individual/xserver/xwayland-21.1.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>xtrans</Dependency>
|
||||
@@ -88,6 +88,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2021-11-12</Date>
|
||||
<Version>21.1.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2021-11-03</Date>
|
||||
<Version>21.1.2.901</Version>
|
||||
|
||||
Reference in New Issue
Block a user