diff options
Diffstat (limited to 'source/xfce/xfconf/xfconf.SlackBuild')
-rwxr-xr-x | source/xfce/xfconf/xfconf.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source/xfce/xfconf/xfconf.SlackBuild b/source/xfce/xfconf/xfconf.SlackBuild index ef41991db..6c6db4db2 100755 --- a/source/xfce/xfconf/xfconf.SlackBuild +++ b/source/xfce/xfconf/xfconf.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2012, 2018, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2012, 2018, 2020, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=xfconf VERSION=${VERSION:-$(echo $PKGNAM-*.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: MARCH=$( uname -m ) @@ -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 xfwm4 crash: +cat $CWD/03f7ff961fd46c9141aba624a278e19de0bf3211.patch | patch -p1 --verbose || exit 1 + # Configure: CFLAGS="$SLKCFLAGS" \ ./configure \ |