rpms/gtk3/devel gtk3.spec,1.4,1.5

Matthias Clasen mclasen at fedoraproject.org
Sat Jun 12 04:49:57 UTC 2010


Author: mclasen

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

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



Index: gtk3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtk3/devel/gtk3.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- gtk3.spec	9 Jun 2010 03:23:11 -0000	1.4
+++ gtk3.spec	12 Jun 2010 04:49:56 -0000	1.5
@@ -20,7 +20,14 @@ URL: http://www.gtk.org
 Source: http://download.gnome.org/sources/gtk+/2.90/gtk+-%{version}.tar.bz2
 Source3: im-cedilla.conf
 
-Patch1: system-python.patch
+Patch0: system-python.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=583273
+Patch1: fresh-tooltips.patch
+# http://bugzilla.redhat.com/show_bug.cgi?id=529364
+Patch2: remove-connecting-reason.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=611313
+Patch3: window-dragging.patch
+
 
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: pango-devel >= %{pango_version}
@@ -41,6 +48,7 @@ BuildRequires: libXfixes-devel
 BuildRequires: libXinerama-devel
 BuildRequires: libXcomposite-devel
 BuildRequires: libXdamage-devel
+BuildRequires: libXi-devel
 BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
 BuildRequires: gir-repository-devel >= %{gir_repository_version}
 
@@ -111,11 +119,13 @@ widget toolkit.
 
 %prep
 %setup -q -n gtk+-%{version}
-%patch1 -p1 -b .system-python
+%patch0 -p1 -b .system-python
+%patch1 -p1 -b .fresh-tooltips
+%patch2 -p1 -b .remove-connecting-reason
+%patch3 -p1 -b .window-dragging
 
 %build
-%configure --with-xinput=xfree          \
-           --enable-debug               \
+%configure --with-xinput                \
            --disable-gtk-doc            \
            --disable-rebuilds           \
            --enable-introspection       \
@@ -204,7 +214,6 @@ gtk-query-immodules-3.0-%{__isa_bits} --
 
 %files -f gtk30.lang
 %defattr(-, root, root, -)
-
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/gdk-pixbuf-query-loaders-3.0*
 %{_bindir}/gtk-query-immodules-3.0*



More information about the scm-commits mailing list