[zukitwo] Update to latest upstream version (2012.06.07). Add a patch to remove Ubuntu and Trebuchet MS from f

odysseus odysseus at fedoraproject.org
Sat Jun 9 08:05:03 UTC 2012


commit c4d2a96bad720d314c5a88dd29e396a84741c482
Author: Mattia Meneguzzo <odysseus at fedoraproject.org>
Date:   Sat Jun 9 10:04:45 2012 +0200

    Update to latest upstream version (2012.06.07). Add a patch to remove Ubuntu and Trebuchet MS from font-family in gnome-shell.css and two references to Unity-related stuff.

 sources                           |    2 +-
 zukitwo-20120602-fonts.patch      |   11 -----------
 zukitwo-20120607-rmnotavail.patch |   32 ++++++++++++++++++++++++++++++++
 zukitwo.spec                      |   16 +++++++++++-----
 4 files changed, 44 insertions(+), 17 deletions(-)
---
diff --git a/sources b/sources
index ba4303f..bc414ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38bc58b34edd331e7633606b49fc5174  zukitwo_by_lassekongo83-d3df2ot.zip
+dfbd9555e1aa8839182e441666177c6e  zukitwo_by_lassekongo83-d3df2ot.zip
diff --git a/zukitwo-20120607-rmnotavail.patch b/zukitwo-20120607-rmnotavail.patch
new file mode 100644
index 0000000..cb261d8
--- /dev/null
+++ b/zukitwo-20120607-rmnotavail.patch
@@ -0,0 +1,32 @@
+diff -up Zukitwo-Dark/gtk-3.0/gtk.css.orig Zukitwo-Dark/gtk-3.0/gtk.css
+--- Zukitwo-Dark/gtk-3.0/gtk.css.orig	2012-04-30 19:58:42.000000000 +0200
++++ Zukitwo-Dark/gtk-3.0/gtk.css	2012-06-09 09:49:43.033151281 +0200
+@@ -61,6 +61,5 @@
+ @import url("apps/gnome-panel.css");
+ @import url("apps/gnome-terminal.css");
+ @import url("apps/nautilus.css");
+- at import url("apps/unity.css");
+ @import url("apps/popover.css");
+ @import url("apps/epiphany.css");
+diff -up Zukitwo/gtk-3.0/gtk.css.orig Zukitwo/gtk-3.0/gtk.css
+--- Zukitwo/gtk-3.0/gtk.css.orig	2012-05-03 09:12:52.000000000 +0200
++++ Zukitwo/gtk-3.0/gtk.css	2012-06-09 09:51:04.144835995 +0200
+@@ -60,6 +60,5 @@
+ @import url("apps/gnome-panel.css");
+ @import url("apps/gnome-terminal.css");
+ @import url("apps/nautilus.css");
+- at import url("apps/unity.css");
+ @import url("apps/popover.css");
+ @import url("apps/epiphany.css");
+diff -up Zukitwo-Shell/gnome-shell/gnome-shell.css.orig Zukitwo-Shell/gnome-shell/gnome-shell.css
+--- Zukitwo-Shell/gnome-shell/gnome-shell.css.orig	2012-06-07 07:24:18.000000000 +0200
++++ Zukitwo-Shell/gnome-shell/gnome-shell.css	2012-06-09 09:50:29.111086377 +0200
+@@ -18,7 +18,7 @@
+ 
+ /* default text style */
+ stage {
+-	font-family: Ubuntu, Droid Sans, Trebuchet MS, Liberation Sans, sans-serif;
++	font-family: Droid Sans, Liberation Sans, sans-serif;
+ 	font-size: 9pt; /* The default font size. */
+ 	color: white;
+ }
diff --git a/zukitwo.spec b/zukitwo.spec
index dd74fc1..27e9332 100644
--- a/zukitwo.spec
+++ b/zukitwo.spec
@@ -4,8 +4,8 @@
 %global tag           d3df2ot
 
 Name:           zukitwo
-Version:        20120602
-Release:        2%{?dist}
+Version:        20120607
+Release:        1%{?dist}
 Summary:        Themes for GTK+2, GTK+3, Metacity, GNOME Shell and Xfwm4
 Group:          User Interface/Desktops
 
@@ -13,9 +13,11 @@ License:        GPLv3
 URL:            http://%{author}.deviantart.com/art/%{theme_name}-%{deviantart_id}
 Source0:        http://www.deviantart.com/download/%{deviantart_id}/%{name}_by_%{author}-%{tag}.zip
 
-# This patch removes "Ubuntu" from "font-family" in gnome-shell.css, because 
-# the "Ubuntu" font is not available in Fedora. 
-Patch0:         zukitwo-20120602-fonts.patch
+# This patch removes "Ubuntu" and "Trebuchet MS" from "font-family" in 
+# gnome-shell.css (because these fonts are not available in Fedora) and two 
+# references to Unity-related stuff from Zukitwo/gtk-3.0/gtk.css and from 
+# Zukitwo-Dark/gtk-3.0/gtk.css, respectively.
+Patch0:         zukitwo-20120607-rmnotavail.patch
 
 BuildArch:      noarch      
 
@@ -132,6 +134,10 @@ cp -pr Zukitwo-Shell/gnome-shell/* %{buildroot}%{_datadir}/themes/Zukitwo-Shell/
 
 
 %changelog
+* Sat Jun 09 2012 Mattia Meneguzzo <odysseus at fedoraproject.org> - 20120607-1
+- Update to latest upstream version
+- Add a patch to remove "Ubuntu" and "Trebuchet MS" from "font-family" in gnome-shell.css and two references to Unity-related stuff.
+
 * Tue Jun 05 2012 Mattia Meneguzzo <odysseus at fedoraproject.org> - 20120602-2
 - Add google-droid-sans-fonts as a requirement for gnome-shell-theme-zukitwo
 - Add a patch to remove "Ubuntu" from "font-family" in gnome-shell.css


More information about the scm-commits mailing list