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/ktimer: 24.02.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
32 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 ktimer-23.08.4.tar.xz 406380 BLAKE2B 4a09cef0a0af2f6a25bd4e1cf4642fbffcb1e3e1d9a6b8ffe145ec233590432444da915a5103a1a251821e42f0e2b53110fa132da9da37f3f19fc4f1b8107951 SHA512 0ee6040a4943131d6b5f4ba9910fd241b0690d3d91414974e02a3208271d2057981b31d6a8056f292d46ed499b1d2142e821b3812805c3fd2a2068be1b04abf0 | ||
DIST ktimer-23.08.5.tar.xz 406472 BLAKE2B 3e2fdb11e151ed5b178b21b8cb95f605fb9a3d7cb386659b015f48157143a457eef1b8555b8c64004cae3bb1570bbfd87cc03953ebb759befb9277219c98d2bc SHA512 b9d8cae50265031b3ea9d2aa56e24cb6b0fc426a44f773b43b68a034834390d7938177337a45763d2ebef3e6a9c0f8ca3fc0f2c41b88d918665052f44ae8321a | ||
DIST ktimer-24.02.0.tar.xz 407652 BLAKE2B 537e0c67e16707e25078abc214951fcc733ad9b29a16b51e5ffdac780d78e43642d95e03ba6ee11facf41623a0ff5586c0594b5068f004764b0d855c7aa39439 SHA512 f128e13f7d5f8a7bbb522760bc8f31e6d7dabc4e5be4846041636e06ef18b4bcda12ef1f452fbeb7166fd191b8f6b5de5077323ed5b4ce91419032970e868d24 |
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,31 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="optional" | ||
KFMIN=6.0 | ||
QTMIN=6.6.2 | ||
inherit ecm gear.kde.org | ||
|
||
DESCRIPTION="Little tool to execute programs after some time" | ||
HOMEPAGE="https://apps.kde.org/ktimer/" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="6" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets] | ||
>=kde-frameworks/kconfig-${KFMIN}:6 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:6 | ||
>=kde-frameworks/kdbusaddons-${KFMIN}:6 | ||
>=kde-frameworks/ki18n-${KFMIN}:6 | ||
>=kde-frameworks/kio-${KFMIN}:6 | ||
>=kde-frameworks/knotifications-${KFMIN}:6 | ||
>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6 | ||
" | ||
RDEPEND="${DEPEND}" |