summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 09:30:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 16:50:00 +0100
commitf1b6a4697cb6bd8b01b005cca0996982fd736a2d (patch)
tree9b2799b0df1355e0ee40b8c909752698a0803837 /kde-apps/mailcommon
parentapp-emulation/libvirt: init submodules for live ebuild (diff)
downloadgentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.gz
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.bz2
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.zip
kde-apps: Add KDE Applications 18.12.1
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/mailcommon')
-rw-r--r--kde-apps/mailcommon/Manifest1
-rw-r--r--kde-apps/mailcommon/mailcommon-18.12.1.ebuild57
2 files changed, 58 insertions, 0 deletions
diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest
index 7c184a3ea1b3..8c2386242e15 100644
--- a/kde-apps/mailcommon/Manifest
+++ b/kde-apps/mailcommon/Manifest
@@ -1,2 +1,3 @@
DIST mailcommon-18.08.3.tar.xz 691320 BLAKE2B 776ea337b6f2ccacbe721f1da2df68cf16a69e2bb8b1deb86d97c7420c3a5ca74618b4024c37e0709fda3d9e58e2da2b8b71fa3afb8b18c19522668d9fc57d72 SHA512 206bdef32f39d5894516964fae58020bb97343507fddc97a60aad456b4364b3bf688d6856d954594f354ec0c6acda814dd911f245b94a8269b01dde63845eb3b
DIST mailcommon-18.12.0.tar.xz 693348 BLAKE2B 5cfb59cb8ade4a9b32648071a8b5ade614ef4a6ed7aac1d49b0cf4d89b8891d5302599daf7004e905c4c3c7535313a7438847b2b2caac729a5096a245ea00d99 SHA512 4684c343acd131d8bfecb7285564c2e113edd6d7a814f39dcb4d4797524e14fd2ff1a73dded02f2d4a7aa1863c799c9a3d474c5d989564ff70201756b8c33823
+DIST mailcommon-18.12.1.tar.xz 692244 BLAKE2B 111a3924ede47e7ee2966e8f3c7cbe9f7aa08b62d62eabd3ae9a57e44ecff84a7ca351a3bdcd07c0781354b282c7541332fa7063d690df9d4471be6ee751d679 SHA512 47eb3db2f910ffba7490d1c6acec2e78bca5547ab27220f162b492d480fd74ea27598daccd83fbcc9d0bd8e76e57fbeb3fa81425c4ffdf8078666411e93d9f5b
diff --git a/kde-apps/mailcommon/mailcommon-18.12.1.ebuild b/kde-apps/mailcommon/mailcommon-18.12.1.ebuild
new file mode 100644
index 000000000000..8ffdac3092af
--- /dev/null
+++ b/kde-apps/mailcommon/mailcommon-18.12.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 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"