From 1d72a0a1cd87d7401ef850a98513c7e080d7d2e1 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 19 Apr 2018 15:33:18 +0200 Subject: kde-apps: Add KDE Applications 18.04.0 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- kde-apps/akonadiconsole/Manifest | 1 + .../akonadiconsole/akonadiconsole-18.04.0.ebuild | 45 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 kde-apps/akonadiconsole/akonadiconsole-18.04.0.ebuild (limited to 'kde-apps/akonadiconsole') diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index 91b429637888..b1fa163a8571 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1 +1,2 @@ DIST akonadiconsole-17.12.3.tar.xz 185432 BLAKE2B c4be134ccf31a42f9244d7ad0b717e4cd8e7c89d1208e70339f096b84c64fc22223de318fb4d3e843ed7bf2c0d61ceeed4e4dc10db964c581b537ef9d7f7d0b3 SHA512 f491a16fb93a23cbad1160d5bf63ffe07ee015097211e23464031060247b550399140626f016d2a5336ed783a55f8d803a7aea6c8f4cac9495fcde35b082765a +DIST akonadiconsole-18.04.0.tar.xz 185584 BLAKE2B 40e1da352383d08eef06c8363faa669279087473d60c46a4efb2409660920352b7d73cec5dc149e5b2d6af544afc01f552a116d5dd9e153ce6a2075a4e22f556 SHA512 e3ea3cd9699a1b781b05532254c45ba0965a229d55e309597dbee18861d78b43a5fb6166c29073d21e6fdbd1cbd032a284ca2776ebd164c2e5c4585e1d8180d7 diff --git a/kde-apps/akonadiconsole/akonadiconsole-18.04.0.ebuild b/kde-apps/akonadiconsole/akonadiconsole-18.04.0.ebuild new file mode 100644 index 000000000000..5943cc52ea5a --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-18.04.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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://www.kde.org/" +KEYWORDS="~amd64 ~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}" -- cgit v1.2.3-65-gdbad