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-base/korganizer/korganizer-4.8.5.ebuild

71 lines
1.4 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/korganizer/korganizer-4.8.5.ebuild,v 1.4 2012/09/03 12:20:58 scarabeus Exp $
EAPI=4
KDE_HANDBOOK="optional"
KMNAME="kdepim"
KDE_SCM="git"
inherit kde4-meta
DESCRIPTION="A Personal Organizer for KDE"
KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
$(add_kdebase_dep kdepim-common-libs)
sys-libs/zlib
"
RDEPEND="${DEPEND}
$(add_kdebase_dep ktimezoned)
"
RESTRICT="test"
# bug 393135
KMLOADLIBS="kdepim-common-libs"
KMEXTRACTONLY="
akonadi_next/
calendarviews/
kdgantt2/
kmail/
knode/org.kde.knode.xml
libkdepimdbusinterfaces/
"
KMCOMPILEONLY="
incidenceeditor-ng/
calendarsupport/
"
src_unpack() {
if use kontact; then
KMEXTRA="${KMEXTRA}
kontact/plugins/planner/
kontact/plugins/specialdates/
"
fi
kde4-meta_src_unpack
}
src_install() {
kde4-meta_src_install
# colliding with kdepim-common-libs
rm -rf "${ED}"/usr/share/kde4/servicetypes/calendarplugin.desktop
rm -rf "${ED}"/usr/share/kde4/servicetypes/calendardecoration.desktop
}
pkg_postinst() {
kde4-meta_pkg_postinst
if ! has_version kde-base/kdepim-kresources:${SLOT}; then
echo
elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}"
echo
fi
}