public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Richard Freeman (rich0)" <rich0@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-rpg/eternal-lands: eternal-lands-1.9.3-r1.ebuild ChangeLog
Date: Sun, 24 Jun 2012 13:11:45 +0000 (UTC)	[thread overview]
Message-ID: <20120624131145.57C5E20047@flycatcher.gentoo.org> (raw)

rich0       12/06/24 13:11:45

  Modified:             eternal-lands-1.9.3-r1.ebuild ChangeLog
  Log:
  Fixes for gnome icon cache - thanks hasufell.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-rpg/eternal-lands/eternal-lands-1.9.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.9.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.9.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.9.3-r1.ebuild?r1=1.2&r2=1.3

Index: eternal-lands-1.9.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.9.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eternal-lands-1.9.3-r1.ebuild	24 Jun 2012 11:58:25 -0000	1.2
+++ eternal-lands-1.9.3-r1.ebuild	24 Jun 2012 13:11:45 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.9.3-r1.ebuild,v 1.2 2012/06/24 11:58:25 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.9.3-r1.ebuild,v 1.3 2012/06/24 13:11:45 rich0 Exp $
 
 EAPI=2
-inherit eutils flag-o-matic games
+inherit eutils flag-o-matic gnome2-utils games
 
 DESCRIPTION="An online MMORPG written in C and SDL"
 HOMEPAGE="http://www.eternal-lands.com"
@@ -118,7 +118,7 @@
 }
 
 src_install() {
-	newicon "${DISTDIR}/eternal-lands.png" ${PN}.png
+	newicon -s 64 "${DISTDIR}/eternal-lands.png" ${PN}.png
 
 	newgamesbin el.x86.linux.bin el \
 		|| die "newgamesbin failed"
@@ -137,8 +137,14 @@
 	prepgamesdirs
 }
 
+pkg_preinst() {
+	games_pkg_preinst
+	gnome2_icon_savelist
+}
+
 pkg_postinst() {
 	games_pkg_postinst
+	gnome2_icon_cache_update
 	elog "Auto Update is now enabled in Eternal Lands"
 	elog "If an update occurs then the client will suddenly exit"
 	elog "Updates only happen when the game first loads"
@@ -150,5 +156,8 @@
 
 	# Make sure new files stay in games group
 	find "${ROOT}/${GAMES_DATADIR}/${PN}" -type d -exec chmod g+sx {} \;
+}
 
+pkg_postrm() {
+	gnome2_icon_cache_update
 }



1.63                 games-rpg/eternal-lands/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eternal-lands/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eternal-lands/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eternal-lands/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	24 Jun 2012 11:58:25 -0000	1.62
+++ ChangeLog	24 Jun 2012 13:11:45 -0000	1.63
@@ -1,6 +1,10 @@
 # ChangeLog for games-rpg/eternal-lands
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/ChangeLog,v 1.62 2012/06/24 11:58:25 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/ChangeLog,v 1.63 2012/06/24 13:11:45 rich0 Exp $
+
+  24 Jun 2012; Richard Freeman <rich0@gentoo.org>
+  eternal-lands-1.9.3-r1.ebuild:
+  Fixes for gnome icon cache - thanks hasufell.
 
   24 Jun 2012; Richard Freeman <rich0@gentoo.org>
   eternal-lands-1.9.3-r1.ebuild:






             reply	other threads:[~2012-06-24 13:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-24 13:11 Richard Freeman (rich0) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-06-24 11:58 [gentoo-commits] gentoo-x86 commit in games-rpg/eternal-lands: eternal-lands-1.9.3-r1.ebuild ChangeLog Richard Freeman (rich0)
2012-03-02 18:28 Richard Freeman (rich0)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120624131145.57C5E20047@flycatcher.gentoo.org \
    --to=rich0@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox