blob: 08caf8c636b8dda8e89839b09e6d60d53492687a (
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
38
39
40
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.99.16.ebuild,v 1.8 2012/05/04 06:22:13 jdhore Exp $
EAPI="4"
GCONF_DEBUG="yes"
inherit gnome2
DESCRIPTION="Gnome ICQ Client"
SRC_URI="mirror://sourceforge/gnomeicu/${P}.tar.bz2"
HOMEPAGE="http://gnomeicu.sourceforge.net/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ppc sparc x86"
IUSE="spell"
# panel applet is unmaintained, do not enable it
RDEPEND="x11-libs/gtk+:2
>=dev-libs/libxml2-2.4.23
>=gnome-base/libgnome-2
>=gnome-base/libgnomeui-2
>=sys-libs/gdbm-1.8
>=gnome-base/libglade-2
>=gnome-base/gconf-2
spell? ( >=app-text/gtkspell-2.0.4:2 )
x11-libs/libXScrnSaver"
DEPEND="${RDEPEND}
>=app-text/scrollkeeper-0.3.5
virtual/pkgconfig
>=dev-util/intltool-0.22
sys-devel/gettext
x11-proto/scrnsaverproto"
pkg_setup() {
DOCS="AUTHORS ChangeLog CREDITS HACKING MAINTAINERS NEWS README README.SOCKS TODO"
G2CONF="${GCONF} --disable-schemas-install $(use_enable spell gtkspell)"
}
|