diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-17 12:03:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-17 12:03:08 +0000 |
commit | 3355f617556decdd0a830544b22f7e891a2834e5 (patch) | |
tree | ae2fb2607c21c992aef112a64899bd2134e594e9 /games-arcade/mari0 | |
parent | Initial commit. Sort of. This has been in tree once before. (diff) | |
download | gentoo-2-3355f617556decdd0a830544b22f7e891a2834e5.tar.gz gentoo-2-3355f617556decdd0a830544b22f7e891a2834e5.tar.bz2 gentoo-2-3355f617556decdd0a830544b22f7e891a2834e5.zip |
Use doicon -s scalable instead of doins -s scalable wrt #421553 by Jaakko Perttilä
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade/mari0')
-rw-r--r-- | games-arcade/mari0/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/mari0/mari0-1.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-arcade/mari0/ChangeLog b/games-arcade/mari0/ChangeLog index 547a919cb3f7..0eb59c119248 100644 --- a/games-arcade/mari0/ChangeLog +++ b/games-arcade/mari0/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/mari0 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.4 2012/06/05 18:46:37 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.5 2012/06/17 12:03:08 ssuominen Exp $ + + 17 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> mari0-1.6.ebuild: + Use doicon -s scalable instead of doins -s scalable wrt #421553 by Jaakko + Perttilä 05 Jun 2012; Julian Ospald <hasufell@gentoo.org> mari0-1.6.ebuild: use new doicon functionality diff --git a/games-arcade/mari0/mari0-1.6.ebuild b/games-arcade/mari0/mari0-1.6.ebuild index aab5ce21dd18..8e46faeced39 100644 --- a/games-arcade/mari0/mari0-1.6.ebuild +++ b/games-arcade/mari0/mari0-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v 1.5 2012/06/05 18:46:37 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v 1.6 2012/06/17 12:03:08 ssuominen Exp $ EAPI=4 @@ -37,7 +37,7 @@ src_install() { exeinto "${dir}" doexe ${MY_P}.love - doins -s scalable "${FILESDIR}"/${PN}.svg + doicon -s scalable "${FILESDIR}"/${PN}.svg games_make_wrapper ${PN} "love ${MY_P}.love" "${dir}" make_desktop_entry ${PN} |