diff options
Diffstat (limited to 'system/guake/guake.SlackBuild')
-rw-r--r-- | system/guake/guake.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/guake/guake.SlackBuild b/system/guake/guake.SlackBuild index 155ae078d159..9af60b92a7a2 100644 --- a/system/guake/guake.SlackBuild +++ b/system/guake/guake.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for guake # Copyright 2017-2018 Donald Cooley South Haven, IN USA -# Copyright (C) 2020 Logan Rathbone <poprocks@gmail.com> Province of Ontario, Canada +# Copyright (C) 2020-22 Logan Rathbone <poprocks@gmail.com> Province of Ontario, Canada # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=guake -VERSION=${VERSION:-3.7.0} +VERSION=${VERSION:-3.8.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -67,7 +67,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # fix some of the broken paths -patch -p0 < $CWD/guake-3.7.0-fix-paths.patch +patch -p0 < $CWD/guake-3.8.5-fix-paths.patch make generate-desktop generate-mo compile-glib-schemas-dev make DESTDIR="$PKG" PREFIX='/usr' install-schemas install-locale |