diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 00:11:27 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 13:59:58 +0100 |
commit | 7f45ce7728de31bb839db16ab19319f026ab0add (patch) | |
tree | 460a42bf534d6aa491db847a52a3026e3758c161 /kde-apps/akonadiconsole | |
parent | kde-apps/gwenview: Backport exiv2-0.27 support to 18.08.3 (diff) | |
download | gentoo-7f45ce7728de31bb839db16ab19319f026ab0add.tar.gz gentoo-7f45ce7728de31bb839db16ab19319f026ab0add.tar.bz2 gentoo-7f45ce7728de31bb839db16ab19319f026ab0add.zip |
kde-apps: Add KDE Applications 18.12.2
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r-- | kde-apps/akonadiconsole/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadiconsole/akonadiconsole-18.12.2.ebuild | 45 |
2 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index 654fa9eb5fc1..f238b823d4b2 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,2 +1,3 @@ DIST akonadiconsole-18.08.3.tar.xz 193796 BLAKE2B ad59e5b0ae87a3fa037c9e82280c0cab44ccf78b9a52b391fdf2ce2bd6853d6c92558f839f4fe5f25d138916fc78b3f84b2a800b1fddeabbf6075c587c476d42 SHA512 73080055011030da4a56b7d4e20b96539913ccbae9fa01146a21cee343c9c9e87a702671f89bb1e09b83ce345805be521f7c9ca17c20c07717b4e87c805dee55 DIST akonadiconsole-18.12.1.tar.xz 193828 BLAKE2B ebb7aceeff54159491a4509df6a3ac03f3c972483146d1e1c04ad761ab640d265387f86ee62215cf73430e89f9e5d3ab05a3c3928f1e73cc23e0f5f56ad73c19 SHA512 d12730c279c79c1447d79544dd08b6f7211e6513a859915a65f911c5a23760c92867a1034d8c19e2625bfcfebe2c1051e964b2c67fda7214cf772ff54f5e594c +DIST akonadiconsole-18.12.2.tar.xz 193820 BLAKE2B fbce632efb25ef8f8fbe9e163717bbea8f78efbb7dedc9e7e725ff00ab145cea497dd5a3dbdad79c05399e9606570ddb306d2ecc90e9d8462427152bd91d8191 SHA512 13343d979c13186c7f8e31670d724a55ce9eea446617038f535fb20b82be428454f4fe874b8cb525904b9f02ea6ed8a2c9a63e2e89443a0abfd84cd2e2d6a8d7 diff --git a/kde-apps/akonadiconsole/akonadiconsole-18.12.2.ebuild b/kde-apps/akonadiconsole/akonadiconsole-18.12.2.ebuild new file mode 100644 index 000000000000..1e66f29f5c8b --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-18.12.2.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://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}" |