summaryrefslogtreecommitdiffstats
path: root/source/x/x11
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/x11')
-rw-r--r--source/x/x11/build/xcb-proto2
-rw-r--r--source/x/x11/post-install/libxcb.post-install7
-rw-r--r--source/x/x11/post-install/xcb-proto.post-install2
3 files changed, 3 insertions, 8 deletions
diff --git a/source/x/x11/build/xcb-proto b/source/x/x11/build/xcb-proto
index b8626c4cf..d00491fd7 100644
--- a/source/x/x11/build/xcb-proto
+++ b/source/x/x11/build/xcb-proto
@@ -1 +1 @@
-4
+1
diff --git a/source/x/x11/post-install/libxcb.post-install b/source/x/x11/post-install/libxcb.post-install
index ebaacfd86..ed65ff56d 100644
--- a/source/x/x11/post-install/libxcb.post-install
+++ b/source/x/x11/post-install/libxcb.post-install
@@ -23,11 +23,6 @@
# Add documentation:
mkdir -p $PKG/usr/doc/libxcb-$MODULAR_PACKAGE_VERSION
cp -a \
- COPYING INSTALL NEWS README \
+ COPYING* NEWS* README* \
$PKG/usr/doc/libxcb-$MODULAR_PACKAGE_VERSION
mv $PKG/usr/share/doc/libxcb/tutorial $PKG/usr/doc/libxcb-$MODULAR_PACKAGE_VERSION
-# The manual isn't building for now, so...
-rm -rf $PKG/usr/share/doc/libxcb
-rmdir $PKG/usr/share/doc
-rmdir $PKG/usr/share
-
diff --git a/source/x/x11/post-install/xcb-proto.post-install b/source/x/x11/post-install/xcb-proto.post-install
index eb341027a..d620c9dc3 100644
--- a/source/x/x11/post-install/xcb-proto.post-install
+++ b/source/x/x11/post-install/xcb-proto.post-install
@@ -1,5 +1,5 @@
# Add documentation:
mkdir -p $PKG/usr/doc/xcb-proto-$MODULAR_PACKAGE_VERSION
cp -a \
- COPYING README \
+ COPYING* README* NEWS* TODO* \
$PKG/usr/doc/xcb-proto-$MODULAR_PACKAGE_VERSION