summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-07-11 19:22:52 +0000
committer Eric Hameleers <alien@slackware.com>2022-07-12 07:00:10 +0200
commit18e0abe6897149ff1c55e9dd54130df51286abc7 (patch)
treea1b19f379cf016920636398930215132ae1ce5a0 /source
parent62264ef56458f471b4acabebd83c7f3773014788 (diff)
downloadcurrent-18e0abe6897149ff1c55e9dd54130df51286abc7.tar.gz
current-18e0abe6897149ff1c55e9dd54130df51286abc7.tar.xz
Mon Jul 11 19:22:52 UTC 202220220711192252
x/xclipboard-1.1.4-x86_64-1.txz: Upgraded. x/xcmsdb-1.0.6-x86_64-1.txz: Upgraded. x/xconsole-1.0.8-x86_64-1.txz: Upgraded. x/xfontsel-1.1.0-x86_64-1.txz: Upgraded. x/xfs-1.2.1-x86_64-1.txz: Upgraded. x/xmodmap-1.0.11-x86_64-1.txz: Upgraded. x/xpr-1.1.0-x86_64-1.txz: Upgraded. x/xscope-1.4.3-x86_64-1.txz: Upgraded. x/xwud-1.0.6-x86_64-1.txz: Upgraded. xap/seamonkey-2.53.13-x86_64-1.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.seamonkey-project.org/releases/seamonkey2.53.13 (* Security fix *)
Diffstat (limited to 'source')
-rwxr-xr-xsource/l/atk/atk.SlackBuild2
-rwxr-xr-xsource/l/gtk4/gtk4.SlackBuild6
-rwxr-xr-xsource/l/gvfs/gvfs.SlackBuild4
-rwxr-xr-xsource/l/pygobject3/pygobject3.SlackBuild2
-rwxr-xr-xsource/l/vte/vte.SlackBuild2
-rw-r--r--source/x/x11/build/xclipboard2
-rw-r--r--source/x/x11/build/xcmsdb2
-rw-r--r--source/x/x11/build/xconsole2
-rw-r--r--source/x/x11/build/xfontsel2
-rw-r--r--source/x/x11/build/xfs2
-rw-r--r--source/x/x11/build/xmodmap2
-rw-r--r--source/x/x11/build/xpr2
-rw-r--r--source/x/x11/build/xwud2
13 files changed, 17 insertions, 15 deletions
diff --git a/source/l/atk/atk.SlackBuild b/source/l/atk/atk.SlackBuild
index b667bbfb7..c5216cf9f 100755
--- a/source/l/atk/atk.SlackBuild
+++ b/source/l/atk/atk.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=atk
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/l/gtk4/gtk4.SlackBuild b/source/l/gtk4/gtk4.SlackBuild
index 5e39bfb28..3706fe8e2 100755
--- a/source/l/gtk4/gtk4.SlackBuild
+++ b/source/l/gtk4/gtk4.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gtk4
VERSION=${VERSION:-$(echo gtk-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -138,6 +138,10 @@ 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
+# It seems that --mandir is ignored:
+rsync -lprvt $PKG/usr/share/man/ $PKG/usr/man/
+rm -rf $PKG/usr/share/man/
+
# Compress manual pages:
find $PKG/usr/man -type f -exec gzip -9 {} \+
for i in $( find $PKG/usr/man -type l ) ; do
diff --git a/source/l/gvfs/gvfs.SlackBuild b/source/l/gvfs/gvfs.SlackBuild
index 50d06e59a..199ebdbfc 100755
--- a/source/l/gvfs/gvfs.SlackBuild
+++ b/source/l/gvfs/gvfs.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gvfs
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -75,8 +75,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-zcat $CWD/gvfs.ftbfs.diff.gz | patch -p1 --verbose || exit 1
-
# Configure, build, and install:
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"
diff --git a/source/l/pygobject3/pygobject3.SlackBuild b/source/l/pygobject3/pygobject3.SlackBuild
index ac3dc6e58..e8108d3d8 100755
--- a/source/l/pygobject3/pygobject3.SlackBuild
+++ b/source/l/pygobject3/pygobject3.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=pygobject3
SRCNAM=pygobject
VERSION=${VERSION:-$(echo $SRCNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/source/l/vte/vte.SlackBuild b/source/l/vte/vte.SlackBuild
index 34ab1e679..40b5aa99e 100755
--- a/source/l/vte/vte.SlackBuild
+++ b/source/l/vte/vte.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=vte
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/x/x11/build/xclipboard b/source/x/x11/build/xclipboard
index 7ed6ff82d..d00491fd7 100644
--- a/source/x/x11/build/xclipboard
+++ b/source/x/x11/build/xclipboard
@@ -1 +1 @@
-5
+1
diff --git a/source/x/x11/build/xcmsdb b/source/x/x11/build/xcmsdb
index b8626c4cf..d00491fd7 100644
--- a/source/x/x11/build/xcmsdb
+++ b/source/x/x11/build/xcmsdb
@@ -1 +1 @@
-4
+1
diff --git a/source/x/x11/build/xconsole b/source/x/x11/build/xconsole
index b8626c4cf..d00491fd7 100644
--- a/source/x/x11/build/xconsole
+++ b/source/x/x11/build/xconsole
@@ -1 +1 @@
-4
+1
diff --git a/source/x/x11/build/xfontsel b/source/x/x11/build/xfontsel
index b8626c4cf..d00491fd7 100644
--- a/source/x/x11/build/xfontsel
+++ b/source/x/x11/build/xfontsel
@@ -1 +1 @@
-4
+1
diff --git a/source/x/x11/build/xfs b/source/x/x11/build/xfs
index b8626c4cf..d00491fd7 100644
--- a/source/x/x11/build/xfs
+++ b/source/x/x11/build/xfs
@@ -1 +1 @@
-4
+1
diff --git a/source/x/x11/build/xmodmap b/source/x/x11/build/xmodmap
index 00750edc0..d00491fd7 100644
--- a/source/x/x11/build/xmodmap
+++ b/source/x/x11/build/xmodmap
@@ -1 +1 @@
-3
+1
diff --git a/source/x/x11/build/xpr b/source/x/x11/build/xpr
index b8626c4cf..d00491fd7 100644
--- a/source/x/x11/build/xpr
+++ b/source/x/x11/build/xpr
@@ -1 +1 @@
-4
+1
diff --git a/source/x/x11/build/xwud b/source/x/x11/build/xwud
index b8626c4cf..d00491fd7 100644
--- a/source/x/x11/build/xwud
+++ b/source/x/x11/build/xwud
@@ -1 +1 @@
-4
+1