desktop/gnome-colors: Updated for version 5.5.1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Eugene Wissner 2010-06-15 05:09:03 -05:00 committed by Robby Workman
parent 83be308a00
commit b951c756c6
4 changed files with 10 additions and 15 deletions

View file

@ -6,7 +6,3 @@ 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.
If you want to have extras themes; Carbonite (dark grey) and Tribute
(light grey) - put the gnome-color-extras archive (of the same
version!) in the path with SlackBuild.

View file

@ -3,4 +3,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

View file

@ -2,7 +2,7 @@
# Slackware build script for GNOME-Colors
# Copyright (c) 2009 Eugene Wissner <belka.ew@gmail.com>
# Copyright (c) 2010 Eugene Wissner <belka.ew@gmail.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -27,9 +27,9 @@
# Modified by the SlackBuilds.org project
PRGNAM=gnome-colors
VERSION=${VERSION:-5.5}
VERSION=${VERSION:-5.5.1}
ARCH=noarch
BUILD=${BUILD:-3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@ -47,7 +47,7 @@ OUTPUT=${OUTPUT:-/tmp}
# wise: green
#
# These two themes are from gnome-colors-extras. If you don't want to
# install them, don't worry, leave the second array so and simply
# install them, don't worry, leave the second array so and simply
# don't download gnome-colors-extras.
# carbonite: dark-grow
# tribute: light-grow

View file

@ -1,12 +1,12 @@
PRGNAM="gnome-colors"
VERSION="5.5"
VERSION="5.5.1"
HOMEPAGE="http://code.google.com/p/gnome-colors/"
DOWNLOAD="http://gnome-colors.googlecode.com/files/gnome-colors-5.5.tar.gz \
http://gnome-colors.googlecode.com/files/gnome-colors-extras-5.5.tar.gz"
DOWNLOAD="http://gnome-colors.googlecode.com/files/gnome-colors-5.5.1.tar.gz \
http://gnome-colors.googlecode.com/files/gnome-colors-extras-5.5.1.tar.gz"
MD5SUM="8ec81b556bac351817bd56a1701dbbfb \
02132ab0483c54a45ac49df22f90c163"
DOWNLOAD_x86_64=""
MD5SUM="905bed4d6d9c1f6bb897586d36b9f118 \
e0dbc774bf48ea82e8ba763c0782740a"
MD5SUM_x86_64=""
MAINTAINER="Eugene Wissner"
EMAIL="belka.ew@gmail.com"
APPROVED="dsomero"
APPROVED="rworkman"