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.7.ebuild @ 260:34b4bc904344
[sync] imported 9f7fbcb..1e39dae from upstream
commit 1e39dae6d22cdc65437571dc915e01aa14ff49f2
Author: Daniel Neugebauer <dneuge@energiequant.de>
Date: Fri Sep 15 21:27:51 2023 +0200
kde-plasma/breeze: bump to 5.27.7
author | Migration Sync <gentoo-overlay@megacoffee.net> |
---|---|
date | Fri, 15 Sep 2023 19:30:02 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
259:32efd9258ce5 | 260:34b4bc904344 |
---|---|
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/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 } |