Package: gtk+2.0 / 2.24.10-2

Metadata

Package Version Patches format
gtk+2.0 2.24.10-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001_static linking dont query immodules.patch | (download)

configure.in | 1 1 + 0 - 0 !
modules/input/Makefile.am | 17 16 + 1 - 0 !
2 files changed, 17 insertions(+), 1 deletion(-)

 don't query immodules for the local tree when cross-compiling or
             when --disable-shared was given
Bug: http://bugzilla.gnome.org/show_bug.cgi?id=346531

002_static linking dont build perf.patch | (download)

Makefile.am | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 don't build perf measurement tools in static builds
Bug: http://bugzilla.gnome.org/show_bug.cgi?id=346559

003_gdk.pc_privates.patch | (download)

configure.in | 14 9 + 5 - 0 !
gdk-2.0.pc.in | 1 1 + 0 - 0 !
2 files changed, 10 insertions(+), 5 deletions(-)

---
004_gtk+ ximian gtk2 filesel navbutton 5.patch | (download)

gtk/gtkfilesel.c | 291 264 + 27 - 0 !
gtk/stock-icons/ximian-icons.h | 825 825 + 0 - 0 !
2 files changed, 1089 insertions(+), 27 deletions(-)

---
005_support_disabling_x11_extensions.patch | (download)

configure.in | 23 19 + 4 - 0 !
1 file changed, 19 insertions(+), 4 deletions(-)

---
011_immodule cache dir.patch | (download)

gtk/gtkrc.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
015_default fallback icon theme.patch | (download)

gtk/gtksettings.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
022_disable viqr im for vi locale.patch | (download)

modules/input/imviqr.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
041_ia32 libs.patch | (download)

gtk/gtkrc.c | 47 44 + 3 - 0 !
1 file changed, 44 insertions(+), 3 deletions(-)

---
042_treeview_single focus.patch | (download)

gtk/gtktreeview.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
044_tracker_fts.patch | (download)

gtk/gtksearchenginetracker.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 enable tracker full text search
 Tracker in Debian is compiled with FTS support, so we make use of that in
 GTK3's file selector dialog.
 This way files can be found by their content and not only their file name.

060_ignore random icons.patch | (download)

gtk/updateiconcache.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
061_use_pdf_as_default_printing_standard.patch | (download)

modules/printbackends/lpr/gtkprintbackendlpr.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

---
065_gir_set_packages.patch | (download)

gdk/Makefile.am | 10 7 + 3 - 0 !
gtk/Makefile.am | 6 4 + 2 - 0 !
2 files changed, 11 insertions(+), 5 deletions(-)

---
098_multiarch_module_path.patch | (download)

gtk/gtkmodules.c | 13 8 + 5 - 0 !
1 file changed, 8 insertions(+), 5 deletions(-)

 fall back to the hard-coded pre-multiarch module directory
 Include /usr/lib/gtk-2.0 in the path as a fallback when building for
 multiarch, to maintain compatibility with packages installing modules to
 the old directories.