diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index 758ae03aad25e..bf1f6e754ee60 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,2 +1,3 @@ DIST akonadiconsole-24.12.3.tar.xz 313864 BLAKE2B 649baf5199cb965593c91dfaa106ef28e24d61128f122165a81e73393fe42cc8ba2ed545f0bba6541b265baa00537ffd8e02081ac6e3eb117426d2e582646c4a SHA512 d14b8d6d0099edaf16e009060ac03c7b31100b62d2e680da0df3e1d9826053a69df2255d445b1f7a2c8d0a3d96f29a48ee1384997e4fe9b883b5e12853a7e5f9 DIST akonadiconsole-25.04.2.tar.xz 318848 BLAKE2B b303960b262bfbc003fbde8c72ec7081197bfc8e101082098b7954d48c87be1de50faa8ddc907d96b151a6b125d7749e6d5a7032f870a3ddec2afaa1e76e9cc2 SHA512 e03f8ad746acbc47a93269942cd31b28e4a90a988b4a8c874fe4ef6647df940fb6a997453191e0f579597c61ee565f6c374efb025d306fde29c6ba19f255fe89 +DIST akonadiconsole-25.04.3.tar.xz 318864 BLAKE2B 1c0bda07a1e5b6f2ec869b20af5b88098dbb5a03a10c9f3b370ebadfbc8f1b320895a8bae60c3b92b13a0d9c2fc7116d268bde8455a4f8c2ac7fe25b53967364 SHA512 c9bfe25d80edef63c91d636b069dda6ce47bf0c69b21b9c781d3f63b9439503336f9b8add1586abf2bccbaba0fb876f11277a341ef2c5686b07d06d3fd57991f diff --git a/kde-apps/akonadiconsole/akonadiconsole-25.04.3.ebuild b/kde-apps/akonadiconsole/akonadiconsole-25.04.3.ebuild new file mode 100644 index 0000000000000..f94848944c79a --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-25.04.3.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2025 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.13.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org xdg + +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 ~arm64" +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}"