We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

view kde-plasma/breeze/breeze-5.27.7.ebuild @ 268:43be7800d5f3

[sync] imported 5f8a98e..0868af3 from upstream commit 0868af3c8fa36a5acfa59123747729d636311f14 Author: Daniel Neugebauer <dneuge@energiequant.de> Date: Thu Jan 2 13:06:18 2025 +0100 media-sound/yabridge-bin: update description, CLAP is also supported
author Migration Sync <gentoo-overlay@megacoffee.net>
date Thu, 02 Jan 2025 12:15:01 +0000
parents 34b4bc904344
children
line wrap: on
line source

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

KFMIN=5.106.0
PVCUT=$(ver_cut 1-3)
QTMIN=5.15.9
inherit ecm plasma.kde.org

DESCRIPTION="Breeze visual style for the Plasma desktop"
HOMEPAGE="https://invent.kde.org/plasma/breeze"

LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="patch_outline"

RDEPEND="
	>=dev-qt/qtdbus-${QTMIN}:5
	>=dev-qt/qtdeclarative-${QTMIN}:5
	>=dev-qt/qtgui-${QTMIN}:5
	>=dev-qt/qtwidgets-${QTMIN}:5
	>=dev-qt/qtx11extras-${QTMIN}:5
	>=kde-frameworks/frameworkintegration-${KFMIN}:5
	>=kde-frameworks/kcmutils-${KFMIN}:5
	>=kde-frameworks/kconfig-${KFMIN}:5
	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
	>=kde-frameworks/kcoreaddons-${KFMIN}:5
	>=kde-frameworks/kguiaddons-${KFMIN}:5
	>=kde-frameworks/ki18n-${KFMIN}:5
	>=kde-frameworks/kiconthemes-${KFMIN}:5
	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
	>=kde-plasma/kdecoration-${PVCUT}:5
"
DEPEND="${RDEPEND}"
BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
PDEPEND="
	>=kde-frameworks/breeze-icons-${KFMIN}:5
	>=kde-plasma/kde-cli-tools-${PVCUT}:5
"

src_prepare() {
	if use patch_outline; then
		eapply "${FILESDIR}/5.27.4_breeze_mr292_outline_intensity_setting.patch"
	fi

	cmake_src_prepare
}