diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2017-01-29 14:06:33 +0100 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2017-01-29 14:07:27 +0100 |
commit | c395721dc93de7b8dd046936ddc342c5926d0972 (patch) | |
tree | 92369936e7cb0257efeac10fa3b404fd0a6c0806 /games-arcade | |
parent | x11-misc/mozo: revision bump #606986 (diff) | |
download | gentoo-c395721dc93de7b8dd046936ddc342c5926d0972.tar.gz gentoo-c395721dc93de7b8dd046936ddc342c5926d0972.tar.bz2 gentoo-c395721dc93de7b8dd046936ddc342c5926d0972.zip |
games-arcade/mari0: Fix Bug #559810
Package-Manager: portage-2.3.3
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/mari0/Manifest | 1 | ||||
-rw-r--r-- | games-arcade/mari0/files/mari0.svg.gz | bin | 0 -> 6572 bytes | |||
-rw-r--r-- | games-arcade/mari0/mari0-1.6.ebuild | 6 |
3 files changed, 3 insertions, 4 deletions
diff --git a/games-arcade/mari0/Manifest b/games-arcade/mari0/Manifest index bb970aec9f48..3dc250ddfe68 100644 --- a/games-arcade/mari0/Manifest +++ b/games-arcade/mari0/Manifest @@ -1,2 +1 @@ DIST mari0-1.6.zip 3625226 SHA256 b217134425527e879d5355eb7f51e29a60ad0e93550e5769b2f56c04a1f69037 SHA512 20004035141b80180e58a8d209b588273d2879742ca8d8d59b1d20f9e301d976e260574893ea41a290bab57eade0617c10880a4af00dc3b29329ac4805a8be6c WHIRLPOOL 8ffc36d25ceb0d893cda3d068e484194feb6117ed27e4ea3801553868bdd8be35bbf787320ba37962d81851eb83082c528a4449f55acaeeb9dd731e5ba029334 -DIST mari0.svg.gz 6572 SHA256 5c712f06bc47d7e34598880ad72d18290a8e3f66f7a4af6a5bd6ae7962068d83 SHA512 7c6239219f3fc721a4393ca55790375862d510f8fd04b5b23df6e401efb545b410c25737a3d67ef24c6a978184477d9e47109e3715640876abecdae50b7b733f WHIRLPOOL ccb7aa7fc7bc838d3877c332482a8f07ff9f034f241963e349a18bc673125e0a6b6e64020f45b82e9d181db61d44061bac017c81fa95288eabc6922811422e4e diff --git a/games-arcade/mari0/files/mari0.svg.gz b/games-arcade/mari0/files/mari0.svg.gz Binary files differnew file mode 100644 index 000000000000..a57bf96d8b19 --- /dev/null +++ b/games-arcade/mari0/files/mari0.svg.gz diff --git a/games-arcade/mari0/mari0-1.6.ebuild b/games-arcade/mari0/mari0-1.6.ebuild index 0c2e5b329864..fe78177592e3 100644 --- a/games-arcade/mari0/mari0-1.6.ebuild +++ b/games-arcade/mari0/mari0-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,8 +9,7 @@ MY_P=${P/-/_} DESCRIPTION="A mix from Nintendo's Super Mario Bros and Valve's Portal" HOMEPAGE="http://stabyourself.net/mari0/" -SRC_URI="${P}.zip - mirror://gentoo/mari0.svg.gz" +SRC_URI="${P}.zip" LICENSE="CC-BY-NC-SA-3.0" SLOT="0" @@ -37,6 +36,7 @@ src_install() { exeinto "${dir}" doexe ${MY_P}.love + gunzip -c "${FILESDIR}"/${PN}.svg.gz > ${PN}.svg doicon -s scalable ${PN}.svg games_make_wrapper ${PN} "love ${MY_P}.love" "${dir}" make_desktop_entry ${PN} |