blob: c4b6e82989512c059b06c3b9b37f5cc87716ab86 (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-voip/cohoba/cohoba-0.0.3.ebuild,v 1.1 2006/09/02 16:10:35 genstef Exp $
DESCRIPTION="Gnome UI for Telepathy"
HOMEPAGE="http://telepathy.freedesktop.org/"
SRC_URI="http://telepathy.freedesktop.org/releases/cohoba/${P}.tar.gz"
EDARCS_REPOSITORY="http://projects.collabora.co.uk/darcs/telepathy/cohoba/"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""
DEPEND="dev-python/gnome-python-desktop
>=sys-apps/dbus-0.61
x11-themes/gnome-icon-theme
x11-themes/gnome-themes"
RDEPEND="${DEPEND}
gnome-base/control-center"
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README TODO
}
pkg_postinst() {
einfo "To run cohoba use:"
einfo "$ /usr/lib/cohoba/cohoba-applet -w"
einfo "For non-gnome, gnome-settings-daemon needs to be running:"
einfo "$ /usr/libexec/gnome-settings-daemon"
}
|