diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/puzzles/oh-puzzles_svn.bb | 8 |
1 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 8f02bf221a..8c23eac30e 100644 --- a/meta/packages/puzzles/oh-puzzles_svn.bb +++ b/meta/packages/puzzles/oh-puzzles_svn.bb | |||
@@ -3,7 +3,9 @@ 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 = "r0" | 6 | PR = "r1" |
7 | |||
8 | bindir = "/usr/games" | ||
7 | 9 | ||
8 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
9 | 11 | ||
@@ -12,8 +14,6 @@ SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http \ | |||
12 | S = "${WORKDIR}/${PN}" | 14 | S = "${WORKDIR}/${PN}" |
13 | 15 | ||
14 | do_install_append () { | 16 | do_install_append () { |
15 | mv ${D}${bindir} ${D}/usr/games | ||
16 | |||
17 | install -d ${D}/${datadir}/applications/ | 17 | install -d ${D}/${datadir}/applications/ |
18 | 18 | ||
19 | cd ${D}/${prefix}/games | 19 | cd ${D}/${prefix}/games |
@@ -30,7 +30,7 @@ Exec=${prefix}/games/$prog | |||
30 | Icon=applications-games | 30 | Icon=applications-games |
31 | Terminal=false | 31 | Terminal=false |
32 | Type=Application | 32 | Type=Application |
33 | Categories=Game | 33 | Categories=Game; |
34 | StartupNotify=true | 34 | StartupNotify=true |
35 | SingleInstance=true | 35 | SingleInstance=true |
36 | Comment=Play $title. | 36 | Comment=Play $title. |