rpms/gtk3-engines/devel gtk3-engines.spec,1.3,1.4

Matthias Clasen mclasen at fedoraproject.org
Sat Jun 12 05:29:30 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gtk3-engines/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28547

Modified Files:
	gtk3-engines.spec 
Log Message:
copy some tweaks from gtk2-engines



Index: gtk3-engines.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtk3-engines/devel/gtk3-engines.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- gtk3-engines.spec	11 Jun 2010 14:47:36 -0000	1.3
+++ gtk3-engines.spec	12 Jun 2010 05:29:30 -0000	1.4
@@ -15,6 +15,11 @@ BuildRequires:  pkgconfig
 
 URL:            http://download.gnome.org/sources/gtk-engines
 
+# Fedora-specific tweaks
+Patch0: bullet.patch
+Patch1: tooltips.patch
+Patch2: auto-mnemonics.patch
+Patch3: window-dragging.patch
 
 %package devel
 Summary: Development files for %{name}
@@ -35,6 +40,10 @@ toolkits or operating systems.
 
 %prep
 %setup -q -n gtk-engines-%{version}
+%patch0 -p1 -b .bullet
+%patch1 -p1 -b .tooltips
+%patch2 -p1 -b .auto-mnemonics
+%patch3 -p1 -b .window-dragging
 
 %build
 %configure



More information about the scm-commits mailing list