diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-03-07 23:52:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-11 07:03:48 +0700 |
commit | 6e451f93b06eba999770ec0e717930a975ff2d37 (patch) | |
tree | 0f531fd09371fb82397ab71035edd418f2c2e83e /desktop/cathexis-suite-themes/cathexis-suite-themes.SlackBuild | |
parent | 9bbc2406f427c0ec68f61937309e8a548cf9d34f (diff) |
desktop/cathexis-suite-themes: Change version.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/cathexis-suite-themes/cathexis-suite-themes.SlackBuild')
-rw-r--r-- | desktop/cathexis-suite-themes/cathexis-suite-themes.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/cathexis-suite-themes/cathexis-suite-themes.SlackBuild b/desktop/cathexis-suite-themes/cathexis-suite-themes.SlackBuild index 0e9844591f773..39e1f20275901 100644 --- a/desktop/cathexis-suite-themes/cathexis-suite-themes.SlackBuild +++ b/desktop/cathexis-suite-themes/cathexis-suite-themes.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for cathexis-suite-themes. # -# Copyright 2015-2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-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="cathexis-suite-themes" -VERSION=${VERSION:-1.0} +VERSION=${VERSION:-20130927} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +53,7 @@ cp -a ncmpcpp $PKG/etc/skel/.ncmpcpp cp -a terminal/{bashrc,Xdefaults} $PKG/etc/skel/ cp -a tint2 $PKG/etc/xdg/ -mkdir -p $PKG/usr/share/{fonts/TTF,slim/themes,themes,wallpapers} +mkdir -p $PKG/usr/share/{slim/themes,themes,wallpapers} cp -a slim/cathexis $PKG/usr/share/slim/themes/ cp -a cathexis $PKG/usr/share/themes/ cp -a wallpapers/* $PKG/usr/share/wallpapers/ |