commit:     b69c07a9893332ce5361842f0aa30293d4844c7d
Author:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Fri Mar  6 19:09:46 2026 +0000
Commit:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Fri Mar  6 19:09:46 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b69c07a9

gui-apps/quickshell: use branding.eclass

* Change build type to Release

Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>

 gui-apps/quickshell/quickshell-0.2.1.ebuild | 6 +++---
 gui-apps/quickshell/quickshell-9999.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gui-apps/quickshell/quickshell-0.2.1.ebuild 
b/gui-apps/quickshell/quickshell-0.2.1.ebuild
index edf01ed394..0b8975603e 100644
--- a/gui-apps/quickshell/quickshell-0.2.1.ebuild
+++ b/gui-apps/quickshell/quickshell-0.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake
+inherit branding cmake
 
 DESCRIPTION="Toolkit for building desktop widgets using QtQuick"
 HOMEPAGE="https://quickshell.org/";
@@ -64,8 +64,8 @@ BDEPEND="
 
 src_configure(){
        mycmakeargs=(
-                       -DCMAKE_BUILD_TYPE=RelWithDebInfo
-                       -DDISTRIBUTOR="Gentoo GURU"
+                       -DCMAKE_BUILD_TYPE=Release
+                       -DDISTRIBUTOR="${BRANDING_OS_NAME} GURU"
                        -DINSTALL_QML_PREFIX="lib64/qt6/qml"
                        -DCRASH_REPORTER=$(usex breakpad ON OFF)
                        -DUSE_JEMALLOC=$(usex jemalloc ON OFF)

diff --git a/gui-apps/quickshell/quickshell-9999.ebuild 
b/gui-apps/quickshell/quickshell-9999.ebuild
index 55ac3a2971..0fbe7f97c7 100644
--- a/gui-apps/quickshell/quickshell-9999.ebuild
+++ b/gui-apps/quickshell/quickshell-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake flag-o-matic
+inherit branding cmake flag-o-matic
 
 DESCRIPTION="Toolkit for building desktop widgets using QtQuick"
 HOMEPAGE="https://quickshell.org/";
@@ -69,8 +69,8 @@ src_configure() {
        filter-lto
 
        mycmakeargs=(
-                       -DCMAKE_BUILD_TYPE=RelWithDebInfo
-                       -DDISTRIBUTOR="Gentoo GURU"
+                       -DCMAKE_BUILD_TYPE=Release
+                       -DDISTRIBUTOR="${BRANDING_OS_NAME} GURU"
                        -DINSTALL_QML_PREFIX="lib64/qt6/qml"
                        -DCRASH_REPORTER=$(usex breakpad ON OFF)
                        -DUSE_JEMALLOC=$(usex jemalloc ON OFF)

Reply via email to