From 1c9c8065ed3c87b4c9febfd2f7aa65b69f5f9164 Mon Sep 17 00:00:00 2001 From: dsaf Date: Sat, 28 Feb 2026 21:19:13 -0300 Subject: [PATCH] gui-apps/noctalia-shell: add 4.6.0 * Change quickshell dependency to noctalia-qs * Update DESCRIPTION Signed-off-by: dsaf --- gui-apps/noctalia-shell/Manifest | 1 + .../noctalia-shell-4.5.0.ebuild | 2 +- .../noctalia-shell-4.6.0.ebuild | 51 +++++++++++++++++++ .../noctalia-shell/noctalia-shell-9999.ebuild | 11 ++-- 4 files changed, 56 insertions(+), 9 deletions(-) create mode 100644 gui-apps/noctalia-shell/noctalia-shell-4.6.0.ebuild 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.6.0.ebuild b/gui-apps/noctalia-shell/noctalia-shell-4.6.0.ebuild new file mode 100644 index 0000000000..f51538df91 --- /dev/null +++ b/gui-apps/noctalia-shell/noctalia-shell-4.6.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 2025-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{12..14} ) + +inherit optfeature python-single-r1 + +DESCRIPTION="A sleek and minimal desktop shell thoughtfully crafted for Wayland" +HOMEPAGE="https://github.com/noctalia-dev/noctalia-shell" + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/noctalia-dev/noctalia-shell.git" +else + SRC_URI="https://github.com/noctalia-dev/noctalia-shell/releases/download/v${PV}/noctalia-v${PV}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/noctalia-release" +fi + +LICENSE="MIT" +SLOT="0" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + gui-apps/noctalia-qs + app-misc/brightnessctl + dev-vcs/git + media-gfx/imagemagick +" + +src_install() { + insinto /etc/xdg/quickshell/noctalia-shell + insopts -m0755 + doins -r . + + python_optimize "${ED}/etc/xdg/quickshell/${PN}/Scripts/python/src" + python_fix_shebang "${ED}/etc/xdg/quickshell/${PN}/Scripts/python/src" +} + +pkg_postinst() { + optfeature "clipboard history support" app-misc/cliphist + optfeature "audio visualizer component" media-sound/cava + optfeature "night light functionality" gui-apps/wlsunset + optfeature "enable 'Portal' option in screen recorder" sys-apps/xdg-desktop-portal + optfeature "calendar events support" gnome-extra/evolution-data-server + optfeature "power profile management" sys-power/power-profiles-daemon + optfeature "external display brightness control" app-misc/ddcutil +} 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