summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-01 20:31:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-01 22:43:27 +0200
commit46114b2b1649d99ffa356707a5ac829bdf5c008a (patch)
treecaef64b4f51efbe8578a3465a721993c3aa17fb4
parent0de02fa88f13a3bd0788a80dd8ae7ff3febfca7d (diff)
downloadkde-46114b2b1649d99ffa356707a5ac829bdf5c008a.tar.gz
kde-46114b2b1649d99ffa356707a5ac829bdf5c008a.tar.bz2
kde-46114b2b1649d99ffa356707a5ac829bdf5c008a.zip
kde-apps/akonadiconsole: 25.04.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/akonadiconsole/Manifest1
-rw-r--r--kde-apps/akonadiconsole/akonadiconsole-25.04.3.ebuild46
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest
new file mode 100644
index 00000000000..29a0eb0f859
--- /dev/null
+++ b/kde-apps/akonadiconsole/Manifest
@@ -0,0 +1 @@
+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 00000000000..f94848944c7
--- /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}"