| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-applet/ktp-contact-applet-0.3.0-r1.ebuild,v 1.1 2012/01/27 10:40:18 johu Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
KDE_SCM="git"
|
| 8 |
KDE_LINGUAS="cs da de el es et ga hu it ja lt nds nl pl pt pt_BR sv uk zh_CN
|
| 9 |
zh_TW"
|
| 10 |
inherit kde4-base
|
| 11 |
|
| 12 |
DESCRIPTION="KDE Telepathy contact applet"
|
| 13 |
HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
|
| 14 |
if [[ ${PV} != *9999* ]]; then
|
| 15 |
SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2"
|
| 16 |
KEYWORDS="~amd64 ~x86"
|
| 17 |
else
|
| 18 |
KEYWORDS=""
|
| 19 |
fi
|
| 20 |
|
| 21 |
LICENSE="GPL-2"
|
| 22 |
SLOT="4"
|
| 23 |
IUSE="debug"
|
| 24 |
|
| 25 |
DEPEND="
|
| 26 |
>=net-im/ktp-common-internals-${PV}
|
| 27 |
>=net-libs/telepathy-qt-0.9.0
|
| 28 |
"
|
| 29 |
RDEPEND="${DEPEND}
|
| 30 |
>=net-im/ktp-contact-list-${PV}
|
| 31 |
"
|
| 32 |
|
| 33 |
PATCHES=(
|
| 34 |
"${FILESDIR}/${P}-fix-multi-linguas.patch"
|
| 35 |
)
|