diff options
author | Ross Burton <ross@openedhand.com> | 2007-09-27 09:09:33 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-09-27 09:09:33 +0000 |
commit | 0bf861cf3c0af6950098e18cb92b3109c0a27587 (patch) | |
tree | b3c0722b66ad704533dd93d21504f545653846bf /meta/packages/puzzles/oh-puzzles_svn.bb | |
parent | 09e61154ef11665d1af28cc346b961575b35132b (diff) | |
download | poky-0bf861cf3c0af6950098e18cb92b3109c0a27587.tar.gz |
puzzles: change SingleInstance to X-MB-SingleInstance
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2808 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/puzzles/oh-puzzles_svn.bb')
-rw-r--r-- | meta/packages/puzzles/oh-puzzles_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/puzzles/oh-puzzles_svn.bb b/meta/packages/puzzles/oh-puzzles_svn.bb index 8c23eac30e..aa83e35358 100644 --- a/meta/packages/puzzles/oh-puzzles_svn.bb +++ b/meta/packages/puzzles/oh-puzzles_svn.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "MIT" | |||
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | DEPENDS = "gtk+ gconf intltool-native librsvg" | 4 | DEPENDS = "gtk+ gconf intltool-native librsvg" |
5 | PV = "0.1+svnr${SRCREV}" | 5 | PV = "0.1+svnr${SRCREV}" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | bindir = "/usr/games" | 8 | bindir = "/usr/games" |
9 | 9 | ||
@@ -32,7 +32,7 @@ Terminal=false | |||
32 | Type=Application | 32 | Type=Application |
33 | Categories=Game; | 33 | Categories=Game; |
34 | StartupNotify=true | 34 | StartupNotify=true |
35 | SingleInstance=true | 35 | X-MB-SingleInstance=true |
36 | Comment=Play $title. | 36 | Comment=Play $title. |
37 | STOP | 37 | STOP |
38 | fi | 38 | fi |