summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-07-13 22:46:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-07-13 22:50:01 +0200
commitea01d07c76b705e48d8d3a4600856746ce596e95 (patch)
tree11abb713ee2d1cf09ef62389e18dd03cbac691e0 /kde-apps/mailcommon
parentdev-java/hawtjni-runtime: keyword ~arm64 (diff)
downloadgentoo-ea01d07c76b705e48d8d3a4600856746ce596e95.tar.gz
gentoo-ea01d07c76b705e48d8d3a4600856746ce596e95.tar.bz2
gentoo-ea01d07c76b705e48d8d3a4600856746ce596e95.zip
kde-apps: Add KDE Applications 17.04.3
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-apps/mailcommon')
-rw-r--r--kde-apps/mailcommon/Manifest1
-rw-r--r--kde-apps/mailcommon/mailcommon-17.04.3.ebuild57
2 files changed, 58 insertions, 0 deletions
diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest
index 60048de9cd8e..bff0e8c25970 100644
--- a/kde-apps/mailcommon/Manifest
+++ b/kde-apps/mailcommon/Manifest
@@ -1 +1,2 @@
DIST mailcommon-17.04.2.tar.xz 659368 SHA256 f3f593f0166a0b464a133db3fd2a335515f7875834f587350a647550533602b9 SHA512 dbeb7b76fa905f292cca63b8571963f4421ac8e4daa9707275ca9cf76b5f34ba26bd5cd506c458a59e02c1f9163faced937d42c702c736dcc1698915660f825d WHIRLPOOL 12757dc8a17e712367b86747f1dbc9fee1e24ec15583eb98e2ce33a82a98ac894d730d2d25e630aaddef9f5888191ed011d51569754a34b0bf0012d8f24b5423
+DIST mailcommon-17.04.3.tar.xz 659432 SHA256 7345a7b70715d62ea4322b75ba37e6e3865bb6e732fa272801039c2e6c63d2ff SHA512 9f0ccd2484c9dd1bb6eed1fb431189a5664a274e03bd9fedf91fb751720542c175431b3bb138ca0ff92aefa999ccf318f484af3721b417ec3f9cfa3b5c2e1683 WHIRLPOOL fde33492b72bc8b59e2946d35fda2f58fcca896a92d42f0afbc38158ddc7b8e606e6f61902d9793b4b77b7553e29779f1fc06958dca3ebbe69b2b9acab1d67be
diff --git a/kde-apps/mailcommon/mailcommon-17.04.3.ebuild b/kde-apps/mailcommon/mailcommon-17.04.3.ebuild
new file mode 100644
index 000000000000..ec1310fce133
--- /dev/null
+++ b/kde-apps/mailcommon/mailcommon-17.04.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 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_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-contacts)
+ $(add_kdeapps_dep akonadi-mime)
+ $(add_kdeapps_dep kcontacts)
+ $(add_kdeapps_dep kldap)
+ $(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"