diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-08 20:58:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-09 13:18:02 +0200 |
commit | 7b8a0c328922101f780f0f92ca98c683f5820e87 (patch) | |
tree | 9bf7b782e843dcaaaedf39f4e3ff449eeace79a7 /kde-apps/akonadiconsole | |
parent | kde-apps/akonadi-search: 22.04.2 version bump (diff) | |
download | gentoo-7b8a0c328922101f780f0f92ca98c683f5820e87.tar.gz gentoo-7b8a0c328922101f780f0f92ca98c683f5820e87.tar.bz2 gentoo-7b8a0c328922101f780f0f92ca98c683f5820e87.zip |
kde-apps/akonadiconsole: 22.04.2 version bump
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-22.04.2.ebuild | 49 |
2 files changed, 50 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index 8fc203766839..e6c2708894c5 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,2 +1,3 @@ DIST akonadiconsole-21.12.3.tar.xz 200384 BLAKE2B 02cbec9e798e33cb5a0b343b1111918d0b368ac86884e5960f10040dc4d2c614ed0860e4fc02c48a697d9169db6410dc01a2f446f49eb47d272b55cfaaf294a9 SHA512 be1b0efd80fc91c1f702510487a16a3acf17f66f45229bbc2697a9817097b7075f0c6788b7e9651985fe013ba065947acc7ef0e278e1d9b50091233cb5e2f356 DIST akonadiconsole-22.04.1.tar.xz 200896 BLAKE2B 6e86acd04c9b3a6102a6487bb9d86ca3e82f4336479babca5fa8a645b9e811657d0b01264e69b3369aecc95861da05ba583067a95c81dbd44da9c6329a51ba8a SHA512 82a041536847beac209c399d4c3fede5abaf3e4e376d0f1f3416637e256ced94493ff5e742c7969bf8b7d1442902bdf16ed93dc66cd718969d13484221238632 +DIST akonadiconsole-22.04.2.tar.xz 200860 BLAKE2B 02b8afcb7d60ca7c389eb08a6ae5cf8a591bc9f4d60fd8f212083aaffa8049a81c0eee154bd1508b593a0ab69c2006630c7c123c9a7ebf9f954e6140fb6b980d SHA512 533008c79d61238ad63aab03e61e0c25adf67c09777ccab86c8eb6e4df7043ef3cb7accf547cc02a5e72c5fbf108c2d147bee5aab17a8a8ff70d3dee27dda7d6 diff --git a/kde-apps/akonadiconsole/akonadiconsole-22.04.2.ebuild b/kde-apps/akonadiconsole/akonadiconsole-22.04.2.ebuild new file mode 100644 index 000000000000..b46af137feee --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-22.04.2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" # FIXME: Check back for doc in release +PVCUT=$(ver_cut 1-3) +KFMIN=5.92.0 +QTMIN=5.15.3 +inherit ecm kde.org + +DESCRIPTION="Application for debugging Akonadi Resources" +HOMEPAGE="https://techbase.kde.org/KDE_PIM/Akonadi/Development_Tools" + +LICENSE="GPL-2+ LGPL-2.1+ handbook? ( FDL-1.2+ )" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + dev-libs/xapian:= + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtsql-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-apps/akonadi-${PVCUT}:5 + >=kde-apps/akonadi-contacts-${PVCUT}:5 + >=kde-apps/akonadi-search-${PVCUT}:5 + >=kde-apps/calendarsupport-${PVCUT}:5 + >=kde-apps/kmime-${PVCUT}:5 + >=kde-apps/libkdepim-${PVCUT}:5 + >=kde-apps/messagelib-${PVCUT}:5 + >=kde-frameworks/kcalendarcore-${KFMIN}:5 + >=kde-frameworks/kcompletion-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcontacts-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kitemmodels-${KFMIN}:5 + >=kde-frameworks/kitemviews-${KFMIN}:5 + >=kde-frameworks/ktextwidgets-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 +" +RDEPEND="${DEPEND}" |