mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/xorg-server to 1.20.10-2
This commit is contained in:
parent
11b29e7b0c
commit
472fea6818
1 changed files with 5 additions and 17 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue