summaryrefslogtreecommitdiffstats
path: root/desktop/wayfire/wayfire.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wayfire/wayfire.SlackBuild')
-rw-r--r--desktop/wayfire/wayfire.SlackBuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/desktop/wayfire/wayfire.SlackBuild b/desktop/wayfire/wayfire.SlackBuild
index 0537ca2b93..28f3daac4d 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,10 +25,10 @@
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}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -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