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-2.1.0.ebuild

33 lines
749 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libkgapi/libkgapi-2.1.0.ebuild,v 1.1 2014/03/02 22:11:29 mrueg Exp $
EAPI=5
KDE_LINGUAS=""
KDE_MINIMAL="4.11"
inherit kde4-base
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
DESCRIPTION="Library for accessing Google calendar and contact resources"
HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="debug"
SLOT=4
DEPEND="
$(add_kdebase_dep kdepimlibs)
dev-libs/qjson
"
RDEPEND=${DEPEND}
src_configure() {
mycmakeargs=(
-DKGAPI_DISABLE_DEPRECATED=TRUE
-DKCAL=OFF
)
kde4-base_src_configure
}