summaryrefslogtreecommitdiff
blob: fcaff8e529056fa918a90fe13872671d836918ea (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-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnome-phone-manager/gnome-phone-manager-0.20.ebuild,v 1.3 2007/10/28 11:16:42 eva Exp $

inherit gnome2 autotools

DESCRIPTION="a program created to allow you to control aspects of your mobile phone from your GNOME 2 desktop"
HOMEPAGE="http://live.gnome.org/PhoneManager"
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/${PV}/${P}.tar.bz2 "

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2.10
	>=gnome-base/gconf-2
	>=dev-libs/glib-2
	>=media-libs/gstreamer-0.10
	>=gnome-base/orbit-2
	>=dev-libs/openobex-1
	>=app-mobilephone/gnokii-0.6.18
	>=gnome-base/libglade-2
	>=gnome-extra/evolution-data-server-1.2.3
	>net-wireless/gnome-bluetooth-0.8
	>=dev-libs/dbus-glib-0.71
	>=x11-themes/gnome-icon-theme-2.19.1"

DEPEND="${RDEPEND}
	>=dev-util/intltool-0.35
	dev-util/pkgconfig"

DOCS="README NEWS AUTHORS ChangeLog"

src_unpack() {
	gnome2_src_unpack

	# Fix tests
	echo "gnome-phone-manager.schemas.in" >> po/POTFILES.in
	echo "phonemgr.glade" >> po/POTFILES.in

	eautoreconf
}