diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/installer/ChangeLog.txt | 3 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 1 | ||||
-rw-r--r-- | source/kde/kde/build/digikam | 2 | ||||
-rw-r--r-- | source/kde/kde/build/okteta | 2 | ||||
-rwxr-xr-x | source/l/dvdauthor/dvdauthor.SlackBuild | 2 | ||||
-rwxr-xr-x | source/x/libevdev/libevdev.SlackBuild | 7 | ||||
-rwxr-xr-x | source/xap/xine-lib/xine-lib.SlackBuild | 2 |
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 |