diff options
author | Daniel Drake <dsd@gentoo.org> | 2005-05-01 12:08:45 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2005-05-01 12:08:45 +0000 |
commit | 678fc10b4f2223437b97493c0951677243796f83 (patch) | |
tree | 31d5e1268eeaa48dc3a6b0be866aa703208653f3 /x11-misc/glunarclock | |
parent | Bump to 0.32.4, add i18n fixes. Closes bugs 85384 and 90332 (diff) | |
download | gentoo-2-678fc10b4f2223437b97493c0951677243796f83.tar.gz gentoo-2-678fc10b4f2223437b97493c0951677243796f83.tar.bz2 gentoo-2-678fc10b4f2223437b97493c0951677243796f83.zip |
Same fix for 0.32.1
(Portage version: 1.589-cvs)
Diffstat (limited to 'x11-misc/glunarclock')
-rw-r--r-- | x11-misc/glunarclock/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/glunarclock/glunarclock-0.32.1.ebuild | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/x11-misc/glunarclock/ChangeLog b/x11-misc/glunarclock/ChangeLog index 49654e818ae8..f17e49d2dbc7 100644 --- a/x11-misc/glunarclock/ChangeLog +++ b/x11-misc/glunarclock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/glunarclock # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/ChangeLog,v 1.9 2005/05/01 12:06:32 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/ChangeLog,v 1.10 2005/05/01 12:08:45 dsd Exp $ + + 01 May 2005; Daniel Drake <dsd@gentoo.org> glunarclock-0.32.1.ebuild: + Same fix for 0.32.1 *glunarclock-0.32.4 (01 May 2005) diff --git a/x11-misc/glunarclock/glunarclock-0.32.1.ebuild b/x11-misc/glunarclock/glunarclock-0.32.1.ebuild index d3496b40a1d9..432df78df4b2 100644 --- a/x11-misc/glunarclock/glunarclock-0.32.1.ebuild +++ b/x11-misc/glunarclock/glunarclock-0.32.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/glunarclock-0.32.1.ebuild,v 1.7 2005/03/14 19:00:54 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/glunarclock-0.32.1.ebuild,v 1.8 2005/05/01 12:08:45 dsd Exp $ -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="Gnome Moon Phase Panel Applet" @@ -14,7 +14,11 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" - +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-i18n-gentoo.patch +} RDEPEND=">=x11-libs/gtk+-2.1.0 >=gnome-base/libgnome-2.0.0 |