35 lines
811 B
Bash
35 lines
811 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-kresources/kdepim-kresources-4.4.11.1.ebuild,v 1.9 2014/04/05 18:13:24 dilfridge Exp $
|
|
|
|
EAPI=5
|
|
|
|
KMNAME="kdepim"
|
|
KMMODULE="kresources"
|
|
inherit kde4-meta
|
|
|
|
DESCRIPTION="KDE PIM groupware plugin collection"
|
|
IUSE="debug"
|
|
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
|
|
|
|
DEPEND="
|
|
$(add_kdebase_dep kdepimlibs '' 4.6)
|
|
$(add_kdebase_dep libkdepim)
|
|
"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
KMEXTRACTONLY="
|
|
kmail/
|
|
knotes/
|
|
korganizer/version.h
|
|
"
|
|
|
|
KMLOADLIBS="libkdepim"
|
|
|
|
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
|
|
}
|