rpms/gnome-colors-icon-theme/devel gnome-colors-icon-theme.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michal Nowak mnowak at fedoraproject.org
Tue Aug 11 07:33:33 UTC 2009


Author: mnowak

Update of /cvs/pkgs/rpms/gnome-colors-icon-theme/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24894/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gnome-colors-icon-theme.spec import.log 
Log Message:
5.3



--- NEW FILE gnome-colors-icon-theme.spec ---
%define real_name gnome-colors

Summary: GNOME-Colors icon theme
Name: gnome-colors-icon-theme
Version: 5.3
Release: 1%{?dist}
Url: http://code.google.com/p/gnome-colors
Source0: http://%{real_name}.googlecode.com/files/%{real_name}-src-%{version}.tar.gz
License: GPLv2
BuildArch: noarch
Group: User Interface/Desktops
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: gnome-icon-theme
BuildRequires: icon-naming-utils >= 0.8.7
BuildRequires: inkscape
BuildRequires: ImageMagick

%description
The GNOME-Colors is a project that aims to make the GNOME 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; Brave (Blue), Human (Orange), Wine (Red), Noble (Purple), Wise 
(Green), Dust (Chocolate) and Illustrious (Pink). An unlimited amount of 
color variations can be rebuilt and recolored from source, so users need 
not stick to the officially supported color palettes.

GNOME-Colors is mostly inspired/based on Tango, GNOME, Elementary, 
Tango-Generator and many other open-source projects. More information 
can be found in the AUTHORS file.


%prep
%setup -q -c %{real_name}--icon-theme-%{version}


%build
# change name from GNOME -> GNOME-Colors
rename 'gnome' '%{real_name}' themes/*
sed -i -e 's/GNOME/GNOME-Colors/' themes/*
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%post
for dir in /usr/share/icons/*; do
  if test -d "$dir"; then
    if test -f "$dir/index.theme"; then
      /usr/bin/gtk-update-icon-cache --quiet "$dir" || :
    fi
  fi
done


%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS README ChangeLog
%{_datadir}/icons/gnome-colors-common/
%{_datadir}/icons/gnome-colors-brave/
%{_datadir}/icons/gnome-colors-carbonite/
%{_datadir}/icons/gnome-colors-dust/
%{_datadir}/icons/gnome-colors-human/
%{_datadir}/icons/gnome-colors-illustrious/
%{_datadir}/icons/gnome-colors-noble/
%{_datadir}/icons/gnome-colors-tribute/
%{_datadir}/icons/gnome-colors-wine/
%{_datadir}/icons/gnome-colors-wise/

%changelog
* Tue Aug  4 2009 Michal Nowak <mnowak at redhat.com> - 5.3-1
- 5.3
- Requires: gnome-icon-theme

* Mon Aug  3 2009 Michal Nowak <mnowak at redhat.com> - 5.2.2-1
- initial packaging



--- NEW FILE import.log ---
gnome-colors-icon-theme-5_3-1_fc11:HEAD:gnome-colors-icon-theme-5.3-1.fc11.src.rpm:1249976035


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-colors-icon-theme/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	11 Aug 2009 05:16:38 -0000	1.1
+++ .cvsignore	11 Aug 2009 07:33:32 -0000	1.2
@@ -0,0 +1 @@
+gnome-colors-src-5.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-colors-icon-theme/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 Aug 2009 05:16:38 -0000	1.1
+++ sources	11 Aug 2009 07:33:32 -0000	1.2
@@ -0,0 +1 @@
+e5b33e067ebfcabafcf8737e2bdb5bcc  gnome-colors-src-5.3.tar.gz




More information about the fedora-extras-commits mailing list