From 3e758b78673da548d61c75bf10548df0b3d99814 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 21 Apr 2024 22:23:01 +0200 Subject: kde-apps/akonadiconsole: Add 24.05 stable branch Signed-off-by: Andreas Sturmlechner --- .../akonadiconsole-24.05.49.9999.ebuild | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 kde-apps/akonadiconsole/akonadiconsole-24.05.49.9999.ebuild diff --git a/kde-apps/akonadiconsole/akonadiconsole-24.05.49.9999.ebuild b/kde-apps/akonadiconsole/akonadiconsole-24.05.49.9999.ebuild new file mode 100644 index 0000000000..e4e28bf88c --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-24.05.49.9999.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="" +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}" -- cgit v1.2.3-65-gdbad