diff options
author | Damian Perticone <mjolnirdam@gmail.com> | 2022-08-31 02:32:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-03 17:58:41 +0700 |
commit | 8deadf85cdcd397f8ac2f81a5bf46c023b389c56 (patch) | |
tree | 31426cb678b89b26ac79610ebb6b1ce3ac0696b6 /desktop/wayfire/wayfire.SlackBuild | |
parent | c668d0c1af027acb14ef83c4e761cdbf3a75b996 (diff) |
desktop/wayfire: Updated for version 0.7.4.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/wayfire/wayfire.SlackBuild')
-rw-r--r-- | desktop/wayfire/wayfire.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/desktop/wayfire/wayfire.SlackBuild b/desktop/wayfire/wayfire.SlackBuild index 0537ca2b933e0..893c179eca5ee 100644 --- a/desktop/wayfire/wayfire.SlackBuild +++ b/desktop/wayfire/wayfire.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wayfire -# Copyright 2022 Damian Perticone Berisso, Argentina +# Copyright 2022 Damian Perticone, Berisso, Argentina # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=wayfire -VERSION=${VERSION:-0.7.3} +VERSION=${VERSION:-0.7.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-txz} @@ -76,6 +76,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 {} \; +# fix foot terminal closing crash +patch -p1 < $CWD/footclose.patch + mkdir build cd build CFLAGS="$SLKCFLAGS" \ @@ -116,6 +119,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE |