[clearlooks-phenix/f20] Update to 5.0.7

Richard Marko rmarko at fedoraproject.org
Fri Dec 12 15:53:45 UTC 2014


commit ebb2f99d1ed8f60e7eff7e235baf5aaa174af98a
Author: Richard Marko <rmarko at fedoraproject.org>
Date:   Fri Dec 12 16:53:51 2014 +0100

    Update to 5.0.7

 .gitignore                  |    1 +
 clearlooks-phenix.spec      |   24 +++++++++++++-----------
 fix-nautilus-bg-image.patch |   23 +++++++++++++++++++++++
 sources                     |    2 +-
 4 files changed, 38 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91bd835..155e041 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /clearlooks-phenix-theme-3.0.15.tar.xz
+/clearlooks-phenix-theme-5.0.7.tar.xz
diff --git a/clearlooks-phenix.spec b/clearlooks-phenix.spec
index f256d3d..ec45636 100644
--- a/clearlooks-phenix.spec
+++ b/clearlooks-phenix.spec
@@ -1,19 +1,20 @@
 %global theme_name Clearlooks-Phenix
+%global git_tag 5.0.7
 
 Name: clearlooks-phenix
-Version: 3.0.15
-Release: 2%{?dist}
+Version: %{git_tag}
+Release: 1%{?dist}
 Summary: %{theme_name} theme
 BuildArch: noarch
 
 Group: User Interface/Desktops
 License: GPLv3+
-URL: http://www.jpfleury.net/en/software/clearlooks-phenix.php
-# git clone git://jpfleury.indefero.net/jpfleury/clearlooks-phenix.git
-# git checkout 3.0.15
-# git archive --prefix=clearlooks-phenix-theme-3.0.15/ 3.0.15 | xz > clearlooks-phenix-theme-3.0.15.tar.xz
+URL: https://github.com/jpfleury/clearlooks-phenix
+# git clone https://github.com/jpfleury/clearlooks-phenix.git
+# git checkout 5.0.7
+# git archive --prefix=clearlooks-phenix-theme-5.0.7/ 5.0.7 | xz > clearlooks-phenix-theme-5.0.7.tar.xz
 Source0: clearlooks-phenix-theme-%{version}.tar.xz
-#Source0: http://jpfleury.indefero.net/p/clearlooks-phenix/source/download/%{version}/
+Patch0: fix-nautilus-bg-image.patch
 
 %description
 %{theme_name} is a GTK+ 3 port of Clearlooks, the default theme
@@ -75,6 +76,7 @@ Themes for Openbox as part of the %{theme_name} theme.
 
 %prep
 %setup -q -n %{name}-theme-%{version}
+%patch0 -p1
 
 %build
 
@@ -85,11 +87,8 @@ for dir in gtk-2.0 gtk-3.0 metacity-1 openbox-3 wallpapers xfwm4; do
 done
 install -Dpm 0644 index.theme %{buildroot}%{_datadir}/themes/%{theme_name}/
 
-rm doc/images.sh.txt
-
 %files common
-%doc doc/*.txt
-%doc doc/*.mkd
+%doc COPYING README.md doc/*.png
 %{_datadir}/themes/%{theme_name}
 
 %files gtk2-theme
@@ -109,6 +108,9 @@ rm doc/images.sh.txt
 
 
 %changelog
+* Fri Dec 12 2014 Richard Marko <rmarko at fedoraproject.org> - 5.0.7-1
+- Version bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/fix-nautilus-bg-image.patch b/fix-nautilus-bg-image.patch
new file mode 100644
index 0000000..af8ec63
--- /dev/null
+++ b/fix-nautilus-bg-image.patch
@@ -0,0 +1,23 @@
+diff -uNr clearlooks-phenix-theme-5.0.7/gtk-3.0/gtk-widgets.css clearlooks-phenix-theme-5.0.7p/gtk-3.0/gtk-widgets.css
+--- clearlooks-phenix-theme-5.0.7/gtk-3.0/gtk-widgets.css	2014-10-01 10:19:22.000000000 +0200
++++ clearlooks-phenix-theme-5.0.7p/gtk-3.0/gtk-widgets.css	2014-12-12 16:49:12.428130389 +0100
+@@ -43,8 +43,17 @@
+ 	color: @theme_fg_color;
+ }
+ 
+-* {
+-	background-color: @theme_bg_color;
++.background {
++    background-color: @theme_bg_color;
++    color: @theme_fg_color;
++}
++
++.background.client-decorated {
++    background-color: transparent;
++}
++
++.background.window-content {
++    background-color: @theme_bg_color;
+ }
+ 
+ *:selected,
diff --git a/sources b/sources
index c0eb992..76d6140 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1402d822d2cfcc5cbbe769e954397d29  clearlooks-phenix-theme-3.0.15.tar.xz
+f330337901a93f079795c4a765c0ae01  clearlooks-phenix-theme-5.0.7.tar.xz


More information about the scm-commits mailing list