diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-28 13:02:40 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-28 14:53:20 +0100 |
commit | e6d65a6e2a4c286f62a525113a31f99653adf129 (patch) | |
tree | 21fd79657f3db2b84714430c228014cf629812a9 /kde-apps/akonadiconsole | |
parent | kde-apps/akonadi-search: 24.02.0 version bump (diff) | |
download | gentoo-e6d65a6e2a4c286f62a525113a31f99653adf129.tar.gz gentoo-e6d65a6e2a4c286f62a525113a31f99653adf129.tar.bz2 gentoo-e6d65a6e2a4c286f62a525113a31f99653adf129.zip |
kde-apps/akonadiconsole: 24.02.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.02.0.ebuild | 46 |
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index bf299dd43615..c807b0be8739 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,2 +1,3 @@ DIST akonadiconsole-23.08.4.tar.xz 282184 BLAKE2B 71bc95d470f6409e0e7bcc48eb2d2889ac9c6a39c8405bb6cb0e24792f82bcaa2ac6c83e4f1734ae52527298b45040be480f07a6e391775b6cbd1eaccf822313 SHA512 3e701235fd5cd14a2c56ef78dcc193ece94fcf7d83e35a361560a55a73124f2656b23041a92e2c62139f137aa44d2c366ca640998b89c98a07eeb4808ced78f1 DIST akonadiconsole-23.08.5.tar.xz 286164 BLAKE2B d98b053e0626272579196b8ba762b51f0734a7a6d40bb7e7fc71fb2752ed986af95e49317eb59159200dab996aa6c53ac2c18532cda378feeee0cf8f47d9e2a2 SHA512 79071e18b0aed574c67b96cdcdc1ce3914ad67fc1e7e87dc77f9cd6396b210034cdc917393fadb918b90ad89bb2326586002fcf711e0432991e59d05bfde8a06 +DIST akonadiconsole-24.02.0.tar.xz 294512 BLAKE2B d933a11904c14639971c656b7507e750f3d778ab64a525b14bcd9df3c149167fc8a7efabc1cf5c8bd7aa14cc976c8190c557f1086a381b398321fac247ced75a SHA512 447074e9f2c9676dc2fcfa1c3feab3c80cd7270fd739aeebf8ea188274d89d9cd47c67c50e5079ce9657207d499681f99393dc8a8bcc4934586d2b6e5a7cc9eb diff --git a/kde-apps/akonadiconsole/akonadiconsole-24.02.0.ebuild b/kde-apps/akonadiconsole/akonadiconsole-24.02.0.ebuild new file mode 100644 index 000000000000..1a4d7675cec8 --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-24.02.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 +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}" |