puzzles: Remove pixmaps references

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1464 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-04-10 15:02:46 +00:00
parent 7c41c5a984
commit 3483918a1c
2 changed files with 3 additions and 9 deletions

View 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

View 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