r32831 - in /desktop/unstable/gtk+3.0/debian: changelog libgtk-3-0.install.in patches/015_default-fallback-icon-theme.patch patches/series settings.ini

seb128 at users.alioth.debian.org seb128 at users.alioth.debian.org
Wed Mar 7 18:52:30 UTC 2012


Author: seb128
Date: Wed Mar  7 18:52:30 2012
New Revision: 32831

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32831
Log:
  * 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

Added:
    desktop/unstable/gtk+3.0/debian/settings.ini
Removed:
    desktop/unstable/gtk+3.0/debian/patches/015_default-fallback-icon-theme.patch
Modified:
    desktop/unstable/gtk+3.0/debian/changelog
    desktop/unstable/gtk+3.0/debian/libgtk-3-0.install.in
    desktop/unstable/gtk+3.0/debian/patches/series

Modified: desktop/unstable/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/changelog?rev=32831&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog [utf-8] Wed Mar  7 18:52:30 2012
@@ -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 at debian.org>  Wed, 07 Mar 2012 19:48:38 +0100
+
 gtk+3.0 (3.2.3-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/unstable/gtk+3.0/debian/libgtk-3-0.install.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/libgtk-3-0.install.in?rev=32831&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/libgtk-3-0.install.in [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/libgtk-3-0.install.in [utf-8] Wed Mar  7 18:52:30 2012
@@ -5,3 +5,4 @@
 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@

Modified: desktop/unstable/gtk+3.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/patches/series?rev=32831&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/patches/series [utf-8] Wed Mar  7 18:52:30 2012
@@ -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

Added: desktop/unstable/gtk+3.0/debian/settings.ini
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/settings.ini?rev=32831&op=file
==============================================================================
--- desktop/unstable/gtk+3.0/debian/settings.ini (added)
+++ desktop/unstable/gtk+3.0/debian/settings.ini [utf-8] Wed Mar  7 18:52:30 2012
@@ -1,0 +1,4 @@
+[Settings]
+gtk-theme-name = Adwaita
+gtk-fallback-icon-theme = gnome
+




More information about the pkg-gnome-commits mailing list