mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3152d995c2 |
@@ -73,6 +73,6 @@ jobs:
|
||||
# Upload the results to GitHub's code scanning dashboard (optional).
|
||||
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
|
||||
- name: "Upload to code-scanning"
|
||||
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
|
||||
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: bazzite-portal
|
||||
Version: 0.2.3
|
||||
Version: 0.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Bazzite Portal is a tabbed frontend for curated script execution, with a focus on distro specific QOL shortcuts
|
||||
URL: https://github.com/ublue-os/yafti-gtk
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary-openasar
|
||||
Version: 1.0.1075
|
||||
Version: 1.0.1067
|
||||
Release: 1%{?dist}
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: discord-canary
|
||||
Version: 1.0.1075
|
||||
Version: 1.0.1067
|
||||
Release: 1%{?dist}
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: discord.com
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
|
||||
|
||||
%global ver 13.3.0
|
||||
%global commit 95032bd2b752c711860ed06b9f0225243a4b6cbd
|
||||
%global commit 410cfae9e2ab32c376e3844c0fc41470362c3174
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20260513
|
||||
%global commit_date 20260508
|
||||
%global devel_name QtColorWidgets
|
||||
%global _distro_extra_cflags -fuse-ld=mold
|
||||
%global _distro_extra_cxxflags -fuse-ld=mold
|
||||
|
||||
@@ -43,7 +43,6 @@ A graphical user interface for %{name}.
|
||||
%build
|
||||
%global gomodulesmode GO111MODULE=on
|
||||
%gobuild -o %{name} .
|
||||
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
|
||||
|
||||
pushd app
|
||||
%npm_build -B
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Disable X11 for RHEL 10+
|
||||
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||
|
||||
%global commit 21351a058030cc67e50be138ca7bd4f96b448db2
|
||||
%global commit 7732c305a5d23c145e84a54eaf1695f263bf9210
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260513
|
||||
%global commit_date 20260512
|
||||
%global ver 0.41.0
|
||||
|
||||
Name: mpv-nightly
|
||||
@@ -21,7 +21,6 @@ BuildRequires: gcc
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: libatomic
|
||||
BuildRequires: meson
|
||||
BuildRequires: cmake
|
||||
BuildRequires: python3-docutils
|
||||
|
||||
BuildRequires: perl(Encode)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global ver 2026-05-13
|
||||
%global ver 2026-05-12
|
||||
%global goodver %(echo %ver | sed 's/-//g')
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
%bcond_without mold
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
%endif
|
||||
|
||||
Name: scrcpy
|
||||
Version: 4.0
|
||||
Release: 1%{?dist}
|
||||
Version: 3.3.4
|
||||
Release: 1%?dist
|
||||
Summary: Display and control your Android device
|
||||
License: Apache-2.0 AND Proprietary
|
||||
URL: https://github.com/Genymobile/scrcpy
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
- "node": "24.15.0"
|
||||
- "node": "24.14.0"
|
||||
+ "node": ">= 22"
|
||||
},
|
||||
"build": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: signal-desktop
|
||||
%electronmeta -aD
|
||||
Version: 8.10.0
|
||||
Version: 8.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A private messenger for Windows, macOS, and Linux
|
||||
URL: https://signal.org
|
||||
@@ -70,8 +70,7 @@ pushd sticker-creator
|
||||
popd
|
||||
%dnl %pnpm_build -r generate,build:policy-files,generate,build:esbuild:prod
|
||||
%{__pnpm} run generate
|
||||
%{__pnpm} run build-linux --%{_electron_cpu} --linux AppImage
|
||||
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
|
||||
%{__pnpm} run build-linux
|
||||
|
||||
%install
|
||||
%electron_install -i signal -l -I build/icons/png
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
%global commit 5d5bb105380a90b2f9767df328eb846009299ddb
|
||||
%global commit_date 20260513
|
||||
%global commit fb4d52638e4677f8192292621e4f2a08f61a88f7
|
||||
%global commit_date 20260512
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global extension multi-monitors-bar
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
A hardware-accelerated terminal emulator focusing to run in desktops and browsers.}
|
||||
|
||||
Name: rio
|
||||
Version: 0.4.4
|
||||
Version: 0.4.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A hardware-accelerated terminal written in Rust.
|
||||
SourceLicense: MIT
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit cc84bed4eb7b66db5695e72ad0b65577e9aaa292
|
||||
%global commit 1a2e50e3f222ae7d223acf718d2e8384a9b7fbe6
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260513
|
||||
%global commit_date 20260512
|
||||
%global ver 1.3.0
|
||||
|
||||
%bcond_with check
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%global ver 1.2.3-pre
|
||||
%global ver 1.2.2-pre
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
%global rustflags_debuginfo 0
|
||||
|
||||
Name: zed
|
||||
Version: 1.1.8
|
||||
Version: 1.1.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Zed is a high-performance, multiplayer code editor
|
||||
SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "zsh-autocomplete.spec"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
%define debug_package %nil
|
||||
|
||||
Name: zsh-autocomplete
|
||||
Version: 25.03.19
|
||||
Release: 1%?dist
|
||||
@@ -6,7 +8,6 @@ License: MIT
|
||||
URL: https://github.com/marlonrichert/zsh-autocomplete
|
||||
Source0: %url/archive/refs/tags/%version.tar.gz
|
||||
Packager: madonuko <mado@fyralabs.com>
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This plugin for Zsh adds real-time type-ahead autocompletion to your command
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%global crate chess-tui
|
||||
|
||||
Name: rust-chess-tui
|
||||
Version: 2.7.0
|
||||
Version: 2.6.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Rusty chess game in your terminal 🦀
|
||||
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
%global name_pretty %{quote:Prism Launcher (Nightly)}
|
||||
%global appid org.prismlauncher.PrismLauncher-nightly
|
||||
|
||||
%global commit 323c25d83b08b5654294ac2a1851a0a73f2022b9
|
||||
%global commit ecc551b44e5265aee504dd7828b0ba4cc1e0569c
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global commit_date 20260513
|
||||
%global commit_date 20260512
|
||||
%global snapshot_info %{commit_date}.%{shortcommit}
|
||||
|
||||
# Change this variables if you want to use custom keys
|
||||
|
||||
@@ -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 320e8d634ae0a0dc0917e9483d12e5156c655160
|
||||
%global ver 0.0.40-19359
|
||||
%global commit fb1c1eeaefe61aabad521e4ca73afe65e428a285
|
||||
%global ver 0.0.40-19350
|
||||
|
||||
Name: rpcs3
|
||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
||||
%global commit 6204e48ba597972569eab9148b630bbf0ed66fce
|
||||
%global commit f0c60b06e5cff8064bf0a9a32ec2d2bc14a694d9
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 2.3.1
|
||||
%global commit_date 20260513
|
||||
%global commit_date 20260510
|
||||
%global debug_package %nil
|
||||
|
||||
Name: nim-nightly
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
%global _desc The model-definition framework for state-of-the-art machine learning models.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 5.8.1
|
||||
Release: 1%{?dist}
|
||||
Version: 5.8.0
|
||||
Release: 2%{?dist}
|
||||
Summary: The model-definition framework for state-of-the-art machine learning models
|
||||
License: Apache-2.0
|
||||
URL: https://huggingface.co/docs/transformers/index
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 4f63ff20e1fe9a7928358cfd3693af194380af15
|
||||
%global commit_date 20260513
|
||||
%global commit bfcf8df2918b0d24c810a31d9b56c4a9ddd23958
|
||||
%global commit_date 20260512
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name types-colorama
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate television
|
||||
|
||||
Name: rust-television
|
||||
Version: 0.15.7
|
||||
Version: 0.15.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Very fast, portable and hackable fuzzy finder for the terminal
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate zellij
|
||||
|
||||
Name: rust-zellij
|
||||
Version: 0.44.3
|
||||
Version: 0.44.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Terminal workspace with batteries included
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
version=0.17.0-dev.298+ad1b746e2
|
||||
version=0.17.0-dev.296+a85a29ae4
|
||||
|
||||
mirrors=()
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%define llvm_compat 22
|
||||
%endif
|
||||
%global llvm_version 22.0.0
|
||||
%global ver 0.17.0-dev.298+ad1b746e2
|
||||
%global ver 0.17.0-dev.296+a85a29ae4
|
||||
%bcond bootstrap 1
|
||||
%bcond docs %{without bootstrap}
|
||||
%bcond test 1
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
%global zig_cache_dir %{builddir}/zig-cache
|
||||
|
||||
Name: zig-master
|
||||
Version: 0.17.0~dev.298+ad1b746e2
|
||||
Version: 0.17.0~dev.292+fc1c83a36
|
||||
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 7a7081bfd29b8f3a8f2257010c6a3684598e6bf6
|
||||
%global commit 49b3bcbb6bfebf2ed44dd9f25102d2e1a94a58c4
|
||||
%global ver 1.8.64
|
||||
%global commit_date 20260513
|
||||
%global commit_date 20260508
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: tdlib-nightly
|
||||
|
||||
@@ -11,7 +11,7 @@ License: GPL-3.0-or-later
|
||||
URL: https://openbangla.github.io/
|
||||
Source0: https://github.com/OpenBangla/OpenBangla-Keyboard/archive/%commit.tar.gz
|
||||
Source1: https://github.com/OpenBangla/riti/archive/master.tar.gz
|
||||
BuildRequires: cmake anda-srpm-macros rust-packaging git-core gcc-c++
|
||||
BuildRequires: cmake anda-srpm-macros rust-packaging rust cargo git-core gcc-c++
|
||||
BuildRequires: qt5-qtbase-devel pkgconfig(ibus-1.0) fcitx5-devel pkgconfig(libzstd)
|
||||
Requires: qt5-qtbase hicolor-icon-theme zstd
|
||||
Requires: openbangla-im = %version-%release
|
||||
@@ -50,7 +50,8 @@ OpenBangla Keyboard for Fcitx5.
|
||||
|
||||
%build
|
||||
if [[ -d build ]]; then rm -rf build; fi
|
||||
%cmake -DENABLE_FCITX=YES -DENABLE_IBUS=YES -DBUILD_SHARED_LIBS:BOOL=OFF
|
||||
%cmake -DENABLE_FCITX=YES -DENABLE_IBUS=YES -DBUILD_SHARED_LIBS:BOOL=OFF -DCMAKE_EXPERIMENTAL_ENABLE_RUST_AND_SWIFT=ON
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
|
||||
Name: uwufetch
|
||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
|
||||
License: GPL-3.0-or-later
|
||||
License: GPL-3.0
|
||||
URL: https://github.com/ad-oliviero/uwufetch
|
||||
BuildRequires: make gcc git anda-srpm-macros pciutils-devel
|
||||
Requires: freecolor
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit b7eb614d7ab4c1de56de6fab906fe46dc4798e12
|
||||
%global commit cbe523b693d78f1239a41f8fe1a26484996f43e9
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 20260512150306
|
||||
%global commit_date 20260513
|
||||
%global ver 20260512024130
|
||||
%global commit_date 20260512
|
||||
|
||||
Name: v2ray-domain-list-community
|
||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
Summary: A complete solution to record, convert and stream audio and video
|
||||
Name: ffmpeg
|
||||
Version: 8.1.1
|
||||
Release: 1%{?dist}
|
||||
Version: 8.0.1
|
||||
Release: 3%?dist
|
||||
License: LGPLv3+
|
||||
URL: http://%{name}.org/
|
||||
Epoch: 1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: gstreamer1-plugin-libav
|
||||
Version: 1.28.3
|
||||
Version: 1.28.2
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: GStreamer Libav plugin
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
%global majorminor 1.0
|
||||
|
||||
Name: gstreamer1-plugins-bad
|
||||
Version: 1.28.3
|
||||
Version: 1.28.2
|
||||
Release: 1%{?dist}
|
||||
Epoch: 2
|
||||
Summary: GStreamer streaming media framework "bad" plugins
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 6a4beb41a2544bd75641047af5f18b97c8ee5dbf
|
||||
%global commit 2fddd37cdec8f17d59d0ff7c4d72f336eaad9e3b
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20260512
|
||||
%global commit_date 20260510
|
||||
|
||||
Name: vgmstream
|
||||
Version: 0~%{commit_date}git.%shortcommit
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit ced3762a67b69d66cda5b929500e5bcf266c4217
|
||||
%global commit_date 20260513
|
||||
%global commit 9a46affc33710a1acf115851c696db9e206f2b16
|
||||
%global commit_date 20260512
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: cloud-hypervisor-nightly
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit c630228b0df1d6612335aca0a13f039b58c679e0
|
||||
%global commit 38d5d947269b1a37f229af30f3cab7dccfa7e711
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260513
|
||||
%global commit_date 20260510
|
||||
%global ver 0.6.7
|
||||
|
||||
# We aren't using Mono but RPM expected Mono
|
||||
|
||||
@@ -38,7 +38,7 @@ install -Dm 644 completions.fish %{buildroot}%{fish_completions_dir}/%{name}.fis
|
||||
install -Dm 644 completions.zsh %{buildroot}%{zsh_completions_dir}/_%{name}
|
||||
|
||||
%files
|
||||
%doc README.md CHANGELOG.md
|
||||
%doc README.md SECURITY.md CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md
|
||||
%license LICENSE
|
||||
%{_bindir}/%{name}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit af47f06b18939fccbef7b5ab9f6413d7463c10b9
|
||||
%global commit ae839bc2f959db23b983a9a692f3c531ef1c6a08
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260513
|
||||
%global commitdate 20260512
|
||||
%global ver 1.1.0
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global goipath github.com/arduino/remoteocd
|
||||
|
||||
%global commit 7109bed7d4f138795d7a5c07c0b9d292fd81d77d
|
||||
%global commit_date 20260513
|
||||
%global commit ada87dad6fb195d57c4e2abbe2e6c99092c12d33
|
||||
%global commit_date 20260505
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Version: 0^%commit_date.%shortcommit
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: cloudflare-speed-cli
|
||||
Version: 0.6.10
|
||||
Version: 0.6.8
|
||||
Release: 1%{?dist}
|
||||
Summary: CLI for internet speed test via cloudflare
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
Name: kittyCAD-cli
|
||||
Version: 0.2.167
|
||||
Version: 0.2.165
|
||||
Release: 1%{?dist}
|
||||
Summary: The Zoo command line tool for KittyCAD
|
||||
URL: https://github.com/KittyCAD/cli
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# https://github.com/nats-io/natscli
|
||||
%global goipath github.com/nats-io/natscli
|
||||
%global commit 1643ccaf83d6b4d79f9c7d2b142984ec6d2281e2
|
||||
%global commit_date 20260513
|
||||
%global commit 69d70e5c15fa8f93b42031c61f504c8463ddfe4a
|
||||
%global commit_date 20260512
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
|
||||
%gometa -f
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 6745396fbf6b578a1aff1fa0d1240da4a42ec2f6
|
||||
%global commit_date 20260513
|
||||
%global commit 13a00815aec535ca50d2ac0e4abdb4f52cf8904d
|
||||
%global commit_date 20260509
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: raindrop
|
||||
|
||||
Reference in New Issue
Block a user