diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-05-16 03:09:46 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-05-16 06:35:04 +0200 |
commit | 2b8f79369172b459d449e385aac0b142d8ded6cd (patch) | |
tree | bbf485bad89d180d1f1090f375ce1678d1dff7ed /source | |
parent | 752db33dbe0b4ede1e98db1e66fb45b87591be4c (diff) | |
download | current-2b8f79369172b459d449e385aac0b142d8ded6cd.tar.gz current-2b8f79369172b459d449e385aac0b142d8ded6cd.tar.xz |
Tue May 16 03:09:46 UTC 202320230516030946
a/lhasa-0.4.0-x86_64-1.txz: Upgraded.
kde/kinit-5.106.0-x86_64-2.txz: Rebuilt.
Fixed a minor install script bug (caused noise, otherwise harmless).
l/exiv2-0.28.0-x86_64-1.txz: Upgraded.
l/imagemagick-7.1.1_9-x86_64-1.txz: Upgraded.
l/libcap-2.69-x86_64-1.txz: Upgraded.
l/sof-firmware-2.2.5-noarch-1.txz: Upgraded.
n/nettle-3.9-x86_64-1.txz: Upgraded.
xfce/xfce4-screenshooter-1.10.4-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/a/lhasa/lhasa.SlackBuild | 2 | ||||
-rw-r--r-- | source/a/lhasa/slack-desc | 2 | ||||
-rw-r--r-- | source/kde/kde/build/kinit | 2 | ||||
-rw-r--r-- | source/kde/kde/doinst.sh/kinit | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/source/a/lhasa/lhasa.SlackBuild b/source/a/lhasa/lhasa.SlackBuild index c83a6afef..34df02e12 100755 --- a/source/a/lhasa/lhasa.SlackBuild +++ b/source/a/lhasa/lhasa.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=lhasa VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/lhasa/slack-desc b/source/a/lhasa/slack-desc index 854108cc2..f3fa6184e 100644 --- a/source/a/lhasa/slack-desc +++ b/source/a/lhasa/slack-desc @@ -15,5 +15,5 @@ lhasa: Currently it is only possible to read from (ie. decompress) archives; lhasa: generating (compressing) LHA archives may be an enhancement for future lhasa: versions. lhasa: -lhasa: Homepage: http://fragglet.github.com/lhasa/ +lhasa: Homepage: https://fragglet.github.io/ lhasa: diff --git a/source/kde/kde/build/kinit b/source/kde/kde/build/kinit index d00491fd7..0cfbf0888 100644 --- a/source/kde/kde/build/kinit +++ b/source/kde/kde/build/kinit @@ -1 +1 @@ -1 +2 diff --git a/source/kde/kde/doinst.sh/kinit b/source/kde/kde/doinst.sh/kinit index 8cb319d1f..bbd35285c 100644 --- a/source/kde/kde/doinst.sh/kinit +++ b/source/kde/kde/doinst.sh/kinit @@ -1,5 +1,5 @@ # Run the 'setcap' command as standard Slackware packages do not store caps: -if [ -f elif usr/lib/libexec/kf5/start_kdeinit ]; then +if [ -f usr/lib/libexec/kf5/start_kdeinit ]; then /sbin/setcap CAP_SYS_RESOURCE=+ep usr/lib/libexec/kf5/start_kdeinit elif [ -f usr/lib/kf5/start_kdeinit ]; then /sbin/setcap CAP_SYS_RESOURCE=+ep usr/lib/kf5/start_kdeinit |