blob: f673408ad726ad2936d0f7b52b8b103d69e9f9f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Copyright 1999-2008 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.7 2008/03/23 00:53:07 coldwind 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
}
|