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.
28 lines
786 B
28 lines
786 B
# Copyright 1999-2020 Gentoo Authors
|
|
# Copyright 2020 The Trinity Desktop Project
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="7"
|
|
|
|
TRINITY_MODULE_NAME="tdepim"
|
|
TSM_EXTRACT_ALSO="libtdepim/ libtdenetwork/ plugins/ korganizer/ kaddressbook/
|
|
kmail/ knotes/ knode/ akregator/ karm/ libemailfunctions/ libkpimidentities/"
|
|
inherit trinity-meta-2
|
|
|
|
DESCRIPTION="Trinity personal information manager"
|
|
|
|
DEPEND="
|
|
~trinity-base/libtdepim-${PV}
|
|
~trinity-base/libkpimidentities-${PV}
|
|
~trinity-base/libkholidays-${PV}
|
|
~trinity-base/knotes-${PV}
|
|
~trinity-base/korganizer-${PV}
|
|
"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
src_prepare() {
|
|
sed -i '/kmail/d' kontact/plugins/CMakeLists.txt || die
|
|
sed -i '/specialdates/d' kontact/plugins/CMakeLists.txt || die
|
|
trinity-meta-2_src_prepare
|
|
}
|