summaryrefslogtreecommitdiffstats
path: root/source/x
diff options
context:
space:
mode:
Diffstat (limited to 'source/x')
-rwxr-xr-xsource/x/vulkan-sdk/vulkan-sdk.SlackBuild10
-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
4 files changed, 8 insertions, 13 deletions
diff --git a/source/x/vulkan-sdk/vulkan-sdk.SlackBuild b/source/x/vulkan-sdk/vulkan-sdk.SlackBuild
index 3ed33960b..e19896ebc 100755
--- a/source/x/vulkan-sdk/vulkan-sdk.SlackBuild
+++ b/source/x/vulkan-sdk/vulkan-sdk.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for vulkan-sdk
# Copyright 2016, 2017 Heinz Wiesinger, Amsterdam, The Netherlands
-# Copyright 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2016, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=vulkan-sdk
VERSION=${VERSION:-$(echo Vulkan-ValidationLayers-sdk-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
MARCH=$( uname -m )
@@ -176,7 +176,7 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DGLSLANG_INSTALL_DIR=$PKG/usr \
-DVULKAN_HEADERS_INSTALL_DIR=$PKG/usr \
- -DBUILD_WSI_WAYLAND_SUPPORT=Off \
+ -DBUILD_WSI_WAYLAND_SUPPORT=On \
-DBUILD_WSI_MIR_SUPPORT=Off \
..
@@ -207,7 +207,7 @@ cd build
-DBUILD_TESTS=Off \
-DBUILD_WSI_XLIB_SUPPORT=On \
-DBUILD_WSI_XCB_SUPPORT=On \
- -DBUILD_WSI_WAYLAND_SUPPORT=Off \
+ -DBUILD_WSI_WAYLAND_SUPPORT=On \
-DBUILD_WSI_MIR_SUPPORT=Off \
-DCMAKE_BUILD_TYPE=Release \
-DGLSLANG_INSTALL_DIR=$PKG/usr \
@@ -239,7 +239,7 @@ cd build
-DVULKAN_HEADERS_INSTALL_DIR=$PKG/usr \
-DGLSLANG_INSTALL_DIR=$PKG/usr \
-DVULKAN_LOADER_INSTALL_DIR=$PKG/usr \
- -DBUILD_WSI_WAYLAND_SUPPORT=Off \
+ -DBUILD_WSI_WAYLAND_SUPPORT=On \
-DBUILD_WSI_MIR_SUPPORT=Off \
..
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