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/kbruch: 21.08.2 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
30 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 kbruch-21.04.3.tar.xz 5627384 BLAKE2B 1c87c0efcdadca11e7e56e7b4dd6d5c43fa8fd98ff70e5b8076a32f8d5e4e595d1d966c1303ec91d427f1286e4dbb65b17911db4dcdf96be7caa7548c7d6ca49 SHA512 9e7b9ed8314554f6decf184606d334de87f472532ec7e44d296316884f112382b1f7eb49de275c83dab51048d7211f337b0718cea91fda5df6a1f43aaf0ab09d | ||
DIST kbruch-21.08.1.tar.xz 5628120 BLAKE2B c452b03da58e669fcf47501b6576fe39abd5275d96cba722fc0b898d2830eadf1020d56cabc96271e5a837ed82075cc5e3cac191a5b09a8686fc923eb1c681ff SHA512 0feb2e6499228fb462971926e616dc7e9e626c4fab62072ff50c61c4e714cedc5df644d2481aefa466a8a9cb0ea360d75fe9b0fa02e275cccd5a9d8129a89fa8 | ||
DIST kbruch-21.08.2.tar.xz 5628200 BLAKE2B 30c6f4d4d45b919266f287059a7f81e0d5e90dbef0eb5e4d81c1c296dbe45e4cbb53a313402badfb73e68d80219e38afad73588ed435b937d97d870dc026fd4c SHA512 126d8c7978c3114eada1bdf7dd546a1545a8dc108cf4381cc16ff0f92b873f99dbbccc23a1efbae57b725e11de46e5cb7d3548422d89f09909c13ec23baf197e |
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,29 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
KFMIN=5.84.0 | ||
QTMIN=5.15.2 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Educational application to learn calculating with fractions" | ||
HOMEPAGE="https://apps.kde.org/kbruch/ https://edu.kde.org/kbruch/" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" |