diff options
author | Muhammad Herdiansyah <herdiansyah@netc.eu> | 2017-09-14 22:09:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-14 22:09:53 +0700 |
commit | 26f525ef17da7875502480babd488b54262af740 (patch) | |
tree | 14be5d559cd2919ec98e5c5c47000d14267f4886 /desktop/neofetch | |
parent | be4a06665a9de7fe645006a9d95537de90cdb097 (diff) | |
download | slackbuilds-26f525ef17da7875502480babd488b54262af740.tar.gz |
desktop/neofetch: Updated for version 3.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/neofetch')
-rw-r--r-- | desktop/neofetch/neofetch.SlackBuild | 9 | ||||
-rw-r--r-- | desktop/neofetch/neofetch.info | 8 |
2 files changed, 6 insertions, 11 deletions
diff --git a/desktop/neofetch/neofetch.SlackBuild b/desktop/neofetch/neofetch.SlackBuild index 4a16b3fd5d..8ab8efa9ea 100644 --- a/desktop/neofetch/neofetch.SlackBuild +++ b/desktop/neofetch/neofetch.SlackBuild @@ -22,7 +22,7 @@ # POSSIBILITY OF SUCH DAMAGE. PRGNAM=neofetch -VERSION=${VERSION:-3.2.0} +VERSION=${VERSION:-3.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,12 +45,7 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chmod 644 $DOCS -mkdir -p $PKG/usr/share/neofetch/ascii/distro - -install -Dm755 $PRGNAM $PKG/usr/bin/$PRGNAM -install -Dm644 $PRGNAM.1 $PKG/usr/man/man1/$PRGNAM.1 -install -Dm644 config/config $PKG/etc/$PRGNAM/config -install -Dm644 ascii/distro/* $PKG/usr/share/$PRGNAM/ascii/distro/ +DESTDIR=$PKG MANDIR=/usr/man make install || exit find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done diff --git a/desktop/neofetch/neofetch.info b/desktop/neofetch/neofetch.info index b013a1c43a..658cac4d62 100644 --- a/desktop/neofetch/neofetch.info +++ b/desktop/neofetch/neofetch.info @@ -1,10 +1,10 @@ PRGNAM="neofetch" -VERSION="3.2.0" +VERSION="3.3.0" HOMEPAGE="https://github.com/dylanaraps/neofetch" -DOWNLOAD="https://github.com/dylanaraps/neofetch/archive/3.2.0/neofetch-3.2.0.tar.gz" -MD5SUM="615ed4008dffd50fbf0e068495aa6fa0" +DOWNLOAD="https://github.com/dylanaraps/neofetch/archive/3.3.0/neofetch-3.3.0.tar.gz" +MD5SUM="98e4d79ff945326e14f673e34c386837" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Muhammad Herdiansyah" -EMAIL="herdiansyah@openmailbox.org" +EMAIL="herdiansyah@netc.eu" |