kde-misc/zanshin: 22.08.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2022-08-22 20:30:46 +02:00
parent 8d1f174dba
commit da371ab897
2 changed files with 62 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST zanshin-22.04.3.tar.xz 353548 BLAKE2B 921b28181d668a6a968c7be693121f3a37034813e1b820daaf6519db1becff81138fec4846786d77d931574b5177f5ef72674f66531c5397210fe4a8a5966571 SHA512 b85609490bdcb599ca4206cf7b017e48cfbc704f1e5c11250e530ec254e56794ac1d55870bd0656a8e97019fce71de5fec270a34efa5d9a96895a022bffb9c30
DIST zanshin-22.08.0.tar.xz 354780 BLAKE2B e6c240f6da16c5f654271ca6c5ae3875bfd28096dd68c904a685a24bb9b55dc43e5c782351a61eb542eca91fc1a0b18e8806ff49d53980cf8a1a1ca31f378124 SHA512 d2e328e9b427d3969cfa681f1c8f021a54c10a392e432ffc7433a1ea255b5f5853d70bc4bbf6d8121c007ee31f2fe86c8e05160d383205703dee1bce22f088dc

View File

@@ -0,0 +1,61 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="forceoptional"
KDE_ORG_CATEGORY="pim"
PVCUT=$(ver_cut 1-3)
KFMIN=5.96.0
QTMIN=5.15.5
VIRTUALX_REQUIRED="test"
inherit ecm gear.kde.org
DESCRIPTION="Getting things done application by KDE"
HOMEPAGE="https://zanshin.kde.org/ https://apps.kde.org/zanshin/
https://userbase.kde.org/Zanshin"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE=""
RESTRICT="test" # bug 785844
COMMON_DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-apps/akonadi-${PVCUT}:5
>=kde-apps/akonadi-calendar-${PVCUT}:5
>=kde-apps/akonadi-contacts-${PVCUT}:5
>=kde-apps/kmime-${PVCUT}:5
>=kde-apps/kontactinterface-${PVCUT}:5
>=kde-frameworks/kcalendarcore-${KFMIN}:5
>=kde-frameworks/kcodecs-${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/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kitemmodels-${KFMIN}:5
>=kde-frameworks/kitemviews-${KFMIN}:5
>=kde-frameworks/kjobwidgets-${KFMIN}:5
>=kde-frameworks/kparts-${KFMIN}:5
>=kde-frameworks/krunner-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kwindowsystem-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
"
DEPEND="${COMMON_DEPEND}
dev-libs/boost
"
RDEPEND="${COMMON_DEPEND}
>=kde-apps/kdepim-runtime-${PVCUT}:5
"
BDEPEND="
test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
"