diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2021-11-09 16:25:00 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:04 +0700 |
commit | a424b26b90d73ef36d8d6a9b77cf7030115ddc25 (patch) | |
tree | 377a5fb9ce9d4a9cfc6108c7a36d8cf0d23e24b3 /desktop/xfce4-windowck-plugin/xfce4-windowck-plugin.SlackBuild | |
parent | ebebf6fc33562897dabe1438a2a0d8e940813754 (diff) |
desktop/xfce4-windowck-plugin: add upstream patch
Thanks to Jonny for the report and fix
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-windowck-plugin/xfce4-windowck-plugin.SlackBuild')
-rw-r--r-- | desktop/xfce4-windowck-plugin/xfce4-windowck-plugin.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/xfce4-windowck-plugin/xfce4-windowck-plugin.SlackBuild b/desktop/xfce4-windowck-plugin/xfce4-windowck-plugin.SlackBuild index cea925d161e2..c6dfe93c0eb2 100644 --- a/desktop/xfce4-windowck-plugin/xfce4-windowck-plugin.SlackBuild +++ b/desktop/xfce4-windowck-plugin/xfce4-windowck-plugin.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xfce4-windowck-plugin VERSION=${VERSION:-0.4.10} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -80,6 +77,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# add missing cedl38 upstream patch for last window close +patch -p1 < ${CWD}/aab7417cb3ca9a7c7a8798b3b3736c71bb19d419.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./autogen.sh \ |