diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-18 12:40:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-18 16:29:37 +0200 |
commit | 77996f0bd46af757187d387e251f25fdf21a33f8 (patch) | |
tree | 18c9cc45de05d82b4e08b5966b62d51dc802872e /kde-apps/akonadiconsole | |
parent | www-client/opera-beta: Old (diff) | |
download | gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.gz gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.tar.bz2 gentoo-77996f0bd46af757187d387e251f25fdf21a33f8.zip |
kde-apps: Add KDE Applications 19.04.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r-- | kde-apps/akonadiconsole/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadiconsole/akonadiconsole-19.04.0.ebuild | 45 |
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index 28e61cc5584f..2614951c4fb2 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1 +1,2 @@ DIST akonadiconsole-18.12.3.tar.xz 193856 BLAKE2B 8020d1265f6da48e4eb0481036f46145d923aaceab6b72835685e6a8e14010ed293615fd6613e07b0d2f7ec1b775a8d2d74d5ad2e0ba461283f4ccff4ecddd9f SHA512 b1ac6f9b4947e5498b67e855009c59de9f09e5e73ef08a445875a5cb7dddbb17e3157e30f2258e084bcf5a61c0d0873e01cdbfad9d2a4b2ceb64b350ebc6580f +DIST akonadiconsole-19.04.0.tar.xz 193828 BLAKE2B 8016122b1b724717feb149c561aee1ec29a4f60a6f49e805cd3d0d973281afb311494946ed5d61795ed012c8afb993c734fd1b32122fedbec341595a4efff0a8 SHA512 e9e4c88bf41da2c03a7f9a21877d736abe29b26274c4bf21f573a389ce58bdce77827b3fbf10c904b0d6ee19a3296f6a68a0724c3c1e66b7ee76027e079ae1ea diff --git a/kde-apps/akonadiconsole/akonadiconsole-19.04.0.ebuild b/kde-apps/akonadiconsole/akonadiconsole-19.04.0.ebuild new file mode 100644 index 000000000000..303ffc47eb2d --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-19.04.0.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}" |