diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-02-19 20:29:16 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-02-19 21:59:13 +0100 |
commit | 34de96534a68c705aacf245b35d50060801926c0 (patch) | |
tree | 51c20d508b5e32dc74c034b598fcda2e8a9f35ac /source/l/libwnck3/libwnck3.SlackBuild | |
parent | b21fd9a6857f25d0887df3f66ce30d4ea4d43797 (diff) | |
download | current-34de96534a68c705aacf245b35d50060801926c0.tar.gz current-34de96534a68c705aacf245b35d50060801926c0.tar.xz |
Mon Feb 19 20:29:16 UTC 202420240219202916
l/giflib-5.2.2-x86_64-1.txz: Upgraded.
l/libwnck3-43.0-x86_64-2.txz: Rebuilt.
Fixed crash bug. Thanks to fulalas.
n/samba-4.19.5-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/libwnck3/libwnck3.SlackBuild')
-rwxr-xr-x | source/l/libwnck3/libwnck3.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/l/libwnck3/libwnck3.SlackBuild b/source/l/libwnck3/libwnck3.SlackBuild index 10e60ff20..b251cf0f2 100755 --- a/source/l/libwnck3/libwnck3.SlackBuild +++ b/source/l/libwnck3/libwnck3.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libwnck3 VERSION=${VERSION:-$(echo libwnck-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -80,6 +80,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ +# Fix crash bug: +cat $CWD/00000000.patch | patch -p1 --verbose || exit 1 + # Configure, build, and install: export CFLAGS="$SLKCFLAGS" export CXXFLAGS="$SLKCFLAGS" |