From 78eb094394abdcd4695ca1c3e7a2e18f2ff675ea Mon Sep 17 00:00:00 2001 From: Gilver Date: Wed, 27 May 2026 23:18:56 -0500 Subject: [PATCH] chore: Sync f43 (#12716) --- anda/apps/flameshot/flameshot-nightly.spec | 4 +- .../apps/legcord/nightly/legcord-nightly.spec | 4 +- anda/apps/mpv/mpv-nightly.spec | 4 +- anda/desktops/waylands/mangobar/anda.hcl | 8 +++ anda/desktops/waylands/mangobar/mangobar.spec | 50 +++++++++++++++++++ anda/desktops/waylands/mangobar/update.rhai | 5 ++ .../devs/ghostty/nightly/ghostty-nightly.spec | 4 +- anda/devs/zed/nightly/zed-nightly.spec | 6 +-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 +- .../python/types-colorama/types-colorama.spec | 4 +- .../langs/vala/vala-nightly/vala-nightly.spec | 4 +- .../v2ray-domain-list-community.spec | 6 +-- .../nightly/cloud-hypervisor-nightly.spec | 4 +- .../kmod-common/hid-fanatecff.spec | 8 +-- .../nightly/scx-scheds-nightly.spec | 4 +- .../HeadsetControl-nightly.spec | 2 +- anda/tools/glasgow/glasgow.spec | 4 +- anda/tools/rpi-utils/rpi-utils.spec | 4 +- 18 files changed, 96 insertions(+), 33 deletions(-) create mode 100644 anda/desktops/waylands/mangobar/anda.hcl create mode 100644 anda/desktops/waylands/mangobar/mangobar.spec create mode 100644 anda/desktops/waylands/mangobar/update.rhai diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 28a3240b61..4a1c4ff6db 100644 --- a/anda/apps/flameshot/flameshot-nightly.spec +++ b/anda/apps/flameshot/flameshot-nightly.spec @@ -1,9 +1,9 @@ #? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec %global ver 13.3.0 -%global commit 1ee047f1d9b0ca5bc88fcbfd8bea89f0f4d23b43 +%global commit 090033fe993c2a0ab20b1ea5fdd0e252f9c7adfb %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260521 +%global commit_date 20260528 %global devel_name QtColorWidgets %global _distro_extra_cflags -fuse-ld=mold %global _distro_extra_cxxflags -fuse-ld=mold diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index 1d6985b036..28cff518d6 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit 089cff6792d604faba5127bc8f03d87959e5e062 -%global commit_date 20260522 +%global commit ef0007f0c915eecd9e9881df12050bb2cd375179 +%global commit_date 20260528 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global debug_package %nil %global __strip /bin/true diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 0e5ed7ee8e..cd45982c74 100644 --- a/anda/apps/mpv/mpv-nightly.spec +++ b/anda/apps/mpv/mpv-nightly.spec @@ -1,9 +1,9 @@ # Disable X11 for RHEL 10+ %bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10] -%global commit 1ac687d791460736e16c0e0c2b17f422b4bdf1ee +%global commit cce65c722c797650df1bfe16ff42249a4d9fab48 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260525 +%global commit_date 20260528 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/desktops/waylands/mangobar/anda.hcl b/anda/desktops/waylands/mangobar/anda.hcl new file mode 100644 index 0000000000..90be7645da --- /dev/null +++ b/anda/desktops/waylands/mangobar/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "mangobar.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/desktops/waylands/mangobar/mangobar.spec b/anda/desktops/waylands/mangobar/mangobar.spec new file mode 100644 index 0000000000..ca6c69d62a --- /dev/null +++ b/anda/desktops/waylands/mangobar/mangobar.spec @@ -0,0 +1,50 @@ +%global commit c0138d9067d6a779c753aa7da72ce85d44f528da +%global commit_date 20260527 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) + +Name: mangobar +Version: 0~%{commit_date}git.%{shortcommit} +Release: 1%{?dist} +Summary: A suckless-esc bar for mangowc +URL: https://github.com/Gur0v/mangobar +Source0: %{url}/archive/%{commit}/mangobar-%{commit}.tar.gz +SourceLicense: GPL-3.0-or-later +License: %{sourcelicense} AND (Apache-2.0 OR MIT) AND MIT AND GPL-3.0 AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (Unlicense OR MIT) + +BuildRequires: rust +BuildRequires: cargo-rpm-macros +BuildRequires: gtk4 +BuildRequires: gtk4-devel +BuildRequires: gtk4-layer-shell +BuildRequires: gtk4-layer-shell-devel +BuildRequires: gdk-pixbuf2 +BuildRequires: gdk-pixbuf2-devel +BuildRequires: wireplumber + +Suggests: mangowm +Packager: Its-J + +%description +%{summary}. + +%prep +%autosetup -n mangobar-%{commit} +%cargo_prep_online + +%build +%cargo_build + +%install +install -Dm 755 target/rpm/mangobar %{buildroot}%{_bindir}/mangobar +%cargo_license_summary_online +%{cargo_license_online} > LICENSE.dependencies + +%files +%{_bindir}/mangobar +%license LICENSE +%license LICENSE.dependencies +%doc README.md + +%changelog +* Sat May 23 2026 Its-J +- Package mangobar diff --git a/anda/desktops/waylands/mangobar/update.rhai b/anda/desktops/waylands/mangobar/update.rhai new file mode 100644 index 0000000000..864ae82f8b --- /dev/null +++ b/anda/desktops/waylands/mangobar/update.rhai @@ -0,0 +1,5 @@ +rpm.global("commit", gh_commit("Gur0v/mangobar")); +if rpm.changed() { + rpm.release(); + rpm.global("commit_date", date()); +} diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index e5ac06aff1..1668c879b0 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit a746d0f7281954eb251915f4cd9fcea4924ad999 +%global commit 15264856f61b112c8beb14fbe3f403f6266c8bdf %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-05-25 +%global fulldate 2026-05-27 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 8ee363a61b..6b59c33f39 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit a5457029ccb61379b775fcbc20607546301bf3ce +%global commit 60374460f263aaf56b8c1ced54f7731c0324b1f5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260526 -%global ver 1.5.0 +%global commit_date 20260528 +%global ver 1.6.0 %bcond_with check %bcond_with debug_no_build diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index e399d18ea0..d5308bc696 100644 --- a/anda/langs/nim/nim-nightly/nim-nightly.spec +++ b/anda/langs/nim/nim-nightly/nim-nightly.spec @@ -1,8 +1,8 @@ %global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10 -%global commit 8771451701d1c9081282d6e9d5cb626bb636da19 +%global commit f4dd00c4ccfc9791ee21a6d93a18846646613ae6 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260522 +%global commit_date 20260528 %global debug_package %nil Name: nim-nightly diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index b8c4b882ba..29d7e981dd 100644 --- a/anda/langs/python/types-colorama/types-colorama.spec +++ b/anda/langs/python/types-colorama/types-colorama.spec @@ -1,5 +1,5 @@ -%global commit 23246f8aa1afde10a76959b021a66065d8758a55 -%global commit_date 20260525 +%global commit 1d3abc42077c2ea47985363a4fab387357f3aa77 +%global commit_date 20260528 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/langs/vala/vala-nightly/vala-nightly.spec b/anda/langs/vala/vala-nightly/vala-nightly.spec index b4ffc1a675..1c7c3c33e4 100644 --- a/anda/langs/vala/vala-nightly/vala-nightly.spec +++ b/anda/langs/vala/vala-nightly/vala-nightly.spec @@ -3,11 +3,11 @@ %global priority 90 %global real_name vala -%global commit 7a80e9901b4640dab0a11e96a9158545df6d6937 +%global commit c5d31b3fcdb9d564dc3340714a129f72a072391f %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global repo https://gitlab.gnome.org/GNOME/%{real_name}.git -%global commit_date 20260517 +%global commit_date 20260528 %global snapshot_info %{commit_date}.%{shortcommit} Name: vala-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 2b37142160..b35494ff0c 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 4ee59d0b5db4b07d3927f96cb75374d2e6cd0cd8 +%global commit f2c3c55ad6f50f9a1fe986cad580011c934c1746 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260525120551 -%global commit_date 20260526 +%global ver 20260527110433 +%global commit_date 20260528 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index fcef2b644d..d03e9123a2 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit 8fd8224ee3b8d1d7ec62e97c1eb04900eaf702b7 -%global commit_date 20260524 +%global commit 8835656f2192d53ec3f40e7a35126433b0e94a6c +%global commit_date 20260528 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec b/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec index 35d5357976..65fb1a6304 100644 --- a/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec +++ b/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec @@ -1,11 +1,11 @@ -%global commit f7bf935f0e534434d41e159d695f4a6c81e19fe9 +%global commit dd78ef477c0dc90d59291a0197afcea26911fca8 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260106 -%global ver 0.2.2 +%global commitdate 20260528 +%global ver 0.2.3 Name: hid-fanatecff Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 3%{?dist} +Release: 1%{?dist} Summary: Fanatec force feedback driver common files License: GPL-2.0-only URL: https://github.com/gotzl/%{name} diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 67db8f6921..6beec3c721 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -1,6 +1,6 @@ -%global commit 6a19de9c8fe192c14412c5e1ad7ca6fa259ce168 +%global commit 7d6ad8186887ad1cb756e873f92b2cd4ec575979 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260523 +%global commitdate 20260527 %global ver 1.1.1 %undefine __brp_mangle_shebangs diff --git a/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec b/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec index 3bd6613b15..4557537fe3 100644 --- a/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec +++ b/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec @@ -1,6 +1,6 @@ %global _udevrulesdir /usr/lib/udev/rules.d -%global commit c8bbeb36d23ee768b06e58e10333989a581277e8 +%global commit f8645bbd016a3ea0d68f2fbb2813854c4f635413 %global commitdate 20251121 %global shortcommit %(c=%{commit}; echo ${c:0:7}) diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index 09643dd599..1cf2cb286e 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit 9f080c186a75ce301b1604a232ec232f3a144db3 -%global commit_date 20260524 +%global commit 7ccbd777bcb2a68a0190824c8a16ce999a65a385 +%global commit_date 20260527 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name glasgow diff --git a/anda/tools/rpi-utils/rpi-utils.spec b/anda/tools/rpi-utils/rpi-utils.spec index 1426acc68d..e625a554d3 100644 --- a/anda/tools/rpi-utils/rpi-utils.spec +++ b/anda/tools/rpi-utils/rpi-utils.spec @@ -1,5 +1,5 @@ -%global commit a9af6dba7094359aea3803aff3e88c8040d5f8c3 -%global commit_date 20260523 +%global commit ab7d6bbf90af6f63898d3c2e45cd36da50b4f40b +%global commit_date 20260528 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rpi-utils