diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/d/gdb/gdb.SlackBuild | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-4.19.75 (renamed from source/k/kernel-configs/config-generic-4.19.74) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-4.19.75.x64 (renamed from source/k/kernel-configs/config-generic-4.19.74.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-smp-4.19.75-smp (renamed from source/k/kernel-configs/config-generic-smp-4.19.74-smp) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-4.19.75 (renamed from source/k/kernel-configs/config-huge-4.19.74) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-4.19.75.x64 (renamed from source/k/kernel-configs/config-huge-4.19.74.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-smp-4.19.75-smp (renamed from source/k/kernel-configs/config-huge-smp-4.19.74-smp) | 2 | ||||
-rwxr-xr-x | source/x/freeglut/freeglut.SlackBuild | 5 | ||||
-rwxr-xr-x | source/x/vulkan-sdk/fetch-sources.sh | 4 | ||||
-rw-r--r-- | source/x/x11/build/xf86-video-geode | 2 |
10 files changed, 14 insertions, 11 deletions
diff --git a/source/d/gdb/gdb.SlackBuild b/source/d/gdb/gdb.SlackBuild index f8a8c88e..025c2d3e 100755 --- a/source/d/gdb/gdb.SlackBuild +++ b/source/d/gdb/gdb.SlackBuild @@ -73,7 +73,7 @@ find . \ -exec chmod 644 {} \; # Currently broken in this version, but keep trying: -if [ "$VERSION" = "8.3" ]; then +if [ "$VERSION" = "8.3.1" ]; then GUILE_OPTION="--without-guile" else # Might as well try it to see if it compiles this time: diff --git a/source/k/kernel-configs/config-generic-4.19.74 b/source/k/kernel-configs/config-generic-4.19.75 index ce7f19d0..8c723891 100644 --- a/source/k/kernel-configs/config-generic-4.19.74 +++ b/source/k/kernel-configs/config-generic-4.19.75 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.74 Kernel Configuration +# Linux/x86 4.19.75 Kernel Configuration # # diff --git a/source/k/kernel-configs/config-generic-4.19.74.x64 b/source/k/kernel-configs/config-generic-4.19.75.x64 index 8baa96fa..6d9f86eb 100644 --- a/source/k/kernel-configs/config-generic-4.19.74.x64 +++ b/source/k/kernel-configs/config-generic-4.19.75.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.74 Kernel Configuration +# Linux/x86 4.19.75 Kernel Configuration # # diff --git a/source/k/kernel-configs/config-generic-smp-4.19.74-smp b/source/k/kernel-configs/config-generic-smp-4.19.75-smp index c5c67eae..ed7b4865 100644 --- a/source/k/kernel-configs/config-generic-smp-4.19.74-smp +++ b/source/k/kernel-configs/config-generic-smp-4.19.75-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.74 Kernel Configuration +# Linux/x86 4.19.75 Kernel Configuration # # diff --git a/source/k/kernel-configs/config-huge-4.19.74 b/source/k/kernel-configs/config-huge-4.19.75 index d39b05fe..44d3f65a 100644 --- a/source/k/kernel-configs/config-huge-4.19.74 +++ b/source/k/kernel-configs/config-huge-4.19.75 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.74 Kernel Configuration +# Linux/x86 4.19.75 Kernel Configuration # # diff --git a/source/k/kernel-configs/config-huge-4.19.74.x64 b/source/k/kernel-configs/config-huge-4.19.75.x64 index ac561400..563a7b15 100644 --- a/source/k/kernel-configs/config-huge-4.19.74.x64 +++ b/source/k/kernel-configs/config-huge-4.19.75.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.74 Kernel Configuration +# Linux/x86 4.19.75 Kernel Configuration # # diff --git a/source/k/kernel-configs/config-huge-smp-4.19.74-smp b/source/k/kernel-configs/config-huge-smp-4.19.75-smp index 30fa00f9..ac3835dc 100644 --- a/source/k/kernel-configs/config-huge-smp-4.19.74-smp +++ b/source/k/kernel-configs/config-huge-smp-4.19.75-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.74 Kernel Configuration +# Linux/x86 4.19.75 Kernel Configuration # # diff --git a/source/x/freeglut/freeglut.SlackBuild b/source/x/freeglut/freeglut.SlackBuild index f1e10c97..88c0b4b2 100755 --- a/source/x/freeglut/freeglut.SlackBuild +++ b/source/x/freeglut/freeglut.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=freeglut VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -81,6 +81,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Fix header installation: +sed -i -e '76s/SRCS/HEADERS/' CMakeLists.txt + mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION/html cp -a \ AUTHORS COPYING* INSTALL NEWS README TODO \ diff --git a/source/x/vulkan-sdk/fetch-sources.sh b/source/x/vulkan-sdk/fetch-sources.sh index 87cb9ebe..1331a721 100755 --- a/source/x/vulkan-sdk/fetch-sources.sh +++ b/source/x/vulkan-sdk/fetch-sources.sh @@ -27,8 +27,8 @@ # # Example: VERSION=1.1.92.1 ./fetch-sources.sh -VERSION=${VERSION:-1.1.114.0} -BRANCH=${BRANCH:-sdk-1.1.114} +VERSION=${VERSION:-1.1.121.0} +BRANCH=${BRANCH:-sdk-1.1.121} rm -rf Vulkan-*-*.tar.?z glslang* SPIRV-Tools* SPIRV-Headers* \ Vulkan-Headers-sdk-${VERSION}* \ diff --git a/source/x/x11/build/xf86-video-geode b/source/x/x11/build/xf86-video-geode index 0cfbf088..d00491fd 100644 --- a/source/x/x11/build/xf86-video-geode +++ b/source/x/x11/build/xf86-video-geode @@ -1 +1 @@ -2 +1 |