[Python-apps-commits] r4091 - in packages/screenlets/trunk/debian (3 files)

gilir-guest at users.alioth.debian.org gilir-guest at users.alioth.debian.org
Sun Nov 8 16:35:10 UTC 2009


    Date: Sunday, November 8, 2009 @ 16:35:10
  Author: gilir-guest
Revision: 4091

Add patch to update tomboy path

Added:
  packages/screenlets/trunk/debian/patches/20-tomboy-update-path.patch
Modified:
  packages/screenlets/trunk/debian/changelog
  packages/screenlets/trunk/debian/patches/series

Modified: packages/screenlets/trunk/debian/changelog
===================================================================
--- packages/screenlets/trunk/debian/changelog	2009-11-08 05:45:58 UTC (rev 4090)
+++ packages/screenlets/trunk/debian/changelog	2009-11-08 16:35:10 UTC (rev 4091)
@@ -1,3 +1,10 @@
+screenlets (0.1.2-8) UNRELEASED; urgency=low
+
+  * debian/patches/20-tomboy-update-path.patch: update with the new tomboy
+    path.
+
+ -- Julien Lavergne <gilir at ubuntu.com>  Sun, 08 Nov 2009 17:30:08 +0100
+
 screenlets (0.1.2-7) unstable; urgency=medium
 
   * Urgency to medium to fix RC bug.

Added: packages/screenlets/trunk/debian/patches/20-tomboy-update-path.patch
===================================================================
--- packages/screenlets/trunk/debian/patches/20-tomboy-update-path.patch	                        (rev 0)
+++ packages/screenlets/trunk/debian/patches/20-tomboy-update-path.patch	2009-11-08 16:35:10 UTC (rev 4091)
@@ -0,0 +1,13 @@
+Index: screenlets-0.1.2/src/share/screenlets/Tomboy/TomboyScreenlet.py
+===================================================================
+--- screenlets-0.1.2.orig/src/share/screenlets/Tomboy/TomboyScreenlet.py	2009-11-08 13:17:33.710931288 +0000
++++ screenlets-0.1.2/src/share/screenlets/Tomboy/TomboyScreenlet.py	2009-11-08 13:18:08.816900688 +0000
+@@ -58,7 +58,7 @@
+ 	if os.environ.has_key("TOMBOY_PATH"):
+ 		note_path = os.environ["TOMBOY_PATH"]
+ 	else:
+-		note_path = "~/.tomboy"
++		note_path = "~/.local/share/tomboy"
+ 	note_path = os.path.expanduser(note_path)
+ 
+ 	# constructor

Modified: packages/screenlets/trunk/debian/patches/series
===================================================================
--- packages/screenlets/trunk/debian/patches/series	2009-11-08 05:45:58 UTC (rev 4090)
+++ packages/screenlets/trunk/debian/patches/series	2009-11-08 16:35:10 UTC (rev 4091)
@@ -14,3 +14,4 @@
 17-nowplaying-amarok.patch
 18-nowplaying-rb-playing.patch
 19-remove-autostart-output.patch
+20-tomboy-update-path.patch




More information about the Python-apps-commits mailing list