diff options
author | Ross Burton <ross@openedhand.com> | 2007-04-10 16:56:50 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-04-10 16:56:50 +0000 |
commit | 882d02eb6087368ee33a5bce4491e42f5b031795 (patch) | |
tree | 2421743b7b8b02a2606d0e45abcd7cf8ffa745f0 /meta/packages/pimlico | |
parent | 7162fe04d805421315080460928c30470820038e (diff) | |
download | poky-882d02eb6087368ee33a5bce4491e42f5b031795.tar.gz |
Patch tasks to make it single instance
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1470 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pimlico')
-rw-r--r-- | meta/packages/pimlico/files/tasks-single.diff | 9 | ||||
-rw-r--r-- | meta/packages/pimlico/tasks_0.4.bb | 5 |
2 files changed, 13 insertions, 1 deletions
diff --git a/meta/packages/pimlico/files/tasks-single.diff b/meta/packages/pimlico/files/tasks-single.diff new file mode 100644 index 0000000000..dd807ea256 --- /dev/null +++ b/meta/packages/pimlico/files/tasks-single.diff | |||
@@ -0,0 +1,9 @@ | |||
1 | Index: tasks/data/tasks.desktop.in | ||
2 | =================================================================== | ||
3 | --- tasks/data/tasks.desktop.in (revision 115) | ||
4 | +++ tasks/data/tasks.desktop.in (working copy) | ||
5 | @@ -9,3 +9,4 @@ | ||
6 | Categories=GTK;Application;Office;ProjectManagement; | ||
7 | Terminal=false | ||
8 | StartupNotify=true | ||
9 | +SingleInstance=true | ||
diff --git a/meta/packages/pimlico/tasks_0.4.bb b/meta/packages/pimlico/tasks_0.4.bb index 679dedf9da..068579ef9c 100644 --- a/meta/packages/pimlico/tasks_0.4.bb +++ b/meta/packages/pimlico/tasks_0.4.bb | |||
@@ -1,3 +1,6 @@ | |||
1 | require tasks.inc | 1 | require tasks.inc |
2 | 2 | ||
3 | SRC_URI = "http://projects.o-hand.com/sources/tasks/${P}.tar.gz" | 3 | PR = "r1" |
4 | |||
5 | SRC_URI = "http://projects.o-hand.com/sources/tasks/${P}.tar.gz \ | ||
6 | file://tasks-single.diff;patch=1" | ||