1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

puzzles: Use application-games as the icon

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1459 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-04-10 14:13:05 +00:00
parent 76b2700792
commit c83b27f1ac
3 changed files with 6 additions and 8 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

+3 -4
View File
@@ -3,12 +3,11 @@ LICENSE = "MIT"
SECTION = "x11"
DEPENDS = "gtk+"
PV = "0.1+svn${SRCDATE}"
PR = "r1"
inherit autotools pkgconfig
SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http \
file://game.png"
SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http"
S = "${WORKDIR}/${PN}"
do_install_append () {
@@ -28,7 +27,7 @@ do_install_append () {
Encoding=UTF-8
Name=$prog
Exec=${prefix}/games/$prog
Icon=game.png
Icon=applications-game
Terminal=false
Type=Application
Categories=Game
+3 -4
View File
@@ -1,9 +1,8 @@
DEPENDS = "gtk+"
PR = "r2"
PR = "r3"
SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz \
file://game.png"
SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
do_compile_prepend = " \
export XLDFLAGS='${LDFLAGS} `${STAGING_BINDIR_NATIVE}/pkg-config gtk+-2.0 --libs`'; \
@@ -35,7 +34,7 @@ do_install () {
Encoding=UTF-8
Name=$prog
Exec=${prefix}/games/$prog
Icon=game.png
Icon=applications-game
Terminal=false
Type=Application
Categories=Game;