diff options
author | Elijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com> | 2013-07-05 22:49:02 -0400 |
---|---|---|
committer | Elijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com> | 2013-07-05 22:49:02 -0400 |
commit | 4ea084eb802a7ea5ee83d40540e1580e3100e8bb (patch) | |
tree | 746340b1f78371b4a7401170aea26df3e33e4b0e | |
parent | Revert zsdx back to manual install... (diff) | |
download | Armageddon-4ea084eb802a7ea5ee83d40540e1580e3100e8bb.tar.gz Armageddon-4ea084eb802a7ea5ee83d40540e1580e3100e8bb.tar.bz2 Armageddon-4ea084eb802a7ea5ee83d40540e1580e3100e8bb.zip |
Fix menu item zsdx and zsxd...
-rw-r--r-- | games-rpg/zsdx/zsdx-9999.ebuild | 2 | ||||
-rw-r--r-- | games-rpg/zsxd/zsxd-1.6.2.ebuild | 2 | ||||
-rw-r--r-- | games-rpg/zsxd/zsxd-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games-rpg/zsdx/zsdx-9999.ebuild b/games-rpg/zsdx/zsdx-9999.ebuild index 3f60c76..cea0dc8 100644 --- a/games-rpg/zsdx/zsdx-9999.ebuild +++ b/games-rpg/zsdx/zsdx-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 DX" ${PN}.png } 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 } |