kde-apps/kbruch: 25.08.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-08-16 13:58:37 +02:00
parent fc2f00b49d
commit 8b59a0d382
2 changed files with 30 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kbruch-25.04.3.tar.xz 5163332 BLAKE2B c01dbdb91677889dc822b67df323320384ba777c5ba0ff16b99869dd9ab5bc93c5c5f6013a5fdb40df92ff0fee51e76e5bdd5c49150a128628741462c92b0d6d SHA512 c4572e8edcf519b6dcf03c6db1134930229e051fca83ff4f098fa6e7dbad5314738a285e64f711b600e3ed19ea44a5d2ba031fd443a70b00c88edf3e1ef0f812
DIST kbruch-25.08.0.tar.xz 5163460 BLAKE2B d93dffd070e8e811f5067d7415ea85b5814388114aa4effafe3f6ca999da19805e93ae2e82017f5aecaca0df15fc3e97484ae3e33fcc4b22ea7ad138d76e5417 SHA512 7616283cd17cfb506800e0921ca9724d2a585fc33f7d92d76b9a0661a440f93fc89ae640844a3a33f7b69feb14559e58842bc0a1075e10678f9bd7108ace9272

View File

@@ -0,0 +1,29 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_HANDBOOK="forceoptional"
KFMIN=6.16.0
QTMIN=6.9.1
inherit ecm gear.kde.org xdg
DESCRIPTION="Educational application to learn calculating with fractions"
HOMEPAGE="https://apps.kde.org/kbruch/"
LICENSE="GPL-2" # TODO: CHECK
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
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/ki18n-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6
"
RDEPEND="${DEPEND}"