desktop/gnome-colors: Misc tweaks ; email change

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Eugene Wissner 2011-05-04 22:27:28 -05:00 committed by Robby Workman
parent 60230540ab
commit 8711b2a6ae
5 changed files with 25 additions and 19 deletions

View file

@ -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"

View file

@ -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

View file

@ -2,7 +2,7 @@
# Slackware build script for GNOME-Colors
# Copyright (c) 2010 Eugene Wissner <belka.ew@gmail.com>
# Copyright (c) 2010 Eugene Wissner <eugen@flevum.de>
# 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

View file

@ -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"

View file

@ -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.