[oe-commits] org.oe.dev tasks: Patch tasks to make it single instance (from Poky)

hrw commit openembedded-commits at lists.openembedded.org
Fri Apr 13 07:22:48 UTC 2007


tasks: Patch tasks to make it single instance (from Poky)

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 5bcded2dc238545b2379f23a18eda0fc75732a6b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5bcded2dc238545b2379f23a18eda0fc75732a6b
Files:
1
packages/pimlico/files/tasks-single.diff
packages/pimlico/tasks_0.4.bb
Diffs:

#
# mt diff -rcb19c88a5dcdc632f8d32a73d1794a9c2f5321e9 -r5bcded2dc238545b2379f23a18eda0fc75732a6b
#
# 
# 
# add_file "packages/pimlico/files/tasks-single.diff"
#  content [91bf94166ab3e76f8f8cba3de5c39146afbd34d9]
# 
# patch "packages/pimlico/tasks_0.4.bb"
#  from [c21fccd9b2ad183d0cc7168475f99e3f75c89937]
#    to [2c6d431b07799e1a0bf45c41c19bd92845d0350e]
# 
============================================================
--- packages/pimlico/files/tasks-single.diff	91bf94166ab3e76f8f8cba3de5c39146afbd34d9
+++ packages/pimlico/files/tasks-single.diff	91bf94166ab3e76f8f8cba3de5c39146afbd34d9
@@ -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
============================================================
--- packages/pimlico/tasks_0.4.bb	c21fccd9b2ad183d0cc7168475f99e3f75c89937
+++ packages/pimlico/tasks_0.4.bb	2c6d431b07799e1a0bf45c41c19bd92845d0350e
@@ -1,3 +1,6 @@ require tasks.inc
 require tasks.inc
 
+PR = "r1"
+
+SRC_URI = "http://projects.o-hand.com/sources/tasks/${P}.tar.gz \
+        file://tasks-single.diff;patch=1"
-SRC_URI = "http://projects.o-hand.com/sources/tasks/${P}.tar.gz"






More information about the Openembedded-commits mailing list