summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2013-07-05 22:49:02 -0400
committerElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2013-07-05 22:49:02 -0400
commit4ea084eb802a7ea5ee83d40540e1580e3100e8bb (patch)
tree746340b1f78371b4a7401170aea26df3e33e4b0e /games-rpg/zsxd
parentRevert zsdx back to manual install... (diff)
downloadArmageddon-4ea084eb802a7ea5ee83d40540e1580e3100e8bb.tar.gz
Armageddon-4ea084eb802a7ea5ee83d40540e1580e3100e8bb.tar.bz2
Armageddon-4ea084eb802a7ea5ee83d40540e1580e3100e8bb.zip
Fix menu item zsdx and zsxd...
Diffstat (limited to 'games-rpg/zsxd')
-rw-r--r--games-rpg/zsxd/zsxd-1.6.2.ebuild2
-rw-r--r--games-rpg/zsxd/zsxd-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/zsxd/zsxd-1.6.2.ebuild b/games-rpg/zsxd/zsxd-1.6.2.ebuild
index a6d0ff9..c0c93b7 100644
--- a/games-rpg/zsxd/zsxd-1.6.2.ebuild
+++ b/games-rpg/zsxd/zsxd-1.6.2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="=games-engines/solarus-1.0.4"
DEPEND="${RDEPEND}"
src_install() {
- default
+ cmake-utils_src_install
newicon -s 48 ${DISTDIR}/${PN}_icon_48.png ${PN}.png
make_desktop_entry ${PN} "Zelda: Mystery of Solarus XD" ${PN}.png
}
diff --git a/games-rpg/zsxd/zsxd-9999.ebuild b/games-rpg/zsxd/zsxd-9999.ebuild
index 763c7d9..92f4767 100644
--- a/games-rpg/zsxd/zsxd-9999.ebuild
+++ b/games-rpg/zsxd/zsxd-9999.ebuild
@@ -20,7 +20,7 @@ RDEPEND="=games-engines/solarus-9999"
DEPEND="${RDEPEND}"
src_install() {
- default
+ cmake-utils_src_install
newicon -s 48 build/icons/${PN}_icon_48.png ${PN}.png
make_desktop_entry ${PN} "Zelda: Mystery of Solarus XD" ${PN}.png
}