mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-apps/ksquares: 25.04.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST ksquares-24.12.3.tar.xz 322328 BLAKE2B e2d08c9021ac579114b9f8783af0838e0529aecff8eea41a8e41d2825e53b5747a05126b5a57b70f5f85f290e8b19b90ba348ec71c425e94d621af4270bf1a06 SHA512 f45fffff867bf458fb8be87af1d68c57a81b3b426e7c0bed3f07701f7186e1b96caffeb6792a38ccb64010235c917d71bacb4501fce1fdba14576de77930b7b8
|
||||
DIST ksquares-25.04.0.tar.xz 324444 BLAKE2B 976267ec88410a15667d0e889db503ca6a7b4bd7755e012336ce9ec10347e27b0b55d2ac3aa19aab36e617e79f15616ceb3f0979e09133385a3fc22b047a20c0 SHA512 4a71878e9cdc670571a7b8e928a9ad7f0a8ae2e7534db4654459b90af7cf1dc9875f0c2450292d15c77024cc69a76f58e91a3554b14c5afd81d987d8779d3274
|
||||
|
||||
33
kde-apps/ksquares/ksquares-25.04.0.ebuild
Normal file
33
kde-apps/ksquares/ksquares-25.04.0.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_HANDBOOK="optional"
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=6.9.0
|
||||
QTMIN=6.7.2
|
||||
inherit ecm gear.kde.org xdg
|
||||
|
||||
DESCRIPTION="KDE clone of the game squares"
|
||||
HOMEPAGE="https://apps.kde.org/ksquares/"
|
||||
|
||||
LICENSE="GPL-2" # TODO: CHECK
|
||||
SLOT="6"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
|
||||
>=kde-apps/libkdegames-${PVCUT}:6
|
||||
>=kde-frameworks/kcompletion-${KFMIN}:6
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kcrash-${KFMIN}:6
|
||||
>=kde-frameworks/kdbusaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user