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

* Add LTO use flag

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-03-12 01:14:32 -03:00
parent 8a48f441d6
commit 5410992e40
3 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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
}

View File

@@ -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
}