rpms/gtk-rezlooks-engine/devel rezlooks-gilouche-gtkrc.patch, NONE, 1.1 gtk-rezlooks-engine.spec, 1.5, 1.6

Mads Villadsen maxx at fedoraproject.org
Wed Aug 26 17:38:41 UTC 2009


Author: maxx

Update of /cvs/extras/rpms/gtk-rezlooks-engine/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4702

Modified Files:
	gtk-rezlooks-engine.spec 
Added Files:
	rezlooks-gilouche-gtkrc.patch 
Log Message:
* Wed Aug 26 2009 Mads Villadsen <maxx at krakoa.dk> - 0.6-9
- Add small gtkrc patch to fix bug #515833 - gnome-appearance-properties produces an error after installing gtk-rezlooks-engine


rezlooks-gilouche-gtkrc.patch:
 gtkrc |    4 ++++
 1 file changed, 4 insertions(+)

--- NEW FILE rezlooks-gilouche-gtkrc.patch ---
--- Rezlooks-Gilouche/gtk-2.0/gtkrc.orig	2009-08-26 19:22:02.678004125 +0200
+++ Rezlooks-Gilouche/gtk-2.0/gtkrc	2009-08-26 19:22:36.307993364 +0200
@@ -1,3 +1,7 @@
+style "panel"
+{
+}
+
 style "rezlooks-default"
 {
   GtkButton      ::default_border    = { 0, 0, 0, 0 }


Index: gtk-rezlooks-engine.spec
===================================================================
RCS file: /cvs/extras/rpms/gtk-rezlooks-engine/devel/gtk-rezlooks-engine.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- gtk-rezlooks-engine.spec	25 Jul 2009 01:41:47 -0000	1.5
+++ gtk-rezlooks-engine.spec	26 Aug 2009 17:38:40 -0000	1.6
@@ -1,6 +1,6 @@
 Name: gtk-rezlooks-engine
 Version: 0.6
-Release: 8%{?dist}
+Release: 9%{?dist}
 Summary: Rezlooks GTK2 engine
 
 
@@ -15,6 +15,9 @@ Source13: http://people.os-zen.net/rezza
 Source14: http://people.os-zen.net/rezza/themes/Rezlooks-dark.tar.gz
 # Rezlooks-Arials theme is not included since it requires the nuoveXT-1.6 icon theme
 #Source15: http://people.os-zen.net/rezza/themes/Rezlooks-Aerials.tar.gz
+
+Patch0: rezlooks-gilouche-gtkrc.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: gtk2-devel
@@ -26,7 +29,6 @@ Rezlooks is a gtk2 theme engine based on
 %prep
 %setup -q -n rezlooks-%{version}
 
-
 %build
 %configure --enable-animation
 make %{?_smp_mflags}
@@ -38,6 +40,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/themes
 (cd $RPM_BUILD_ROOT/%{_datadir}/themes;
 zcat %{SOURCE10} | tar -xvf -;
+patch -p0 < %{PATCH0};
+
 zcat %{SOURCE11} | tar -xvf -;
 zcat %{SOURCE12} | tar -xvf -;
 zcat %{SOURCE13} | tar -xvf -;
@@ -64,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 26 2009 Mads Villadsen <maxx at krakoa.dk> - 0.6-9
+- Add small gtkrc patch to fix bug #515833 - gnome-appearance-properties produces an error after installing gtk-rezlooks-engine
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list