Gentoo Archives: gentoo-commits

From: "Richard Freeman (rich0)" <rich0@g.o>
To: gentoo-commits@l.g.o
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:18:23
Message-Id: 20120624131145.57C5E20047@flycatcher.gentoo.org
1 rich0 12/06/24 13:11:45
2
3 Modified: eternal-lands-1.9.3-r1.ebuild ChangeLog
4 Log:
5 Fixes for gnome icon cache - thanks hasufell.
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 games-rpg/eternal-lands/eternal-lands-1.9.3-r1.ebuild
11
12 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
13 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
14 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
15
16 Index: eternal-lands-1.9.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.9.3-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- eternal-lands-1.9.3-r1.ebuild 24 Jun 2012 11:58:25 -0000 1.2
23 +++ eternal-lands-1.9.3-r1.ebuild 24 Jun 2012 13:11:45 -0000 1.3
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI=2
31 -inherit eutils flag-o-matic games
32 +inherit eutils flag-o-matic gnome2-utils games
33
34 DESCRIPTION="An online MMORPG written in C and SDL"
35 HOMEPAGE="http://www.eternal-lands.com"
36 @@ -118,7 +118,7 @@
37 }
38
39 src_install() {
40 - newicon "${DISTDIR}/eternal-lands.png" ${PN}.png
41 + newicon -s 64 "${DISTDIR}/eternal-lands.png" ${PN}.png
42
43 newgamesbin el.x86.linux.bin el \
44 || die "newgamesbin failed"
45 @@ -137,8 +137,14 @@
46 prepgamesdirs
47 }
48
49 +pkg_preinst() {
50 + games_pkg_preinst
51 + gnome2_icon_savelist
52 +}
53 +
54 pkg_postinst() {
55 games_pkg_postinst
56 + gnome2_icon_cache_update
57 elog "Auto Update is now enabled in Eternal Lands"
58 elog "If an update occurs then the client will suddenly exit"
59 elog "Updates only happen when the game first loads"
60 @@ -150,5 +156,8 @@
61
62 # Make sure new files stay in games group
63 find "${ROOT}/${GAMES_DATADIR}/${PN}" -type d -exec chmod g+sx {} \;
64 +}
65
66 +pkg_postrm() {
67 + gnome2_icon_cache_update
68 }
69
70
71
72 1.63 games-rpg/eternal-lands/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eternal-lands/ChangeLog?rev=1.63&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eternal-lands/ChangeLog?rev=1.63&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/eternal-lands/ChangeLog?r1=1.62&r2=1.63
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/ChangeLog,v
81 retrieving revision 1.62
82 retrieving revision 1.63
83 diff -u -r1.62 -r1.63
84 --- ChangeLog 24 Jun 2012 11:58:25 -0000 1.62
85 +++ ChangeLog 24 Jun 2012 13:11:45 -0000 1.63
86 @@ -1,6 +1,10 @@
87 # ChangeLog for games-rpg/eternal-lands
88 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/ChangeLog,v 1.62 2012/06/24 11:58:25 rich0 Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/ChangeLog,v 1.63 2012/06/24 13:11:45 rich0 Exp $
91 +
92 + 24 Jun 2012; Richard Freeman <rich0@g.o>
93 + eternal-lands-1.9.3-r1.ebuild:
94 + Fixes for gnome icon cache - thanks hasufell.
95
96 24 Jun 2012; Richard Freeman <rich0@g.o>
97 eternal-lands-1.9.3-r1.ebuild: