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

comparison kde-plasma/breeze/breeze-5.27.10.ebuild @ 264:f57a1bbce199

[sync] imported 9325ec5..42740d3 from upstream commit 42740d34940cccf744f0ce0e0b06c5ba0b7e83dd Author: Daniel Neugebauer <dneuge@energiequant.de> Date: Thu Jan 4 07:50:36 2024 +0100 kde-plasma/breeze: bump to 5.27.10
author Migration Sync <gentoo-overlay@megacoffee.net>
date Thu, 04 Jan 2024 07:00:03 +0000
parents
children
comparison
equal deleted inserted replaced
263:b04447b5c172 264:f57a1bbce199
1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=8
5
6 KFMIN=5.106.0
7 PVCUT=$(ver_cut 1-3)
8 QTMIN=5.15.9
9 inherit ecm plasma.kde.org
10
11 DESCRIPTION="Breeze visual style for the Plasma desktop"
12 HOMEPAGE="https://invent.kde.org/plasma/breeze"
13
14 LICENSE="GPL-2" # TODO: CHECK
15 SLOT="5"
16 KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
17 IUSE="patch_outline"
18
19 RDEPEND="
20 >=dev-qt/qtdbus-${QTMIN}:5
21 >=dev-qt/qtdeclarative-${QTMIN}:5
22 >=dev-qt/qtgui-${QTMIN}:5
23 >=dev-qt/qtwidgets-${QTMIN}:5
24 >=dev-qt/qtx11extras-${QTMIN}:5
25 >=kde-frameworks/frameworkintegration-${KFMIN}:5
26 >=kde-frameworks/kcmutils-${KFMIN}:5
27 >=kde-frameworks/kconfig-${KFMIN}:5
28 >=kde-frameworks/kconfigwidgets-${KFMIN}:5
29 >=kde-frameworks/kcoreaddons-${KFMIN}:5
30 >=kde-frameworks/kguiaddons-${KFMIN}:5
31 >=kde-frameworks/ki18n-${KFMIN}:5
32 >=kde-frameworks/kiconthemes-${KFMIN}:5
33 >=kde-frameworks/kirigami-${KFMIN}:5
34 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
35 >=kde-frameworks/kwindowsystem-${KFMIN}:5
36 >=kde-plasma/kdecoration-${PVCUT}:5
37 "
38 DEPEND="${RDEPEND}"
39 BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
40 PDEPEND="
41 >=kde-frameworks/breeze-icons-${KFMIN}:*
42 >=kde-plasma/kde-cli-tools-${PVCUT}:*
43 "
44
45 src_prepare() {
46 if use patch_outline; then
47 eapply "${FILESDIR}/5.27.4_breeze_mr292_outline_intensity_setting.patch"
48 fi
49
50 cmake_src_prepare
51 }