blob: 3390fadc3dead514070ec18896cdfebef20a6522 (
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
43
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gok/gok-0.10.2.ebuild,v 1.13 2004/10/01 05:48:58 geoman Exp $
inherit gnome2
DESCRIPTION="Gnome Onscreen Keyboard"
HOMEPAGE="http://www.gok.ca/"
LICENSE="LGPL-2"
SLOT="1"
KEYWORDS="x86 ~ppc sparc alpha hppa amd64 ~ia64 mips"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2.3.1
>=gnome-base/libgnomeui-2
>=gnome-base/libbonobo-2.5.1
>=gnome-base/gconf-2
>=dev-libs/atk-1.3
gnome-base/gail
media-sound/esound
>=x11-libs/libwnck-1
>=gnome-extra/at-spi-1.3.4
>=gnome-base/orbit-2
virtual/x11"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.27.3
dev-util/pkgconfig
app-text/scrollkeeper
>=sys-apps/sed-4"
DOCS="AUTHORS ChangeLog NEWS README"
# Problems when creating .kbd files
MAKEOPTS="${MAKEOPTS} -j1"
src_unpack() {
unpack ${A}
cd ${S}
sed -i \
-e "s:\$pkgdatadir:${ROOT}/usr/share/${PN}:" \
gok-with-references.schemas.m4
}
|