diff options
Diffstat (limited to 'desktop/human-gtk-theme/human-gtk-theme.SlackBuild')
-rw-r--r-- | desktop/human-gtk-theme/human-gtk-theme.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/human-gtk-theme/human-gtk-theme.SlackBuild b/desktop/human-gtk-theme/human-gtk-theme.SlackBuild index 6ae2a31b5f..658561dc57 100644 --- a/desktop/human-gtk-theme/human-gtk-theme.SlackBuild +++ b/desktop/human-gtk-theme/human-gtk-theme.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=human-gtk-theme -VERSION=${VERSION:-2.3.0} +VERSION=${VERSION:-2.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -56,6 +56,8 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # action +# the entire source code is GPL-3.0-or-later, except */metacity-1/* which is LGPL-2.1-or-later, +# and */gtk-2.0/* which is CC-BY-SA-3.0-or-later install -dm 755 $PKG/usr/share/themes/ cp -a src/human-theme/ $PKG/usr/share/themes/ cp -a src/human-theme-blue/ $PKG/usr/share/themes/ |