diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-07-19 10:23:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-22 06:56:09 +0700 |
commit | fd3ccd320ab78f17be0437d9cdc17392c96e696c (patch) | |
tree | 9d7734aab558f74e9899b43b03189965364a1c57 /desktop | |
parent | 0e2241d9520b3c26b10a50e53b3bbf607757b921 (diff) |
desktop/numix-gtk-theme: Updated for version 20170627.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/numix-gtk-theme/README | 2 | ||||
-rw-r--r-- | desktop/numix-gtk-theme/numix-gtk-theme.SlackBuild | 10 | ||||
-rw-r--r-- | desktop/numix-gtk-theme/numix-gtk-theme.info | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/desktop/numix-gtk-theme/README b/desktop/numix-gtk-theme/README index 8c2df6c6657e..a263de7b6cfe 100644 --- a/desktop/numix-gtk-theme/README +++ b/desktop/numix-gtk-theme/README @@ -4,5 +4,5 @@ Numix is a modern flat theme with a combination of light and dark elements. It supports Gnome, Unity, XFCE and Openbox. Numix is a part of the Numix Project. -This package is part of Official Numix Project and conflicts with +This package is part of Official Numix Project and conflicts with SBo numix-pack. diff --git a/desktop/numix-gtk-theme/numix-gtk-theme.SlackBuild b/desktop/numix-gtk-theme/numix-gtk-theme.SlackBuild index 13f6826c20d4..45e120eeca52 100644 --- a/desktop/numix-gtk-theme/numix-gtk-theme.SlackBuild +++ b/desktop/numix-gtk-theme/numix-gtk-theme.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for numix-gtk-theme. # -# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="numix-gtk-theme" -VERSION=${VERSION:-2.6.6.626.201611150117} +VERSION=${VERSION:-20170627} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -34,9 +34,9 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} CWD=$(pwd) -set -e +SRCVER=${SRCVER:-2.6.6+626~201706271059~ubuntu16.10.1} -SRCVER="2.6.6+626~201611150117~ubuntu16.10.1" +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -58,7 +58,7 @@ make make DESTDIR=$PKG install mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES CREDITS LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp CHANGES CREDITS LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/desktop/numix-gtk-theme/numix-gtk-theme.info b/desktop/numix-gtk-theme/numix-gtk-theme.info index 581894d74de1..475bc4a9f961 100644 --- a/desktop/numix-gtk-theme/numix-gtk-theme.info +++ b/desktop/numix-gtk-theme/numix-gtk-theme.info @@ -1,8 +1,8 @@ PRGNAM="numix-gtk-theme" -VERSION="2.6.6.626.201611150117" +VERSION="20170627" HOMEPAGE="https://github.com/numixproject/numix-gtk-theme" -DOWNLOAD="https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-gtk-theme_2.6.6+626~201611150117~ubuntu16.10.1.tar.xz" -MD5SUM="17fabd688a1414f6d21ae5fa3c28ff70" +DOWNLOAD="https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-gtk-theme_2.6.6+626~201706271059~ubuntu16.10.1.tar.xz" +MD5SUM="d9c62a0e89e4fac4f5ffd670ad10bb34" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="rubygem-sass murrine" |