[greybird] Remove unity import in gtk3 css

athmane athmane at fedoraproject.org
Mon Jul 2 15:48:32 UTC 2012


commit 95a3f83ffcef28a894a528bf7f7882564d0a82ad
Author: Athmane Madjoudj <athmane at fedoraproject.org>
Date:   Mon Jul 2 16:48:15 2012 +0100

    Remove unity import in gtk3 css

 greybird-remove-unity-import.patch |    8 ++++++++
 greybird.spec                      |    7 ++++++-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/greybird-remove-unity-import.patch b/greybird-remove-unity-import.patch
new file mode 100644
index 0000000..35681fd
--- /dev/null
+++ b/greybird-remove-unity-import.patch
@@ -0,0 +1,8 @@
+--- gtk-3.0/gtk.css.orig	2012-07-02 16:30:48.450512085 +0100
++++ gtk-3.0/gtk.css	2012-07-02 16:31:03.483560141 +0100
+@@ -81,5 +81,3 @@
+ @import url("gtk-widgets.css");
+ @import url("apps/misc.css");
+ @import url("apps/nautilus.css");
+- at import url("apps/unity.css");
+- at import url("apps/unity-greeter.css");
diff --git a/greybird.spec b/greybird.spec
index ed51624..3f1c6e4 100644
--- a/greybird.spec
+++ b/greybird.spec
@@ -4,7 +4,7 @@
 
 Name:           greybird
 Version:        0.8.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A clean minimalistic theme for Xfce, GTK+ 2 and 3
 
 License:        GPLv2+ or CC-BY-SA
@@ -14,6 +14,7 @@ URL:            http://shimmerproject.org/project/%{name}/
 # following commands to generate the tarball:
 # wget --content-disposition https://github.com/shimmerproject/Greybird/tarball/GIT_SHORT
 Source0:        shimmerproject-Greybird-v%{version}-%{theme_revision}-g%{git_short}.tar.gz
+Patch0:         greybird-remove-unity-import.patch
 
 BuildArch:      noarch      
 
@@ -63,6 +64,7 @@ Themes for Xfce4 notifyd as part of the Greybird theme.
 
 %prep
 %setup -q -n shimmerproject-Greybird-%{git_short}
+%patch0 -p0
 
 # Cleanup
 # Remove Unity theme
@@ -110,6 +112,9 @@ cp -pr gtk-2.0/ gtk-3.0/ metacity-1/ xfwm4/ xfwm4_compact/ xfce-notify-4.0/ %{bu
 %{_datadir}/themes/%{theme_name}/xfce-notify-4.0/
 
 %changelog
+* Mon Jul 02 2012 Athmane Madjoudj 0.8.2-4
+- Remove unity import in gtk3 css.
+
 * Tue May 22 2012 Athmane Madjoudj <athmane at fedoraproject.org> 0.8.2-3
 - Fix version number since upstream tagged the last commit
 - Add xfce4-notifyd-theme sub-package


More information about the scm-commits mailing list