summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-02-01 21:53:09 +0000
committer Eric Hameleers <alien@slackware.com>2021-02-02 08:59:50 +0100
commit61eaae1fe89a73a5d29f89ed20b94c367419246e (patch)
treec0e2f1d5c78ee7f6c61ce0ea0f44795eaa8a2efd /source
parent4e53e75339d9a66422c8dcfbfa09a177c3622160 (diff)
downloadcurrent-61eaae1fe89a73a5d29f89ed20b94c367419246e.tar.gz
current-61eaae1fe89a73a5d29f89ed20b94c367419246e.tar.xz
Mon Feb 1 21:53:09 UTC 202120210201215309
d/python-setuptools-53.0.0-x86_64-1.txz: Upgraded. kde/digikam-7.1.0-x86_64-3.txz: Rebuilt. Recompiled against imagemagick-7.0.10_61. kde/okteta-0.26.5-x86_64-1.txz: Upgraded. l/dvdauthor-0.7.2-x86_64-3.txz: Rebuilt. Recompiled against imagemagick-7.0.10_61. x/libevdev-1.11.0-x86_64-1.txz: Upgraded. xap/xine-lib-1.2.11-x86_64-3.txz: Rebuilt. Recompiled against imagemagick-7.0.10_61.
Diffstat (limited to 'source')
-rw-r--r--source/installer/ChangeLog.txt3
-rwxr-xr-xsource/installer/build_installer.sh1
-rw-r--r--source/kde/kde/build/digikam2
-rw-r--r--source/kde/kde/build/okteta2
-rwxr-xr-xsource/l/dvdauthor/dvdauthor.SlackBuild2
-rwxr-xr-xsource/x/libevdev/libevdev.SlackBuild7
-rwxr-xr-xsource/xap/xine-lib/xine-lib.SlackBuild2
7 files changed, 13 insertions, 6 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 06e78c780..e3a0f7840 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Mon Feb 1 18:59:32 UTC 2021
+ Add upgradepkg to the installer image.
++--------------------------+
Sun Jan 17 20:08:17 UTC 2021
Upgrade to busybox-1.32.1.
+--------------------------+
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 5cc3b3534..a8b10c794 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -1210,6 +1210,7 @@ cp --remove-destination -fa${VERBOSE1} \
installpkg \
pkgtool \
removepkg \
+ upgradepkg \
$PKG/$ARCH-installer-filesystem/sbin/
# Deal with /lib stuff from the packages:
diff --git a/source/kde/kde/build/digikam b/source/kde/kde/build/digikam
index 0cfbf0888..00750edc0 100644
--- a/source/kde/kde/build/digikam
+++ b/source/kde/kde/build/digikam
@@ -1 +1 @@
-2
+3
diff --git a/source/kde/kde/build/okteta b/source/kde/kde/build/okteta
index 0cfbf0888..d00491fd7 100644
--- a/source/kde/kde/build/okteta
+++ b/source/kde/kde/build/okteta
@@ -1 +1 @@
-2
+1
diff --git a/source/l/dvdauthor/dvdauthor.SlackBuild b/source/l/dvdauthor/dvdauthor.SlackBuild
index 29aabccb3..7928930f8 100755
--- a/source/l/dvdauthor/dvdauthor.SlackBuild
+++ b/source/l/dvdauthor/dvdauthor.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=dvdauthor
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/x/libevdev/libevdev.SlackBuild b/source/x/libevdev/libevdev.SlackBuild
index 10f491bf2..4a124336b 100755
--- a/source/x/libevdev/libevdev.SlackBuild
+++ b/source/x/libevdev/libevdev.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for libevdev
# Copyright 2014 Robby Workman, Northport, Alabama, USA
-# Copyright 2015, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2015, 2018, 2020, 2021 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=libevdev
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -94,6 +94,9 @@ make install DESTDIR=$PKG || exit 1
# Don't ship .la files:
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
+# Don't ship the static library:
+rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.a
+
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/source/xap/xine-lib/xine-lib.SlackBuild b/source/xap/xine-lib/xine-lib.SlackBuild
index 21199c131..9b7a32cc2 100755
--- a/source/xap/xine-lib/xine-lib.SlackBuild
+++ b/source/xap/xine-lib/xine-lib.SlackBuild
@@ -32,7 +32,7 @@ DIRVER=1.2.11
# Version used for the Slackware package
PKGVER=1.2.11
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then