summaryrefslogtreecommitdiff
path: root/xorg-xorgproto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xorgproto/Pkgfile')
-rw-r--r--xorg-xorgproto/Pkgfile16
1 files changed, 11 insertions, 5 deletions
diff --git a/xorg-xorgproto/Pkgfile b/xorg-xorgproto/Pkgfile
index a5a58042..302f7739 100644
--- a/xorg-xorgproto/Pkgfile
+++ b/xorg-xorgproto/Pkgfile
@@ -1,19 +1,25 @@
-# Description: xorg xorgproto
-# URL: http://xorg.freedesktop.org
-# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
+# Description: Headers defining the core protocol and extensions for the X Window System
+# URL: http://xorg.freedesktop.org
+# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on:
name=xorg-xorgproto
-version=2018.4
+version=2019.1
release=1
source=(https://xorg.freedesktop.org/archive/individual/proto/xorgproto-$version.tar.bz2)
build() {
cd xorgproto-$version
- ./configure --prefix=/usr
+
+ ./configure \
+ --prefix=/usr \
+ --enable-legacy
make
make DESTDIR=$PKG install
+ # conflict with xorg-xf86rushproto
+ rm $PKG/usr/include/X11/extensions/xf86rush*
+
rm -r $PKG/usr/share/doc
}

Generated by cgit