diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-01-26 19:44:51 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-01-26 19:44:51 +0000 |
commit | 6154118d045f7ab5c4563d875d81163b5442924c (patch) | |
tree | c1c28bf6dc72e0516776e7437450caa9a50c8b96 /games-util | |
parent | add ~arm, works on armv7 (diff) | |
download | gentoo-2-6154118d045f7ab5c4563d875d81163b5442924c.tar.gz gentoo-2-6154118d045f7ab5c4563d875d81163b5442924c.tar.bz2 gentoo-2-6154118d045f7ab5c4563d875d81163b5442924c.zip |
Bump, adds Crucible 1.1 updates. Drop old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/pyfa/ChangeLog | 10 | ||||
-rw-r--r-- | games-util/pyfa/pyfa-1.1.2.ebuild (renamed from games-util/pyfa/pyfa-1.1.ebuild) | 17 |
2 files changed, 21 insertions, 6 deletions
diff --git a/games-util/pyfa/ChangeLog b/games-util/pyfa/ChangeLog index 2e5aefa68e9e..99179a242724 100644 --- a/games-util/pyfa/ChangeLog +++ b/games-util/pyfa/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-util/pyfa -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/pyfa/ChangeLog,v 1.4 2011/12/28 03:38:25 tetromino Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/pyfa/ChangeLog,v 1.5 2012/01/26 19:44:51 tetromino Exp $ + +*pyfa-1.1.2 (26 Jan 2012) + + 26 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org> -pyfa-1.1.ebuild, + +pyfa-1.1.2.ebuild: + Bump, adds Crucible 1.1 updates. Drop old. *pyfa-1.1.1 (26 Dec 2011) diff --git a/games-util/pyfa/pyfa-1.1.ebuild b/games-util/pyfa/pyfa-1.1.2.ebuild index d89ed0fe65c1..1a5ea3113a42 100644 --- a/games-util/pyfa/pyfa-1.1.ebuild +++ b/games-util/pyfa/pyfa-1.1.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/pyfa/pyfa-1.1.ebuild,v 1.1 2011/11/30 18:33:25 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/pyfa/pyfa-1.1.2.ebuild,v 1.1 2012/01/26 19:44:51 tetromino Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" PYTHON_USE_WITH="sqlite threads" -inherit eutils python +inherit eutils gnome2-utils python if [[ ${PV/_rc*/} == ${PV} ]] ; then MY_PV=${PV}-crucible-src @@ -57,14 +57,23 @@ src_install() { insinto /usr/share/${PN} doins -r staticdata dodoc readme.txt - doicon icons/${PN}.png + insinto /usr/share/icons/hicolor/32x32/apps + doins icons/pyfa.png + insinto /usr/share/icons/hicolor/64x64/apps + newins icons/pyfa64.png pyfa.png domenu "${FILESDIR}/${PN}.desktop" } +pkg_preinst() { + gnome2_icon_savelist +} + pkg_postinst() { + gnome2_icon_cache_update python_mod_optimize ${PN} } pkg_postrm() { + gnome2_icon_cache_update python_mod_cleanup ${PN} } |