mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
gui-apps/noctalia-shell: add 4.7.7
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
@@ -2,3 +2,4 @@ DIST noctalia-v4.5.0.tar.gz 24973587 BLAKE2B 29ce48bfd2a57158fdd4ec667ff088b0e05
|
||||
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
|
||||
DIST noctalia-v4.7.7.tar.gz 25414718 BLAKE2B a8af942e0b746d8fc52a0e979aab27e1ebd91190ec71924b519d56d5224a560e2edaf9c64c51768d68cb791d70d03c7ba5572fec1d1fa38f3244fd698189d89c SHA512 7f1ccdd6180e40ce1e898688f93aab348d327e8b46a90e1a193a73f00468fb7ae4dd2655588006da7774ccace4675853cb05dcd3cee540a7c5bbedf57da202c2
|
||||
|
||||
48
gui-apps/noctalia-shell/noctalia-shell-4.7.7.ebuild
Normal file
48
gui-apps/noctalia-shell/noctalia-shell-4.7.7.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user