diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-13 15:55:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-13 15:58:19 +0100 |
commit | ff68a61d7cd4786f56bed62410f9206e588e8d8e (patch) | |
tree | 69313c252a0aed267809ad3a0d7f31c5c10177a3 /kde-apps/mailcommon | |
parent | dev-php/pecl-yaz: amd64 stable wrt bug #667068 (diff) | |
download | gentoo-ff68a61d7cd4786f56bed62410f9206e588e8d8e.tar.gz gentoo-ff68a61d7cd4786f56bed62410f9206e588e8d8e.tar.bz2 gentoo-ff68a61d7cd4786f56bed62410f9206e588e8d8e.zip |
kde-apps: Add KDE Applications 18.12.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/mailcommon')
-rw-r--r-- | kde-apps/mailcommon/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/mailcommon/mailcommon-18.12.0.ebuild | 57 |
2 files changed, 58 insertions, 0 deletions
diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest index e775956bca61..7c184a3ea1b3 100644 --- a/kde-apps/mailcommon/Manifest +++ b/kde-apps/mailcommon/Manifest @@ -1 +1,2 @@ DIST mailcommon-18.08.3.tar.xz 691320 BLAKE2B 776ea337b6f2ccacbe721f1da2df68cf16a69e2bb8b1deb86d97c7420c3a5ca74618b4024c37e0709fda3d9e58e2da2b8b71fa3afb8b18c19522668d9fc57d72 SHA512 206bdef32f39d5894516964fae58020bb97343507fddc97a60aad456b4364b3bf688d6856d954594f354ec0c6acda814dd911f245b94a8269b01dde63845eb3b +DIST mailcommon-18.12.0.tar.xz 693348 BLAKE2B 5cfb59cb8ade4a9b32648071a8b5ade614ef4a6ed7aac1d49b0cf4d89b8891d5302599daf7004e905c4c3c7535313a7438847b2b2caac729a5096a245ea00d99 SHA512 4684c343acd131d8bfecb7285564c2e113edd6d7a814f39dcb4d4797524e14fd2ff1a73dded02f2d4a7aa1863c799c9a3d474c5d989564ff70201756b8c33823 diff --git a/kde-apps/mailcommon/mailcommon-18.12.0.ebuild b/kde-apps/mailcommon/mailcommon-18.12.0.ebuild new file mode 100644 index 000000000000..b8bc39886227 --- /dev/null +++ b/kde-apps/mailcommon/mailcommon-18.12.0.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2018 Gentoo Authors +# 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" |