summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-08-17 12:54:32 +0000
committerRoss Burton <ross@openedhand.com>2007-08-17 12:54:32 +0000
commit35e3f2481a5d41ea958540d42fb365900132830a (patch)
treee9400f007140cff60959177ded71d4e9b01e70c1
parent53710a6c66a7fad47db0d48b2cadd92e9c7e2daa (diff)
downloadpoky-35e3f2481a5d41ea958540d42fb365900132830a.tar.gz
Set bindir instead of moving files, make a valid desktop file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2507 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/puzzles/oh-puzzles_svn.bb8
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"
3SECTION = "x11" 3SECTION = "x11"
4DEPENDS = "gtk+ gconf intltool-native librsvg" 4DEPENDS = "gtk+ gconf intltool-native librsvg"
5PV = "0.1+svnr${SRCREV}" 5PV = "0.1+svnr${SRCREV}"
6PR = "r0" 6PR = "r1"
7
8bindir = "/usr/games"
7 9
8inherit autotools pkgconfig 10inherit autotools pkgconfig
9 11
@@ -12,8 +14,6 @@ SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http \
12S = "${WORKDIR}/${PN}" 14S = "${WORKDIR}/${PN}"
13 15
14do_install_append () { 16do_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
30Icon=applications-games 30Icon=applications-games
31Terminal=false 31Terminal=false
32Type=Application 32Type=Application
33Categories=Game 33Categories=Game;
34StartupNotify=true 34StartupNotify=true
35SingleInstance=true 35SingleInstance=true
36Comment=Play $title. 36Comment=Play $title.