mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/gnome-colors: Updated for version 5.5.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
83be308a00
commit
b951c756c6
4 changed files with 10 additions and 15 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue