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/ksquares: 23.04.1 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
35 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 ksquares-22.12.3.tar.xz 312272 BLAKE2B 0b3ff587d3571369caab04d9d576ac64ac934c0192ba02df4b63e3f25c50a4391400b2afde4693ed411436d6cc3a8b8bf63f77bc01779955b30f384de490c9c5 SHA512 ca3eeb8e2f84d15643e1effa1cb4c7473455a3d39edaac96033b618095e2e31f8f19062eedef86fad4d4bedd9bfb926b5b30639056aaf7d43401767406606e95 | ||
DIST ksquares-23.04.0.tar.xz 312524 BLAKE2B 6cbce7529b9bad8328ef6360a3c678fb4f9c0a95714eddf6fe7637ff8b6726c09c11d74880bbe61bf1fd249cd39a07adac39d6334d6614865d4bec13c0399d3a SHA512 72fa97420d0d4d8bdfcd5eff9afbe7d5d75210ac36bcc2ad6d8570f287d2ef5eac45cf111d14e0dd717bd427c4363f5f0f7153e3af041a1896f94711a23ca820 | ||
DIST ksquares-23.04.1.tar.xz 312536 BLAKE2B 9d4b68d246eef2fd50999c12934c4e91fd1be7a94551257cda35569f5bf78ea9a890b68d7c712c401cbf6e166ed298b237bb02e4f9eb35dc0de356fe448b8cbf SHA512 fed0f040e79f395c00dc21a90c0e6dd6b87378da7711f47c792daffabbfdf8c8abc3e52d488e8b385766520f5a83bb5dc41ab96f631575f31a140003decb54a3 |
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,34 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="optional" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.104.0 | ||
QTMIN=5.15.5 | ||
inherit ecm gear.kde.org | ||
|
||
DESCRIPTION="KDE clone of the game squares" | ||
HOMEPAGE="https://apps.kde.org/ksquares/" | ||
|
||
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-apps/libkdegames-${PVCUT}:5 | ||
>=kde-frameworks/kcompletion-${KFMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kcrash-${KFMIN}:5 | ||
>=kde-frameworks/kdbusaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" |