summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg/zsxd/zsxd-1.6.2.ebuild')
-rw-r--r--games-rpg/zsxd/zsxd-1.6.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games-rpg/zsxd/zsxd-1.6.2.ebuild b/games-rpg/zsxd/zsxd-1.6.2.ebuild
index 2b8c5d0..a6d0ff9 100644
--- a/games-rpg/zsxd/zsxd-1.6.2.ebuild
+++ b/games-rpg/zsxd/zsxd-1.6.2.ebuild
@@ -8,7 +8,8 @@ inherit games cmake-utils
DESCRIPTION="A free 2D Zelda fangame parody"
HOMEPAGE="http://www.solarus-games.org/"
-SRC_URI="http://www.zelda-solarus.com/downloads/${PN}/${P}.tar.gz"
+SRC_URI="http://www.zelda-solarus.com/downloads/${PN}/${P}.tar.gz
+ https://raw.github.com/christopho/${PN}/master/build/icons/${PN}_icon_48.png"
LICENSE="GPL-3"
SLOT="0"
@@ -20,5 +21,6 @@ DEPEND="${RDEPEND}"
src_install() {
default
- make_desktop_entry ${PN} "Zelda: Mystery of Solarus XD"
+ newicon -s 48 ${DISTDIR}/${PN}_icon_48.png ${PN}.png
+ make_desktop_entry ${PN} "Zelda: Mystery of Solarus XD" ${PN}.png
}