Compare commits

..

17 Commits

Author SHA1 Message Date
Owen Zimmerman cbc09a84af chore (nux): use pcre2
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-05-25 13:52:05 -05:00
Raboneko 59422f6bae bump: scroll pyfluidsynth 2026-05-25 18:13:01 +00:00
Owen Zimmerman 4803a13a99 chore (crystal): revert bootstrap (#12613) 2026-05-25 13:07:21 -05:00
Raboneko 0f339997f3 bump: swayfx 2026-05-25 16:31:13 +00:00
Dmytro Loiko 7f6d2ab200 fix (plasma6-applet-appgrid): add PlasmaActivities and LibKWorkspace deps, add icon (#12614) 2026-05-25 10:51:06 -05:00
Raboneko c27526b67b bump: plasma6-applet-appgrid 2026-05-25 14:08:55 +00:00
Raboneko 828fad65dc bump(branch): zig-master 2026-05-25 11:34:40 +00:00
Raboneko 8f07a823bc bump: posthog cloudflare-speed-cli 2026-05-25 10:56:19 +00:00
Raboneko 01b89d6b5e chore (crystal): bootstrap on 44 (#12607) (#12608) 2026-05-25 02:55:43 -05:00
Raboneko b1b942bdb4 bump: wget zig-master-bootstrap 2026-05-25 06:27:31 +00:00
Owen Zimmerman 7eeeab39db fix: python-wget (#12601)
* fix: python-wget

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

* question mark

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

* rah rah

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

---------

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-05-25 00:43:35 -05:00
J. 52f9838c49 add: wget (#12596) 2026-05-25 00:28:49 -05:00
Owen Zimmerman c55b6c1417 chore (consolekit): clean up anda.hcl (#12591)
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-05-25 00:02:24 -05:00
Raboneko 70370e8dd3 bump(nightly): mpv-nightly ghostty-nightly zed-nightly xray-nightly types-colorama opentabletdriver-nightly scx-tools-nightly 2026-05-25 04:11:38 +00:00
Raboneko a4a7e1ed71 bump: ruffle-nightly 2026-05-25 01:54:35 +00:00
Raboneko e105eaa735 bump: yt-dlp-git 2026-05-24 23:42:52 +00:00
Owen Zimmerman 1f964cb373 add: KTailctl (#12535)
* add: KTailctl

Signed-off-by: Owen-sz <owen@fyralabs.com>

* update.rhai

Signed-off-by: Owen-sz <owen@fyralabs.com>

* static

Signed-off-by: Owen-sz <owen@fyralabs.com>

---------

Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-05-24 17:58:23 -05:00
29 changed files with 168 additions and 115 deletions
+74
View File
@@ -0,0 +1,74 @@
Name: ktailctl
Version: 0.21.5
Release: 1%{?dist}
Summary: A GUI to monitor and manage Tailscale on your Linux desktop
License: GPL-3.0-only
URL: https://github.com/f-koehler/KTailctl
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: gcc-c++
BuildRequires: golang
BuildRequires: json-devel
BuildRequires: golang
BuildRequires: kf6-breeze-icons-devel
BuildRequires: kf6-kconfig-devel
BuildRequires: kf6-kcoreaddons-devel
BuildRequires: kf6-kdbusaddons-devel
BuildRequires: kf6-kguiaddons-devel
BuildRequires: kf6-ki18n-devel
BuildRequires: kf6-kirigami-addons-devel
BuildRequires: kf6-kirigami-devel
BuildRequires: kf6-knotifications-devel
BuildRequires: kf6-kwindowsystem-devel
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qtdeclarative-devel
BuildRequires: qt6-qtsvg-devel
Requires: tailscale
Requires: kf5-qqc2-desktop-style
Requires: hicolor-icon-theme
Provides: KTailctl
Packager: Owen Zimmerman <owen@fyralabs.com>
%description
%{summary}.
%package static
%pkg_static_files
%prep
%autosetup -n KTailctl-%{version}
cd src/wrapper
go mod vendor
%conf
%cmake
%build
%cmake_build
%install
%cmake_install
%files
%doc README.md
%license LICENSE.txt
%{_bindir}/ktailctl
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.qml
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.version
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.qmltypes
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/qmldir
# Exclusive libs that the package needs to run
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/libktailctl_components.so
%{_libdir}/libktailctl_wrapper_logging.so
%{_appsdir}/org.fkoehler.KTailctl.desktop
%{_scalableiconsdir}/org.fkoehler.KTailctl.svg
%{_metainfodir}/org.fkoehler.KTailctl.metainfo.xml
%changelog
* Sat May 23 2026 Owen Zimmerman <owen@fyralabs.com> - 0.21.5-1
- Initial commit
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "KTailctl.spec"
}
}
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("f-koehler/KTailctl"));
-81
View File
@@ -1,81 +0,0 @@
%global appid io.github.chidiwilliams.Buzz
Name: buzz
Version: 1.4.4
Release: 1%{?dist}
Summary: Buzz transcribes and translates audio offline on your personal computer
License: MIT
URL: https://chidiwilliams.github.io/buzz
Packager: madonuko <mado@fyralabs.com>
BuildRequires: python3-devel
BuildRequires: python3-wheel
BuildRequires: python3-pip
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pybind11
BuildRequires: python3dist(polib)
BuildRequires: python3dist(hatchling)
BuildRequires: glslc
BuildRequires: cmake gcc gcc-c++
BuildRequires: pkgconfig(vulkan)
BuildRequires: desktop-file-utils
ExclusiveArch: x86_64
%description
Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.
%prep
%git_clone https://github.com/chidiwilliams/buzz
sed '/^requires-python/s@3\.13@3.15@' -i pyproject.toml
%pyproject_patch_dependency cmake:drop_constraints
%pyproject_patch_dependency flake8:drop_constraints
%pyproject_patch_dependency hydra-colorlog:drop_constraints
%pyproject_patch_dependency numpy:drop_constraints
%pyproject_patch_dependency posthog:drop_constraints
%pyproject_patch_dependency submitit:drop_constraints
%pyproject_patch_dependency torch:drop_constraints
%pyproject_patch_dependency torchaudio:drop_constraints
%pyproject_patch_dependency transformers:drop_constraints
%pyproject_patch_dependency certifi:drop_constraints
%pyproject_patch_dependency coverage:drop_constraints
%pyproject_patch_dependency nltk:drop_constraints
%pyproject_patch_dependency onnx:drop_constraints
%pyproject_patch_dependency onnxruntime:drop_constraints
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files demucs
%pyproject_save_files buzz
desktop-file-install \
--set-icon="%appid" \
--set-key=Exec --set-value=%name \
--dir=%buildroot%_appsdir \
share/applications/%appid.desktop
%terra_appstream share/metainfo/%{appid}.metainfo.xml
install -Dpm644 share/icons/%{appid}.svg -t %{buildroot}%{_scalableiconsdir}
%files -f %{pyproject_files}
%doc README.md
%license LICENSE
%{_bindir}/buzz
%{_appsdir}/%appid.desktop
%{_metainfodir}/%appid.metainfo.xml
%{_scalableiconsdir}/%appid.svg
%{python3_sitearch}/demucs/
%{python3_sitearch}/ctc_forced_aligner/
%{python3_sitearch}/deepmultilingualpunctuation/
%{python3_sitearch}/whisper_diarization/
%changelog
* Mon May 04 2026 Owen Zimmerman <owen@fyralabs.com> - 1.4.4-1
- Update for 1.4.4
* Thu Jan 01 2026 madonuko <mado@fyralabs.com> - 1.3.3-1
- Initial commit
-1
View File
@@ -1 +0,0 @@
rpm.version(pypi("buzz-captions"));
+2 -2
View File
@@ -1,9 +1,9 @@
# Disable X11 for RHEL 10+
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
%global commit 9e06c3248a67a14717909db4a02709bc22fe559e
%global commit 1ac687d791460736e16c0e0c2b17f422b4bdf1ee
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260523
%global commit_date 20260525
%global ver 0.41.0
Name: mpv-nightly
+1 -1
View File
@@ -1,4 +1,4 @@
%global ver 2026-05-24
%global ver 2026-05-25
%global goodver %(echo %ver | sed 's/-//g')
%global __brp_mangle_shebangs %{nil}
%bcond_without mold
@@ -1,5 +1,5 @@
Name: plasma6-applet-appgrid
Version: 1.7.10
Version: 1.8.0
Release: 1%{?dist}
Summary: A modern fullscreen application launcher for KDE Plasma
# Main code: GPL-2.0-or-later
@@ -28,6 +28,8 @@ BuildRequires: cmake(Plasma)
BuildRequires: cmake(PlasmaQuick)
BuildRequires: cmake(LayerShellQt)
BuildRequires: cmake(KF6IconThemes)
BuildRequires: cmake(PlasmaActivities)
BuildRequires: cmake(LibKWorkspace)
Requires: plasma-workspace
Requires: plasma-desktop
@@ -58,8 +60,12 @@ macOS Launchpad, COSMIC, and Pantheon.
%{_datadir}/plasma/plasmoids/dev.xarbit.appgrid/
%{_datadir}/plasma/plasmoids/dev.xarbit.appgrid.panel/
%{_metainfodir}/dev.xarbit.appgrid.metainfo.xml
%{_datadir}/icons/hicolor/scalable/apps/dev.xarbit.appgrid.svg
%changelog
* Mon May 25 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.8.0-1
- fix: add cmake(PlasmaActivities) BuildRequires, add icon to files
* Tue May 19 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.7.10-1
- Sync with upstream: add icon to files, update Requires, update URL
+1 -1
View File
@@ -26,7 +26,7 @@ BuildRequires: mesa-libGLU-devel
BuildRequires: glew-devel
BuildRequires: libXxf86vm-devel
BuildRequires: libXinerama-devel
BuildRequires: pcre-devel
BuildRequires: pcre2-devel
BuildRequires: libXcomposite-devel
BuildRequires: libXdamage-devel
BuildRequires: pciutils-devel
+1 -1
View File
@@ -1,5 +1,5 @@
Name: scroll
Version: 1.12.13
Version: 1.12.14
Release: 1%{?dist}
Summary: i3-compatible Wayland compositor (sway) with a PaperWM layout like niri or hyprscroller
License: MIT
+1 -1
View File
@@ -1,4 +1,4 @@
%global swayVersion 1.11
%global swayVersion 1.12
Name: swayfx
Version: 0.5.2
@@ -1,6 +1,6 @@
%global commit d5d8cef4d3834cc8999eb9344066b0960b033f2d
%global commit b869a6e5ab0a50ce01e8eb5aa408a02b3cbe4f3a
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global fulldate 2026-05-23
%global fulldate 2026-05-25
%global commit_date %(echo %{fulldate} | sed 's/-//g')
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
%global ver 1.3.2
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit b0911ccc9e8bb2b9eab4cc53ec2c98b0471e2759
%global commit 13e7c1176804c790ec2971d2e592e5363c982d04
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260524
%global commit_date 20260525
%global ver 1.5.0
%bcond_with check
+1 -1
View File
@@ -3,7 +3,7 @@
Name: crystal
Version: 1.20.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A general-purpose, object-oriented programming language
License: Apache-2.0
Packager: Carl Hörberg <carl@84codes.com>
+2 -2
View File
@@ -1,7 +1,7 @@
%global commit ab69985fccb3206300c761cf1792258e53f82749
%global commit 787aa7677b47c24f19aae84111d50ef4123072be
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver v26.3.27
%global commit_date 20260524
%global commit_date 20260525
%global goipath github.com/XTLS/Xray-core
Version: %{ver}^%{commit_date}git.%{shortcommit}
-2
View File
@@ -3,6 +3,4 @@ project pkg {
rpm {
spec = "consolekit.spec"
}
labels {
}
}
+1 -1
View File
@@ -2,7 +2,7 @@
%global _desc Send usage data from your Python code to PostHog.
Name: python-%{pypi_name}
Version: 7.15.3
Version: 7.15.4
Release: 1%{?dist}
Summary: Send usage data from your Python code to PostHog
License: MIT
@@ -2,8 +2,8 @@
%global _desc Python bindings for FluidSynth.
Name: python-%{pypi_name}
Version: 1.3.4
Release: 3%?dist
Version: 1.3.6
Release: 1%{?dist}
Summary: Python bindings for FluidSynth
License: LGPL-2.1
URL: https://github.com/nwhitehead/pyfluidsynth
@@ -1,5 +1,5 @@
%global commit df452876bbcabefe36ada5f956a06beb859d778d
%global commit_date 20260523
%global commit 23246f8aa1afde10a76959b021a66065d8758a55
%global commit_date 20260525
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global pypi_name types-colorama
@@ -1,6 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "buzz.spec"
}
rpm {
spec = "wget.spec"
}
}
+1
View File
@@ -0,0 +1 @@
rpm.version(pypi("wget"));
+50
View File
@@ -0,0 +1,50 @@
%global pypi_name wget
%global _desc Pure Python download utility.
%global commit fdd3a0f8404ccab90f939f9952af139e6c55142a
%global commit_date 20141004
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: python-%{pypi_name}
Version: 3.2
Release: 1%{?dist}
Summary: Pure Python download utility
License: LicenseRef-Fedora-Public-Domain
URL: https://pypi.org/project/wget/
Source0: https://github.com/steveej/python-wget/archive/%commit/python-wget-%commit.zip
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-importlib-metadata
BuildRequires: python3-wheel
BuildRequires: python3-setuptools
Packager: Its-J <jonah@fyralabs.com>
%description
%_desc
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
%_desc
%prep
%autosetup -n %{name}-%{commit}
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files wget
%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.txt
%changelog
* Sun May 24 2026 Its-J <jonah@fyralabs.com>
- Initial commit
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/bash
version=0.17.0-dev.338+0d4f3cc67
version=0.17.0-dev.340+c02d39a21
mirrors=()
@@ -6,7 +6,7 @@
%define llvm_compat 22
%endif
%global llvm_version 22.0.0
%global ver 0.17.0-dev.338+0d4f3cc67
%global ver 0.17.0-dev.340+c02d39a21
%bcond bootstrap 1
%bcond docs %{without bootstrap}
%bcond test 1
+1 -1
View File
@@ -18,7 +18,7 @@
%global zig_cache_dir %{builddir}/zig-cache
Name: zig-master
Version: 0.17.0~dev.338+0d4f3cc67
Version: 0.17.0~dev.340+c02d39a21
Release: 2%{?dist}
Summary: Master builds of the Zig language
License: MIT AND NCSA AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND Inner-Net-2.0 AND ISC AND LicenseRef-Fedora-Public-Domain AND GFDL-1.1-or-later AND ZPL-2.1
@@ -1,6 +1,6 @@
%global commit f980045c859bcf5e9b691f550f0634ac82ce7bf5
%global commit c4ba7e2649becd6c28289095b2992c7c0b4bb5e4
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260516
%global commit_date 20260525
%global ver 0.6.7
# We aren't using Mono but RPM expected Mono
@@ -1,6 +1,6 @@
%global commit 0f45f59efdf2bb3a2ccdeec8ddd06a3efe99234a
%global commit 38ac251f9110fac6741470e229a3947b960d53d7
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260519
%global commitdate 20260525
%global ver 1.1.1
%global appid com.sched_ext.scx
%global developer "sched-ext Contributors"
@@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: cloudflare-speed-cli
Version: 0.6.14
Version: 1.0.0
Release: 1%{?dist}
Summary: CLI for internet speed test via cloudflare
+1 -1
View File
@@ -2,7 +2,7 @@
%global oldpkgname yt-dlp-nightly
Name: yt-dlp-git
Version: 2026.05.16.203101
Version: 2026.05.24.230843
Release: 1%{?dist}
Summary: A command-line program to download videos from online video platforms