# These will be automatically populated by update.sh %global commit 72b216ce2416e0904616286078b3f5be037d9f77 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global gitdate 20260610043910 Name: noctalia-v5 Version: 5.0.0^%{gitdate}git%{shortcommit} Release: 1%{?dist} Summary: A lightweight Wayland shell and bar built on Wayland + OpenGL ES License: MIT Packager: Ackerman-00 URL: https://github.com/noctalia-dev/noctalia Source0: %{url}/archive/%{commit}/noctalia-%{shortcommit}.tar.gz ExclusiveArch: x86_64 aarch64 BuildRequires: meson BuildRequires: gcc-c++ BuildRequires: wayland-devel BuildRequires: wayland-protocols-devel BuildRequires: libEGL-devel BuildRequires: mesa-libGLES-devel BuildRequires: freetype-devel BuildRequires: fontconfig-devel BuildRequires: cairo-devel BuildRequires: pango-devel BuildRequires: libxkbcommon-devel BuildRequires: sdbus-cpp-devel BuildRequires: pipewire-devel BuildRequires: pam-devel BuildRequires: libcurl-devel BuildRequires: libwebp-devel BuildRequires: glib2-devel BuildRequires: polkit-devel BuildRequires: librsvg2-devel BuildRequires: libqalculate-devel BuildRequires: libxml2-devel BuildRequires: jemalloc-devel Conflicts: noctalia Conflicts: noctalia-bin Conflicts: noctalia-shell < 5.0.0 Provides: noctalia-shell = %{version}-%{release} Provides: noctalia = %{version}-%{release} %description Noctalia is a lightweight Wayland shell and bar built directly on Wayland + OpenGL ES, with no Qt or GTK dependency. This package tracks the bleeding-edge main branch (formerly the v5 experimental branch). %prep # The upstream tarball now extracts to noctalia-%{commit} due to the repo rename %autosetup -n noctalia-%{commit} %build # Force C++23 standard to fix the std::string_view 'contains' compiler error # Add -Wno-unused-result to bypass strict GCC warnings, matching the Arch PKGBUILD export CXXFLAGS="%{optflags} -std=c++23 -Wno-unused-result" export CFLAGS="%{optflags}" # Ensure we are building a highly optimized release binary without heavy debug symbols %meson -Db_ndebug=true %meson_build %install %meson_install %files %license LICENSE %doc README.md %{_bindir}/noctalia %{_datadir}/noctalia/ %changelog * Wed Jun 10 2026 Ackerman-00 - 5.0.0^20260610043910git72b216c-1 - Nightly sync with upstream main branch (Commit: 72b216c) * Mon Jun 08 2026 Ackerman-00 - 5.0.0^20260608041201gitaa420b7-1 - Update spec to reflect upstream repository rename to 'noctalia' and branch merge