diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-10-12 13:06:35 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-10-12 15:20:13 +0200 |
commit | 6bd034ae6400d71ae3306eb557f6ea10e7fd06e9 (patch) | |
tree | 8acb8f23be18bb4304db70651156483dcacdea0e /kde-apps/akonadiconsole | |
parent | kde-apps/akonadi-search: 23.08.2 version bump (diff) | |
download | gentoo-6bd034ae6400d71ae3306eb557f6ea10e7fd06e9.tar.gz gentoo-6bd034ae6400d71ae3306eb557f6ea10e7fd06e9.tar.bz2 gentoo-6bd034ae6400d71ae3306eb557f6ea10e7fd06e9.zip |
kde-apps/akonadiconsole: 23.08.2 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-23.08.2.ebuild | 49 |
2 files changed, 50 insertions, 0 deletions
diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest index 97d43ea35e70..85530690f4de 100644 --- a/kde-apps/akonadiconsole/Manifest +++ b/kde-apps/akonadiconsole/Manifest @@ -1,2 +1,3 @@ DIST akonadiconsole-23.04.3.tar.xz 274400 BLAKE2B 044e703f677101001895abbd7f6d90f7d483f40139ecbb8f290b84b273b26b4b05f1659610d5bb9062ba1a0aa5e499bdf3d69dfe86ec2265306ac4841cd070d5 SHA512 9e20c5b7fa024b58d56489a90a082f481831367fc3d815eadca79df86ec3db251c463a76f45042bee103ab609aef7a79f25fcdfb935d91791e37370c010bd18a DIST akonadiconsole-23.08.1.tar.xz 281416 BLAKE2B e64956b7cd71667cc665672437ce44fcff64ddda769d589bb65e2b159eede302ccb5d69366a6d26ee3bedf2e161b16b122a3db1c740e6cca950bc20ea94d977a SHA512 178d990488929dc610452a17671b0e9f04382b61445429e65721a1b3dacfe911fe522b786a0c99d0cfe17682f1d7b2f59621eec71c8711d33c0fa394535d1a14 +DIST akonadiconsole-23.08.2.tar.xz 281744 BLAKE2B de940f677ba91b6633a48b3f70f8750360fd33572c78b3fe2c7e225f3b54ac980c9a5e7c3f4045273475380e6405dc6fc1150db3b639e7a35c58d6ace34a4d4d SHA512 aa51e7988722fb339ae705344c076018274c8be5ae21a4649f3f3fe2d0ea67661d114b31dbb3dbfab71e213b93e39a7802f3387187708e32c8e934e56d3e9539 diff --git a/kde-apps/akonadiconsole/akonadiconsole-23.08.2.ebuild b/kde-apps/akonadiconsole/akonadiconsole-23.08.2.ebuild new file mode 100644 index 000000000000..f2a2fdea1e76 --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-23.08.2.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.106.0 +QTMIN=5.15.9 +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-mime-${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/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}" |