gui-apps/noctalia-shell: add 4.7.6

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-04-15 12:23:22 -03:00
parent d7e777e67a
commit 7dd1c3c36e
2 changed files with 49 additions and 0 deletions

View File

@@ -4,3 +4,4 @@ DIST noctalia-v4.7.2.tar.gz 25365357 BLAKE2B aa481d3d3aeaf4ad18508f179227b506177
DIST noctalia-v4.7.3.tar.gz 25368782 BLAKE2B 47fac0fabfe85beed7ea7c525cedca65de0405904669746cd9625ae702236d5078d6ee861ec7cc76ca7c47c2f4d45f5b411bd0a9d2b7af4a17b7afd087069ce3 SHA512 2667b065ac91cdd10684cb13d1b99920da22fd5c9f5103424568418af3f11bc8984b9d467df6a22a1893f5e0c45653327babf78089ee074b7c1448337ea8c60b
DIST noctalia-v4.7.4.tar.gz 25368911 BLAKE2B 7b6552412aaf12b7873cdeec1831e209ba1373324c7c2d38f5413845fd2ed5f670a0abc7ed5c633569f46f0e5c76b5759fd989af093c8f9ec07e632a00204488 SHA512 c5c5f7d799164e8e391543b4810df5b9c9eef71a2b3ff5ce9953a1008437baa16096fc9f6be556477cf9357aa49e3c9ea5ff97c233634be639e9ca5765637def
DIST noctalia-v4.7.5.tar.gz 25369825 BLAKE2B a234b470a503f2c221f11dea92fb4e8f2ba28e3cea1d2a76a7853d4d61d3567d72d7083ae725a5e985334e5c91176b310fd4c968af7ad5f56995cb0f9a4e4c4e SHA512 d18ac49eb65968c7b6afc7730868eeb48d5fb341302a96c718d0ddd7d6fe6659d268f56b6e99ad5f40255544596f72816e9f467c4e9be6a84d6a3574f3fcfe50
DIST noctalia-v4.7.6.tar.gz 25411072 BLAKE2B a8159cc3e3e1d6b1b689c93ca0e87b9c45dc225e7cf735863c9c6709ad75bc724436239a73c70ac5ed5e566239794f22e0da4e87d043d7f5ea0a04ae76712b0b SHA512 78ba2ad514fc37e44d74bf34946aaa87e056a699fe5b27b6bdcb42e511602d4108e6c467ab907bef43162c90500e079e914d2efcdab4543d830b4ccde32a8338

View File

@@ -0,0 +1,48 @@
# 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://noctalia.dev/ 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 "night light functionality" gui-apps/wlsunset
optfeature "power profile management" sys-power/power-profiles-daemon
optfeature "external display brightness control" app-misc/ddcutil
}