megacoffee.net Gentoo overlay - legacy mirror
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.4.ebuild @ 250:37508d4f31c8
[sync] imported 18f98a6..d0858fb from upstream
commit d0858fbd09faf50138d7ad3a4559ba1f3e2b930c
Author: Daniel Neugebauer <dneuge@energiequant.de>
Date: Thu Apr 27 12:49:23 2023 +0200
kde-plasma/breeze: configurable outline (MR 292) via patch_outline
Source: https://invent.kde.org/plasma/breeze/-/merge_requests/292
commit ef044cae13e73c5f9dd2d078a4879df3987cc69a
Author: Daniel Neugebauer <dneuge@energiequant.de>
Date: Thu Apr 27 12:26:14 2023 +0200
kde-plasma/breeze-5.27.4 copied from main Gentoo repository
author | Migration Sync <gentoo-overlay@megacoffee.net> |
---|---|
date | Thu, 27 Apr 2023 11:00:03 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
249:0685ed0fb913 | 250:37508d4f31c8 |
---|---|
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.102.0 | |
7 PVCUT=$(ver_cut 1-3) | |
8 QTMIN=5.15.7 | |
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/kwidgetsaddons-${KFMIN}:5 | |
34 >=kde-plasma/kdecoration-${PVCUT}:5 | |
35 " | |
36 DEPEND="${RDEPEND}" | |
37 BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" | |
38 PDEPEND=" | |
39 >=kde-frameworks/breeze-icons-${KFMIN}:5 | |
40 >=kde-plasma/kde-cli-tools-${PVCUT}:5 | |
41 " | |
42 | |
43 src_prepare() { | |
44 if use patch_outline; then | |
45 eapply "${FILESDIR}/5.27.4_breeze_mr292_outline_intensity_setting.patch" | |
46 fi | |
47 | |
48 cmake_src_prepare | |
49 } |