summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2016-12-04 22:05:25 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-04 22:05:25 +0700
commite4c56c11417b1f3631576e6354a7785300ac4363 (patch)
tree0e812427a656ef9ce6f436d09b495df88db7f54f /desktop
parentb42942cdb60ac666f22412d1e22d71f59fe1a8bc (diff)
downloadslackbuilds-e4c56c11417b1f3631576e6354a7785300ac4363.tar.gz
slackbuilds-e4c56c11417b1f3631576e6354a7785300ac4363.tar.xz
desktop/cathexis-suite-themes: Updated for version 1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/cathexis-suite-themes/README9
-rw-r--r--desktop/cathexis-suite-themes/cathexis-suite-themes.SlackBuild5
-rw-r--r--desktop/cathexis-suite-themes/cathexis-suite-themes.info2
-rw-r--r--desktop/cathexis-suite-themes/doinst.sh11
4 files changed, 7 insertions, 20 deletions
diff --git a/desktop/cathexis-suite-themes/README b/desktop/cathexis-suite-themes/README
index ec4a866532..b0cfa467d8 100644
--- a/desktop/cathexis-suite-themes/README
+++ b/desktop/cathexis-suite-themes/README
@@ -5,10 +5,6 @@ your desktop experience. It's a dark theme which will stay in background
while you work but at the same time it can be really attractive when
you want to show your desktop around.
-Your Openbox desktop can look really nice with this suite.
-
-Optional dependencies: gtk-engines, murrine, gtk-engines-unico.
-
This package provides:
* Colors >> new base colors;
@@ -25,5 +21,8 @@ This package provides:
cathexis style;
* NCMPCPP Config >> if you use ncmpcpp to listen your music, I provided a
config file;
-* Fonts >> added Inconsolata font for terminal apps; and
* Wallpapers >> added new dark wallpaper 1920x1200px.
+
+Optional dependencies: gtk-engines, murrine, gtk-engines-unico.
+
+This suggests: ttf-coda, ttf-inconsolata.
diff --git a/desktop/cathexis-suite-themes/cathexis-suite-themes.SlackBuild b/desktop/cathexis-suite-themes/cathexis-suite-themes.SlackBuild
index aca9930d51..0e9844591f 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 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2015-2016 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:-0.1}
+VERSION=${VERSION:-1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,7 +54,6 @@ 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}
-cp -a fonts/Coda/*.ttf fonts/Inconsolata/*.ttf $PKG/usr/share/fonts/TTF/
cp -a slim/cathexis $PKG/usr/share/slim/themes/
cp -a cathexis $PKG/usr/share/themes/
cp -a wallpapers/* $PKG/usr/share/wallpapers/
diff --git a/desktop/cathexis-suite-themes/cathexis-suite-themes.info b/desktop/cathexis-suite-themes/cathexis-suite-themes.info
index 1a57d932f9..f15edbda84 100644
--- a/desktop/cathexis-suite-themes/cathexis-suite-themes.info
+++ b/desktop/cathexis-suite-themes/cathexis-suite-themes.info
@@ -1,5 +1,5 @@
PRGNAM="cathexis-suite-themes"
-VERSION="0.1"
+VERSION="1.0"
HOMEPAGE="http://samirkahvedzic.deviantart.com/art/CathexiS-Suite-329275044"
DOWNLOAD="http://fc08.deviantart.net/fs71/f/2013/270/6/8/cathexis_suite_by_samirkahvedzic-d5g1i90.zip"
MD5SUM="33d9fb0714df611ff618d4bf59dcca49"
diff --git a/desktop/cathexis-suite-themes/doinst.sh b/desktop/cathexis-suite-themes/doinst.sh
index 0fa5d81798..9424ce43ff 100644
--- a/desktop/cathexis-suite-themes/doinst.sh
+++ b/desktop/cathexis-suite-themes/doinst.sh
@@ -11,14 +11,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi
-
-if [ -x /usr/bin/mkfontdir ]; then
- ( cd /usr/share/fonts/TTF
- mkfontscale .
- mkfontdir .
- )
-fi
-
-if [ -x /usr/bin/fc-cache ]; then
- /usr/bin/fc-cache -f
-fi