commit: 1c9c8065ed3c87b4c9febfd2f7aa65b69f5f9164
Author: dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Sun Mar 1 00:19:13 2026 +0000
Commit: dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Sun Mar 1 00:19:13 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c9c8065
gui-apps/noctalia-shell: add 4.6.0
* Change quickshell dependency to noctalia-qs
* Update DESCRIPTION
Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>
gui-apps/noctalia-shell/Manifest | 1 +
gui-apps/noctalia-shell/noctalia-shell-4.5.0.ebuild | 2 +-
...octalia-shell-4.5.0.ebuild => noctalia-shell-4.6.0.ebuild} | 11 +++--------
gui-apps/noctalia-shell/noctalia-shell-9999.ebuild | 11 +++--------
4 files changed, 8 insertions(+), 17 deletions(-)
diff --git a/gui-apps/noctalia-shell/Manifest b/gui-apps/noctalia-shell/Manifest
index 80a9473e59..6e360661f5 100644
--- a/gui-apps/noctalia-shell/Manifest
+++ b/gui-apps/noctalia-shell/Manifest
@@ -1 +1,2 @@
DIST noctalia-v4.5.0.tar.gz 24973587 BLAKE2B
29ce48bfd2a57158fdd4ec667ff088b0e054192334cadedba322970ecb062e7a6e6807231d3f4873421867e3435b5d9bc0eaef40e52555ca7a18d9d524a9b859
SHA512
f417bd4c4832ecaa0b4890770b033b64c96f05cd0b25316f91a699823c20317330c805263257922018a0def6c67abf36becf85c1555dc7503368d3f8eabb9aba
+DIST noctalia-v4.6.0.tar.gz 25047802 BLAKE2B
238d96e6c46ede0dc0b7789f3caa1ef07b468fc2536303b6d8670f6638845096d7ad4dfa5e3d38ae82e59d5cfc0e485cdad920c2d23675f13f4814b9c88b0650
SHA512
5b8366b34aba09c0815c4a325c6747378a2429e4064db004b28d3767befb799ed9599cfca8858ba6fa853cd3454fdd30550dea027257305e649d909cf4b02f11
diff --git a/gui-apps/noctalia-shell/noctalia-shell-4.5.0.ebuild
b/gui-apps/noctalia-shell/noctalia-shell-4.5.0.ebuild
index a76ec4004b..29c87d8aa5 100644
--- a/gui-apps/noctalia-shell/noctalia-shell-4.5.0.ebuild
+++ b/gui-apps/noctalia-shell/noctalia-shell-4.5.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{12..14} )
inherit optfeature python-single-r1 systemd
-DESCRIPTION="Noctalia Configuration for Quickshell"
+DESCRIPTION="A sleek and minimal desktop shell thoughtfully crafted for
Wayland"
HOMEPAGE="https://github.com/noctalia-dev/noctalia-shell"
if [[ ${PV} == *9999 ]]; then
diff --git a/gui-apps/noctalia-shell/noctalia-shell-4.5.0.ebuild
b/gui-apps/noctalia-shell/noctalia-shell-4.6.0.ebuild
similarity index 77%
copy from gui-apps/noctalia-shell/noctalia-shell-4.5.0.ebuild
copy to gui-apps/noctalia-shell/noctalia-shell-4.6.0.ebuild
index a76ec4004b..f51538df91 100644
--- a/gui-apps/noctalia-shell/noctalia-shell-4.5.0.ebuild
+++ b/gui-apps/noctalia-shell/noctalia-shell-4.6.0.ebuild
@@ -5,9 +5,9 @@ EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
-inherit optfeature python-single-r1 systemd
+inherit optfeature python-single-r1
-DESCRIPTION="Noctalia Configuration for Quickshell"
+DESCRIPTION="A sleek and minimal desktop shell thoughtfully crafted for
Wayland"
HOMEPAGE="https://github.com/noctalia-dev/noctalia-shell"
if [[ ${PV} == *9999 ]]; then
@@ -25,7 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
- gui-apps/quickshell
+ gui-apps/noctalia-qs
app-misc/brightnessctl
dev-vcs/git
media-gfx/imagemagick
@@ -38,14 +38,9 @@ src_install() {
python_optimize "${ED}/etc/xdg/quickshell/${PN}/Scripts/python/src"
python_fix_shebang "${ED}/etc/xdg/quickshell/${PN}/Scripts/python/src"
-
- systemd_douserunit Assets/Services/systemd/noctalia.service
}
pkg_postinst() {
- elog "Noctalia Quickshell configuration has been installed to
/etc/xdg/quickshell/noctalia-shell."
- elog "For integration with systemd a user service unit has been
installed to /usr/lib/systemd/user/noctalia.service."
-
optfeature "clipboard history support" app-misc/cliphist
optfeature "audio visualizer component" media-sound/cava
optfeature "night light functionality" gui-apps/wlsunset
diff --git a/gui-apps/noctalia-shell/noctalia-shell-9999.ebuild
b/gui-apps/noctalia-shell/noctalia-shell-9999.ebuild
index a76ec4004b..f51538df91 100644
--- a/gui-apps/noctalia-shell/noctalia-shell-9999.ebuild
+++ b/gui-apps/noctalia-shell/noctalia-shell-9999.ebuild
@@ -5,9 +5,9 @@ EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
-inherit optfeature python-single-r1 systemd
+inherit optfeature python-single-r1
-DESCRIPTION="Noctalia Configuration for Quickshell"
+DESCRIPTION="A sleek and minimal desktop shell thoughtfully crafted for
Wayland"
HOMEPAGE="https://github.com/noctalia-dev/noctalia-shell"
if [[ ${PV} == *9999 ]]; then
@@ -25,7 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
- gui-apps/quickshell
+ gui-apps/noctalia-qs
app-misc/brightnessctl
dev-vcs/git
media-gfx/imagemagick
@@ -38,14 +38,9 @@ src_install() {
python_optimize "${ED}/etc/xdg/quickshell/${PN}/Scripts/python/src"
python_fix_shebang "${ED}/etc/xdg/quickshell/${PN}/Scripts/python/src"
-
- systemd_douserunit Assets/Services/systemd/noctalia.service
}
pkg_postinst() {
- elog "Noctalia Quickshell configuration has been installed to
/etc/xdg/quickshell/noctalia-shell."
- elog "For integration with systemd a user service unit has been
installed to /usr/lib/systemd/user/noctalia.service."
-
optfeature "clipboard history support" app-misc/cliphist
optfeature "audio visualizer component" media-sound/cava
optfeature "night light functionality" gui-apps/wlsunset