summaryrefslogtreecommitdiff
path: root/libre/xorg-server/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-11-22 11:59:12 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-11-22 11:59:12 -0300
commitb39660af33c01a124dd52a16931cc7b97c213680 (patch)
treec26c77f0d61aa768967fa43328073aa175562927 /libre/xorg-server/PKGBUILD
parent89d2acc563e58b7200b89f6c8be9f77024dd8bc6 (diff)
xorg-server: remove from [libre] since nvidia-drm-outputclass.conf has been removed -> https://bugs.archlinux.org/task/45973
Diffstat (limited to 'libre/xorg-server/PKGBUILD')
-rw-r--r--libre/xorg-server/PKGBUILD151
1 files changed, 0 insertions, 151 deletions
diff --git a/libre/xorg-server/PKGBUILD b/libre/xorg-server/PKGBUILD
deleted file mode 100644
index f7feffac6..000000000
--- a/libre/xorg-server/PKGBUILD
+++ /dev/null
@@ -1,151 +0,0 @@
-# $Id: PKGBUILD 249791 2015-10-27 13:18:40Z lcarlier $
-# Maintainer (Arch): AndyRTR <andyrtr@archlinux.org>
-# Maintainer (Arch): Jan de Groot <jgc@archlinux.org>
-# Maintainer: Márcio Silva <coadde@parabola.nu>
-
-pkgbase=xorg-server
-pkgname=('xorg-server')
-pkgver=1.17.4
-pkgrel=2.parabola1
-arch=('i686' 'x86_64' 'armv7h')
-license=('custom')
-url="http://xorg.freedesktop.org"
-makedepends=('pixman' 'libx11' 'mesa' 'mesa-libgl' 'xf86driproto' 'xcmiscproto' 'xtrans' 'bigreqsproto' 'randrproto'
- 'inputproto' 'fontsproto' 'videoproto' 'presentproto' 'compositeproto' 'recordproto' 'scrnsaverproto'
- 'resourceproto' 'xineramaproto' 'libxkbfile' 'libxfont' 'renderproto' 'libpciaccess' 'libxv'
- 'xf86dgaproto' 'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 'libdmx' 'libxtst' 'libxres'
- 'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 'dri2proto' 'libgcrypt' 'libepoxy'
- 'xcb-util' 'xcb-util-image' 'xcb-util-renderutil' 'xcb-util-wm' 'xcb-util-keysyms' 'dri3proto'
- 'libxshmfence' 'libunwind')
-source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2{,.sig}
- xvfb-run
- xvfb-run.1
- 0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
- 0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
- 0001-systemd-logind-do-not-rely-on-directed-signals.patch)
-validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C'
- 'C383B778255613DFDB409D91DB221A6900000011'
- 'DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3')
-sha256sums=('0c4b45c116a812a996eb432d8508cf26c2ec8c3916ff2a50781796882f8d6457'
- 'SKIP'
- 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
- '2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776'
- '3dc795002b8763a7d29db94f0af200131da9ce5ffc233bfd8916060f83a8fad7'
- '416a1422eed71efcebb1d893de74e7f27e408323a56c4df003db37f5673b3f96'
- '3d7edab3a54d647e7d924b29d29f91b50212f308fcb1853a5aacd3181f58276c')
-
-prepare() {
- cd "${pkgbase}-${pkgver}"
- # fix FS#45229, merged upstream
- patch -Np1 -i ../0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
- patch -Np1 -i ../0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
-
- # fix VT switching with kdbus; from upstream
- patch -Np1 -i ../0001-systemd-logind-do-not-rely-on-directed-signals.patch
-
- # fix os name:
- #Build Operating System = OSNAME="--kernel-name --kernel-release --machine" OSVENDOR=""
- #Current Operating System = --kernel-name --nodename --kernel-release --kernel-version --machine
- # to:
- #Build Operating System = OSNAME="--operating-system" OSVENDOR="--machine - kernel --kernel-release"
- #Current Operating System = OSNAME="--operating-system" --nodename --machine - kernel --kernel-release --kernel-version
- # see: man uname
-
- sed -i '\|Current Operating System| s|%s %s %s %s %s|%s %s %s - kernel %s %s|
- s|name.sysname, name.nodename, name.release|OSNAME, name.nodename, name.machine|
- s|name.version, name.machine|name.release, name.version|
- ' hw/xfree86/common/xf86Init.c
- sed -i 's|Linux|GNU/Linux|
- s|GNU Hurd|GNU/Hurd|
- ' hw/xfree86/man/{Xorg,xorg.conf}.man
- sed -i 's|uname -srm|uname -o|
- s|uname -s|uname -o|
- ' ChangeLog config.guess configure.ac configure compile
-
- autoreconf -fvi
-}
-
-build() {
- cd "${pkgbase}-${pkgver}"
- ./configure --prefix=/usr \
- --enable-ipv6 \
- --enable-dri \
- --enable-dmx \
- --enable-xvfb \
- --enable-xnest \
- --enable-composite \
- --enable-xcsecurity \
- --enable-libunwind \
- --enable-xorg \
- --enable-xephyr \
- --enable-glamor \
- --enable-xwayland \
- --enable-glx-tls \
- --enable-kdrive \
- --enable-kdrive-evdev \
- --enable-kdrive-kbd \
- --enable-kdrive-mouse \
- --enable-config-udev \
- --enable-systemd-logind \
- --enable-suid-wrapper \
- --disable-install-setuid \
- --enable-record \
- --disable-xfbdev \
- --disable-xfake \
- --disable-static \
- --libexecdir=/usr/lib/xorg-server \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --with-xkb-path=/usr/share/X11/xkb \
- --with-xkb-output=/var/lib/xkb \
- --with-fontrootdir=/usr/share/fonts \
- --with-sha1=libgcrypt \
- --with-os-name="$(uname -o)" \
- --with-os-vendor="$(uname -m) - kernel $(uname -r)"
-
-# --without-dtrace \
-# --disable-linux-acpi --disable-linux-apm \
-
- make
-
- # Disable subdirs for make install rule to make splitting easier
- sed -e 's/^DMX_SUBDIRS =.*/DMX_SUBDIRS =/' \
- -e 's/^XVFB_SUBDIRS =.*/XVFB_SUBDIRS =/' \
- -e 's/^XNEST_SUBDIRS =.*/XNEST_SUBDIRS = /' \
- -e 's/^KDRIVE_SUBDIRS =.*/KDRIVE_SUBDIRS =/' \
- -e 's/^XWAYLAND_SUBDIRS =.*/XWAYLAND_SUBDIRS =/' \
- -i hw/Makefile
-}
-
-package_xorg-server() {
- pkgdesc="Xorg X server, without nonfree nvidia driver support"
- depends=(libepoxy libxdmcp libxfont libpciaccess libdrm pixman libgcrypt libxau "xorg-server-common=$pkgver" xf86-input-evdev libxshmfence libgl)
- # see xorg-server-*/hw/xfree86/common/xf86Module.h for ABI versions - we provide major numbers that drivers can depend on
- # and /usr/lib/pkgconfig/xorg-server.pc in xorg-server-devel pkg
- provides=('X-ABI-VIDEODRV_VERSION=19' 'X-ABI-XINPUT_VERSION=21.1' 'X-ABI-EXTENSION_VERSION=9.0' 'x-server')
- groups=('xorg')
- conflicts=('nvidia-utils' 'glamor-egl' 'xf86-video-modesetting' "${pkgbase}-libre" "${pkgbase}-parabola")
- replaces=('nvidia-utils' 'glamor-egl' 'xf86-video-modesetting' "${pkgbase}-libre" "${pkgbase}-parabola")
- install=xorg-server.install
-
- cd "${pkgbase}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-
- # Needed for non-mesa drivers, libgl will restore it
- mv "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
- "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg"
-
- rm -rf "${pkgdir}/var"
-
- rm -f "${pkgdir}/usr/share/man/man1/Xserver.1"
- rm -f "${pkgdir}/usr/lib/xorg/protocol.txt"
-
- install -m755 -d "${pkgdir}/usr/share/licenses/xorg-server"
- ln -sf ../xorg-server-common/COPYING "${pkgdir}/usr/share/licenses/xorg-server/COPYING"
-
- rm -rf "${pkgdir}/usr/lib/pkgconfig"
- rm -rf "${pkgdir}/usr/include"
- rm -rf "${pkgdir}/usr/share/aclocal"
- # this is now part of xorg-input-evdev
- rm -rf "${pkgdir}/usr/share/X11/xorg.conf.d/10-evdev.conf"
-}