[Pkg-xfce-commits] r4133 - in desktop/trunk/xfce4-settings/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Wed Jun 16 05:20:13 UTC 2010


Author: corsac
Date: 2010-06-16 05:20:11 +0000 (Wed, 16 Jun 2010)
New Revision: 4133

Added:
   desktop/trunk/xfce4-settings/debian/patches/
   desktop/trunk/xfce4-settings/debian/patches/01_use-tango-as-default-theme.patch
   desktop/trunk/xfce4-settings/debian/patches/series
Modified:
   desktop/trunk/xfce4-settings/debian/changelog
   desktop/trunk/xfce4-settings/debian/control
Log:
* debian/patches:
  - 01_use-tango-as-default-theme added. switch default theme from Rodent to
    Tango, thanks Jordan Metzmeier.                           closes: #586032
* debian/control:
  - add recommends on tango-icon-theme for that.

Modified: desktop/trunk/xfce4-settings/debian/changelog
===================================================================
--- desktop/trunk/xfce4-settings/debian/changelog	2010-06-14 18:46:11 UTC (rev 4132)
+++ desktop/trunk/xfce4-settings/debian/changelog	2010-06-16 05:20:11 UTC (rev 4133)
@@ -1,3 +1,13 @@
+xfce4-settings (4.6.5-2) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - 01_use-tango-as-default-theme added. switch default theme from Rodent to
+      Tango, thanks Jordan Metzmeier.                           closes: #586032
+  * debian/control:
+    - add recommends on tango-icon-theme for that.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Wed, 16 Jun 2010 06:53:57 +0200
+
 xfce4-settings (4.6.5-1) unstable; urgency=low
 
   * New upstream release:

Modified: desktop/trunk/xfce4-settings/debian/control
===================================================================
--- desktop/trunk/xfce4-settings/debian/control	2010-06-14 18:46:11 UTC (rev 4132)
+++ desktop/trunk/xfce4-settings/debian/control	2010-06-16 05:20:11 UTC (rev 4133)
@@ -17,7 +17,7 @@
 Section: xfce
 Architecture: any
 Depends: ${shlibs:Depends}, xfconf, ${misc:Depends}
-Recommends: aumix, x11-utils
+Recommends: aumix, x11-utils, tango-icon-theme
 Conflicts: xfce4-mcs-plugins
 Replaces: xfce4-mcs-manager, xfce4-mcs-plugins
 Description: graphical application for managing Xfce settings

Added: desktop/trunk/xfce4-settings/debian/patches/01_use-tango-as-default-theme.patch
===================================================================
--- desktop/trunk/xfce4-settings/debian/patches/01_use-tango-as-default-theme.patch	                        (rev 0)
+++ desktop/trunk/xfce4-settings/debian/patches/01_use-tango-as-default-theme.patch	2010-06-16 05:20:11 UTC (rev 4133)
@@ -0,0 +1,13 @@
+diff --git a/xfsettingsd/xsettings.xml b/xfsettingsd/xsettings.xml
+index 049b4ed..0b72294 100644
+--- a/xfsettingsd/xsettings.xml
++++ b/xfsettingsd/xsettings.xml
+@@ -3,7 +3,7 @@
+ <channel name="xsettings" version="1.0">
+   <property name="Net" type="empty">
+     <property name="ThemeName" type="string" value="Xfce"/>
+-    <property name="IconThemeName" type="string" value="Rodent"/>
++    <property name="IconThemeName" type="string" value="Tango"/>
+   </property>
+   <property name="Xft" type="empty">
+     <property name="DPI" type="int" value="-1"/>

Added: desktop/trunk/xfce4-settings/debian/patches/series
===================================================================
--- desktop/trunk/xfce4-settings/debian/patches/series	                        (rev 0)
+++ desktop/trunk/xfce4-settings/debian/patches/series	2010-06-16 05:20:11 UTC (rev 4133)
@@ -0,0 +1 @@
+01_use-tango-as-default-theme.patch




More information about the Pkg-xfce-commits mailing list