diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-09-15 17:37:09 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-09-15 17:37:09 +0100 |
commit | 586819755b4dbfdffdc8a725ab7c0f86095b8489 (patch) | |
tree | d6790c838cfe9607c996e4913fdf11bad5fdd528 /kde-apps/akonadiconsole | |
parent | 3f71901f8c228f4de570abed1831ce3ee425343e (diff) |
gentoo resync : 15.09.2018
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r-- | kde-apps/akonadiconsole/Manifest | 2 | ||||
-rw-r--r-- | kde-apps/akonadiconsole/akonadiconsole-18.08.1.ebuild | 45 |
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index 02649a669779..4bdcd4e227cd 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,3 +1,5 @@ DIST akonadiconsole-18.04.3.tar.xz 185792 BLAKE2B 7d9a5132a9ada0ff6dd8816e81b26aa21f72ec0a133d64f9d26dd4fe208bf2363477a9cf4c970ac714077c9cbfcbc46a4af6905b854cd5a7edc23d5353738848 SHA512 c413dfc858a6aa496e5533f1f46dc021c9c5e14582924dbc20a696da01035f2d237f30770a238cc33c4e91def9c1a18274e699185fb5bd6fae881c203687c2a4 +DIST akonadiconsole-18.08.1.tar.xz 193812 BLAKE2B 02a2ed6306177af9000821fb525b4b07742c2ffec03b2785e7d0710d4ad8bfc5cfdba448922916531ccf7439c80fc79409d51562f2df4bdb8ee9ada18c23e7f9 SHA512 41672d365d14db221d47306ed4a071dbe50dab2a9aaeeba02377f113b02eaab71ff91ab8bfad5bcaaeb5a9196f412a4781449eea6d7adb00626efdf9f9434e12 EBUILD akonadiconsole-18.04.3.ebuild 1224 BLAKE2B da2cafafc1888ded773ab02c76c2418da2afe7c641384d262aba2fc14b6b6f4eb66fca4db394602357ebe383c3c51563f9c6178aa359d20271938b3ba7e72ee0 SHA512 f44f391290590e69a8870be7403864f78b9613c261a5bac3073aaea8d5e921857ff8a70628c3105d34ad97b27f9bad40ff3d1481cc5a5b9f3395048259a962ca +EBUILD akonadiconsole-18.08.1.ebuild 1226 BLAKE2B 7d3ea8ff8679de8097b08958a3c5f2398c815eea56de8e3a9bdb9f30901fdbe0ce6a38f5110bcd5ef5fda168550476aa53b3a85189449fe1fde2f95ef395fc3c SHA512 944b60428b920f9d89f7c3e84e6bcba02be7b4748fdcbb08d33eb8c00637aebe6b70f804a64a83e228b81198eca3ea237db4d995b4ac27b40280f64765f19137 MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3 diff --git a/kde-apps/akonadiconsole/akonadiconsole-18.08.1.ebuild b/kde-apps/akonadiconsole/akonadiconsole-18.08.1.ebuild new file mode 100644 index 000000000000..5943cc52ea5a --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-18.08.1.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}" |