diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/paper-gtk-theme/paper-gtk-theme.SlackBuild | 7 | ||||
-rw-r--r-- | desktop/paper-gtk-theme/paper-gtk-theme.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/desktop/paper-gtk-theme/paper-gtk-theme.SlackBuild b/desktop/paper-gtk-theme/paper-gtk-theme.SlackBuild index 8dc92e0aa0..e268ae4df2 100644 --- a/desktop/paper-gtk-theme/paper-gtk-theme.SlackBuild +++ b/desktop/paper-gtk-theme/paper-gtk-theme.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for paper-gtk-theme. # -# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2016-2018 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="paper-gtk-theme" -VERSION=${VERSION:-20160816} +VERSION=${VERSION:-20171207} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -34,7 +34,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} CWD=$(pwd) -SRCVER=${SRCVER:-f75724fd76fd2e5681a367cca246a51f845320c3} +SRCVER=${SRCVER:-770aba45a6441f9af4d02e04c0acc237533d341f} set -e @@ -68,6 +68,7 @@ make make install DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +rm -f $PKG/usr/share/themes/Paper/README.md cp AUTHORS LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/desktop/paper-gtk-theme/paper-gtk-theme.info b/desktop/paper-gtk-theme/paper-gtk-theme.info index 0bcd9a0354..ea86e2c8a4 100644 --- a/desktop/paper-gtk-theme/paper-gtk-theme.info +++ b/desktop/paper-gtk-theme/paper-gtk-theme.info @@ -1,8 +1,8 @@ PRGNAM="paper-gtk-theme" -VERSION="20160816" +VERSION="20171207" HOMEPAGE="https://github.com/snwh/paper-gtk-theme" -DOWNLOAD="https://github.com/snwh/paper-gtk-theme/archive/f75724fd76fd2e5681a367cca246a51f845320c3/paper-gtk-theme-f75724fd76fd2e5681a367cca246a51f845320c3.tar.gz" -MD5SUM="627516d1ae0b467c250af527f7eb71db" +DOWNLOAD="https://github.com/snwh/paper-gtk-theme/archive/770aba45a6441f9af4d02e04c0acc237533d341f/paper-gtk-theme-770aba45a6441f9af4d02e04c0acc237533d341f.tar.gz" +MD5SUM="9689543e4f8af1130188f6c6e728c6fa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |