mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 13:07:13 +08:00
248 lines
9.7 KiB
Bash
248 lines
9.7 KiB
Bash
# Maintainer: Drake Justice <djustice@chakraos.org>
|
|
|
|
pkgbase=xorg-server
|
|
pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 'xorg-server-common' 'xorg-server-devel')
|
|
pkgver=1.17.4
|
|
pkgrel=5 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild
|
|
arch=('x86_64')
|
|
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' 'wayland' 'libunwind')
|
|
source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2{,.sig}
|
|
autoconfig-nvidia.patch
|
|
autoconfig-sis.patch
|
|
10-quirks.conf
|
|
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'
|
|
'66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
|
|
'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
|
|
'94612f5c0d34a3b7152915c2e285c7b462e9d8e38d3539bd551a339498eac166'
|
|
'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
|
|
'2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776'
|
|
'3dc795002b8763a7d29db94f0af200131da9ce5ffc233bfd8916060f83a8fad7'
|
|
'416a1422eed71efcebb1d893de74e7f27e408323a56c4df003db37f5673b3f96'
|
|
'3d7edab3a54d647e7d924b29d29f91b50212f308fcb1853a5aacd3181f58276c')
|
|
|
|
prepare() {
|
|
cd "${pkgbase}-${pkgver}"
|
|
# Use unofficial imedia SiS driver for supported SiS devices
|
|
patch -Np0 -i ../autoconfig-sis.patch
|
|
# outputclass config file works only when nvidia-drm kernel driver is exposed
|
|
# 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
|
|
|
|
|
|
# fix Arch 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
|
|
|
|
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-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
|
|
|
|
# --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-common() {
|
|
pkgdesc="Xorg server common files"
|
|
depends=('xkeyboard-config' 'xorg-xkbcomp' 'xorg-setxkbmap' 'xorg-fonts-misc'
|
|
'libunwind')
|
|
|
|
cd "${pkgbase}-${pkgver}"
|
|
install -m755 -d "${pkgdir}/usr/share/licenses/xorg-server-common"
|
|
install -m644 COPYING "${pkgdir}/usr/share/licenses/xorg-server-common"
|
|
|
|
make -C xkb DESTDIR="${pkgdir}" install-data
|
|
|
|
install -m755 -d "${pkgdir}/usr/share/man/man1"
|
|
install -m644 man/Xserver.1 "${pkgdir}/usr/share/man/man1/"
|
|
|
|
install -m755 -d "${pkgdir}/usr/lib/xorg"
|
|
install -m644 dix/protocol.txt "${pkgdir}/usr/lib/xorg/"
|
|
}
|
|
|
|
package_xorg-server() {
|
|
pkgdesc="Xorg X server"
|
|
depends=(libepoxy libxdmcp libxfont libpciaccess libdrm pixman libgcrypt libxau xorg-server-common xf86-input-driver 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<=331.20' 'glamor-egl' 'xf86-video-modesetting')
|
|
replaces=('glamor-egl' 'xf86-video-modesetting')
|
|
install=xorg-server.install
|
|
|
|
cd "${pkgbase}-${pkgver}"
|
|
make DESTDIR="${pkgdir}" install
|
|
|
|
# distro specific files must be installed in /usr/share/X11/xorg.conf.d
|
|
install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
|
|
install -m644 "${srcdir}/10-quirks.conf" "${pkgdir}/usr/share/X11/xorg.conf.d/"
|
|
|
|
# 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"
|
|
}
|
|
|
|
package_xorg-server-xephyr() {
|
|
pkgdesc="A nested X server that runs as an X application"
|
|
depends=(libxfont libgl libepoxy libgcrypt libxv pixman xorg-server-common 'xcb-util-image'
|
|
'xcb-util-renderutil' 'xcb-util-wm' 'xcb-util-keysyms')
|
|
|
|
cd "${pkgbase}-${pkgver}/hw/kdrive"
|
|
make DESTDIR="${pkgdir}" install
|
|
|
|
install -m755 -d "${pkgdir}/usr/share/licenses/xorg-server-xephyr"
|
|
ln -sf ../xorg-server-common/COPYING "${pkgdir}/usr/share/licenses/xorg-server-xephyr/COPYING"
|
|
}
|
|
|
|
package_xorg-server-xvfb() {
|
|
pkgdesc="Virtual framebuffer X server"
|
|
depends=(libxfont libxdmcp libxau libgcrypt pixman xorg-server-common xorg-xauth libgl)
|
|
|
|
cd "${pkgbase}-${pkgver}/hw/vfb"
|
|
make DESTDIR="${pkgdir}" install
|
|
|
|
install -m755 "${srcdir}/xvfb-run" "${pkgdir}/usr/bin/"
|
|
install -m644 "${srcdir}/xvfb-run.1" "${pkgdir}/usr/share/man/man1/"
|
|
|
|
install -m755 -d "${pkgdir}/usr/share/licenses/xorg-server-xvfb"
|
|
ln -sf ../xorg-server-common/COPYING "${pkgdir}/usr/share/licenses/xorg-server-xvfb/COPYING"
|
|
}
|
|
|
|
package_xorg-server-xnest() {
|
|
pkgdesc="A nested X server that runs as an X application"
|
|
depends=(libxfont libxext libgcrypt pixman xorg-server-common systemd)
|
|
|
|
cd "${pkgbase}-${pkgver}/hw/xnest"
|
|
make DESTDIR="${pkgdir}" install
|
|
|
|
install -m755 -d "${pkgdir}/usr/share/licenses/xorg-server-xnest"
|
|
ln -sf ../xorg-server-common/COPYING "${pkgdir}/usr/share/licenses/xorg-server-xnest/COPYING"
|
|
}
|
|
|
|
package_xorg-server-xdmx() {
|
|
pkgdesc="Distributed Multihead X Server and utilities"
|
|
depends=(libxfont libxi libgcrypt libxaw libxrender libdmx libxfixes pixman xorg-server-common)
|
|
|
|
cd "${pkgbase}-${pkgver}/hw/dmx"
|
|
make DESTDIR="${pkgdir}" install
|
|
|
|
install -m755 -d "${pkgdir}/usr/share/licenses/xorg-server-xdmx"
|
|
ln -sf ../xorg-server-common/COPYING "${pkgdir}/usr/share/licenses/xorg-server-xdmx/COPYING"
|
|
}
|
|
|
|
package_xorg-server-xwayland() {
|
|
pkgdesc="run X clients under wayland"
|
|
depends=(libxfont libepoxy libgl pixman wayland xorg-server-common)
|
|
|
|
cd "${pkgbase}-${pkgver}/hw/xwayland"
|
|
make DESTDIR="${pkgdir}" install
|
|
|
|
install -m755 -d "${pkgdir}/usr/share/licenses/xorg-server-xwayland"
|
|
ln -sf ../xorg-server-common/COPYING "${pkgdir}/usr/share/licenses/xorg-server-xwayland/COPYING"
|
|
}
|
|
|
|
package_xorg-server-devel() {
|
|
pkgdesc="Development files for the X.Org X server"
|
|
depends=(# see pkgdir/usr/lib/pkgconfig/xorg-server.pc
|
|
xproto randrproto renderproto xextproto inputproto kbproto
|
|
fontsproto pixman videoproto xf86driproto glproto
|
|
mesa dri2proto dri3proto xineramaproto libpciaccess
|
|
resourceproto scrnsaverproto presentproto
|
|
# not technically required but almost every Xorg pkg needs it to build
|
|
xorg-util-macros)
|
|
|
|
cd "${pkgbase}-${pkgver}"
|
|
make DESTDIR="${pkgdir}" install
|
|
|
|
rm -rf "${pkgdir}/usr/bin"
|
|
rm -rf "${pkgdir}/usr/share/man"
|
|
rm -rf "${pkgdir}/usr/share/doc"
|
|
rm -rf "${pkgdir}/usr/share/X11"
|
|
rm -rf "${pkgdir}/usr/lib/xorg"
|
|
rm -rf "${pkgdir}/usr/lib/xorg-server"
|
|
rm -rf "${pkgdir}/var"
|
|
|
|
install -m755 -d "${pkgdir}/usr/share/licenses/xorg-server-devel"
|
|
ln -sf ../xorg-server-common/COPYING "${pkgdir}/usr/share/licenses/xorg-server-devel/COPYING"
|
|
}
|