summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
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