mr_bones_    14/03/18 21:04:56

  Modified:             garden-1.0.8-r1.ebuild ChangeLog
  Log:
  better icon handling
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  games-action/garden/garden-1.0.8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild?r1=1.1&r2=1.2

Index: garden-1.0.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- garden-1.0.8-r1.ebuild      30 Jun 2013 07:05:30 -0000      1.1
+++ garden-1.0.8-r1.ebuild      18 Mar 2014 21:04:56 -0000      1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild,v 1.1 
2013/06/30 07:05:30 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild,v 1.2 
2014/03/18 21:04:56 mr_bones_ Exp $
 
 EAPI=5
-inherit eutils autotools games
+inherit eutils gnome2-utils autotools games
 
 DESCRIPTION="Multiplatform vertical shoot-em-up with non-traditional elements"
 HOMEPAGE="http://garden.sourceforge.net/";
@@ -18,15 +18,30 @@
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-underlink.patch
-       epatch "${FILESDIR}"/${P}-drop-AS_INIT.patch #475248
+       epatch \
+               "${FILESDIR}"/${P}-underlink.patch \
+               "${FILESDIR}"/${P}-drop-AS_INIT.patch #475248
        eautoreconf
 }
 
 src_install() {
        emake DESTDIR="${D}" install
-       doicon resources/garden.svg
+       doicon -s scalable resources/garden.svg
        make_desktop_entry garden "Garden of coloured lights"
        dodoc AUTHORS ChangeLog NEWS README
        prepgamesdirs
 }
+
+pkg_preinst() {
+       games_pkg_preinst
+       gnome2_icon_savelist
+}
+
+pkg_postinst() {
+       games_pkg_postinst
+       gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+       gnome2_icon_cache_update
+}



1.10                 games-action/garden/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/garden/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/garden/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   30 Jun 2013 07:05:30 -0000      1.9
+++ ChangeLog   18 Mar 2014 21:04:56 -0000      1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/garden
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/garden/ChangeLog,v 1.9 
2013/06/30 07:05:30 slyfox Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/garden/ChangeLog,v 1.10 
2014/03/18 21:04:56 mr_bones_ Exp $
+
+  18 Mar 2014; Michael Sterrett <[email protected]> garden-1.0.8-r1.ebuild:
+  better icon handling
 
 *garden-1.0.8-r1 (30 Jun 2013)
 




Reply via email to