diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-10 15:29:35 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-10 15:30:09 +0200 |
commit | d9397ab8d48feb4b1360be614da35fa2faae44d9 (patch) | |
tree | cc33135aeeb6bb0faab58e8efc34329c14dff2b0 /kde-apps/mailcommon | |
parent | dev-libs/libnl: Add USE='debug threads'. (diff) | |
download | gentoo-d9397ab8d48feb4b1360be614da35fa2faae44d9.tar.gz gentoo-d9397ab8d48feb4b1360be614da35fa2faae44d9.tar.bz2 gentoo-d9397ab8d48feb4b1360be614da35fa2faae44d9.zip |
kde-apps: Add KDE Applications 18.04.1
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'kde-apps/mailcommon')
-rw-r--r-- | kde-apps/mailcommon/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/mailcommon/mailcommon-18.04.1.ebuild | 57 |
2 files changed, 58 insertions, 0 deletions
diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest index 40dfcd5bd6f3..257533f583c3 100644 --- a/kde-apps/mailcommon/Manifest +++ b/kde-apps/mailcommon/Manifest @@ -1,2 +1,3 @@ DIST mailcommon-17.12.3.tar.xz 683392 BLAKE2B bb4796e8ce8fee59e3b4849c2c7c386ada08f77e2c2c15b9425f29c32efc3c65bc4bf9f667fd4e465e7c5f218ea5830ac8a0416a956606c5c12f6918ee8e3b8e SHA512 49c6ad5844cf5f4f884b7cdbbb855973bf8d0e5b9630700e926b75024b6aab98f5f7e05dec6dace3648181f2c57e07344245b2d49c3f293e378310f4b647450b DIST mailcommon-18.04.0.tar.xz 691308 BLAKE2B 37d08ad2e9186817727cc76cadabe10e7a8af19e3d9ab295b295dfc76d74929a1f611d88c027de1c803ad4dbd628bd3925324701d9bd154944980521a3f070f5 SHA512 07ef385484ed649f62c33707012175f9c1449caa558713c776854a19c7415db3a88d6374b3bb07dadbc65e480f042c1b39aaf6481af815ea2c9c110d09beb4e7 +DIST mailcommon-18.04.1.tar.xz 691992 BLAKE2B 1237499c8e064c885149080e68c2f706163af098dec4940814aeb9ad1590a42a8d3f46982e6453d64b2f604051beb3805ed6ac5646315db0e6d7072fb71d1819 SHA512 07552e0bbdb5fe8ea95af0ad1f846999d910b34e777ad44f0449728190d508d348c5c9a1a9342f0a9c3a7a948467f2b389cb4e113855a23ddbb50c804db77296 diff --git a/kde-apps/mailcommon/mailcommon-18.04.1.ebuild b/kde-apps/mailcommon/mailcommon-18.04.1.ebuild new file mode 100644 index 000000000000..22fe87d28fff --- /dev/null +++ b/kde-apps/mailcommon/mailcommon-18.04.1.ebuild @@ -0,0 +1,57 @@ +# 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" |