Date: Thursday, March 4, 2021 @ 16:18:36 Author: andyrtr Revision: 409379
upgpkg: xorg-xwayland 21.0.99.902-1: upstream update 21.0.99.902 = 21.1.0 RC2 Modified: xorg-xwayland/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-04 15:24:22 UTC (rev 409378) +++ PKGBUILD 2021-03-04 16:18:36 UTC (rev 409379) @@ -3,9 +3,9 @@ pkgname=xorg-xwayland # https://gitlab.freedesktop.org/xorg/xserver/-/commits/xwayland-21.1 -_commit=fdc61c5a3cc2637a52928c8e2fd4d50118c7ffea # xwayland 21.1 branch +_commit=f20dc97947d368d0750ea190f4b4df88d005166a # xwayland 21.1 branch = 21.1.0 RC2 -pkgver=1.20.0.r853.gfdc61c5a3 +pkgver=21.0.99.902 pkgrel=1 arch=('x86_64') license=('custom') @@ -30,7 +30,8 @@ pkgver() { cd xserver - git describe --tags | sed 's/^xorg.server.//;s/\([^-]*-g\)/r\1/;s/-/./g' +# git describe --tags | sed 's/^xorg.server.//;s/\([^-]*-g\)/r\1/;s/-/./g' + git describe --tags | sed 's/^xwayland.//;s/\([^-]*-g\)/r\1/;s/-/./g' } build() { @@ -37,7 +38,9 @@ arch-meson xserver build \ -D ipv6=true \ -D xvfb=false \ + -D xdmcp=false \ -D xcsecurity=true \ + -D dri3=true \ -D xwayland_eglstream=true \ -D glamor=true \ -D xkb_dir=/usr/share/X11/xkb \
