mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-apps/klines: 25.04.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST klines-24.12.3.tar.xz 1672948 BLAKE2B 64a2cc1f1d9898cc54b45158a4d282ae378d6e4707c55f28ef14843b72dbbe9d7c5fffa0677091fa2b5d5ee7120c50c6f0a0dad3aa82100544f766decff4e134 SHA512 6eeeb742543421f2f0fbd62717cf4e7765d3c4a389e56be79434ba2ca3016241941a69cab50e22487f8cf25bddc97d8ba440c5e0a4da76063a763d9b0ed8725e
|
||||
DIST klines-25.04.0.tar.xz 1674956 BLAKE2B dd32522f5479199d3aeabe202363e9c28f6b02d2e381ec306f4a30a64bfc439dfff0a6a2a2d3ade4a1f855ae88b97e31bd5fe63feee4c744c4c7d5f4c28a9e71 SHA512 dfe01bf2dc3c2c5c48225b06c5a0467232a9e64b157dc7357ea9baa9f290e2f597acb22c9b59871d745bada60c4a5e674e528ce5195ab6da35104a6e5ef73236
|
||||
|
||||
37
kde-apps/klines/klines-25.04.0.ebuild
Normal file
37
kde-apps/klines/klines-25.04.0.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_HANDBOOK="optional"
|
||||
KDE_SELINUX_MODULE="games"
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=6.9.0
|
||||
QTMIN=6.7.2
|
||||
inherit ecm gear.kde.org xdg
|
||||
|
||||
DESCRIPTION="A little KDE game about balls and how to get rid of them"
|
||||
HOMEPAGE="https://apps.kde.org/klines/"
|
||||
|
||||
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/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}"
|
||||
# TODO: || ( 7zip gzip )
|
||||
BDEPEND="app-alternatives/gzip"
|
||||
|
||||
DOCS=( AUTHORS )
|
||||
Reference in New Issue
Block a user