[elementary-icon-theme] Update to recent upstream version

hannes hannes at fedoraproject.org
Thu May 26 17:13:16 UTC 2011


commit f572462ae1a5cc5f27ee6aba6d93f8163787a825
Author: johannes lips <johannes at fedorabox.localdomain>
Date:   Thu May 26 19:12:45 2011 +0200

    Update to recent upstream version

 .gitignore                 |    1 +
 elementary-icon-theme.spec |   34 +++++++++++++++++-----------------
 sources                    |    2 +-
 3 files changed, 19 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4755f4b..f5343ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /elementary_Icons_by_DanRabbit.zip
+/elementary-icon-theme-2.7.1.tar.gz
diff --git a/elementary-icon-theme.spec b/elementary-icon-theme.spec
index cd49c4b..03c5fd4 100644
--- a/elementary-icon-theme.spec
+++ b/elementary-icon-theme.spec
@@ -1,14 +1,12 @@
-%global tarname 73439-elementary
-
 Name:           elementary-icon-theme
-Version:        2.4
-Release:        7%{?dist}
+Version:        2.7.1
+Release:        1%{?dist}
 Summary:        Icons from the Elementary Project
 
 Group:          User Interface/Desktops
 License:        GPLv2
-URL:            http://gnome-look.org/content/show.php/Elementary+Icons?content=73439
-Source0:        http://fc03.deviantart.net/fs71/f/2010/099/a/2/elementary_Icons_by_DanRabbit.zip
+URL:            https://launchpad.net/elementaryicons/
+Source0:        http://launchpad.net/elementaryicons/2.0/2.7.1/+download/%{name}-%{version}.tar.gz
 
 BuildArch:      noarch
 
@@ -16,22 +14,20 @@ BuildArch:      noarch
 Icon theme set From Elementary Project
 
 %prep
-%setup -c -q %{tarname}-%{version}
-tar xf elementary.tar.gz
-tar xf elementary-monochrome.tar.gz
+%setup -c -q %{name}
 mkdir -p doc/elementary{,-monochrome}
-cp -p elementary-monochrome/[A-Z]* doc/elementary-monochrome/
-cp -p elementary/[A-Z]* doc/elementary/
+cp -p elementary-icon-theme/elementary-mono-dark/[A-Z]* doc/elementary-monochrome/
+cp -p elementary-icon-theme/elementary/[A-Z]* doc/elementary/
 
 %build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons
-cp -a ./elementary/ $RPM_BUILD_ROOT%{_datadir}/icons
-cp -a ./elementary-monochrome/ $RPM_BUILD_ROOT%{_datadir}/icons
+cp -a elementary-icon-theme/elementary/ $RPM_BUILD_ROOT%{_datadir}/icons
+cp -a elementary-icon-theme/elementary-mono-dark/ $RPM_BUILD_ROOT%{_datadir}/icons
 chmod 0644 $RPM_BUILD_ROOT%{_datadir}/icons/elementary/index.theme
-chmod 0644 $RPM_BUILD_ROOT%{_datadir}/icons/elementary-monochrome/index.theme
+chmod 0644 $RPM_BUILD_ROOT%{_datadir}/icons/elementary-mono-dark/index.theme
 
 %clean
 rm -rf %{buildroot}
@@ -58,13 +54,17 @@ gtk-update-icon-cache %{_datadir}/icons/elementary-monochrome &>/dev/null ||:
 %files
 %defattr(-,root,root,-)
 %{_datadir}/icons/elementary/
-%{_datadir}/icons/elementary-monochrome/
+%{_datadir}/icons/elementary-mono-dark/
 %doc doc/*
 
 
 %changelog
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+* Wed Apr 06 2011 Johannes Lips <johannes.lips at googlemail.com> - 2.7.1-1
+- update to 2.7.1
+- updated the source url
+
+* Sun Mar 13 2011 Johannes Lips <johannes.lips at googlemail.com> - 2.5-1
+- update to 2.5
 
 * Wed Aug 18 2010 Tajidin Abd <tajidinabd at archlinux.us> - 2.4-6
 - removed wildcards in created directory
diff --git a/sources b/sources
index e103e17..a2799f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5eab2f798b7bebe1fb1f346c3ab13d3b  elementary_Icons_by_DanRabbit.zip
+fc4580641089a09cbcf7df38ebddd807  elementary-icon-theme-2.7.1.tar.gz


More information about the scm-commits mailing list