tasks: Patch tasks to make it single instance (from Poky)
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 12 Apr 2007 18:44:48 +0000 (18:44 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 12 Apr 2007 18:44:48 +0000 (18:44 +0000)
packages/pimlico/files/tasks-single.diff [new file with mode: 0644]
packages/pimlico/tasks_0.4.bb

diff --git a/packages/pimlico/files/tasks-single.diff b/packages/pimlico/files/tasks-single.diff
new file mode 100644 (file)
index 0000000..dd807ea
--- /dev/null
@@ -0,0 +1,9 @@
+Index: tasks/data/tasks.desktop.in
+===================================================================
+--- tasks/data/tasks.desktop.in        (revision 115)
++++ tasks/data/tasks.desktop.in        (working copy)
+@@ -9,3 +9,4 @@
+ Categories=GTK;Application;Office;ProjectManagement;
+ Terminal=false
+ StartupNotify=true
++SingleInstance=true
index 679dedf..068579e 100644 (file)
@@ -1,3 +1,6 @@
 require tasks.inc
 
-SRC_URI = "http://projects.o-hand.com/sources/tasks/${P}.tar.gz"
+PR = "r1"
+
+SRC_URI = "http://projects.o-hand.com/sources/tasks/${P}.tar.gz \
+        file://tasks-single.diff;patch=1"