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.
58 lines
1.4 KiB
58 lines
1.4 KiB
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
KDE_DESIGNERPLUGIN="true"
|
|
KDE_TEST="forceoptional"
|
|
VIRTUALX_REQUIRED="test"
|
|
inherit kde5
|
|
|
|
DESCRIPTION="Common mail library"
|
|
LICENSE="GPL-2+ LGPL-2.1+"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
COMMON_DEPEND="
|
|
$(add_frameworks_dep karchive)
|
|
$(add_frameworks_dep kcodecs)
|
|
$(add_frameworks_dep kcompletion)
|
|
$(add_frameworks_dep kconfig)
|
|
$(add_frameworks_dep kconfigwidgets)
|
|
$(add_frameworks_dep kdbusaddons)
|
|
$(add_frameworks_dep ki18n)
|
|
$(add_frameworks_dep kiconthemes)
|
|
$(add_frameworks_dep kio)
|
|
$(add_frameworks_dep kitemmodels)
|
|
$(add_frameworks_dep kitemviews)
|
|
$(add_frameworks_dep ktextwidgets)
|
|
$(add_frameworks_dep kwidgetsaddons)
|
|
$(add_frameworks_dep kwindowsystem)
|
|
$(add_frameworks_dep kxmlgui)
|
|
$(add_frameworks_dep syntax-highlighting)
|
|
$(add_kdeapps_dep akonadi)
|
|
$(add_kdeapps_dep akonadi-contacts)
|
|
$(add_kdeapps_dep akonadi-mime)
|
|
$(add_kdeapps_dep kcontacts)
|
|
$(add_kdeapps_dep kmailtransport)
|
|
$(add_kdeapps_dep kmime)
|
|
$(add_kdeapps_dep kpimtextedit)
|
|
$(add_kdeapps_dep libkdepim)
|
|
$(add_kdeapps_dep mailimporter)
|
|
$(add_kdeapps_dep messagelib)
|
|
$(add_kdeapps_dep pimcommon)
|
|
$(add_qt_dep qtdbus)
|
|
$(add_qt_dep qtgui)
|
|
$(add_qt_dep qtwidgets)
|
|
$(add_qt_dep qtxml)
|
|
media-libs/phonon[qt5(+)]
|
|
"
|
|
DEPEND="${COMMON_DEPEND}
|
|
dev-libs/libxslt
|
|
"
|
|
RDEPEND="${COMMON_DEPEND}
|
|
!kde-apps/kdepim-l10n
|
|
"
|
|
|
|
RESTRICT+=" test"
|