diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-10 23:56:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-11 00:12:07 +0200 |
commit | 33564ca3d3b250782d311a0c305834ee3767a243 (patch) | |
tree | 76d121e0db8709f8d99d7012b6f0f000e60d24bd /kde-apps/akonadiconsole | |
parent | kde-apps/akonadi-search: Add 24.08 stable branch (diff) | |
download | kde-33564ca3d3b250782d311a0c305834ee3767a243.tar.gz kde-33564ca3d3b250782d311a0c305834ee3767a243.tar.bz2 kde-33564ca3d3b250782d311a0c305834ee3767a243.zip |
kde-apps/akonadiconsole: Add 24.08 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r-- | kde-apps/akonadiconsole/akonadiconsole-24.08.49.9999.ebuild | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/akonadiconsole-24.08.49.9999.ebuild b/kde-apps/akonadiconsole/akonadiconsole-24.08.49.9999.ebuild new file mode 100644 index 0000000000..dbea69f558 --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-24.08.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.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="" +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}" |