From 90d8f078c09873a8aae0ae369755eccbdb151a3c Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Mon, 22 Oct 2012 02:57:37 +0000 Subject: use newicon (Portage version: 2.1.11.9/cvs/Linux x86_64) --- games-strategy/naev/ChangeLog | 6 ++++-- games-strategy/naev/naev-0.5.3.ebuild | 5 ++--- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'games-strategy') diff --git a/games-strategy/naev/ChangeLog b/games-strategy/naev/ChangeLog index 817e889e661c..6a3e12419e93 100644 --- a/games-strategy/naev/ChangeLog +++ b/games-strategy/naev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/naev # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.16 2012/06/30 10:54:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.17 2012/10/22 02:57:37 mr_bones_ Exp $ + + 22 Oct 2012; Michael Sterrett naev-0.5.3.ebuild: + use newicon 30 Jun 2012; Samuli Suominen -naev-0.5.0.ebuild, -files/naev-0.5.0-libpng15.patch: @@ -67,4 +70,3 @@ 18 Mar 2010; Samuli Suominen +naev-0.4.2.ebuild: Initial commit. - diff --git a/games-strategy/naev/naev-0.5.3.ebuild b/games-strategy/naev/naev-0.5.3.ebuild index fc2cc060a675..3732603d7ff7 100644 --- a/games-strategy/naev/naev-0.5.3.ebuild +++ b/games-strategy/naev/naev-0.5.3.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-strategy/naev/naev-0.5.3.ebuild,v 1.4 2012/06/08 11:42:13 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.5 2012/10/22 02:57:37 mr_bones_ Exp $ EAPI=2 inherit gnome2-utils games @@ -53,8 +53,7 @@ src_install() { local res for res in 16 32 64 128; do - insinto /usr/share/icons/hicolor/${res}x${res}/apps - newins extras/logos/logo${res}.png naev.png || die + newicon -s ${res} extras/logos/logo${res}.png naev.png || die done rm -f "${D}"/usr/share/doc/${PF}/LICENSE -- cgit v1.2.3-65-gdbad