[zukitwo] Replace a copy of the directory containing the Gnome Shell theme with a symbolic link to the other.

odysseus odysseus at fedoraproject.org
Sat Aug 4 14:25:57 UTC 2012


commit 7f4a5bad488c7fab35c7d35dfedfdaaaf3bd8393
Author: Mattia Meneguzzo <odysseus at fedoraproject.org>
Date:   Sat Aug 4 16:25:45 2012 +0200

    Replace a copy of the directory containing the Gnome Shell theme with a symbolic link to the other.

 zukitwo.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/zukitwo.spec b/zukitwo.spec
index ac4ee9d..db712ac 100644
--- a/zukitwo.spec
+++ b/zukitwo.spec
@@ -5,7 +5,7 @@
 
 Name:           zukitwo
 Version:        20120708
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4
 Group:          User Interface/Desktops
 
@@ -103,9 +103,10 @@ for theme_dir in %{theme_name} %{theme_name}-Dark
 do
         mkdir -p -m755 %{buildroot}%{_datadir}/themes/$theme_dir
         cp -pr $theme_dir/* %{buildroot}%{_datadir}/themes/$theme_dir
-        mkdir -p -m755 %{buildroot}%{_datadir}/themes/$theme_dir/gnome-shell
-        cp -pr %{theme_name}-Shell/gnome-shell/* %{buildroot}%{_datadir}/themes/$theme_dir/gnome-shell
 done
+mkdir -p -m755 %{buildroot}%{_datadir}/themes/%{theme_name}/gnome-shell
+cp -pr %{theme_name}-Shell/gnome-shell/* %{buildroot}%{_datadir}/themes/%{theme_name}/gnome-shell
+ln -s %{_datadir}/themes/%{theme_name}-Dark/gnome-shell %{buildroot}%{_datadir}/themes/%{theme_name}/gnome-shell
 
 
 %files common
@@ -135,6 +136,9 @@ done
 
 
 %changelog
+* Sat Aug 04 2012 Mattia Meneguzzo <odysseus at fedoraproject.org> - 20120708-4
+- Replace a copy of the directory containing the Gnome Shell theme with a symbolic link to the other 
+
 * Sat Aug 04 2012 Mattia Meneguzzo <odysseus at fedoraproject.org> - 20120708-3
 - Add a "common" subpackage which owns files and directories that are common to all themes
 - Change directory structure


More information about the scm-commits mailing list