From fed4b0df84c782a57d30e5f3cad81c92abab332a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 3 Aug 2014 18:46:52 +0200 Subject: xorg-server-hwcursor-gamma: --enable-install-setuid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xorg-server-hwcursor-gamma/PKGBUILD | 3 +-- .../xorg-server-hwcursor-gamma.install | 18 ------------------ 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install (limited to 'xorg-server-hwcursor-gamma') diff --git a/xorg-server-hwcursor-gamma/PKGBUILD b/xorg-server-hwcursor-gamma/PKGBUILD index 3f84128..7eeea78 100644 --- a/xorg-server-hwcursor-gamma/PKGBUILD +++ b/xorg-server-hwcursor-gamma/PKGBUILD @@ -11,7 +11,6 @@ depends=(libepoxy libxdmcp libxfont libpciaccess libdrm pixman libgcrypt libxau 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') -install=xorg-server-hwcursor-gamma.install arch=('i686' 'x86_64') license=('custom') url="http://xorg.freedesktop.org" @@ -82,7 +81,7 @@ build() { --enable-config-udev \ --enable-systemd-logind \ --enable-suid-wrapper \ - --disable-install-setuid \ + --enable-install-setuid \ --enable-record \ --disable-xfbdev \ --disable-xfake \ diff --git a/xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install b/xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install deleted file mode 100644 index fba8f47..0000000 --- a/xorg-server-hwcursor-gamma/xorg-server-hwcursor-gamma.install +++ /dev/null @@ -1,18 +0,0 @@ -post_upgrade() { - if (( $(vercmp $2 1.16.0-1) < 0 )); then - post_install - fi -} - -post_install() { - cat <>> xorg-server has now the ability to run without root rights with - the help of systemd-logind. xserver will fail to run if not launched - from the same virtual terminal as was used to log in. - Without root rights, log files will be in ~/.local/share/xorg/ directory. - - Old behavior can be restored through Xorg.wrap config file. - See Xorg.wrap man page (man xorg.wrap). -MSG -} - -- cgit v1.2.3-70-g09d2