diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-07-19 10:28:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-22 06:56:09 +0700 |
commit | d651a204b9bae719dce7f710c828016fce3c9286 (patch) | |
tree | f82aa9d9f78e661a50ad061270954178f880dc5e /desktop/numix-icon-theme | |
parent | fd3ccd320ab78f17be0437d9cdc17392c96e696c (diff) | |
download | slackbuilds-d651a204b9bae719dce7f710c828016fce3c9286.tar.gz |
desktop/numix-icon-theme: Updated for version 20170712.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/numix-icon-theme')
-rw-r--r-- | desktop/numix-icon-theme/README | 10 | ||||
-rw-r--r-- | desktop/numix-icon-theme/numix-icon-theme.SlackBuild | 10 | ||||
-rw-r--r-- | desktop/numix-icon-theme/numix-icon-theme.info | 6 |
3 files changed, 13 insertions, 13 deletions
diff --git a/desktop/numix-icon-theme/README b/desktop/numix-icon-theme/README index 05c8582a38..ee873a507b 100644 --- a/desktop/numix-icon-theme/README +++ b/desktop/numix-icon-theme/README @@ -1,10 +1,10 @@ numix-icon-theme (official icon theme from the Numix project) -Numix is the official icon theme from the Numix project. It is -heavily inspired by, and based upon parts of the Elementary, -Humanity and Gnome icon themes. Designed to be used along side the +Numix is the official icon theme from the Numix project. It is +heavily inspired by, and based upon parts of the Elementary, +Humanity and Gnome icon themes. Designed to be used along side the application icon theme Numix Circle. -Numix is designed to look fresh, swishy and modern using white -symbols on vividly coloured background for applications and +Numix is designed to look fresh, swishy and modern using white +symbols on vividly coloured background for applications and simplistic devices, toolbars and status icons. diff --git a/desktop/numix-icon-theme/numix-icon-theme.SlackBuild b/desktop/numix-icon-theme/numix-icon-theme.SlackBuild index 5bd0d45853..e72dcd1381 100644 --- a/desktop/numix-icon-theme/numix-icon-theme.SlackBuild +++ b/desktop/numix-icon-theme/numix-icon-theme.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="numix-icon-theme" -VERSION=${VERSION:-0.3.898.201705182217} +VERSION=${VERSION:-20170712} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -34,9 +34,9 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} CWD=$(pwd) -set -e +SRCVER=${SRCVER:-0.3+900~201707122252~ubuntu16.10.1} -SRCVER=${SRCVER:-0.3+898~201705182217~ubuntu16.10.1} +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -47,10 +47,10 @@ cd $PRGNAM-$SRCVER chown -R root:root . mkdir -p $PKG/usr/share/icons -cp -ar Numix Numix-Light $PKG/usr/share/icons +cp -r Numix Numix-Light $PKG/usr/share/icons mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a debian/{changelog,copyright} license readme.md $PKG/usr/doc/$PRGNAM-$VERSION +cp debian/{changelog,copyright} 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-icon-theme/numix-icon-theme.info b/desktop/numix-icon-theme/numix-icon-theme.info index 715af6bc14..363ceecd44 100644 --- a/desktop/numix-icon-theme/numix-icon-theme.info +++ b/desktop/numix-icon-theme/numix-icon-theme.info @@ -1,8 +1,8 @@ PRGNAM="numix-icon-theme" -VERSION="0.3.898.201705182217" +VERSION="20170712" HOMEPAGE="https://github.com/numixproject/numix-icon-theme/" -DOWNLOAD="https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme_0.3+898~201705182217~ubuntu16.10.1.tar.xz" -MD5SUM="6cdbf151cc8a1aa6f031338def568bca" +DOWNLOAD="https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme_0.3+900~201707122252~ubuntu16.10.1.tar.xz" +MD5SUM="1a0b4d62e6d857ee5fa7bc7ee99a201e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |