diff options
Diffstat (limited to '')
-rw-r--r-- | xorg-server-hwcursor-gamma/PKGBUILD | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/xorg-server-hwcursor-gamma/PKGBUILD b/xorg-server-hwcursor-gamma/PKGBUILD index 7eeea78..09c3a1e 100644 --- a/xorg-server-hwcursor-gamma/PKGBUILD +++ b/xorg-server-hwcursor-gamma/PKGBUILD @@ -4,10 +4,10 @@ _pkgname=xorg-server pkgname=xorg-server-hwcursor-gamma -pkgver=1.16.0 +pkgver=1.16.1 pkgrel=1 pkgdesc="Xorg X server with patch to apply gamma ramps on hardware cursors" -depends=(libepoxy libxdmcp libxfont libpciaccess libdrm pixman libgcrypt libxau xorg-server-common xf86-input-evdev libxshmfence) +depends=(libepoxy libxdmcp libxfont libpciaccess libdrm pixman libgcrypt libxau xorg-server-common xf86-input-evdev libxshmfence libgl) provides=('xorg-server=1.16.0' 'X-ABI-VIDEODRV_VERSION=18' 'X-ABI-XINPUT_VERSION=21' 'X-ABI-EXTENSION_VERSION=8.0' 'x-server') conflicts=('xorg-server' 'nvidia-utils<=331.20' 'glamor-egl') replaces=('glamor-egl') @@ -23,17 +23,15 @@ makedepends=('pixman' 'libx11' 'mesa' 'mesa-libgl' 'xf86driproto' 'xcmiscproto' source=(${url}/releases/individual/xserver/${_pkgname}-${pkgver}.tar.bz2 autoconfig-nvidia.patch autoconfig-sis.patch - glamor-upstream-fix.patch nvidia-drm-outputclass.conf xvfb-run xvfb-run.1 0001-When-an-cursor-is-set-it-is-adjusted-to-use-the.patch 0002-Fix-for-full-and-semi-transparency-under-negative-im.patch 0003-Use-Harms-s-suggest-do-not-use-inline-if.-And-fix-si.patch) -sha256sums=('38330a03c5f7a38745a3f9816cf069db5b8844eebb358fd39dbabf61f32cd06b' +sha256sums=('f4677c6ec9fb7b59648321737087aeb9963b60bcea50ee3773fe46be1a37e060' '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162' 'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84' - 'fbd898f0e867c77c9bf918fd2e7956c7776ecb3cc3634c61290fb03513b47987' 'af1c3d2ea5de7f6a6b5f7c60951a189a4749d1495e5462f3157ae7ac8fe1dc56' 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9' '2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776' @@ -49,8 +47,6 @@ prepare() { # this means that older drivers (304xx and before) aren't currently supported # Use nouveau/nv/nvidia drivers for nvidia devices patch -Np1 -i ../autoconfig-nvidia.patch - # merged upstream (1.16 branch) - patch -Np1 -i ../glamor-upstream-fix.patch # Apply hardware cursors gamma adjustments patchs patch -Np1 -i ../0001-When-an-cursor-is-set-it-is-adjusted-to-use-the.patch @@ -79,8 +75,8 @@ build() { --enable-kdrive-kbd \ --enable-kdrive-mouse \ --enable-config-udev \ - --enable-systemd-logind \ - --enable-suid-wrapper \ + --disable-systemd-logind \ + --disable-suid-wrapper \ --enable-install-setuid \ --enable-record \ --disable-xfbdev \ @@ -91,7 +87,8 @@ build() { --localstatedir=/var \ --with-xkb-path=/usr/share/X11/xkb \ --with-xkb-output=/var/lib/xkb \ - --with-fontrootdir=/usr/share/fonts + --with-fontrootdir=/usr/share/fonts \ + --without-systemd-daemon # --without-dtrace \ # --disable-linux-acpi --disable-linux-apm \ |