[gnome-shell-theme-atolm] Updated to work with gnome 3.2

Tim Lauridsen timlau at fedoraproject.org
Wed Oct 26 10:24:03 UTC 2011


commit 75e5fd53a5cc224154ead0dad5a80e8554601a01
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Wed Oct 26 12:23:42 2011 +0200

    Updated to work with gnome 3.2

 gnome-shell-theme-atolm.spec |   20 +++++++++++---------
 sources                      |    2 +-
 2 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/gnome-shell-theme-atolm.spec b/gnome-shell-theme-atolm.spec
index 0e745b8..60fbffa 100644
--- a/gnome-shell-theme-atolm.spec
+++ b/gnome-shell-theme-atolm.spec
@@ -1,12 +1,13 @@
 %global src_name gnome_shell____atolm_by_half_left-d3drw1x.zip
 %global theme_name atolm
 %global theme Atolm
+%global theme_zip %{theme}-3.2
 
 
 Name:           gnome-shell-theme-%{theme_name}
-Version:        1.0
+Version:        3.2
 Release:        1%{?dist}
-Summary:        The %{theme} gnome-shell theme  
+Summary:   	    The %{theme} gnome-shell theme  
 Group:          User Interface/Desktops     
 
 License:        GPLv3
@@ -14,23 +15,21 @@ URL:            http://http://half-left.deviantart.com/art/GNOME-Shell-Atolm-204
 Source0:        http://www.deviantart.com/download/204534789/%{src_name}
 
 Requires:       gnome-shell-extensions-user-theme
-Requires:       gnome-shell >= 3.0.1
+Requires:       gnome-shell >= 3.2
 BuildArch:      noarch
 
 %description
 The %{theme} gnome-shell theme created by half_left
 
 %prep
-%setup -q -c
-
-%build
-# nothing to build
+%setup -q -c 
+unzip %{theme_zip}.zip
 
 %install
 mkdir -p -m755 $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme}/gnome-shell
 
 # put the theme files into some data dir
-cp -r gs-%{theme_name}/* $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme}/.
+cp -r %{theme_zip}/* $RPM_BUILD_ROOT/%{_datadir}/themes/%{theme}/.
 
 # delete backup files (*~)
 find $RPM_BUILD_ROOT -name *~ -type f -print | xargs /bin/rm -f
@@ -40,11 +39,14 @@ find $RPM_BUILD_ROOT -name LICENSE -type f -print | xargs /bin/rm -f
 
 
 %files
-%doc gs-%{theme_name}/gnome-shell/LICENSE
+%doc %{theme_zip}/gnome-shell/LICENSE
 %dir %{_datadir}/themes/%{theme}
 %{_datadir}/themes/%{theme}/*
 
 
 %changelog
+* Thu Jun 09 2011 Tim Lauridsen <timlau at fedoraproject.org> 3.2
+- updated to work with gnome 3.2.x
+
 * Thu Jun 09 2011 Tim Lauridsen <timlau at fedoraproject.org> 1.0
 - initial rpm build
diff --git a/sources b/sources
index 791e81c..2b53dd9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ad23a6261d689d5747fc3b927d261f5  gnome_shell____atolm_by_half_left-d3drw1x.zip
+a7735d0c04d3744d3b067bdde650aefe  gnome_shell____atolm_by_half_left-d3drw1x.zip


More information about the scm-commits mailing list