From 8deadf85cdcd397f8ac2f81a5bf46c023b389c56 Mon Sep 17 00:00:00 2001 From: Damian Perticone Date: Wed, 31 Aug 2022 02:32:57 +0100 Subject: desktop/wayfire: Updated for version 0.7.4. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- desktop/wayfire/wayfire.SlackBuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'desktop/wayfire/wayfire.SlackBuild') 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 -- cgit v1.2.3