summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2013-07-04 20:28:35 -0400
committerElijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com>2013-07-04 20:28:35 -0400
commitce47dcb0254b16295ddd9db58658ae4c80e263b0 (patch)
tree10c299d702ef297ffc2421c7c034eefcf665edec /games-rpg/zsdx/zsdx-9999.ebuild
parentAdd zsdx and zsxd icons and menu icons... (diff)
downloadArmageddon-ce47dcb0254b16295ddd9db58658ae4c80e263b0.tar.gz
Armageddon-ce47dcb0254b16295ddd9db58658ae4c80e263b0.tar.bz2
Armageddon-ce47dcb0254b16295ddd9db58658ae4c80e263b0.zip
Fix Solarus packages, thanks to TomWij notes...
Diffstat (limited to 'games-rpg/zsdx/zsdx-9999.ebuild')
-rw-r--r--games-rpg/zsdx/zsdx-9999.ebuild13
1 files changed, 2 insertions, 11 deletions
diff --git a/games-rpg/zsdx/zsdx-9999.ebuild b/games-rpg/zsdx/zsdx-9999.ebuild
index 53f46e1..ad9de87 100644
--- a/games-rpg/zsdx/zsdx-9999.ebuild
+++ b/games-rpg/zsdx/zsdx-9999.ebuild
@@ -8,8 +8,7 @@ inherit games cmake-utils git-2
DESCRIPTION="A free 2D Zelda fangame"
HOMEPAGE="http://www.solarus-games.org/"
-EGIT_REPO_URI="git://github.com/christopho/${PN}.git
- https://github.com/christopho/${PN}.git"
+EGIT_REPO_URI="https://github.com/christopho/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
@@ -19,16 +18,8 @@ IUSE=""
RDEPEND="=games-engines/solarus-9999"
DEPEND="${RDEPEND}"
-src_configure() {
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_compile
-}
-
src_install() {
- cmake-utils_src_install
+ default
newicon -s 48 build/icons/${PN}_icon_48.png ${PN}.png
make_desktop_entry ${PN} "Zelda: Mystery of Solarus DX" ${PN}.png
}