extra/xorg-server to 1.20.10-3

This commit is contained in:
Kevin Mihelich 2020-12-16 23:42:30 +00:00
parent e06358bc35
commit ebe624e001

View file

@ -11,7 +11,7 @@ pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xvfb' 'xorg-server-xnes
_commit=bc111a2e67e16d4e6d4f3196ab86c22c1e278c45 # server-1.20-branch 2020-12-01 = 1.20.10
pkgver=1.20.10
pkgrel=2
pkgrel=3
arch=('x86_64')
license=('custom')
groups=('xorg')
@ -21,7 +21,8 @@ makedepends=('xorgproto' 'pixman' 'libx11' 'mesa' 'mesa-libgl' 'xtrans'
'libxmu' 'libxrender' 'libxi' 'libxaw' 'libxtst' 'libxres'
'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'libepoxy'
'xcb-util' 'xcb-util-image' 'xcb-util-renderutil' 'xcb-util-wm' 'xcb-util-keysyms'
'libxshmfence' 'libunwind' 'systemd' 'meson' 'git')
'libxshmfence' 'libunwind' 'systemd' 'meson' 'git'
'wayland-protocols' 'egl-wayland')
source=(#https://xorg.freedesktop.org/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2{,.sig}
"git+https://gitlab.freedesktop.org/xorg/xserver#commit=${_commit}" #?signed"
xserver-autobind-hotplug.patch
@ -83,8 +84,8 @@ build() {
-D xcsecurity=true \
-D xorg=true \
-D xephyr=true \
-D xwayland=false \
-D xwayland_eglstream=false \
-D xwayland=true \
-D xwayland_eglstream=true \
-D glamor=true \
-D udev=true \
-D systemd_logind=true \
@ -211,5 +212,6 @@ package_xorg-server-devel() {
install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xserver/COPYING
# make sure there are no files left to install
rm fakeinstall/usr/bin/Xwayland
find fakeinstall -depth -print0 | xargs -0 rmdir
}