forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-misc/zanshin: 24.08.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST zanshin-23.08.5.tar.xz 365784 BLAKE2B e13ab967a3ed42626033401e7a88695554cde43156a2d7c3fbc7e5d77f846503bb5203a1c7517a8baf96a3849a038017368928972b9357021d0a17ffdd8d59aa SHA512 db9706902dc2733859f7af56ca6885f0b9731ca4ca692abe66f36e8dfadb9e2b65556600e79bb84bb19425681f9b457c29e0589c7701bf31b015f66cb825474e | ||
DIST zanshin-24.05.2.tar.xz 374592 BLAKE2B c3302c5638ddd6fa856f2597eae2a7924ec60747fde8d5b077858920ee75fb3a8aaeb79045bef8fa6a4fde2d350c50bf720cf7eb0655e0edbd395fc7c6128438 SHA512 f38ab59cb0ca31a94c00ef189f1e185092fc27a83d29c0279392bedddc1f09d9894b058d9ee770aeec3cb0949e1b8e31fa3951bf410974703980c72809a2907b | ||
DIST zanshin-24.08.0.tar.xz 375224 BLAKE2B ff84b579f8dc52ca85f8f1d70a990d0740512cca6c74b9ef0042fdfaa1c2639665a030aa83d82a40965a35218ebbb254f91f926d941655642708506328d1285d SHA512 74b0d76c8e50721553b076e5394b6eccf1051b85e818fc9bf2df358432fef15527a522c600b3e70a40d6551d18fda5db7bc8ef47c44e1c0438695c0415f7eb81 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Copyright 1999-2024 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=6.5.0 | ||
QTMIN=6.7.2 | ||
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="6" | ||
KEYWORDS="~amd64 ~arm64" | ||
IUSE="" | ||
|
||
RESTRICT="test" # bug 785844 | ||
|
||
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras | ||
COMMON_DEPEND=" | ||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] | ||
>=kde-apps/akonadi-${PVCUT}:6 | ||
>=kde-apps/akonadi-calendar-${PVCUT}:6 | ||
>=kde-apps/akonadi-contacts-${PVCUT}:6 | ||
>=kde-apps/kmime-${PVCUT}:6 | ||
>=kde-apps/kontactinterface-${PVCUT}:6 | ||
>=kde-frameworks/kcalendarcore-${KFMIN}:6 | ||
>=kde-frameworks/kcodecs-${KFMIN}:6 | ||
>=kde-frameworks/kcompletion-${KFMIN}:6 | ||
>=kde-frameworks/kconfig-${KFMIN}:6 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6 | ||
>=kde-frameworks/kcontacts-${KFMIN}:6 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:6 | ||
>=kde-frameworks/ki18n-${KFMIN}:6 | ||
>=kde-frameworks/kio-${KFMIN}:6 | ||
>=kde-frameworks/kitemmodels-${KFMIN}:6 | ||
>=kde-frameworks/kitemviews-${KFMIN}:6 | ||
>=kde-frameworks/kjobwidgets-${KFMIN}:6 | ||
>=kde-frameworks/kparts-${KFMIN}:6 | ||
>=kde-frameworks/krunner-${KFMIN}:6 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6 | ||
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X] | ||
>=kde-frameworks/kxmlgui-${KFMIN}:6 | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
dev-libs/boost | ||
" | ||
RDEPEND="${COMMON_DEPEND} | ||
>=kde-apps/kdepim-runtime-${PVCUT}:6 | ||
" | ||
BDEPEND=" | ||
test? ( >=kde-apps/akonadi-${PVCUT}:6[tools] ) | ||
" |