diff options
Diffstat (limited to 'graphics/swappy/swappy.SlackBuild')
-rw-r--r-- | graphics/swappy/swappy.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/swappy/swappy.SlackBuild b/graphics/swappy/swappy.SlackBuild index 5ff715ece5..d742da394b 100644 --- a/graphics/swappy/swappy.SlackBuild +++ b/graphics/swappy/swappy.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=swappy -VERSION=${VERSION:-1.5.1} +VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,6 +80,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 {} \; +# fails building if finds git installed expecting a git repo instead of tarball source +patch -p1 < $CWD/skip-git.patch || exit 1 + mkdir meson-build cd meson-build CFLAGS="$SLKCFLAGS" \ |