diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-03 12:30:39 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-03 15:53:11 +0100 |
commit | ffff7780f7601b78d665a7631c9b774dcdc60dae (patch) | |
tree | 3bccba123d98f18ec025876cb2f943c16217ec6b /kde-apps/akonadiconsole | |
parent | kde-apps/akonadi-search: 21.12.3 version bump (diff) | |
download | gentoo-ffff7780f7601b78d665a7631c9b774dcdc60dae.tar.gz gentoo-ffff7780f7601b78d665a7631c9b774dcdc60dae.tar.bz2 gentoo-ffff7780f7601b78d665a7631c9b774dcdc60dae.zip |
kde-apps/akonadiconsole: 21.12.3 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-21.12.3.ebuild | 49 |
2 files changed, 50 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index bb0f51504a1c..17ee65006e01 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,2 +1,3 @@ DIST akonadiconsole-21.08.3.tar.xz 200736 BLAKE2B f8365e5e985f573dd5ac3e695580fedd6a77239cec013e116f3338755a5ae7c80ff8d61b868bba8fd66745361752124c623d68d6b6434a9f7b3bc3a3b0b72c3a SHA512 699a943a02bb307e01fff4ab25384a49833e16208b3d72d760b29e332e47acbc23a80857fff91d692349744a192668165412d4b4aa2de7625c13ba95756268f0 DIST akonadiconsole-21.12.2.tar.xz 200336 BLAKE2B 14ca650509dd782f534e362bc107aac2b0fad151c40cfa2ca56dfd8b20be86ff40698fa8d2c76aae8db1acd17cfc37849a13b507f4f9b0df7ed231a83ec253b2 SHA512 d15f968130e58d0d61f293f4f85add782b25403882747204d09388736c893fa582c92aa764606df7eb82c5848658747b1de805dddf4a480f9015d03f8cc94464 +DIST akonadiconsole-21.12.3.tar.xz 200384 BLAKE2B 02cbec9e798e33cb5a0b343b1111918d0b368ac86884e5960f10040dc4d2c614ed0860e4fc02c48a697d9169db6410dc01a2f446f49eb47d272b55cfaaf294a9 SHA512 be1b0efd80fc91c1f702510487a16a3acf17f66f45229bbc2697a9817097b7075f0c6788b7e9651985fe013ba065947acc7ef0e278e1d9b50091233cb5e2f356 diff --git a/kde-apps/akonadiconsole/akonadiconsole-21.12.3.ebuild b/kde-apps/akonadiconsole/akonadiconsole-21.12.3.ebuild new file mode 100644 index 000000000000..ae448c22821e --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-21.12.3.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.88.0 +QTMIN=5.15.2 +inherit ecm 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}" |