* debian/libgtk-3-0.install.in:
- install the settings.ini * debian/patches/015_default-fallback-icon-theme.patch: - dropped in favor of the settings.in configuration * debian/settings.in: - define default themes there, it's better than hardcoding
This commit is contained in:
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,3 +1,14 @@
|
||||
gtk+3.0 (3.2.3-2) UNRELEASED; urgency=low
|
||||
|
||||
* debian/libgtk-3-0.install.in:
|
||||
- install the settings.ini
|
||||
* debian/patches/015_default-fallback-icon-theme.patch:
|
||||
- dropped in favor of the settings.in configuration
|
||||
* debian/settings.in:
|
||||
- define default themes there, it's better than hardcoding
|
||||
|
||||
-- Sebastien Bacher <seb128@debian.org> Wed, 07 Mar 2012 19:48:38 +0100
|
||||
|
||||
gtk+3.0 (3.2.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
1
debian/libgtk-3-0.install.in
vendored
1
debian/libgtk-3-0.install.in
vendored
@ -5,3 +5,4 @@ debian/install/shared/@MODULES_BASE_PATH@/immodules/*.so @MODULES_BASE_PATH@/imm
|
||||
debian/install/shared/@MODULES_BASE_PATH@/printbackends/*.so @MODULES_BASE_PATH@/printbackends
|
||||
debian/install/shared/@LIBDIR@/libgtk*.so.* @LIBDIR@
|
||||
debian/install/shared/@LIBDIR@/libgdk*.so.* @LIBDIR@
|
||||
debian/settings.ini @CONFDIR@
|
||||
|
@ -1,13 +0,0 @@
|
||||
Index: gtk+-3.2.2/gtk/gtksettings.c
|
||||
===================================================================
|
||||
--- gtk+-3.2.2.orig/gtk/gtksettings.c 2011-11-11 23:39:31.000000000 +0100
|
||||
+++ gtk+-3.2.2/gtk/gtksettings.c 2011-11-13 02:59:24.326906185 +0100
|
||||
@@ -408,7 +408,7 @@
|
||||
g_param_spec_string ("gtk-fallback-icon-theme",
|
||||
P_("Fallback Icon Theme Name"),
|
||||
P_("Name of a icon theme to fall back to"),
|
||||
- NULL,
|
||||
+ "gnome",
|
||||
GTK_PARAM_READWRITE),
|
||||
NULL);
|
||||
g_assert (result == PROP_FALLBACK_ICON_THEME);
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,6 +1,5 @@
|
||||
001_static-linking-dont-query-immodules.patch
|
||||
003_gdk.pc_privates.patch
|
||||
015_default-fallback-icon-theme.patch
|
||||
016_no_offscreen_widgets_grabbing.patch
|
||||
017_no_offscreen_device_grabbing.patch
|
||||
018_gdkenumtypes.c_location.patch
|
||||
|
4
debian/settings.ini
vendored
Normal file
4
debian/settings.ini
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
[Settings]
|
||||
gtk-theme-name = Adwaita
|
||||
gtk-fallback-icon-theme = gnome
|
||||
|
Reference in New Issue
Block a user