From 95a3f83ffcef28a894a528bf7f7882564d0a82ad Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Jul 02 2012 15:48:15 +0000 Subject: Remove unity import in gtk3 css --- 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"); +-@import url("apps/unity.css"); +-@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 0.8.2-3 - Fix version number since upstream tagged the last commit - Add xfce4-notifyd-theme sub-package