# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/glunarclock-0.32.4.ebuild,v 1.8 2009/07/25 07:24:34 ssuominen Exp $ inherit gnome2 eutils DESCRIPTION="Gnome Moon Phase Panel Applet" HOMEPAGE="http://glunarclock.sourceforge.net" SRC_URI="mirror://sourceforge/glunarclock/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="-amd64 ppc x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.1.0 >=gnome-base/libgnome-2.0.0 >=gnome-base/libgnomeui-2.0.0 >=gnome-base/gnome-vfs-1.9.16 >=gnome-base/gconf-1.1.11 >=gnome-base/libgtop-2.0.0 >=x11-libs/libwnck-0.13 >=gnome-base/libglade-2.0.0 >=gnome-base/gnome-panel-2.0.0 >=gnome-base/gail-0.13 >=x11-libs/libxklavier-0.97" DEPEND="${RDEPEND} >=dev-util/intltool-0.29 >=app-text/scrollkeeper-0.1.4 dev-util/pkgconfig" DOCS="AUTHORS ChangeLog README" src_unpack() { gnome2_src_unpack epatch "${FILESDIR}"/${PN}-i18n-gentoo.patch }