# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="1" KMNAME=kdepim inherit kde4overlay-meta DESCRIPTION="Common library for KDE PIM apps" KEYWORDS="" IUSE="debug" KMEXTRACTONLY="kaddressbook/org.kde.KAddressbook.Core.xml korganizer/korgac/org.kde.korganizer.KOrgac.xml" KMSAVELIBS="true" src_install() { kde4overlay-meta_src_install # install additional generated headers that are needed by other packages that # are derived from kdepim. e.g. kmail. pushd "${WORKDIR}/${PN}_build/libkdepim/" 2>/dev/null || die "pushd libkdepim failed" insinto "${PREFIX}/include" doins ui_addresspicker.h ui_categoryselectdialog_base.h || die "Failed to install extra header files." popd 2>/dev/null }