blob: 978e7242780d5cb78011493e0a2db8a5c67a62b3 (
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-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.5.ebuild,v 1.15 2005/01/01 16:16:32 eradicator Exp $
IUSE=""
inherit gnome.org gnome2 libtool debug # because this an unstable package
DESCRIPTION="Gnome spellchecking component."
HOMEPAGE="http://www.gnome.org/"
KEYWORDS="x86 sparc ppc alpha hppa"
SLOT="1"
LICENSE="GPL-2"
RDEPEND=">=gnome-base/libgnomeui-2.2
>=gnome-base/libbonoboui-2.0
>=gnome-base/libglade-2.0
>=gnome-base/libbonobo-2.0
>=gnome-base/orbit-2.0
virtual/aspell-dict"
DEPEND="${RDEPEND}
dev-util/pkgconfig
sys-devel/gettext
>=dev-lang/perl-5.6.0"
# the control-center capplet seems to be missing
# so gnome-base/control-center-2.0 dep removed
src_unpack(){
unpack ${A}
cd ${S}/gnome-spell
sed -e 's:-DGTK_DISABLE_DEPRECATED=1: :g' -i Makefile.in
sed -e 's:-DGTK_DISABLE_DEPRECATED=1: :g' -i Makefile.am
}
DOCS="AUTHORS COPYING ChangeLog NEWS README"
SCROLLKEEPER_UPDATE="0"
|