[Python-apps-commits] r3252 - in packages/kupfer/trunk/debian/patches (3 files)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Wed Jul 8 21:06:53 UTC 2009


    Date: Wednesday, July 8, 2009 @ 21:06:51
  Author: dktrkranz-guest
Revision: 3252

Refreshed patches for c3 release

Modified:
  packages/kupfer/trunk/debian/patches/debian_customization
  packages/kupfer/trunk/debian/patches/series
Deleted:
  packages/kupfer/trunk/debian/patches/desktop_file

Modified: packages/kupfer/trunk/debian/patches/debian_customization
===================================================================
--- packages/kupfer/trunk/debian/patches/debian_customization	2009-07-08 21:04:26 UTC (rev 3251)
+++ packages/kupfer/trunk/debian/patches/debian_customization	2009-07-08 21:06:51 UTC (rev 3252)
@@ -6,7 +6,7 @@
 ===================================================================
 --- kupfer-0+c1.orig/wscript	2009-07-04 18:28:08.000000000 +0200
 +++ kupfer-0+c1/wscript	2009-07-05 01:00:36.000000000 +0200
-@@ -140,7 +140,7 @@
+@@ -138,7 +138,7 @@
  	binary_subst_file = "kupfer-activate.sh"
  	bin = bld.new_task_gen("subst",
  		source = binary_subst_file,
@@ -17,11 +17,11 @@
  		dict = {"PYTHON": bld.env["PYTHON"]}
 Index: kupfer-0+c1/data/kupfer.desktop.in
 ===================================================================
---- kupfer-0+c1.orig/data/kupfer.desktop.in	2009-07-05 01:00:42.000000000 +0200
-+++ kupfer-0+c1/data/kupfer.desktop.in	2009-07-05 01:01:17.000000000 +0200
-@@ -6,7 +6,7 @@
- Comment[it]=Un lanciatore
- Comment[sv]=En enkel programstartare och ett kommandoverktyg
+--- kupfer-0+c1.orig/data/kupfer.desktop.in.in	2009-07-05 01:00:42.000000000 +0200
++++ kupfer-0+c1/data/kupfer.desktop.in.in	2009-07-05 01:01:17.000000000 +0200
+@@ -3,7 +3,7 @@
+ _Name=Kupfer
+ _Comment=A simple flexible launcher
  Icon=search
 -Exec=@KUPFER@
 +Exec=kupfer
@@ -32,9 +32,9 @@
 ===================================================================
 --- kupfer-0+c1.orig/kupfer-activate.sh	2009-07-05 01:01:42.000000000 +0200
 +++ kupfer-0+c1/kupfer-activate.sh	2009-07-05 01:02:07.000000000 +0200
-@@ -6,4 +6,4 @@
- # Try to spawn kupfer via dbus, else go to python
- dbus-send --print-reply --dest=se.kaizer.kupfer /interface se.kaizer.kupfer.Listener.ShowHide >/dev/null 2>&1
+@@ -7,4 +7,4 @@
+ # but only if there are no arguments
+ test -z "$*" && dbus-send --print-reply --dest=se.kaizer.kupfer /interface se.kaizer.kupfer.Listener.ShowHide >/dev/null 2>&1
  
 -test $? != 0 && exec ${PYTHON} -m kupfer.__init__ $* || ${PYTHON} -c "import gtk.gdk; gtk.gdk.notify_startup_complete()"
 +test $? != 0 && cd /usr/share/kupfer && exec ${PYTHON} -m kupfer.__init__ $* || ${PYTHON} -c "import gtk.gdk; gtk.gdk.notify_startup_complete()"

Deleted: packages/kupfer/trunk/debian/patches/desktop_file
===================================================================
--- packages/kupfer/trunk/debian/patches/desktop_file	2009-07-08 21:04:26 UTC (rev 3251)
+++ packages/kupfer/trunk/debian/patches/desktop_file	2009-07-08 21:06:51 UTC (rev 3252)
@@ -1,20 +0,0 @@
-Description: .desktop files must adhere to Freedesktop.org standards
-Origin: Debian
-Forwarded: Ulrik Sverdrup <ulrik.sverdrup at gmail.com>
-
-Index: kupfer-0+c1/data/kupfer.desktop.in
-===================================================================
---- kupfer-0+c1.orig/data/kupfer.desktop.in	2009-07-04 18:28:08.000000000 +0200
-+++ kupfer-0+c1/data/kupfer.desktop.in	2009-07-05 01:00:23.000000000 +0200
-@@ -1,6 +1,5 @@
- [Desktop Entry]
- Version=1.0
--Encoding=UTF-8
- Name=Kupfer
- Comment=A simple flexible launcher for Gnome
- Comment[it]=Un lanciatore
-@@ -10,4 +9,3 @@
- Type=Application
- Categories=Utility;
- StartupNotify=true
--MimeType=;

Modified: packages/kupfer/trunk/debian/patches/series
===================================================================
--- packages/kupfer/trunk/debian/patches/series	2009-07-08 21:04:26 UTC (rev 3251)
+++ packages/kupfer/trunk/debian/patches/series	2009-07-08 21:06:51 UTC (rev 3252)
@@ -1,2 +1 @@
-desktop_file
 debian_customization




More information about the Python-apps-commits mailing list