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/kde-apps/kdepim-kresources/kdepim-kresources-4.4.2016....

50 lines
1.1 KiB

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KMNAME="kdepim"
KMMODULE="kresources"
inherit kde4-meta
DESCRIPTION="KDE PIM groupware plugin collection (noakonadi branch)"
HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
IUSE="debug"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
DEPEND="
$(add_kdeapps_dep kdepimlibs '' 4.6)
$(add_kdeapps_dep libkdepim '' 4.4.2015)
$(add_kdeapps_dep kaddressbook '' 4.4.2015)
"
RDEPEND="${DEPEND}"
KMEXTRACTONLY="
kaddressbook/common/
kmail/
knotes/
korganizer/version.h
"
KMLOADLIBS="libkdepim"
src_prepare() {
local kconfig_compiler="${EKDEDIR}/bin/kconfig_compiler"
pushd kaddressbook/common
# create the kabprefs_base.h file
"${kconfig_compiler}" kaddressbook.kcfg kabprefs_base.kcfgc
popd
kde4-meta_src_prepare
}
src_install() {
kde4-meta_src_install
# Install headers needed by kdepim-wizards, egroupware stuff gone
insinto "${PREFIX}"/include/${PN}
doins "${CMAKE_BUILD_DIR}"/${KMMODULE}/{groupwise,slox}/*.h
}