diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-22 20:28:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-22 22:11:01 +0200 |
commit | 5a8026e6f8b3e74b20ce9d1e473d58f1374c8cc7 (patch) | |
tree | 86591818c8f861e24cef3810c74f9441463643f1 /kde-apps/akonadiconsole | |
parent | kde-apps/akonadi-search: 22.08.0 version bump (diff) | |
download | gentoo-5a8026e6f8b3e74b20ce9d1e473d58f1374c8cc7.tar.gz gentoo-5a8026e6f8b3e74b20ce9d1e473d58f1374c8cc7.tar.bz2 gentoo-5a8026e6f8b3e74b20ce9d1e473d58f1374c8cc7.zip |
kde-apps/akonadiconsole: 22.08.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-22.08.0.ebuild | 49 |
2 files changed, 50 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index 47c68185a5e0..b8ad4ffcba00 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1 +1,2 @@ DIST akonadiconsole-22.04.3.tar.xz 200920 BLAKE2B e2e7c4aaa0a76fdcebaaffcf9caa716aac51007576b187062ff741e625811ce689d69b6b3c61474b96ad7a471fa11df506760e43e1efec05d1491621987ad2ad SHA512 70d47323cfacc416ad710ad824300aaace5f862a3ec9577ed6b05b504bdc15fa049884f316dc217ef7f394d8da4fda239220012e697cdcf9d0a58ae3cb4e98b1 +DIST akonadiconsole-22.08.0.tar.xz 200188 BLAKE2B 8734ceb164da92c71746dff44faacd161a832a082e9d2ee91871b3a3291ff48286bd1451f9c819b47820c84211afdb1cd7833688617887a9dfbabbed528e4372 SHA512 b920a89bea0001801cbf60042668ec30c67c93aa9921473fc47258a04c0d3a373510bd2d501522dfc96c854688e56115ad546d09a87dffde35d4038a77f069d5 diff --git a/kde-apps/akonadiconsole/akonadiconsole-22.08.0.ebuild b/kde-apps/akonadiconsole/akonadiconsole-22.08.0.ebuild new file mode 100644 index 000000000000..34488c4898e3 --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-22.08.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2022 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.96.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}" |