diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-21 22:40:08 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-23 17:58:53 +0200 |
commit | a99565d88a226b160a9cd155922b7e1acfb0cd90 (patch) | |
tree | 39fc35a4855d9ae409cde61e7000798033c9a4ed /kde-apps/akonadiconsole | |
parent | kde-apps/akonadi-search: 24.05.0 version bump (diff) | |
download | gentoo-a99565d88a226b160a9cd155922b7e1acfb0cd90.tar.gz gentoo-a99565d88a226b160a9cd155922b7e1acfb0cd90.tar.bz2 gentoo-a99565d88a226b160a9cd155922b7e1acfb0cd90.zip |
kde-apps/akonadiconsole: 24.05.0 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-24.05.0.ebuild | 46 |
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index 206d32e006ca..33340b93f1e2 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,2 +1,3 @@ DIST akonadiconsole-23.08.5.tar.xz 286164 BLAKE2B d98b053e0626272579196b8ba762b51f0734a7a6d40bb7e7fc71fb2752ed986af95e49317eb59159200dab996aa6c53ac2c18532cda378feeee0cf8f47d9e2a2 SHA512 79071e18b0aed574c67b96cdcdc1ce3914ad67fc1e7e87dc77f9cd6396b210034cdc917393fadb918b90ad89bb2326586002fcf711e0432991e59d05bfde8a06 DIST akonadiconsole-24.04.90.tar.xz 297048 BLAKE2B 0a28a464488e1751d194d6005c5913f40ac67d8346c7d622d98040ebb9f75e6889f597d85f39d729df2fd15cf0dcfebc2c8ca886192b89014dfcd86112188ca7 SHA512 a9472eb00367a0f57a320cea0fc1f6514f47f3dc57a069bcfaf478200ee0d53fffb2367d79d1e165ff9a21613a29fce3ea1fde0a89a251fa57296f3bc57eb213 +DIST akonadiconsole-24.05.0.tar.xz 297016 BLAKE2B 1856ebaf7be4e962cc4465e7e1b768eeb08d834eac482e5fcd5f6fe6d7b87cdca7b45abf165a661e7081c2b2e263ec3d99dd7dd05b7e4a2cfb8e56d03f658efc SHA512 b9d0356eba00e9b97b605ed4c75ed55485f942f0f5fb4dedc7934f3d46ece1f19b2613857358fbe8c8d2bcd041de7505fa17d2d9e561d06cec5031b2e644a493 diff --git a/kde-apps/akonadiconsole/akonadiconsole-24.05.0.ebuild b/kde-apps/akonadiconsole/akonadiconsole-24.05.0.ebuild new file mode 100644 index 000000000000..eeeff8356d9e --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-24.05.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2024 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=6.0.0 +QTMIN=6.6.2 +inherit ecm gear.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="6" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-libs/xapian:= + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets] + >=kde-apps/akonadi-${PVCUT}:6 + >=kde-apps/akonadi-contacts-${PVCUT}:6 + >=kde-apps/akonadi-mime-${PVCUT}:6 + >=kde-apps/akonadi-search-${PVCUT}:6 + >=kde-apps/calendarsupport-${PVCUT}:6 + >=kde-apps/kmime-${PVCUT}:6 + >=kde-apps/libkdepim-${PVCUT}:6 + >=kde-apps/messagelib-${PVCUT}:6 + >=kde-frameworks/kcalendarcore-${KFMIN}:6 + >=kde-frameworks/kcompletion-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcontacts-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kcrash-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kitemmodels-${KFMIN}:6 + >=kde-frameworks/kitemviews-${KFMIN}:6 + >=kde-frameworks/ktextwidgets-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 +" +RDEPEND="${DEPEND}" |