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.11.ebuild @ 265:184de8203bc6

[sync] imported 42740d3..eb63403 from upstream commit eb63403e1c640872f328d9573df19e5394c2b2bd Author: Daniel Neugebauer <dneuge@energiequant.de> Date: Thu Apr 18 22:07:42 2024 +0200 kde-plasma/breeze: bump to 5.27.11
author Migration Sync <gentoo-overlay@megacoffee.net>
date Thu, 18 Apr 2024 20:15:02 +0000
parents
children
comparison
equal deleted inserted replaced
264:f57a1bbce199 265:184de8203bc6
1 # Copyright 1999-2024 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 }