summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-03-01 12:25:16 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-03-02 12:57:06 +0100
commit8ca89757f850102fad38180e7bffbabac9f81710 (patch)
tree0d93875e690a6f5c5e6ba37277918f4286428109 /kde-apps/akonadiconsole
parentkde-apps/akonadi-search: 22.12.3 version bump (diff)
downloadgentoo-8ca89757f850102fad38180e7bffbabac9f81710.tar.gz
gentoo-8ca89757f850102fad38180e7bffbabac9f81710.tar.bz2
gentoo-8ca89757f850102fad38180e7bffbabac9f81710.zip
kde-apps/akonadiconsole: 22.12.3 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-22.12.3.ebuild49
2 files changed, 50 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest
index 85e82e52829e..d1de2516e317 100644
--- a/kde-apps/akonadiconsole/Manifest
+++ b/kde-apps/akonadiconsole/Manifest
@@ -1,2 +1,3 @@
DIST akonadiconsole-22.08.3.tar.xz 200196 BLAKE2B e0799b5c96b1044e6dc240d365a151f48b5632aa31fae48f0aa78b934f5312eed9a999604ea99c721077cdac716b68a876d6f1ead0533cbe2121eea0fa9c384f SHA512 1b3129cbcb2c8296b21ed73acb6a3e172248a8b5ce7afb21ccd7b2d1a45924756620c79c50d6c79e68bc91602d10587b75cbe2d4735d53c2ffd3369ab1a637ce
DIST akonadiconsole-22.12.2.tar.xz 200316 BLAKE2B 0afd4c3a1ee21316ed9342bf19b70d72db69a371cab93e297853e3b61bc30352bcff6fe854afcff3826590e2f0581c18a2fcc223efe17a77c352b906776d9fe2 SHA512 15d25cb3e9b4ccc7f64ec6096372d9c8eae44b7d7cb050605252df1b93bfe377aa80413181090e086bb130d7715af2905971fd3b5be8563aa792b07c399b96b7
+DIST akonadiconsole-22.12.3.tar.xz 200348 BLAKE2B 1e4d0f1b4a575bf0f7e418559d3179c545bacd958b9330f974bfbd4d4d3e1c229b718d97cf5b273cec3c52d5fc434c5254f348a399078b417ced363572431fc2 SHA512 203ceb3d948063b59e373cb810816dad540ffddb3df51d2bc966b0db431c240ca69d069a05d99ae358fc3b5892fb31bd5cba3ad4b29674fbd2e2ce564ee1d0c5
diff --git a/kde-apps/akonadiconsole/akonadiconsole-22.12.3.ebuild b/kde-apps/akonadiconsole/akonadiconsole-22.12.3.ebuild
new file mode 100644
index 000000000000..e8a32354ef46
--- /dev/null
+++ b/kde-apps/akonadiconsole/akonadiconsole-22.12.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 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=5.101.0
+QTMIN=5.15.5
+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="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ dev-libs/xapian:=
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtsql-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-apps/akonadi-${PVCUT}:5
+ >=kde-apps/akonadi-contacts-${PVCUT}:5
+ >=kde-apps/akonadi-search-${PVCUT}:5
+ >=kde-apps/calendarsupport-${PVCUT}:5
+ >=kde-apps/kmime-${PVCUT}:5
+ >=kde-apps/libkdepim-${PVCUT}:5
+ >=kde-apps/messagelib-${PVCUT}:5
+ >=kde-frameworks/kcalendarcore-${KFMIN}:5
+ >=kde-frameworks/kcompletion-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcontacts-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kitemmodels-${KFMIN}:5
+ >=kde-frameworks/kitemviews-${KFMIN}:5
+ >=kde-frameworks/ktextwidgets-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"