Compare commits

...

8 Commits

Author SHA1 Message Date
Owen Zimmerman 8d287755e2 tireddd
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-05-25 00:46:03 -05:00
Owen Zimmerman 3a720dead2 weh
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-05-25 00:44:12 -05:00
Owen Zimmerman 6ccfb049c4 bdep
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-05-25 00:34:22 -05:00
Owen-sz d02303c5cf add: nemo-toolkit
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-05-24 23:48:42 -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
15 changed files with 160 additions and 16 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"));
+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,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
+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}
+6
View File
@@ -0,0 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "nemo-toolkit.spec"
}
}
@@ -0,0 +1,57 @@
%global pypi_name nemo_toolkit
%global real_name nemo-toolkit
%global _desc A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech).
Name: python-%{real_name}
Version: 2.7.3
Release: 1%{?dist}
Summary: Scalable generative AI framework built for researchers and developers
License: Apache-2.0
URL: https://docs.nvidia.com/nemo/speech/nightly/index.html
Source0: %{pypi_source}
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-importlib-metadata
BuildRequires: python3-setuptools
BuildArch: noarch
Packager: Owen Zimmerman <owen@fyralabs.com>
%description
%_desc
%package -n python3-%{real_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{real_name}}
%description -n python3-%{real_name}
%_desc
%prep
%autosetup -n %{pypi_name}-%{version}
%pyproject_patch_dependency protobuf:drop_constraints
%pyproject_patch_dependency fsspec:drop_constraints
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files nemo
%pyproject_save_files scripts
%pyproject_save_files tests
%files -n python3-%{real_name} -f %{pyproject_files}
%doc README.md
%license LICENSE
%{python3_sitelib}/nemo/
%{python3_sitelib}/scripts/
%{python3_sitelib}/examples/
%changelog
* Sun May 24 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
@@ -0,0 +1 @@
rpm.version(pypi("PyQt6-Qt6"));
@@ -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 @@
%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 -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