blob: 124e6c3883bc70c17435dc88060a7bc81ba323e8 (
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
41
42
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.9 2004/04/27 03:17:41 mr_bones_ Exp $
IUSE=""
inherit gnome.org gnome2 libtool
inherit debug # because this an unstable package
S="${WORKDIR}/${P}"
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/ORBit2-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"
|