diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2017-06-30 11:28:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-30 11:28:08 +0700 |
commit | b191bb153bb23206cd970727b7e2991439d01857 (patch) | |
tree | 1a6170d2fcdaafdc1e960cb25a178a6abd8fe0bc /desktop/elementary-xfce | |
parent | 184348a45c5c575e347f25120a6071a63cb2f9be (diff) | |
download | slackbuilds-b191bb153bb23206cd970727b7e2991439d01857.tar.gz |
desktop/elementary-xfce: Updated for version 0.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/elementary-xfce')
-rw-r--r-- | desktop/elementary-xfce/README | 9 | ||||
-rw-r--r-- | desktop/elementary-xfce/elementary-xfce.SlackBuild | 9 | ||||
-rw-r--r-- | desktop/elementary-xfce/elementary-xfce.info | 6 | ||||
-rw-r--r-- | desktop/elementary-xfce/slack-desc | 2 |
4 files changed, 15 insertions, 11 deletions
diff --git a/desktop/elementary-xfce/README b/desktop/elementary-xfce/README index 44f670a08f..83dd2c0866 100644 --- a/desktop/elementary-xfce/README +++ b/desktop/elementary-xfce/README @@ -1,4 +1,5 @@ -Elementary-Xfce is an icon theme maintained with Xfce in mind, but it supports -other desktops as well. It's a fork of the upstream Elementary project, which -took place because the team decided to drop a lot of desktop-specific symlinks. -This icon theme is supposed to keep everything working. +Elementary-Xfce is an icon theme maintained with Xfce in mind, but it +supports other desktops as well. It's a fork of the upstream Elementary +project, which took place because the team decided to drop a lot of +desktop-specific symlinks. This icon theme is supposed to keep +everything working. diff --git a/desktop/elementary-xfce/elementary-xfce.SlackBuild b/desktop/elementary-xfce/elementary-xfce.SlackBuild index 6ff045aed4..cbbf3bec54 100644 --- a/desktop/elementary-xfce/elementary-xfce.SlackBuild +++ b/desktop/elementary-xfce/elementary-xfce.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for elementary-xfce # Written by Niki Kovacs <info@microlinux.fr> -# +# Copyright 2017 Andrzej Telszewski, Banie # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=elementary-xfce -VERSION=${VERSION:-0.7} +VERSION=${VERSION:-0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -41,7 +41,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -58,6 +58,9 @@ cp -a elementary-xfce \ elementary-xfce-darkest \ $PKG/usr/share/icons/ +rm $PKG/usr/share/icons/elementary-xfce/{AUTHORS,CONTRIBUTORS,LICENSE} +rm $PKG/usr/share/icons/elementary-xfce-{dark,darker,darkest}/{AUTHORS,CONTRIBUTORS,LICENSE} + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a README elementary-xfce/{AUTHORS,CONTRIBUTORS,LICENSE} $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/desktop/elementary-xfce/elementary-xfce.info b/desktop/elementary-xfce/elementary-xfce.info index 9c00c79642..4a49775a56 100644 --- a/desktop/elementary-xfce/elementary-xfce.info +++ b/desktop/elementary-xfce/elementary-xfce.info @@ -1,8 +1,8 @@ PRGNAM="elementary-xfce" -VERSION="0.7" +VERSION="0.8" HOMEPAGE="https://github.com/shimmerproject/elementary-xfce" -DOWNLOAD="https://github.com/shimmerproject/elementary-xfce/archive/v0.7/elementary-xfce-0.7.tar.gz" -MD5SUM="025099d38e297a7662232f1940d241e6" +DOWNLOAD="https://github.com/shimmerproject/elementary-xfce/archive/v0.8/elementary-xfce-0.8.tar.gz" +MD5SUM="b5c386496157a8b4e79422fd1d73d86d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/desktop/elementary-xfce/slack-desc b/desktop/elementary-xfce/slack-desc index 3e62d9a5b9..2c23b7733c 100644 --- a/desktop/elementary-xfce/slack-desc +++ b/desktop/elementary-xfce/slack-desc @@ -14,6 +14,6 @@ elementary-xfce: Elementary project, which took place because the team decided t elementary-xfce: a lot of desktop-specific symlinks. This icon theme is supposed to elementary-xfce: keep everything working. elementary-xfce: +elementary-xfce: Homepage: https://github.com/shimmerproject/elementary-xfce elementary-xfce: elementary-xfce: -elementary-xfce: Project page: https://github.com/shimmerproject/elementary-xfce |