1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

puzzles: change SingleInstance to X-MB-SingleInstance

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2808 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-09-27 09:09:33 +00:00
parent 09e61154ef
commit 0bf861cf3c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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