Compare commits

..

11 Commits

Author SHA1 Message Date
Willow Reed 62c0a987e8 uncomment the rpm version update line in autoupdate script 2026-06-06 14:49:28 -06:00
Willow Reed 53be88d6ae change update branch 2026-06-06 14:49:00 -06:00
Cypress Reed e34e91e9f0 Merge branch 'frawhide' into cypress/add-noctalia-git 2026-06-06 14:47:08 -06:00
Cypress Reed 0097a72f2d Merge branch 'frawhide' into cypress/add-noctalia-git 2026-06-05 10:44:30 -06:00
Willow C Reed 433518833b change update script and version scheme 2026-06-05 10:23:52 -06:00
Cypress Reed 13bf30c8b2 Merge branch 'frawhide' into cypress/add-noctalia-git 2026-06-05 09:53:29 -06:00
Cypress Reed 9a97e2d48a Update anda/desktops/noctalia-git/noctalia-git.spec
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Signed-off-by: Cypress Reed <willow@willowidk.dev>
2026-06-05 09:53:17 -06:00
Cypress Reed 16a9aca278 Update anda/desktops/noctalia-git/noctalia-git.spec
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Signed-off-by: Cypress Reed <willow@willowidk.dev>
2026-06-05 09:53:11 -06:00
Willow C Reed 81683379fb add %prep lol 2026-06-05 09:50:29 -06:00
Willow C Reed 0bd98d4ea9 remove .DS_Store files 2026-06-05 09:46:53 -06:00
Willow C Reed 44dd8df837 add noctalia-git 2026-06-05 09:42:08 -06:00
7 changed files with 107 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#? https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=throne-git
Name: throne
Version: 1.1.5
Version: 1.1.4
Release: 1%{?dist}
Summary: Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
URL: https://github.com/throneproj/Throne
+8
View File
@@ -0,0 +1,8 @@
project pkg {
rpm {
spec = "noctalia-git.spec"
}
labels {
nightly = 1
}
}
@@ -0,0 +1,90 @@
%global debug_package %{nil}
%global ver 5.0.0
%global commit e18b3699c3fbefe050d3c057e6ea2585e10410d8
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260604
%global upstreamname noctalia-shell
Name: noctalia-git
Version: %{ver}^%{commitdate}git.%{shortcommit}
Release: 1%{?dist}
Summary: A lightweight Wayland shell and bar built directly on Wayland + OpenGL ES, with no Qt or GTK dependency
License: MIT
URL: https://github.com/noctalia-dev/%{upstreamname}
Source0: https://github.com/noctalia-dev/%{upstreamname}/archive/%{commit}/%{upstreamname}-%{commit}.tar.gz
BuildRequires: meson
BuildRequires: gcc-c++
BuildRequires: git
BuildRequires: pipewire-devel
BuildRequires: sdbus-cpp-devel
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(glesv2)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(jemalloc)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libqalculate)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libwebp)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(pam)
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(xkbcommon)
Provides: desktop-notification-daemon
Provides: PolicyKit-authentication-agent
Requires: hicolor-icon-theme
Requires: dejavu-sans-fonts
Requires: libwebp
Recommends: ddcutil
Recommends: gpu-screen-recorder
Recommends: power-profiles-daemon
Packager: Cypress Reed <cypress@fyralabs.com>
%description
A lightweight Wayland shell and bar built directly on Wayland + OpenGL ES, with no Qt or GTK dependency.
%prep
%autosetup -n %{upstreamname}-%{commit}
# Manually insert commit hash
sed -i "s/'unknown'/'%{shortcommit}'/g" meson.build
%conf
%meson
%build
%meson_build
%install
%meson_install
install -d %{buildroot}%{_licensedir}/%{name}/third_party
find third_party -type f \( -name "LICENSE*" -o -name "COPYING*" -o -name "NOTICE*" \) | while read -r file; do
# Create the destination subdirectory
dest_dir="%{buildroot}%{_licensedir}/%{name}/$(dirname "$file")"
install -d "$dest_dir"
# Copy the file to its specific subfolder
install -p -m 0644 "$file" "$dest_dir/"
done
%files
%doc README.md
%license LICENSE
%{_licensedir}/%{name}/third_party/
%{_bindir}/noctalia
%{_datadir}/noctalia/
%changelog
* Fri Jun 05 2026 Cypress Reed <cypress@fyralabs.com>
- Port to terra from Fedora COPR lionheartp/Hyprland
+6
View File
@@ -0,0 +1,6 @@
rpm.global("commit", get("https://api.github.com/repos/noctalia-dev/noctalia-shell/commits/main").json().sha);
if rpm.changed() {
rpm.global("ver", gh("noctalia-dev/noctalia-shell"));
rpm.global("commit_date", date());
rpm.release();
}
-2
View File
@@ -38,7 +38,6 @@ BuildRequires: anda-srpm-macros
BuildRequires: ninja-build
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qtbase-private-devel
BuildRequires: xcb-util-keysyms-devel
BuildRequires: desktop-file-utils
Requires: nodejs-npm
@@ -90,7 +89,6 @@ install -Dm 644 extra/%{name}-url-handler.desktop -t %{buildroot}%{_appsdir}
%{_libexecdir}/%{name}/vicinae-server
%dnl %{_libexecdir}/%{name}/vicinae-snippet-server
%{_libexecdir}/%{name}/vicinae-input-server
%{_libexecdir}/%{name}/vicinae-file-indexer
%{_modulesloaddir}/vicinae.conf
%dnl %{_udevrulesdir}/70-vicinae.rules
@@ -1,6 +1,6 @@
Name: terra-appstream-helper
Version: 0.1.10
Release: 3%?dist
Release: 2%?dist
Summary: Scripts and RPM macros to help with AppStream metadata generation for Terra
License: GPL-3.0-or-Later
URL: https://github.com/terrapkg/appstream-helper
+1 -1
View File
@@ -2,7 +2,7 @@
%global oldpkgname yt-dlp-nightly
Name: yt-dlp-git
Version: 2026.06.06.212509
Version: 2026.05.25.232152
Release: 1%{?dist}
Summary: A command-line program to download videos from online video platforms