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/kclock: 23.08.1 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
37 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 kclock-23.04.3.tar.xz 727836 BLAKE2B 60fc3448cdcfc8115bff1efe9f93753bcdc482950ed9368727ee8462888decb4c888f605ebf6893958191fc88213fb083a3c0a9b74238e1404f66e0afe5c758b SHA512 8e2fa87aa02a5ec71a847a111e79a833c0b6b490831cacff2b1734071bdbad819c4dcede2416f6a56c265cce41eea6174a52ca1465d7c3dd2c9e6485a34e0a93 | ||
DIST kclock-23.08.0.tar.xz 639740 BLAKE2B ab1d3dbacbddec1d23f6bba62700fbd794da6438c6e4325bbd97b1b3ba7408a508eaabedeb55ab1f8a99cc140668d5d0f6fbc5c53b1ace61921348b034a35b30 SHA512 9e1b6739c97efe1d9e287c2ffb8c668afd802c8ab2661d9ae7f882672fbf49b2e2acbc21e6dfb0613b7ecafcde97be6bb416dd1bc65b4ab9b18637f8efcb5e26 | ||
DIST kclock-23.08.1.tar.xz 639708 BLAKE2B 6f3f9105b7a34f26a90df5c65660a6d6989e107134f72356d0572d7059364b7033e187894bef388ff97f3eab40350a04dfa948e9920d2b5d9c6542c225686e86 SHA512 fd8c41c1c6edb646da910955c5413d0ff976f10a1a0ca8f3c35ad8d218ab6492f78970866ea20747932ba25cf73e6f3078199105555675af78458561d4b1909a |
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,36 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
KDE_ORG_CATEGORY="utilities" | ||
KFMIN=5.106.0 | ||
QTMIN=5.15.9 | ||
inherit ecm gear.kde.org | ||
|
||
DESCRIPTION="Convergent clock application for Plasma" | ||
HOMEPAGE="https://apps.kde.org/kclock/" | ||
|
||
LICENSE="CC0-1.0 CC-BY-4.0 GPL-2+ GPL-3+ LGPL-2.1+" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86" | ||
|
||
DEPEND=" | ||
>=dev-libs/kirigami-addons-0.6:5 | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtdeclarative-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtmultimedia-${QTMIN}:5[qml] | ||
>=dev-qt/qtquickcontrols2-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kdbusaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kirigami-${KFMIN}:5 | ||
>=kde-frameworks/knotifications-${KFMIN}:5 | ||
>=kde-frameworks/plasma-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND} | ||
>=dev-qt/qtgraphicaleffects-${QTMIN}:5 | ||
" |