mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 09:00:51 +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:
parent
09e61154ef
commit
0bf861cf3c
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user