gui-apps/noctalia: drop 5.0.0_pre20260628

Signed-off-by: Emi <reedy.sailors.8t@icloud.com>
This commit is contained in:
Emi
2026-07-02 14:00:31 +02:00
parent d4180aa314
commit 182e6e497a
2 changed files with 0 additions and 64 deletions

View File

@@ -1,3 +1,2 @@
DIST noctalia-5.0.0_pre20260628.tar.gz 5341573 BLAKE2B 2ab7a347bbe450dd20d4c7de234fb5a066c5354ee0a69172c88c430304da38994b4c53e26e31fa771e8269d4cfc38a688901208ebe164bb2b8ba21fd857b6c30 SHA512 ac3ad597e2d8d030dd5baff3b1baba0105e0dc7586898ef3a6c8711b7ff6f50cf25dd2063a261940ac80d64b98a648e40662091deeeb0b0abe9077e240e0fe5a
DIST noctalia-5.0.0_pre20260702.tar.gz 5182705 BLAKE2B 556a6825323fc0786a01dda586f0c035353e42715c29fe35bf0d82171b399f312fc3446fedc9cf2b79c2775a26214c112b37aafd4d9821fe4213be3b32b74459 SHA512 4e15a78e6c1f05fbb9780cc46b489ccf3eb1d4647b909cf4e34ff4d1001eeaf8fe9a421af86aca03094f2b9fe1bc0143eef02556cd695838dd6b535b8735e969
DIST noctalia-v4.7.7.tar.gz 25414718 BLAKE2B a8af942e0b746d8fc52a0e979aab27e1ebd91190ec71924b519d56d5224a560e2edaf9c64c51768d68cb791d70d03c7ba5572fec1d1fa38f3244fd698189d89c SHA512 7f1ccdd6180e40ce1e898688f93aab348d327e8b46a90e1a193a73f00468fb7ae4dd2655588006da7774ccace4675853cb05dcd3cee540a7c5bbedf57da202c2

View File

@@ -1,63 +0,0 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson optfeature
MY_COMMIT="b19c2502bc1c8629612cdfcf763fac061707dd24"
DESCRIPTION="A lightweight Wayland shell and bar built directly on Wayland + OpenGL ES"
HOMEPAGE="https://noctalia.dev/ https://github.com/noctalia-dev/noctalia"
SRC_URI="https://github.com/noctalia-dev/noctalia/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_COMMIT}"
LICENSE="MIT"
SLOT="0"
IUSE="+jemalloc"
DEPEND="
dev-cpp/sdbus-c++
dev-libs/glib:2
jemalloc? ( dev-libs/jemalloc:= )
dev-libs/libxml2
dev-libs/wayland
gnome-base/librsvg:2
media-libs/fontconfig
media-libs/freetype
media-libs/libwebp
media-libs/mesa
media-video/pipewire
net-misc/curl
sci-libs/libqalculate
sys-auth/polkit
sys-libs/pam
virtual/opengl
x11-libs/cairo[glib]
x11-libs/libxkbcommon
x11-libs/pango
"
RDEPEND="${DEPEND}"
BDEPEND="
dev-libs/wayland
dev-libs/wayland-protocols
dev-util/wayland-scanner
"
DOCS=( README.md CREDITS.md example.toml )
src_configure() {
local emesonargs=(
$(meson_feature jemalloc)
)
meson_src_configure
}
pkg_postinst() {
optfeature "external display brightness control" app-misc/ddcutil
optfeature "hardware-accelerated screen recording" media-video/gpu-screen-recorder
}