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/kteatime: 24.02.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
34 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 kteatime-23.08.4.tar.xz 315496 BLAKE2B c7184036745c21c29fcb46e15f5a61b3878f4a3b15003273add77deab6ef9813b6a00666f1feda9ce35ab4ba820efc4181021e96a0602e29ecd3c3e480e5a01f SHA512 9de2a368d17f2e669bea9fa73b2bf29ba974813502bcdc8bb3e1ee2d085f5f36dc28d71d488e9432aadb43db2ddf0151963b05e3cef860eaf0659941712365f9 | ||
DIST kteatime-23.08.5.tar.xz 315528 BLAKE2B 43268eac5b670d75cab1583793fc8bb00d1ca7ccea46868d8523b431012e922ef97b354042c79315c4bdcce6e7ebb628d1ae1b0c15a9f9290d368db1e63cead5 SHA512 057562c1f731a72b037a7a9fb4b46fede7ab7441ee09fca9be4dc66624cf701a0a603781224e77a9c5f81ac402b57be052983288e932ef8ae46c7b93ec3abe2b | ||
DIST kteatime-24.02.0.tar.xz 315104 BLAKE2B 6e31f456db7567ab50349e9429082e2a705ac7fb085384a104a52f2ca1dcde6b16ee86280f6649f557e07dabf7f8e8c65d83a2b3a3b242c030b279237e0791b3 SHA512 3103d2e2622fa880021f2693f17d28ceddf8df21eb4ad1151822c07cce0d07fc30b3e6546ee0461495d8f288f09e0d80e0b91b333f4ef85588e73cad31745a07 |
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,33 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
KFMIN=6.0 | ||
QTMIN=6.6.2 | ||
inherit ecm gear.kde.org | ||
|
||
DESCRIPTION="KDE timer for making a fine cup of tea" | ||
HOMEPAGE="https://apps.kde.org/kteatime/" | ||
|
||
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/kcrash-${KFMIN}:6 | ||
>=kde-frameworks/kguiaddons-${KFMIN}:6 | ||
>=kde-frameworks/ki18n-${KFMIN}:6 | ||
>=kde-frameworks/kiconthemes-${KFMIN}:6 | ||
>=kde-frameworks/knotifications-${KFMIN}:6 | ||
>=kde-frameworks/knotifyconfig-${KFMIN}:6 | ||
>=kde-frameworks/ktextwidgets-${KFMIN}:6 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:6 | ||
" | ||
RDEPEND="${DEPEND}" |