Compare commits

..

1 Commits

Author SHA1 Message Date
madonuko 234225b2cc add: t3code 2026-03-27 14:50:24 +08:00
38 changed files with 106 additions and 57 deletions
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-canary-openasar
Version: 0.0.930
Version: 0.0.928
Release: 1%{?dist}
Summary: A snappier Discord rewrite with features like further customization and theming
License: MIT AND https://discord.com/terms
+1 -1
View File
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-canary
Version: 0.0.930
Version: 0.0.928
Release: 1%{?dist}
Summary: Free Voice and Text Chat for Gamers
URL: discord.com
+2 -2
View File
@@ -1,9 +1,9 @@
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
%global ver 13.3.0
%global commit 51a55180fbed01ea08b3697278e3380083b036af
%global commit 0ad3357a7675c11d462ec2e6752b04b285eeb658
%global shortcommit %{sub %{commit} 1 7}
%global commit_date 20260328
%global commit_date 20260327
%global devel_name QtColorWidgets
%global _distro_extra_cflags -fuse-ld=mold
%global _distro_extra_cxxflags -fuse-ld=mold
@@ -1,5 +1,5 @@
%global commit c7fe14088cc22c3838250cd7837bc1eb20b44194
%global commit_date 20260328
%global commit 779f37454360c1b9bcb779afdaf25137f33b886b
%global commit_date 20260327
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global debug_package %nil
%global __strip /bin/true
+2 -2
View File
@@ -1,9 +1,9 @@
# Disable X11 for RHEL 10+
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
%global commit 2ad46a3c3cb57538b1e9bfb84276f76468cd0e39
%global commit 1a545faf282c555eec51f202963f5e337d673190
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260328
%global commit_date 20260326
%global ver 0.41.0
Name: mpv-nightly
+1 -1
View File
@@ -1,4 +1,4 @@
%global ver 2026-03-28
%global ver 2026-03-26
%global goodver %(echo %ver | sed 's/-//g')
%global __brp_mangle_shebangs %{nil}
%bcond_without mold
+1 -1
View File
@@ -1,5 +1,5 @@
Name: driftwm
Version: 0.1.2
Version: 0.1.1
Release: 1%{?dist}
Summary: A trackpad-first infinite canvas Wayland compositor
License: GPL-3.0-or-later
@@ -1,5 +1,5 @@
%global commit 376fe37ca7e6b8535fa7de1629cdca5d311cef88
%global commit_date 20260328
%global commit 157d3a03dd313fc1a37e7e6c57f20ffb2440b9ba
%global commit_date 20260327
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global extension multi-monitors-bar
+1 -1
View File
@@ -7,7 +7,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: asar
Version: 4.1.2
Version: 4.1.1
Release: 1%{?dist}
Summary: Simple extensive tar-like archive format with indexing
License: MIT
+1 -1
View File
@@ -6,7 +6,7 @@
%global crate deno
Name: rust-deno
Version: 2.7.9
Version: 2.7.8
Release: 1%{?dist}
Summary: Deno executable
@@ -1,6 +1,6 @@
%global commit 12458e3ace41123899d48729dcf32ef58caf5160
%global commit 6057f8d2b75631937fa7c2fc240a8bbe9137176f
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global fulldate 2026-03-27
%global fulldate 2026-03-26
%global commit_date %(echo %{fulldate} | sed 's/-//g')
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
%global ver 1.3.2
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "t3code.spec"
}
}
+44
View File
@@ -0,0 +1,44 @@
%global npm_name t3
%define debug_package %nil
Name: t3code
Version: 0.0.14
Release: 1%?dist
Summary: Minimal web GUI for coding agents
SourceLicense: MIT
License: FIXME
URL: https://t3.codes
Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
Source1: https://raw.githubusercontent.com/pingdotgg/t3code/v%{version}/README.md
Source2: https://raw.githubusercontent.com/pingdotgg/t3code/v%{version}/LICENSE
Packager: madonuko <mado@fyralabs.com>
Provides: t3 = %evr
BuildRequires: nodejs-packaging
BuildRequires: nodejs-npm
BuildRequires: nodejs-license-checker
%description
T3 Code is a minimal web GUI for coding agents (currently Codex and Claude, more coming soon).
%prep
%npm_prep
cp %{S:1} %{S:2} .
%build
%install
%npm_install
%__npm_license_checker
%npm_license -o LICENSE.modules
%files
%doc README.md
%license LICENSE
%license LICENSE.modules
%{nodejs_sitelib}/%{npm_name}/
%{_bindir}/%{npm_name}
%changelog
* Fri Mar 27 2026 madonuko <mado@fyralabs.com> - 0.0.14-1
- Initial package
+1
View File
@@ -0,0 +1 @@
rpm.version(gh_rawfile("pingdotgg/t3code", "main", "apps/server/package.json").json().version);
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit 54a95e717d4ed1589c9b0e38648f65424defc74b
%global commit d77aba3ee721e4b93c9deb937739eed3b602df45
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260328
%global commit_date 20260327
%global ver 0.231.0
%bcond_with check
+2 -2
View File
@@ -52,8 +52,8 @@
%global fontdescription %{expand:
Versatile typeface for code, from code.}
Version: 34.3.0
Release: 1%{?dist}
Version: 34.2.1
Release: 1%?dist
Packager: Cappy Ishihara <cappy@fyralabs.com>
Summary: Versatile typeface for code, from code.
BuildRequires: rpm_macro(fontpkg)
+2 -2
View File
@@ -1,6 +1,6 @@
Name: opengamepadui
Version: 0.45.0
Release: 1%{?dist}
Version: 0.44.3
Release: 1%?dist
Summary: Open source gamepad-native game launcher and overlay
License: GPLv3
+2 -2
View File
@@ -9,8 +9,8 @@
# GLIBCXX_ASSERTIONS is known to break RPCS3
%global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
%global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
%global commit 51ea735cb5fab5f3ab0dda756f19a753aaa07451
%global ver 0.0.40-19120
%global commit bb3e2689d4fa7ba43011ac98dae1b10a55807437
%global ver 0.0.40-19107
Name: rpcs3
Version: %(echo %{ver} | sed 's/-/^/g')
@@ -14,7 +14,7 @@
# https://github.com/abenz1267/elephant
%global goipath github.com/abenz1267/elephant
Version: 2.20.3
Version: 2.20.2
%gometa -f
@@ -26,7 +26,7 @@ Elephant - cuz it's phat - is a powerful data provider service and backend for b
%global godocs README.md
Name: elephant
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Data provider service and backend for building custom application launchers & desktop utilities
License: GPL-3.0-only
+3 -3
View File
@@ -1,7 +1,7 @@
%global commit d2758a023cd7f4174a5a5fa4ff66e487d4342ba0
%global commit cb7bfeb54c79d7e81ee1f9d8c6a7e0a2125ab898
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver v26.3.27
%global commit_date 20260328
%global ver v26.2.6
%global commit_date 20260324
%global goipath github.com/XTLS/Xray-core
Version: %{ver}^%{commit_date}git.%{shortcommit}
+1 -1
View File
@@ -1,7 +1,7 @@
# Disabled because compiled without debug
%global goipath github.com/XTLS/Xray-core
Version: 26.3.27
Version: 26.3.23
%global golicenses LICENSE
%global godocs README.md SECURITY.md CODE_OF_CONDUCT.md
+2 -2
View File
@@ -1,8 +1,8 @@
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
%global commit 5c86c1eda9cd75e0fa85b132ca4c8306e9fc81d5
%global commit 2fc9c8084c36c19395cbfb16a118f05e2677f3b2
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 2.3.1
%global commit_date 20260328
%global commit_date 20260327
%global debug_package %nil
Name: nim-nightly
@@ -1,5 +1,5 @@
%global commit e78872c57e4129e793f7665d62ecc91bbdc6f483
%global commit_date 20260328
%global commit 07f0b07dd4d3a827d5898b71267665fa93b90f37
%global commit_date 20260327
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global pypi_name types-colorama
+1 -1
View File
@@ -1,7 +1,7 @@
%define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
%global crate zoi-rs
%global crate_version 1.9.4
%global crate_version 1.9.3
Name: rust-zoi-rs
Version: %(echo %crate_version | sed 's/-/~/g')
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/bash
version=0.16.0-dev.3013+abd131e33
version=0.16.0-dev.2984+cb7d2b056
mirrors=()
@@ -7,7 +7,7 @@
%define llvm_compat 20
%endif
%global llvm_version 20.0.0
%global ver 0.16.0-dev.3013+abd131e33
%global ver 0.16.0-dev.2984+cb7d2b056
%bcond bootstrap 1
%bcond docs %{without bootstrap}
%bcond test 1
@@ -18,7 +18,6 @@ Source1: gstreamer-bad.metainfo.xml
Patch0: %{name}-lcevcdec4.patch
# Requires Provides with and without _isa defined due to package dependencies
Obsoletes: %{name}-libs < 2:1.26.8-3
Obsoletes: %{name}-free < %{?epoch}:%{version}-%{release}
Provides: %{name}-free = %{?epoch}:%{version}-%{release}
Provides: %{name}-free%{?_isa} = %{?epoch}:%{version}-%{release}
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit 5d01f5717c1489101918258fbed97659a390c356
%global commit 926a56f486c51835654391a535b7c3ccb3470a6e
%global shortcommit %{sub %{commit} 1 7}
%global commit_date 20260327
%global commit_date 20260322
Name: vgmstream
Version: 0~%{commit_date}git.%shortcommit
@@ -1,8 +1,8 @@
%global buildforkernels akmod
%global debug_package %{nil}
%global commit 51fe72485032c779a261430a8100eaad5d8696b8
%global commit 9323d2e45e8423321d90d7b3832fbfaf398a159a
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260328
%global commit_date 20260319
%global modulename intel-ipu6
# Actual "release" version, currently unused as the release versions are back and forth on if on if they use 1.0.0 or 1.0.1
%global ver 1.0.1
@@ -1,7 +1,7 @@
%global debug_package %{nil}
%global commit 51fe72485032c779a261430a8100eaad5d8696b8
%global commit 9323d2e45e8423321d90d7b3832fbfaf398a159a
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260328
%global commit_date 20260319
%global modulename intel-ipu6
# Actual "release" version, currently unused as the release versions are back and forth on if on if they use 1.0.0 or 1.0.1
%global ver 1.0.1
@@ -1,7 +1,7 @@
%global debug_package %{nil}
%global commit 51fe72485032c779a261430a8100eaad5d8696b8
%global commit 9323d2e45e8423321d90d7b3832fbfaf398a159a
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260328
%global commit_date 20260319
# Actual "release" version, currently unused as the release versions are back and forth on if on if they use 1.0.0 or 1.0.1
# Use this if they ever stop doing that I guess
%global ver 1.0.1
+2 -2
View File
@@ -1,7 +1,7 @@
%global debug_package %{nil}
%global commit d0240212254372a5a7bb9984c8c2345492893a1e
%global commit f5ae12766beb5d39741cf7cde2ef0d3691edac8a
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260328
%global commit_date 20260325
%global patches %{_datadir}/src/nvidia-patch
@@ -1,6 +1,6 @@
%global commit c41aa4658bf8d79a9a779b8cf4870f310fe5f995
%global commit a27e8edfccf4f3e37c6c0a5b9595d9653ea95825
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260328
%global commitdate 20260327
%global ver 1.1.0
%undefine __brp_mangle_shebangs
@@ -1,6 +1,6 @@
%global commit 301cf6da5402a6ef07952f95fe051e1af0ea8709
%global commit 80342f21ab827f42d5bb9e0010aa2ddf9e03d659
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260328
%global commitdate 20260324
%global ver 1.1.0
%global appid com.sched_ext.scx
%global developer "sched-ext Contributors"
+1 -1
View File
@@ -1,5 +1,5 @@
Name: vicinae
Version: 0.20.9
Version: 0.20.8
Release: 1%{?dist}
License: GPL-3.0
URL: https://docs.vicinae.com
+1 -1
View File
@@ -5,7 +5,7 @@
%global crate mise
Name: rust-mise
Version: 2026.3.17
Version: 2026.3.16
Release: 1%{?dist}
Summary: Front-end to your dev env
+2 -2
View File
@@ -1,5 +1,5 @@
%global commit 1848c39566fb23666e1125f467fb9caf648489c8
%global commit_date 20260328
%global commit 1af2940cb5f1f5b3c9dd2c0259aa0b024c1a9234
%global commit_date 20260327
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: spotx-bash
+1 -1
View File
@@ -2,7 +2,7 @@
%global oldpkgname yt-dlp-nightly
Name: yt-dlp-git
Version: 2026.03.28.001132
Version: 2026.03.21.195239
Release: 1%{?dist}
Summary: A command-line program to download videos from online video platforms