From 8711b2a6aeade52cbe7a777f51e2ccb7856a0213 Mon Sep 17 00:00:00 2001 From: Eugene Wissner Date: Wed, 4 May 2011 22:27:28 -0500 Subject: desktop/gnome-colors: Misc tweaks ; email change Signed-off-by: Robby Workman --- desktop/gnome-colors/README | 13 ++++++++----- desktop/gnome-colors/doinst.sh | 10 ++++++---- desktop/gnome-colors/gnome-colors.SlackBuild | 7 ++++--- desktop/gnome-colors/gnome-colors.info | 2 +- desktop/gnome-colors/slack-desc | 12 ++++++------ 5 files changed, 25 insertions(+), 19 deletions(-) (limited to 'desktop/gnome-colors') diff --git a/desktop/gnome-colors/README b/desktop/gnome-colors/README index 89a26146e6..049534d415 100644 --- a/desktop/gnome-colors/README +++ b/desktop/gnome-colors/README @@ -1,8 +1,11 @@ The GNOME-Colors is a project that aims to make the desktop as elegant, consistent and colorful as possible. The current goal is to allow full -color customization of themes, icons, GDM logins and splash screens. -There are already seven full color-schemes available; Noble (Purple), +color customization of themes, icons, GDM logins, and splash screens. +There are nine full color-schemes available; Noble (Purple), Brave (Blue), Human (Orange), Wine (Red), Dust (Chocolate), Illustrious -(Pink) and Wise (Green). -GNOME-Colors is mostly inspired/based on Tango, GNOME, Elementary, -Tango-Generator and many other open-source projects. +(Pink), Wise (Green), Carbonite (Dark-grow) and Tribute (Light-grow). + +Edit /etc/gtk-2.0/gtkrc or create ~/.gtkrc-2.0 to change the default gtk +icon theme. There should be the string: +gtk-icon-theme-name = "gnome-$ThemeName", for example: +gtk-icon-theme-name = "gnome-dust" diff --git a/desktop/gnome-colors/doinst.sh b/desktop/gnome-colors/doinst.sh index 8542d1c18e..46bc527bd9 100644 --- a/desktop/gnome-colors/doinst.sh +++ b/desktop/gnome-colors/doinst.sh @@ -1,5 +1,7 @@ -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 +for theme in brave carbonite colors-common dust human illustrious noble tribute wine wise ; do + if [ -e usr/share/icons/gnome-$theme/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/gnome-$theme >/dev/null 2>&1 + fi fi -fi +done diff --git a/desktop/gnome-colors/gnome-colors.SlackBuild b/desktop/gnome-colors/gnome-colors.SlackBuild index b16ea90ef4..85f53a7a01 100644 --- a/desktop/gnome-colors/gnome-colors.SlackBuild +++ b/desktop/gnome-colors/gnome-colors.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for GNOME-Colors -# Copyright (c) 2010 Eugene Wissner +# Copyright (c) 2010 Eugene Wissner # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -23,15 +23,16 @@ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# + # Modified by the SlackBuilds.org project PRGNAM=gnome-colors VERSION=${VERSION:-5.5.1} -ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +ARCH=noarch + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM diff --git a/desktop/gnome-colors/gnome-colors.info b/desktop/gnome-colors/gnome-colors.info index bb1d137921..0c6349d8e4 100644 --- a/desktop/gnome-colors/gnome-colors.info +++ b/desktop/gnome-colors/gnome-colors.info @@ -8,5 +8,5 @@ MD5SUM="8ec81b556bac351817bd56a1701dbbfb \ DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Eugene Wissner" -EMAIL="belka.ew@gmail.com" +EMAIL="eugen@flevum.de" APPROVED="rworkman" diff --git a/desktop/gnome-colors/slack-desc b/desktop/gnome-colors/slack-desc index b3bac393f5..7e8dd7ae48 100644 --- a/desktop/gnome-colors/slack-desc +++ b/desktop/gnome-colors/slack-desc @@ -11,9 +11,9 @@ gnome-colors: gnome-colors: The GNOME-Colors is a project that aims to make the desktop as gnome-colors: elegant, consistent and colorful as possible. The current goal is gnome-colors: to allow full color customization of themes, icons, GDM logins -gnome-colors: and splash screens. There are already seven full color-schemes -gnome-colors: available; Noble (Purple), Brave (Blue), Human (Orange), Wine -gnome-colors: (Red), Dust (Chocolate), Illustrious (Pink) and Wise (Green). -gnome-colors: GNOME-Colors is mostly inspired/based on Tango, GNOME, Elementary, -gnome-colors: Tango-Generator and many other open-source projects. -gnome-colors: Homepage: http://code.google.com/p/gnome-colors +gnome-colors: and splash screens. There are nine full color-schemes available; +gnome-colors: Noble (Purple), Brave (Blue), Human (Orange), Wine (Red), Dust +gnome-colors: (Chocolate), Illustrious (Pink) and Wise (Green), Carbonite +gnome-colors: (Dark-grow) and Tribute (Light-grow). +gnome-colors: GNOME-Colors is mostly inspired by / based on Tango, GNOME, Elementary, +gnome-colors: Tango-Generator, and many other open-source projects. -- cgit v1.2.3