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.
view kde-plasma/breeze/breeze-5.27.8-r1.ebuild @ 271:42f152f7bd51 default tip
[sync] imported 19745ea..26957c3 from upstream
commit 26957c37396048346e2760cf909dce89f35961ae
Author: Daniel Neugebauer <dneuge@energiequant.de>
Date: Mon May 19 21:10:04 2025 +0200
app-misc/qutescoop: force X11 compatibility mode on Wayland to work around OpenGL corruption
author | Migration Sync <gentoo-overlay@megacoffee.net> |
---|---|
date | Mon, 19 May 2025 19:15:01 +0000 |
parents | 00650c427546 |
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/kirigami-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kwindowsystem-${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 }