summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-12-11 00:12:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-12-12 22:44:25 +0100
commitfeeb8c8d769fd402b9f8b2c38e53b31b6f8cbc23 (patch)
tree9e4556ebab82026513afb47899823d8f66f38b27 /kde-apps/akonadiconsole
parentkde-apps/akonadi-search: 24.12.0 version bump (diff)
downloadgentoo-feeb8c8d769fd402b9f8b2c38e53b31b6f8cbc23.tar.gz
gentoo-feeb8c8d769fd402b9f8b2c38e53b31b6f8cbc23.tar.bz2
gentoo-feeb8c8d769fd402b9f8b2c38e53b31b6f8cbc23.zip
kde-apps/akonadiconsole: 24.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/akonadiconsole')
-rw-r--r--kde-apps/akonadiconsole/Manifest1
-rw-r--r--kde-apps/akonadiconsole/akonadiconsole-24.12.0.ebuild46
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest
index 620058981825..70772453b16a 100644
--- a/kde-apps/akonadiconsole/Manifest
+++ b/kde-apps/akonadiconsole/Manifest
@@ -1 +1,2 @@
DIST akonadiconsole-24.08.3.tar.xz 304556 BLAKE2B 665295a2c220ec3898dac88c162959f907628a152902de4047d2b13500d654ee9ff4d7930e99451a8602c2b1a7234a7324ebabe7f08a6827c151a9715a43f4be SHA512 88a0874b32e1ba36d5e748414a37cd018dbb9c6b62f3f50da651be74fee4454045045d2b41f0a0a712294dd030eb60b50bce3342b1a9e3cc9bd91a976ed2ef61
+DIST akonadiconsole-24.12.0.tar.xz 313788 BLAKE2B 3d6d3a152091be25dd15d3ff1e4aaf3988ffbe3efe8dfd2938da85d1cfee8fb669ab9baa99ea9695667e0870d8e2994675dea8268215cb5734b0f22daae2de36 SHA512 889b3b63ee651188abc3632ad63f44394367a8f0330e0df7b7b4e3e898ceb2dd236defac48b88da48a3fc418abb18a36b76fdddf8380c49f59f3a20ba55a0241
diff --git a/kde-apps/akonadiconsole/akonadiconsole-24.12.0.ebuild b/kde-apps/akonadiconsole/akonadiconsole-24.12.0.ebuild
new file mode 100644
index 000000000000..250da3df197b
--- /dev/null
+++ b/kde-apps/akonadiconsole/akonadiconsole-24.12.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.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}"