summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/k/kernel-configs/config-generic-5.10.34 (renamed from source/k/kernel-configs/config-generic-5.10.33)2
-rw-r--r--source/k/kernel-configs/config-generic-5.10.34.x64 (renamed from source/k/kernel-configs/config-generic-5.10.33.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-5.10.34-smp (renamed from source/k/kernel-configs/config-generic-smp-5.10.33-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-5.10.34 (renamed from source/k/kernel-configs/config-huge-5.10.33)2
-rw-r--r--source/k/kernel-configs/config-huge-5.10.34.x64 (renamed from source/k/kernel-configs/config-huge-5.10.33.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-5.10.34-smp (renamed from source/k/kernel-configs/config-huge-smp-5.10.33-smp)2
-rwxr-xr-xsource/l/libxkbcommon/libxkbcommon.SlackBuild9
7 files changed, 14 insertions, 7 deletions
diff --git a/source/k/kernel-configs/config-generic-5.10.33 b/source/k/kernel-configs/config-generic-5.10.34
index 086227f2a..230aabb8f 100644
--- a/source/k/kernel-configs/config-generic-5.10.33
+++ b/source/k/kernel-configs/config-generic-5.10.34
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.33 Kernel Configuration
+# Linux/x86 5.10.34 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-generic-5.10.33.x64 b/source/k/kernel-configs/config-generic-5.10.34.x64
index 2b313b6fd..261674db1 100644
--- a/source/k/kernel-configs/config-generic-5.10.33.x64
+++ b/source/k/kernel-configs/config-generic-5.10.34.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.33 Kernel Configuration
+# Linux/x86 5.10.34 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-generic-smp-5.10.33-smp b/source/k/kernel-configs/config-generic-smp-5.10.34-smp
index d0525c457..ac79b047b 100644
--- a/source/k/kernel-configs/config-generic-smp-5.10.33-smp
+++ b/source/k/kernel-configs/config-generic-smp-5.10.34-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.33 Kernel Configuration
+# Linux/x86 5.10.34 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-5.10.33 b/source/k/kernel-configs/config-huge-5.10.34
index 4906553f8..265776718 100644
--- a/source/k/kernel-configs/config-huge-5.10.33
+++ b/source/k/kernel-configs/config-huge-5.10.34
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.33 Kernel Configuration
+# Linux/x86 5.10.34 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-5.10.33.x64 b/source/k/kernel-configs/config-huge-5.10.34.x64
index 666556b5a..690fd3d7f 100644
--- a/source/k/kernel-configs/config-huge-5.10.33.x64
+++ b/source/k/kernel-configs/config-huge-5.10.34.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.33 Kernel Configuration
+# Linux/x86 5.10.34 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/k/kernel-configs/config-huge-smp-5.10.33-smp b/source/k/kernel-configs/config-huge-smp-5.10.34-smp
index 32da151db..768dc1681 100644
--- a/source/k/kernel-configs/config-huge-smp-5.10.33-smp
+++ b/source/k/kernel-configs/config-huge-smp-5.10.34-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.33 Kernel Configuration
+# Linux/x86 5.10.34 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.3.0"
CONFIG_CC_IS_GCC=y
diff --git a/source/l/libxkbcommon/libxkbcommon.SlackBuild b/source/l/libxkbcommon/libxkbcommon.SlackBuild
index 13498eae9..81947485f 100755
--- a/source/l/libxkbcommon/libxkbcommon.SlackBuild
+++ b/source/l/libxkbcommon/libxkbcommon.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2020, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA
# Copyright 2015, 2017, 2018, 2019 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
@@ -112,6 +112,13 @@ cd ..
# Strip binaries:
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
+# Compress manual pages:
+find $PKG/usr/man -type f -exec gzip -9 {} \+
+for i in $( find $PKG/usr/man -type l ) ; do
+ ln -s $( readlink $i ).gz $i.gz
+ rm $i
+done
+
# Add a documentation directory:
mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION
cp -a \