summaryrefslogtreecommitdiffstats
path: root/desktop/wayfire/wayfire.SlackBuild
diff options
context:
space:
mode:
author Damian Perticone2022-08-31 03:32:57 +0200
committer Willy Sudiarto Raharjo2022-09-03 12:58:41 +0200
commit8deadf85cdcd397f8ac2f81a5bf46c023b389c56 (patch)
tree31426cb678b89b26ac79610ebb6b1ce3ac0696b6 /desktop/wayfire/wayfire.SlackBuild
parentc668d0c1af027acb14ef83c4e761cdbf3a75b996 (diff)
downloadslackbuilds-8deadf85cdcd397f8ac2f81a5bf46c023b389c56.tar.gz
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.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/desktop/wayfire/wayfire.SlackBuild b/desktop/wayfire/wayfire.SlackBuild
index 0537ca2b93..893c179eca 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