gentoo-ebuilds/kde-plasma/breeze-gtk/breeze-gtk-6.4.5.ebuild
Arthur Zamarin 1cf50301e5
kde-plasma/breeze-gtk: Stabilize 6.4.5 arm64, #961148
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-17 15:09:22 +03:00

26 lines
631 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KFMIN=6.16.0
PYTHON_COMPAT=( python3_{11..13} )
inherit ecm plasma.kde.org python-any-r1
DESCRIPTION="Official GTK+ port of Plasma's Breeze widget style"
HOMEPAGE="https://invent.kde.org/plasma/breeze-gtk"
LICENSE="LGPL-2.1+"
SLOT="6"
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
BDEPEND="${PYTHON_DEPS}
dev-lang/sassc
$(python_gen_any_dep 'dev-python/pycairo[${PYTHON_USEDEP}]')
>=kde-plasma/breeze-${KDE_CATV}:6
"
python_check_deps() {
python_has_version "dev-python/pycairo[${PYTHON_USEDEP}]"
}