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-apps/kcron: 23.04.1 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 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 kcron-22.12.3.tar.xz 942932 BLAKE2B 76f2376240b3f68aac3b3ed501195b1b758eb441d3a7424c6b12c2be0e30a9480dcf3142a86e1c2d268f29317c587002420e7311edbabfc1a934e941f121234a SHA512 4d14a2141b541c7539b4cc17f863f0052cc00bdcde39b3262ca91f2f5a7c62a796873d96d61363c08cabced2a328f2addd6731f6fa44ec61b55cd90423734d96 | ||
DIST kcron-23.04.0.tar.xz 943100 BLAKE2B ca45eb1799d06b6e0424bca7771a0b28519a00b79626574d33664b8801116773eed547df7b87416572af795ff604e0c868da5a7e006f2d5b87839ba822f163ca SHA512 cf2ea6ab9afedf246d2504f89623af42fc2d580e64a31d38d7247a97ab4f4c5836707c2c7b71a6cd8e81adb19d8b08f38f35fe85eca14a73294b16ed0e7ef893 | ||
DIST kcron-23.04.1.tar.xz 943132 BLAKE2B 8e3f5151e248ba022d080a9ccd5f1d3b73f24e32d6aa6ff9cd22b6e86b8dcb683f58447557ab4d43b67c13bc08b666b6dd4e42db15fe2d9c456bc24169504143 SHA512 984acc0265e23b150f7e26f9080173676017cbca2737534884f7c53e0d178800beabcf171fc4d0ed89ac97d3d19fdf777b815030f0d8f9e7f9b5dee55273879d |
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,32 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="optional" | ||
KFMIN=5.104.0 | ||
QTMIN=5.15.5 | ||
inherit ecm gear.kde.org | ||
|
||
DESCRIPTION="KDE Task Scheduler" | ||
HOMEPAGE="https://apps.kde.org/kcron/" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtprintsupport-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/kauth-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND} | ||
virtual/cron | ||
" |