extra/xorg-server to 1.20.10-2

This commit is contained in:
Kevin Mihelich 2020-12-11 14:02:49 +00:00
parent 11b29e7b0c
commit 472fea6818

View file

@ -6,12 +6,12 @@
pkgbase=xorg-server
pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xvfb' 'xorg-server-xnest'
'xorg-server-xwayland' 'xorg-server-common' 'xorg-server-devel')
'xorg-server-common' 'xorg-server-devel')
_commit=bc111a2e67e16d4e6d4f3196ab86c22c1e278c45 # server-1.20-branch 2020-12-01 = 1.20.10
pkgver=1.20.10
pkgrel=1
pkgrel=2
arch=('x86_64')
license=('custom')
groups=('xorg')
@ -21,7 +21,7 @@ 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' 'wayland-protocols' 'egl-wayland' 'meson' 'git')
'libxshmfence' 'libunwind' 'systemd' 'meson' 'git')
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 +83,8 @@ build() {
-D xcsecurity=true \
-D xorg=true \
-D xephyr=true \
-D xwayland=true \
-D xwayland_eglstream=true \
-D xwayland=false \
-D xwayland_eglstream=false \
-D glamor=true \
-D udev=true \
-D systemd_logind=true \
@ -196,18 +196,6 @@ package_xorg-server-xnest() {
install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xserver/COPYING
}
package_xorg-server-xwayland() {
pkgdesc="run X clients under wayland"
depends=(libxfont2 libepoxy libunwind systemd-libs libgl pixman xorg-server-common
nettle libtirpc)
_install fakeinstall/usr/bin/Xwayland
# license
#install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" "${pkgbase}-${pkgver}"/COPYING
install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xserver/COPYING
}
package_xorg-server-devel() {
pkgdesc="Development files for the X.Org X server"
depends=('xorgproto' 'mesa' 'libpciaccess'