summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 18:45:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-09 20:44:16 +0200
commit574a1e63fb59f2333adc047a9c3f2b929101e540 (patch)
tree370dfcc1bdb5ae3dc6a6233f2717d396155ac9f0 /kde-apps/akonadiconsole
parentnet-dns/dnsdist: initscript fix (diff)
downloadgentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.gz
gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.bz2
gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.zip
kde-apps: Add KDE Applications 19.04.1
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r--kde-apps/akonadiconsole/Manifest1
-rw-r--r--kde-apps/akonadiconsole/akonadiconsole-19.04.1.ebuild45
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest
index 2614951c4fb2..dad452085205 100644
--- a/kde-apps/akonadiconsole/Manifest
+++ b/kde-apps/akonadiconsole/Manifest
@@ -1,2 +1,3 @@
DIST akonadiconsole-18.12.3.tar.xz 193856 BLAKE2B 8020d1265f6da48e4eb0481036f46145d923aaceab6b72835685e6a8e14010ed293615fd6613e07b0d2f7ec1b775a8d2d74d5ad2e0ba461283f4ccff4ecddd9f SHA512 b1ac6f9b4947e5498b67e855009c59de9f09e5e73ef08a445875a5cb7dddbb17e3157e30f2258e084bcf5a61c0d0873e01cdbfad9d2a4b2ceb64b350ebc6580f
DIST akonadiconsole-19.04.0.tar.xz 193828 BLAKE2B 8016122b1b724717feb149c561aee1ec29a4f60a6f49e805cd3d0d973281afb311494946ed5d61795ed012c8afb993c734fd1b32122fedbec341595a4efff0a8 SHA512 e9e4c88bf41da2c03a7f9a21877d736abe29b26274c4bf21f573a389ce58bdce77827b3fbf10c904b0d6ee19a3296f6a68a0724c3c1e66b7ee76027e079ae1ea
+DIST akonadiconsole-19.04.1.tar.xz 193540 BLAKE2B 42f6bcb76fcab0ad4819f902caf65e227d89b22054c1213b6cf2bc3589567fb722ec86ec00e0656b49ca191b0045b057605f3f4f65c6ce39a268514be1d99717 SHA512 ca8efb8fbd232fa228d6b52472d24186aa5f55435018dd332c707301fe5b4cb59556c4a7bd87ecc382262e8d8ca148f2a16c33cd5a2436df8f0186b05aa3f3c8
diff --git a/kde-apps/akonadiconsole/akonadiconsole-19.04.1.ebuild b/kde-apps/akonadiconsole/akonadiconsole-19.04.1.ebuild
new file mode 100644
index 000000000000..303ffc47eb2d
--- /dev/null
+++ b/kde-apps/akonadiconsole/akonadiconsole-19.04.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release
+inherit kde5
+
+DESCRIPTION="Application for debugging Akonadi Resources"
+LICENSE="GPL-2+ LGPL-2.1+ handbook? ( FDL-1.2+ )"
+HOMEPAGE="https://kde.org/"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kitemmodels)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-contacts)
+ $(add_kdeapps_dep akonadi-search)
+ $(add_kdeapps_dep calendarsupport)
+ $(add_kdeapps_dep kcalcore)
+ $(add_kdeapps_dep kcontacts)
+ $(add_kdeapps_dep kmime)
+ $(add_kdeapps_dep libkdepim)
+ $(add_kdeapps_dep messagelib)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtsql)
+ $(add_qt_dep qtwidgets)
+ dev-libs/xapian:=
+"
+RDEPEND="${DEPEND}"