summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 16:04:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-06 17:06:07 +0200
commit8ea97068f86f7c38eb7eba7b4834d24395ea63c8 (patch)
tree1a99302b57a044d70ab6ffc235920f12cd030996 /kde-apps/kdepim-runtime
parentdev-texlive/texlive-luatex: Add more blockers (diff)
downloadgentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.tar.gz
gentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.tar.bz2
gentoo-8ea97068f86f7c38eb7eba7b4834d24395ea63c8.zip
kde-apps: Add KDE Applications 19.04.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'kde-apps/kdepim-runtime')
-rw-r--r--kde-apps/kdepim-runtime/Manifest1
-rw-r--r--kde-apps/kdepim-runtime/kdepim-runtime-19.04.2.ebuild78
2 files changed, 79 insertions, 0 deletions
diff --git a/kde-apps/kdepim-runtime/Manifest b/kde-apps/kdepim-runtime/Manifest
index e304506cb326..410d901c65c9 100644
--- a/kde-apps/kdepim-runtime/Manifest
+++ b/kde-apps/kdepim-runtime/Manifest
@@ -1,2 +1,3 @@
DIST kdepim-runtime-18.12.3.tar.xz 1773576 BLAKE2B a8ed822a507380fbfcb48a60765370f108d9468ca0be406b29b4c0b0a2e3424cf58928c6913d517e2c05f8f8d85b7b47dcabf4e520d77c38a9c83f0c51e141dc SHA512 cf65ac59519fc37f4b52025a07271fb655b746446a97299675a289a96bcb9fd94080c224bd231c40c45fe81fd5dcc1cf8a0ed60ddce1bb4750c598715bd27279
DIST kdepim-runtime-19.04.1.tar.xz 1762968 BLAKE2B 754b2b1f3f190fde84ef3440e234e291ebddbd640c3bfcc1653974b64b9018109848f0fe384457f99f17e0ac6ee8a62bd62eacf47bf3ea1ee42add3310a8dc8a SHA512 7d3c126d4606067ff4bc684449e05ecb83ccb1c953a10646292140ea5098a791f321e6692a7e117338d4b400d73f4067c6538ae32f74e5c4559d41a99452745e
+DIST kdepim-runtime-19.04.2.tar.xz 1764380 BLAKE2B 6a67bf69b66cee3d297ba3d646fcc7e96aba533fc48214b14e36e84f2b289f1dff018acc19633cbccec3d663e7216c76f89c6324b9c25737fa8a2c10174ec1a8 SHA512 fba7e0bc00a69d94d2657f3bd7e24aa1b56cf7898d16d72e03eb861d29dee1d10d2d09e28fcd4a1f0067b6178d52910d4247176f4d090ac9e1f385584b74a093
diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-19.04.2.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-19.04.2.ebuild
new file mode 100644
index 000000000000..8cd8b538e05c
--- /dev/null
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-19.04.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
+LICENSE="GPL-2+ LGPL-2.1+"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+# TODO kolab
+BDEPEND="
+ dev-libs/libxslt
+"
+COMMON_DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep kholidays)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemmodels)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep knotifyconfig)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-calendar)
+ $(add_kdeapps_dep akonadi-contacts)
+ $(add_kdeapps_dep akonadi-mime)
+ $(add_kdeapps_dep akonadi-notes)
+ $(add_kdeapps_dep kalarmcal)
+ $(add_kdeapps_dep kcalcore)
+ $(add_kdeapps_dep kcalutils)
+ $(add_kdeapps_dep kcontacts)
+ $(add_kdeapps_dep kdav)
+ $(add_kdeapps_dep kidentitymanagement)
+ $(add_kdeapps_dep kimap)
+ $(add_kdeapps_dep kmailtransport)
+ $(add_kdeapps_dep kmbox)
+ $(add_kdeapps_dep kmime)
+ $(add_kdeapps_dep libkgapi)
+ $(add_kdeapps_dep pimcommon)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtnetworkauth)
+ $(add_qt_dep qtspeech)
+ $(add_qt_dep qtwebengine 'widgets')
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+ dev-libs/cyrus-sasl:2
+ dev-libs/libical:=
+"
+DEPEND="${COMMON_DEPEND}
+ $(add_qt_dep qtxmlpatterns)
+ test? ( $(add_kdeapps_dep kimap 'test') )
+"
+RDEPEND="${COMMON_DEPEND}
+ !kde-apps/kdepim-l10n
+ !kde-misc/akonadi-ews
+"
+
+RESTRICT+=" test"