You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/libkgapi/libkgapi-0.4.1.ebuild

34 lines
779 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libkgapi/libkgapi-0.4.1.ebuild,v 1.1 2012/06/19 19:16:28 dilfridge Exp $
EAPI=4
KDE_LINGUAS=""
inherit kde4-base
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
DESCRIPTION="Library for accessing Google calendar and contact resources"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="oldpim"
SLOT=4
DEPEND="
$(add_kdebase_dep kdepimlibs semantic-desktop)
dev-libs/qjson
oldpim? ( dev-libs/boost )
!oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
"
RDEPEND=${DEPEND}
src_configure() {
mycmakeargs=(
$(cmake-utils_use oldpim KCAL)
)
kde4-base_src_configure
}