diff options
-rw-r--r-- | kde-apps/akonadiconsole/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/akonadiconsole/akonadiconsole-24.11.90.ebuild | 46 |
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index e1e2f1265e..792d2e07db 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1 +1,2 @@ DIST akonadiconsole-24.11.80.tar.xz 313428 BLAKE2B 54fddb90e4e5ae7de08cb0cb0b3d1fd21b99349198fd67d480a2896a89695e36b6e3b21a4c5aa7dd160dd4fa6df7c50679d2a9a62f48ee46ea80ca6c5a09cada SHA512 97add787ae3f7666275e6ce9a25996b67f4ef1bebcebef8f87ff51f41e9a2b041efdcd4c033e367ec8009b675b9c7f63e40fda63ffb7de7992d38872aa0240e8 +DIST akonadiconsole-24.11.90.tar.xz 313840 BLAKE2B 2bae72f9db684ae550c23e038e1fd100ddf2e534d9acb4ab44d1fd6e3ab2b581a7f1beb772459964ad942899f0feaa2b2a1a594009053592eb48f544482a1e68 SHA512 124775a197b11f4365f21b7cce4e70dfc18005f2baf1c68d34c573d4b51cd5531b901474c62f1b78c08db62641988782bbd7ec5f72bf742a5e9e51c08142012f diff --git a/kde-apps/akonadiconsole/akonadiconsole-24.11.90.ebuild b/kde-apps/akonadiconsole/akonadiconsole-24.11.90.ebuild new file mode 100644 index 0000000000..250da3df19 --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-24.11.90.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.5.0 +QTMIN=6.7.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 ~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}" |