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/libkdepim/libkdepim-4.4.2017.04.ebuild

40 lines
1012 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
KMNAME="kdepim"
QT3SUPPORT_REQUIRED="true"
inherit kde4-meta
DESCRIPTION="Common library for KDE PIM apps (noakonadi branch)"
HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
DEPEND="
$(add_kdeapps_dep kdepimlibs)
"
RDEPEND="${DEPEND}"
KMEXTRACTONLY="
korganizer/korgac/org.kde.korganizer.KOrgac.xml
kaddressbook/org.kde.KAddressbook.Core.xml
"
KMSAVELIBS="true"
# the one test that can be run requires a dbus session bus
RESTRICT+=" test"
src_install() {
kde4-meta_src_install
# install additional generated headers that are needed by other packages that
# are derived from kdepim. e.g. kmail.
pushd "${CMAKE_BUILD_DIR}/libkdepim/" 2>/dev/null || die "pushd libkdepim failed"
insinto /usr/include
doins ui_addresspicker.h ui_categoryselectdialog_base.h || die "Failed to install extra header files."
popd 2>/dev/null
}