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 | |
parent | 09e61154ef11665d1af28cc346b961575b35132b (diff) | |
download | openembedded-core-0bf861cf3c0af6950098e18cb92b3109c0a27587.tar.gz openembedded-core-0bf861cf3c0af6950098e18cb92b3109c0a27587.tar.bz2 openembedded-core-0bf861cf3c0af6950098e18cb92b3109c0a27587.zip |
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')
-rw-r--r-- | meta/packages/puzzles/oh-puzzles_svn.bb | 4 | ||||
-rw-r--r-- | meta/packages/puzzles/puzzles_r7593.bb | 4 |
2 files changed, 4 insertions, 4 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" SECTION = "x11" DEPENDS = "gtk+ gconf intltool-native librsvg" PV = "0.1+svnr${SRCREV}" -PR = "r1" +PR = "r2" bindir = "/usr/games" @@ -32,7 +32,7 @@ Terminal=false Type=Application Categories=Game; StartupNotify=true -SingleInstance=true +X-MB-SingleInstance=true Comment=Play $title. STOP fi diff --git a/meta/packages/puzzles/puzzles_r7593.bb b/meta/packages/puzzles/puzzles_r7593.bb index e580116198..9b51006ee0 100644 --- a/meta/packages/puzzles/puzzles_r7593.bb +++ b/meta/packages/puzzles/puzzles_r7593.bb @@ -1,6 +1,6 @@ DEPENDS = "gtk+" -PR = "r5" +PR = "r6" MOD_PV = "${@bb.data.getVar('PV',d,1)[1:]}" #SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" @@ -47,7 +47,7 @@ Terminal=false Type=Application Categories=Game; StartupNotify=true -SingleInstance=true +X-MB-SingleInstance=true STOP fi done |