xorg/xorg-server/Pkgfile
Juergen Daubert cfb5574453 [notify] xorg-server: update to 1.19.3-47
includes fixes for CVE-2017-10971 and CVE-2017-10972

Tar-ball generated from the xserver 1.19 branch until
126144c2355ce5a3a350f15ef97389c7f34bb6fb, see
https://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.19-branch
2017-10-02 17:08:11 +02:00

31 lines
1.1 KiB
Plaintext

# Description: X Window System server
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: libepoxy util-linux xorg-bdftopcf xorg-bigreqsproto xorg-font-util xorg-libdmx xorg-libxaw xorg-libxcomposite xorg-libxcursor xorg-libxfont2 xorg-libxft xorg-libxinerama xorg-libxkbfile xorg-libxrandr xorg-libxres xorg-libxtst xorg-libxxf86dga xorg-mkfontdir xorg-mkfontscale xorg-scrnsaverproto xorg-xcb-util-keysyms xorg-xcmiscproto xorg-xf86driproto
name=xorg-server
version=1.19.3-47
release=1
#source=(http://xorg.freedesktop.org/releases/individual/xserver/$name-$version.tar.bz2)
source=(https://crux.nu/files/distfiles/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--localstatedir=/var \
--with-fontrootdir=/usr/share/fonts/X11 \
--with-xkb-output=/var/lib/xkb \
--enable-dri \
--with-sha1=libcrypto \
--disable-systemd-logind \
--enable-glamor
make
make DESTDIR=$PKG install
rmdir $PKG/var/log
install -m 755 -d $PKG/etc/X11/xorg.conf.d
}