commit:     5410992e40ee301010ca95666972796afaa6fb09
Author:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Thu Mar 12 04:14:32 2026 +0000
Commit:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Thu Mar 12 04:14:32 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5410992e

gui-apps/noctalia-qs: drop 0.0.7, add 0.0.8

* Add LTO use flag

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

 gui-apps/noctalia-qs/Manifest                                         | 2 +-
 .../{noctalia-qs-0.0.7.ebuild => noctalia-qs-0.0.8.ebuild}            | 4 +++-
 gui-apps/noctalia-qs/noctalia-qs-9999.ebuild                          | 2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gui-apps/noctalia-qs/Manifest b/gui-apps/noctalia-qs/Manifest
index 3992b39de5..02a548e184 100644
--- a/gui-apps/noctalia-qs/Manifest
+++ b/gui-apps/noctalia-qs/Manifest
@@ -1 +1 @@
-DIST noctalia-qs-0.0.7.tar.gz 502323 BLAKE2B 
c3894c543370021938c3fd0304fae2ed5d096d358c45c3d120f0743b83707d03b1f0852d22a3aa9712050bbe928057260e6a34fa6ae825d65fa98f88e98f1851
 SHA512 
35a23aeb2b70104530214cf3599b336c0139160e1c99e70dc17d75a7073eb745278b7d65f04ab2967f0c07fb69ef25cda7886012663d1bdd5ff72bd05196eae3
+DIST noctalia-qs-0.0.8.tar.gz 505340 BLAKE2B 
db1b6f8d3e1adfd3ea6aaae7402579c659ac78d007ac2c125537703be1409087f3f357414f098f9c60055972069493bab7b2254a81d6a02ab9f99f1f9febaee3
 SHA512 
2202435f6b455afa26e6cc4b73f02db461dc95445a64d80a523f3a8cc4f1e3c1e1c0fb07989b74fd06520d79ea55f1a3ab2dc95cf6820a5551bc4420ec920d9d

diff --git a/gui-apps/noctalia-qs/noctalia-qs-0.0.7.ebuild 
b/gui-apps/noctalia-qs/noctalia-qs-0.0.8.ebuild
similarity index 97%
rename from gui-apps/noctalia-qs/noctalia-qs-0.0.7.ebuild
rename to gui-apps/noctalia-qs/noctalia-qs-0.0.8.ebuild
index 434c1b467d..8e15f11805 100644
--- a/gui-apps/noctalia-qs/noctalia-qs-0.0.7.ebuild
+++ b/gui-apps/noctalia-qs/noctalia-qs-0.0.8.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit branding cmake
 
-GIT_REVISION=9ffd4463e33aa6c80d166e445c52aa0293ae057e
+GIT_REVISION=d5209a6b5fe8c6dff8d530e820c96f09830011e3
 
 DESCRIPTION="Toolkit for building desktop widgets using QtQuick"
 HOMEPAGE="https://quickshell.org/";
@@ -29,6 +29,7 @@ IUSE="
        +X +i3
        +tray +pipewire +mpris +pam +polkit +greetd +upower +notifications
        +bluetooth +network
+       lto
 "
 REQUIRED_USE="
        layer-shell?         ( wayland )
@@ -118,6 +119,7 @@ src_configure() {
                -DSERVICE_NOTIFICATIONS=$(usex notifications ON OFF)
                -DBLUETOOTH=$(usex bluetooth ON OFF)
                -DNETWORK=$(usex network ON OFF)
+               -DLTO=$(usex lto ON OFF)
        )
        cmake_src_configure
 }

diff --git a/gui-apps/noctalia-qs/noctalia-qs-9999.ebuild 
b/gui-apps/noctalia-qs/noctalia-qs-9999.ebuild
index 6b8c587f77..35a453bd1d 100644
--- a/gui-apps/noctalia-qs/noctalia-qs-9999.ebuild
+++ b/gui-apps/noctalia-qs/noctalia-qs-9999.ebuild
@@ -27,6 +27,7 @@ IUSE="
        +X +i3
        +tray +pipewire +mpris +pam +polkit +greetd +upower +notifications
        +bluetooth +network
+       lto
 "
 REQUIRED_USE="
        layer-shell?         ( wayland )
@@ -116,6 +117,7 @@ src_configure() {
                -DSERVICE_NOTIFICATIONS=$(usex notifications ON OFF)
                -DBLUETOOTH=$(usex bluetooth ON OFF)
                -DNETWORK=$(usex network ON OFF)
+               -DLTO=$(usex lto ON OFF)
        )
        cmake_src_configure
 }

Reply via email to