gui-apps/noctalia-shell: add 4.6.0

* Change quickshell dependency to noctalia-qs
* Update DESCRIPTION

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-02-28 21:19:13 -03:00
parent ce4f14175f
commit 1c9c8065ed
4 changed files with 56 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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