[faenza-icon-theme] update to 1.3.1

Felix Kaechele heffer at fedoraproject.org
Wed Feb 13 22:33:13 UTC 2013


commit 2d238bb7be7db87b163024c293271b8e5b0b4aea
Author: Felix Kaechele <heffer at fedoraproject.org>
Date:   Wed Feb 13 23:33:01 2013 +0100

    update to 1.3.1
    
    - point S:1 to Ubuntu PPA source URL
    - added the following fixes from Mohamed El Morabity:
      - Add missing %build section (mandatory even if empty)
      - Link start-here-symbolic icons to the Fedora icon
      - Update description, taken from the DeviantArt theme page

 .gitignore             |    1 +
 faenza-icon-theme.spec |   44 +++++++++++++++++++++++++++++++-------------
 sources                |    2 +-
 3 files changed, 33 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0d5de64..6cea719 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Faenza_Icons_by_tiheum.zip
 /faenza-icon-theme_1.1.tar.gz
+/faenza-icon-theme_1.3.1.tar.gz
diff --git a/faenza-icon-theme.spec b/faenza-icon-theme.spec
index 07b6b24..6c755fe 100644
--- a/faenza-icon-theme.spec
+++ b/faenza-icon-theme.spec
@@ -1,35 +1,45 @@
-%global themes Faenza Faenza-Dark Faenza-Darker Faenza-Darkest
+%global themes Faenza Faenza-Ambiance Faenza-Dark Faenza-Darker Faenza-Darkest Faenza-Radiance
 
 Name:           faenza-icon-theme
-Version:        1.1
-Release:        4%{?dist}
+Version:        1.3.1
+Release:        1%{?dist}
 Summary:        Icon theme designed for Equinox GTK theme
 
 Group:          User Interface/Desktops 
 License:        GPLv3
 URL:            http://tiheum.deviantart.com/art/Faenza-Icons-173323228
-Source0:        https://faenza-icon-theme.googlecode.com/files/%{name}_%{version}.tar.gz
+Source0:        http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/faenza-icon-theme/%{name}_%{version}.tar.gz
 BuildArch:      noarch
 
 %description
-Contains icons for Equinox GTK theme
+This icon theme for Gnome provides monochromatic icons for panels, toolbars and
+buttons and colorful squared icons for devices, applications, folder, files and
+Gnome menu items. Six themes are included to fit with light or dark
+themes/panels.
 
 
 %prep
-%setup -q -c
-# fix permissions
-find . -type d -exec chmod 0755 {} \;
+%setup -q -n %{name}-1.3
+# Remove executable bits on all files
 find . -type f -exec chmod 0644 {} \;
 
 
 %install
 install -dm 755 $RPM_BUILD_ROOT%{_datadir}/icons
 
-# link the distributor-icon to the Fedora icon
+# link the distributor-logo icon to the Fedora icon
 for icon in ./*/places/*/distributor-logo-fedora.*
 do
-    pushd $(dirname ${icon})
-        ln -sf $(basename ${icon}) distributor-logo.${icon##*.}
+    pushd ${icon%/*}
+        ln -sf ${icon##*/} distributor-logo.${icon##*.}
+    popd
+done
+
+# link the start-here-symbolic icon to the Fedora icon
+for icon in ./*/places/*/start-here-fedora-symbolic.*
+do
+    pushd ${icon%/*}
+        ln -sf ${icon##*/} start-here-symbolic.${icon##*.}
     popd
 done
 
@@ -48,7 +58,7 @@ if [ $1 -eq 0 ] ; then
     for theme in %{themes}
     do
         touch --no-create %{_datadir}/icons/${theme} &>/dev/null
-        gtk-update-icon-cache -q %{_datadir}/icons/${theme} &>/dev/null || :
+        gtk-update-icon-cache %{_datadir}/icons/${theme} &>/dev/null || :
     done
 fi
 
@@ -61,11 +71,19 @@ done
 
 
 %files
-%doc AUTHORS ChangeLog COPYING README
+%doc debian/changelog debian/copyright
 %{_datadir}/icons/Faenza*
 
 
 %changelog
+* Wed Feb 13 2013 Felix Kaechele <heffer at fedoraproject.org> - 1.3.1-1
+- update to 1.3.1
+- point S:1 to Ubuntu PPA source URL
+- added the following fixes from Mohamed El Morabity:
+  - Add missing %%build section (mandatory even if empty)
+  - Link start-here-symbolic icons to the Fedora icon
+  - Update description, taken from the DeviantArt theme page
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index f9bb16d..2089739 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7385a92226a3b3ab3949952149fe3a3  faenza-icon-theme_1.1.tar.gz
+b5339b70cbb821b583499e725957b150  faenza-icon-theme_1.3.1.tar.gz


More information about the scm-commits mailing list