puzzles: Remove pixmaps references
authorRichard Purdie <richard@openedhand.com>
Tue, 10 Apr 2007 15:02:46 +0000 (15:02 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 10 Apr 2007 15:02:46 +0000 (15:02 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1464 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/puzzles/oh-puzzles_svn.bb
meta/packages/puzzles/puzzles_r6915.bb

index e501223..7577291 100644 (file)
@@ -3,7 +3,7 @@ LICENSE = "MIT"
 SECTION = "x11"
 DEPENDS = "gtk+"
 PV = "0.1+svn${SRCDATE}"
-PR = "r1"
+PR = "r2"
 
 inherit autotools pkgconfig
 
@@ -14,9 +14,6 @@ do_install_append () {
     mv ${D}${bindir} ${D}/usr/games
 
     install -d ${D}/${datadir}/applications/
-    install -d ${D}/${datadir}/pixmaps/
-
-    install ${WORKDIR}/game.png ${D}/${datadir}/pixmaps/
 
     cd ${D}/${prefix}/games
     for prog in *; do
index 399f601..3342b5d 100644 (file)
@@ -1,6 +1,6 @@
 
 DEPENDS = "gtk+"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
 
@@ -8,7 +8,7 @@ do_compile_prepend = " \
         export XLDFLAGS='${LDFLAGS} `${STAGING_BINDIR_NATIVE}/pkg-config gtk+-2.0 --libs`'; \
        export CFLAGS='${CFLAGS} -I./ `${STAGING_BINDIR_NATIVE}/pkg-config gtk+-2.0 --cflags`'; "
 
-FILES_${PN} = "${prefix}/games/* ${datadir}/applications/* ${datadir}/pixmaps"
+FILES_${PN} = "${prefix}/games/* ${datadir}/applications/*"
 FILES_${PN}-dbg += "${prefix}/games/.debug"
 
 do_install () {
@@ -21,9 +21,6 @@ do_install () {
     
     install -d ${D}/${datadir}/
     install -d ${D}/${datadir}/applications/
-    install -d ${D}/${datadir}/pixmaps/
-
-    install ${WORKDIR}/game.png ${D}/${datadir}/pixmaps/
 
     cd ${D}/${prefix}/games 
     for prog in *; do