Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Richard Freeman (rich0)" <rich0@g.o>
|
|
Subject:
|
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)
|
|
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@g.o>
+ eternal-lands-1.9.3-r1.ebuild:
+ Fixes for gnome icon cache - thanks hasufell.
24 Jun 2012; Richard Freeman <rich0@g.o>
eternal-lands-1.9.3-r1.ebuild:
|
|