mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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:
@@ -3,7 +3,7 @@ LICENSE = "MIT"
|
|||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
DEPENDS = "gtk+"
|
DEPENDS = "gtk+"
|
||||||
PV = "0.1+svn${SRCDATE}"
|
PV = "0.1+svn${SRCDATE}"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
@@ -14,9 +14,6 @@ do_install_append () {
|
|||||||
mv ${D}${bindir} ${D}/usr/games
|
mv ${D}${bindir} ${D}/usr/games
|
||||||
|
|
||||||
install -d ${D}/${datadir}/applications/
|
install -d ${D}/${datadir}/applications/
|
||||||
install -d ${D}/${datadir}/pixmaps/
|
|
||||||
|
|
||||||
install ${WORKDIR}/game.png ${D}/${datadir}/pixmaps/
|
|
||||||
|
|
||||||
cd ${D}/${prefix}/games
|
cd ${D}/${prefix}/games
|
||||||
for prog in *; do
|
for prog in *; do
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
DEPENDS = "gtk+"
|
DEPENDS = "gtk+"
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
|
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 XLDFLAGS='${LDFLAGS} `${STAGING_BINDIR_NATIVE}/pkg-config gtk+-2.0 --libs`'; \
|
||||||
export CFLAGS='${CFLAGS} -I./ `${STAGING_BINDIR_NATIVE}/pkg-config gtk+-2.0 --cflags`'; "
|
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"
|
FILES_${PN}-dbg += "${prefix}/games/.debug"
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
@@ -21,9 +21,6 @@ do_install () {
|
|||||||
|
|
||||||
install -d ${D}/${datadir}/
|
install -d ${D}/${datadir}/
|
||||||
install -d ${D}/${datadir}/applications/
|
install -d ${D}/${datadir}/applications/
|
||||||
install -d ${D}/${datadir}/pixmaps/
|
|
||||||
|
|
||||||
install ${WORKDIR}/game.png ${D}/${datadir}/pixmaps/
|
|
||||||
|
|
||||||
cd ${D}/${prefix}/games
|
cd ${D}/${prefix}/games
|
||||||
for prog in *; do
|
for prog in *; do
|
||||||
|
|||||||
Reference in New Issue
Block a user