Compare commits

..

1 Commits

Author SHA1 Message Date
madomado 2a273ce742 fix(v2ray-nightly): versioning
Signed-off-by: madomado <madonuko@outlook.com>
2026-06-12 14:04:44 +08:00
95 changed files with 145 additions and 256 deletions
-5
View File
@@ -1,5 +0,0 @@
# Terra apps Folder
This folder is for all graphical-first, general purpose applications.
Any packages that have a graphical subpackage, or have a more specific purpose that better matches a different folder (for example, zed or veracrypt), should be placed in a more specific folder.
Use your best judgement.
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-canary-openasar
Version: 1.0.1260
Version: 1.0.1251
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
@@ -1,5 +1,5 @@
Name: discord-canary
Version: 1.0.1260
Version: 1.0.1251
Release: 1%{?dist}
Summary: Free Voice and Text Chat for Gamers
URL: discord.com
+2 -2
View File
@@ -1,5 +1,5 @@
%global commit 373646a12620a82e9684d79c1066f9b48bf3eed1
%global commit_date 20260613
%global commit da87233d87da578c314f66c0ccc51ef3ae7141c3
%global commit_date 20260606
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: envision-nightly
+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 e79773b9895539980c0434182ca9154180c1e8f0
%global commit e408812d77ff1835957f85796c4cf737466bd69d
%global shortcommit %{sub %{commit} 1 7}
%global commit_date 20260613
%global commit_date 20260611
%global devel_name QtColorWidgets
%global _distro_extra_cflags -fuse-ld=mold
%global _distro_extra_cxxflags -fuse-ld=mold
+1
View File
@@ -4,5 +4,6 @@ project pkg {
}
labels {
nightly = 1
mock = 1
}
}
+34 -17
View File
@@ -1,16 +1,19 @@
%global commit 7d933c652919899e46a6dfa0ac08dac36c492d95
%global commit_date 20260614
%global commit 9347d4c7f8a58e619ab357adf14843371377b12e
%global commit_date 20260605
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global debug_package %nil
# terrible evil no good very bad hack
# fix one day
%global __requires_exclude_from (.*)lib(.*)so(.*)
%global __strip /bin/true
%global __provides_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*))$
%ifnarch aarch64
%global __requires_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*)|(.*\\aarch64*\\.so.*))$
%elifarch aarch64
%global __requires_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*)|(.*\\x86_64*\\.so.*)|(.*\\x86-64*\\.so.*))$
%endif
Name: legcord-nightly
%electronmeta -D
Version: %commit_date.%shortcommit
Release: 1%{?dist}
License: OSL-3.0 AND %{electron_license}
License: OSL-3.0
Summary: Custom lightweight Discord client designed to enhance your experience
URL: https://github.com/Legcord/Legcord
Group: Applications/Internet
@@ -28,21 +31,38 @@ while keeping everything lightweight.
%git_clone %{url}.git %{commit}
%build
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
%pnpm_build -r build
pnpm install
pnpm run build
pnpm run package --linux AppImage tar.gz
%install
%electron_install -i legcord -l -I dist/.icon-set/icon_16.png -I dist/.icon-set/icon_32.png -I dist/.icon-set/icon_48x48.png -I dist/.icon-set/icon_64.png -I dist/.icon-set/icon_128.png -I dist/.icon-set/icon_256.png -I dist/.icon-set/icon_512.png -I dist/.icon-set/icon_1024.png
mkdir -p %{buildroot}%{_datadir}/legcord
%ifarch aarch64
mv dist/linux-arm64-unpacked/* %{buildroot}%{_datadir}/legcord
%else
mv dist/linux-unpacked/* -t %{buildroot}%{_datadir}/legcord
%endif
mkdir -p %{buildroot}%{_bindir}
ln -sf %{_datadir}/legcord/legcord %{buildroot}%{_bindir}/legcord
install -Dm644 dist/.icon-set/icon_16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/legcord.png
install -Dm644 dist/.icon-set/icon_32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/legcord.png
install -Dm644 dist/.icon-set/icon_48x48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/legcord.png
install -Dm644 dist/.icon-set/icon_64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/legcord.png
install -Dm644 dist/.icon-set/icon_128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/legcord.png
install -Dm644 dist/.icon-set/icon_256.png %{buildroot}%{_iconsdir}/hicolor/256x256/apps/legcord.png
install -Dm644 dist/.icon-set/icon_512.png %{buildroot}%{_iconsdir}/hicolor/512x512/apps/legcord.png
install -Dm644 dist/.icon-set/icon_1024.png %{buildroot}%{_iconsdir}/hicolor/1024x1024/apps/legcord.png
dist/Legcord-*.AppImage --appimage-extract '*.desktop'
%desktop_file_install -k Exec,Icon -v "%{_libdir}/legcord-nightly/Legcord",legcord -u %U -f squashfs-root/Legcord.desktop
desktop-file-install --set-key=Exec --set-value="%{_datadir}/legcord/legcord %U" squashfs-root/legcord.desktop
%files
%doc README.md
%license license.txt
%{_bindir}/legcord-nightly
%{_datadir}/applications/Legcord.desktop
%{_libdir}/legcord-nightly/
%{_bindir}/legcord
%{_datadir}/applications/legcord.desktop
%{_datadir}/legcord/
%{_iconsdir}/hicolor/16x16/apps/legcord.png
%{_iconsdir}/hicolor/32x32/apps/legcord.png
%{_iconsdir}/hicolor/48x48/apps/legcord.png
@@ -53,9 +73,6 @@ dist/Legcord-*.AppImage --appimage-extract '*.desktop'
%{_iconsdir}/hicolor/1024x1024/apps/legcord.png
%changelog
* Mon May 18 2026 june-fish <june@fyralabs.com> - 1.2.4-1
- Use electron macros
* Fri Nov 22 2024 owen <owen@fyralabs.com> - 1.0.2-2
- Add nightly package.
+3
View File
@@ -2,4 +2,7 @@ project pkg {
rpm {
spec = "legcord.spec"
}
labels {
mock =1
}
}
+32 -15
View File
@@ -1,14 +1,17 @@
%global debug_package %nil
%define debug_package %nil
# terrible evil no good very bad hack
# fix one day
%global __requires_exclude_from (.*)lib(.*)so(.*)
# Exclude private libraries
%global __provides_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*))$
%ifnarch aarch64
%global __requires_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*)|(.*\\aarch64*\\.so.*))$
%elifarch aarch64
%global __requires_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*)|(.*\\x86_64*\\.so.*)|(.*\\x86-64*\\.so.*))$
%endif
Name: legcord
%electronmeta -D
Version: 1.2.4
Release: 1%{?dist}
License: OSL-3.0 AND %{electron_license}
License: OSL-3.0
Summary: Custom lightweight Discord client designed to enhance your experience
URL: https://github.com/Legcord/Legcord
Group: Applications/Internet
@@ -27,21 +30,38 @@ while keeping everything lightweight.
%git_clone %url v%version
%build
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
%pnpm_build -r build
pnpm install
pnpm run build
pnpm run package --linux AppImage tar.gz
%install
%electron_install -i legcord -l -I dist/.icon-set/icon_16.png -I dist/.icon-set/icon_32.png -I dist/.icon-set/icon_48x48.png -I dist/.icon-set/icon_64.png -I dist/.icon-set/icon_128.png -I dist/.icon-set/icon_256.png -I dist/.icon-set/icon_512.png -I dist/.icon-set/icon_1024.png
mkdir -p %{buildroot}%{_datadir}/legcord
%ifarch aarch64
mv dist/linux-arm64-unpacked/* %{buildroot}%{_datadir}/legcord
%else
mv dist/linux-unpacked/* -t %{buildroot}%{_datadir}/legcord
%endif
mkdir -p %{buildroot}%{_bindir}
ln -sf %{_datadir}/legcord/legcord %{buildroot}%{_bindir}/legcord
install -Dm644 dist/.icon-set/icon_16.png %{buildroot}%{_iconsdir}/hicolor/16x16/apps/legcord.png
install -Dm644 dist/.icon-set/icon_32.png %{buildroot}%{_iconsdir}/hicolor/32x32/apps/legcord.png
install -Dm644 dist/.icon-set/icon_48x48.png %{buildroot}%{_iconsdir}/hicolor/48x48/apps/legcord.png
install -Dm644 dist/.icon-set/icon_64.png %{buildroot}%{_iconsdir}/hicolor/64x64/apps/legcord.png
install -Dm644 dist/.icon-set/icon_128.png %{buildroot}%{_iconsdir}/hicolor/128x128/apps/legcord.png
install -Dm644 dist/.icon-set/icon_256.png %{buildroot}%{_iconsdir}/hicolor/256x256/apps/legcord.png
install -Dm644 dist/.icon-set/icon_512.png %{buildroot}%{_iconsdir}/hicolor/512x512/apps/legcord.png
install -Dm644 dist/.icon-set/icon_1024.png %{buildroot}%{_iconsdir}/hicolor/1024x1024/apps/legcord.png
dist/Legcord-*.AppImage --appimage-extract '*.desktop'
%desktop_file_install -k Exec,Icon -v "%{_libdir}/legcord/Legcord",legcord -u %U -f squashfs-root/Legcord.desktop
desktop-file-install --set-key=Exec --set-value="%{_datadir}/legcord/legcord %U" squashfs-root/legcord.desktop
%files
%doc README.md
%license license.txt
%{_bindir}/legcord
%{_datadir}/applications/Legcord.desktop
%{_libdir}/legcord/
%{_datadir}/applications/legcord.desktop
%{_datadir}/legcord/
%{_iconsdir}/hicolor/16x16/apps/legcord.png
%{_iconsdir}/hicolor/32x32/apps/legcord.png
%{_iconsdir}/hicolor/48x48/apps/legcord.png
@@ -52,9 +72,6 @@ dist/Legcord-*.AppImage --appimage-extract '*.desktop'
%{_iconsdir}/hicolor/1024x1024/apps/legcord.png
%changelog
* Mon May 18 2026 june-fish <june@fyralabs.com> - 1.2.4-1
- Use electron macros
* Mon Oct 21 2024 madonuko <mado@fyralabs.com> - 1.0.2-2
- Rename to LegCord.
+2 -2
View File
@@ -1,9 +1,9 @@
# Disable X11 for RHEL 10+
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
%global commit 7d245fd100fc0d87edcc559b0676a326dc8c5801
%global commit 304426c390901436fb1d4a63efbd582ae80c88f4
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260613
%global commit_date 20260610
%global ver 0.41.0
Name: mpv-nightly
+1 -1
View File
@@ -1,4 +1,4 @@
%global ver 2026-06-14
%global ver 2026-06-12
%global goodver %(echo %ver | sed 's/-//g')
%global __brp_mangle_shebangs %{nil}
%bcond_without mold
-3
View File
@@ -1,3 +0,0 @@
# Terra buildsys Folder
This folder is for all build systems (buildsys).
+1 -1
View File
@@ -3,7 +3,7 @@
%global crate anda
Name: anda
Version: 0.7.1
Version: 0.7.0
Release: 1%{?dist}
Summary: Andaman Build toolchain
SourceLicense: MIT
+1 -1
View File
@@ -5,7 +5,7 @@
%global crate mise
Name: rust-mise
Version: 2026.6.7
Version: 2026.6.3
Release: 1%{?dist}
Summary: Front-end to your dev env
-3
View File
@@ -1,3 +0,0 @@
# Terra desktops Folder
This folder is for all desktop environments, wayland compositors, and any related packages.
-3
View File
@@ -1,3 +0,0 @@
# Terra desktops/budgie Folder
This folder is for all Budgie related packages.
+1 -1
View File
@@ -1,4 +1,4 @@
%global tag 3.2.1
%global tag 3.2.0
%global forgeurl https://github.com/project-repo/cagebreak
%forgemeta
+1 -1
View File
@@ -1,5 +1,5 @@
Name: driftwm
Version: 0.11.0
Version: 0.10.0
Release: 1%{?dist}
Summary: A trackpad-first infinite canvas Wayland compositor
License: GPL-3.0-or-later
-3
View File
@@ -1,3 +0,0 @@
# Terra desktops/elementary Folder
This folder is for all elementary related packages.
-3
View File
@@ -1,3 +0,0 @@
# Terra desktops/gnome Folder
This folder is for all gnome related packages.
-3
View File
@@ -1,3 +0,0 @@
# Terra desktops/hyprland Folder
This folder is for all hyprland related packages.
-3
View File
@@ -1,3 +0,0 @@
# Terra desktops/kde Folder
This folder is for all KDE related packages.
-3
View File
@@ -1,3 +0,0 @@
# Terra desktops/lomiri-unity Folder
This folder is for all lomiri-unity related packages.
@@ -1,5 +1,5 @@
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
%global commit e6b254aec0b827849bccab1337c3ca030168f892
%global commit ef2c0c3c06fd54597cf1b9626c30182048f10415
%forgemeta
Name: lomiri-system-settings
-3
View File
@@ -1,3 +0,0 @@
# Terra desktops/mate Folder
This folder is for all MATE related packages.
@@ -1,7 +1,7 @@
Name: ayatana-indicator-session
Summary: Ayatana Indicator Session Applet
Version: 26.6.0
Release: 1%{?dist}
Version: 24.5.1
Release: 1%?dist
License: GPL-3.0
URL: https://github.com/AyatanaIndicators/ayatana-indicator-session
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
@@ -1,7 +1,7 @@
Name: ayatana-indicator-sound
Summary: Ayatana Indicator Sound Applet
Version: 24.5.3
Release: 1%{?dist}
Version: 24.5.2
Release: 1%?dist
License: GPLv3
URL: https://github.com/AyatanaIndicators/ayatana-indicator-sound
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
-3
View File
@@ -1,3 +0,0 @@
# Terra desktops/niri Folder
This folder is for all niri related packages.
+1 -1
View File
@@ -1,5 +1,5 @@
Name: iio-niri
Version: 2.2.0
Version: 2.1.0
Release: 1%{?dist}
Summary: Autorotation daemon for niri
URL: https://github.com/Zhaith-Izaliel/iio-niri
+1 -1
View File
@@ -1,5 +1,5 @@
Name: nirius
Version: 0.0.0
Version: 0.7.1
Release: 1%{?dist}
Summary: Utility commands for niri
-1
View File
@@ -1 +0,0 @@
rpm.version(sourcehut("~tsdh/nirius"));
+1 -1
View File
@@ -2,7 +2,7 @@
%global ver 5.0.0
%global commit 65e127f88a528a953ca87ba9011665303ee35d24
%global commit 885b5f12594ae92a97f861897f90549a820ca4e6
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260608
-3
View File
@@ -1,3 +0,0 @@
# Terra desktops/singularity Folder
This folder is for all singularity related packages.
@@ -1,5 +1,5 @@
%global commit ee69ac8e462224798c9c619b57a0699112fe7d7a
%global commit_date 20260613
%global commit 38ea9d0581872af8b07d44d067796de985959b85
%global commit_date 20260612
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: libsingularity
-3
View File
@@ -1,3 +0,0 @@
# Terra desktops/stardust Folder
This folder is for all Stardust XR related packages.
-3
View File
@@ -1,3 +0,0 @@
# Terra desktops/sway Folder
This folder is for all sway related packages.
-3
View File
@@ -1,3 +0,0 @@
# Terra desktops/waylands Folder
This folder is for all wayland compositor/tiling window manager related/enhancing packages.
-9
View File
@@ -1,9 +0,0 @@
# Terra devs Folder
This folder is for developer related packages.
Examples:
- Terminals
- IDEs/editors
- Shells
+2 -2
View File
@@ -3,8 +3,8 @@
%bcond test 0
Name: nodejs-%{npm_name}
Version: 12.0.1
Release: 1%{?dist}
Version: 12.0.0
Release: 2%{?dist}
Summary: Backport GitHub commits
SourceLicense: Apache-2.0
License: MIT AND ISC AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit df9c9f055e55c891e627ffe17cce51ac9e20c648
%global commit fef979dec45c8ee83231aeb1d782ccb536093f65
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260614
%global commit_date 20260612
%global ver 1.8.0
%bcond_with check
+1 -1
View File
@@ -7,7 +7,7 @@
%global debug_package %{nil}
%endif
%global ver 1.7.2-pre
%global ver 1.7.1-pre
# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
-3
View File
@@ -1,3 +0,0 @@
# Terra fonts Folder
This folder is for all fonts/font related packages.
+1 -1
View File
@@ -52,7 +52,7 @@
%global fontdescription %{expand:
Versatile typeface for code, from code.}
Version: 34.6.3
Version: 34.6.1
Release: 1%{?dist}
Packager: Cappy Ishihara <cappy@fyralabs.com>
Summary: Versatile typeface for code, from code.
-3
View File
@@ -1,3 +0,0 @@
# Terra games Folder
This folder is for all games/game related packages.
+1 -1
View File
@@ -1,7 +1,7 @@
%global __brp_mangle_shebangs %{nil}
Name: inputplumber
Version: 0.77.5
Version: 0.77.4
Release: 1%{?dist}
Summary: Open source input router and remapper daemon for Linux
License: GPL-3.0-or-later
+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 4fed5e7b88d78c03359009377b740a3c826505a7
%global ver 0.0.41-19465
%global commit 1492d647f411b04d6a78d4aed9d32f5c55b1f455
%global ver 0.0.41-19455
Name: rpcs3
Version: %(echo %{ver} | sed 's/-/^/g')
-5
View File
@@ -1,5 +0,0 @@
# Terra langs Folder
This folder is for all language-specific packages.
This mostly includes software written for a specific language (language servers, language specific libraries/modules, languages themselves), but may also include software written in a specific language that does not fit anywhere else (for example, all our Haskell ghc-* packages).
Use your best judgement when contributing here.
-3
View File
@@ -1,3 +0,0 @@
# Terra langs/crystal Folder
This folder is for all crystal packages.
-3
View File
@@ -1,3 +0,0 @@
# Terra langs/d Folder
This folder is for all D packages.
-3
View File
@@ -1,3 +0,0 @@
# Terra langs/go Folder
This folder is for go specific or misc go packages.
@@ -4,7 +4,7 @@
%global commit_date 20260611
%global goipath github.com/v2fly/v2ray-core
Version: %{ver}^%{commit_date}git.%{shortcommit}
Version: %(echo %ver | sed -E 's/^v//')^%{commit_date}git.%{shortcommit}
%global golicenses LICENSE
%global godocs README.md SECURITY.md
-3
View File
@@ -1,3 +0,0 @@
# Terra langs/haskell Folder
This folder is for all Haskell packages.
-3
View File
@@ -1,3 +0,0 @@
# Terra langs/holyc Folder
This folder is for HolyC and HolyC related packages.
-3
View File
@@ -1,3 +0,0 @@
# Terra langs/kotlin Folder
This folder is for all Kotlin packages.
-3
View File
@@ -1,3 +0,0 @@
# Terra langs/lua Folder
This folder is for all Lua packages.
-3
View File
@@ -1,3 +0,0 @@
# Terra langs/nim Folder
This folder is for Nim specific or miscellaneous Nim packages.
+2 -2
View File
@@ -1,8 +1,8 @@
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
%global commit 9d7c0cc68369a5040dc969a6ca6f69f005ee6cf0
%global commit b44d373b7df1611b19594357b90002b1ac90df37
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 2.3.1
%global commit_date 20260614
%global commit_date 20260612
%global debug_package %nil
Name: nim-nightly
-3
View File
@@ -1,3 +0,0 @@
# Terra langs/python Folder
This folder is for Python specific packages, Python modules, or miscellaneous Python packages.
+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.18.3
Version: 7.18.1
Release: 1%{?dist}
Summary: Send usage data from your Python code to PostHog
License: MIT
@@ -2,7 +2,7 @@
%global _desc The model-definition framework for state-of-the-art machine learning models.
Name: python-%{pypi_name}
Version: 5.12.0
Version: 5.11.0
Release: 1%{?dist}
Summary: The model-definition framework for state-of-the-art machine learning models
License: Apache-2.0
@@ -1,5 +1,5 @@
%global commit feeb9aa8dde3ae9269b13f3bae435b82d8538b76
%global commit_date 20260614
%global commit 7e1dfd9d2db07c7c846b1cb7235cda67f30878d2
%global commit_date 20260612
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global pypi_name types-colorama
-3
View File
@@ -1,3 +0,0 @@
# Terra langs/rust Folder
This folder is for Rust specific packages, or miscellaneous Rust packages.
+2 -2
View File
@@ -3,8 +3,8 @@
%global rustflags_debuginfo 1
Name: lan-mouse
Version: 0.11.0
Release: 1%{?dist}
Version: 0.10.0
Release: %autorelease
Summary: Software KVM Switch / mouse & keyboard sharing software for Local Area Networks
License: GPL-3.0-or-later
+1 -1
View File
@@ -1,7 +1,7 @@
%define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
%global crate zoi-rs
%global crate_version 1.18.4
%global crate_version 1.18.3
Name: rust-zoi-rs
Version: %(echo %crate_version | sed 's/-/~/g')
-3
View File
@@ -1,3 +0,0 @@
# Terra langs/vala Folder
This folder is for Vala packages.
-3
View File
@@ -1,3 +0,0 @@
# Terra langs/zig Folder
This folder is for Zig specific, or miscellaneous Zig packages.
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/bash
version=0.17.0-dev.836+e357134f0
version=0.17.0-dev.813+2153f8143
mirrors=()
@@ -6,7 +6,7 @@
%define llvm_compat 22
%endif
%global llvm_version 22.0.0
%global ver 0.17.0-dev.836+e357134f0
%global ver 0.17.0-dev.813+2153f8143
%bcond bootstrap 1
%bcond docs %{without bootstrap}
%bcond test 1
-9
View File
@@ -1,9 +0,0 @@
# Terra langs Folder
This folder is for all library/library related packages.
Examples:
- C/C++ header/library first packages
- GUI frameworks
- API packages
- QT packages.
+2 -2
View File
@@ -1,7 +1,7 @@
%global commit 948805f6e8cf7f8c08eba06ab1db1eef0e75e3a0
%global commit 271851bbc07748100382ae7caf6ef71c70c01bfc
%global shortcommit %{sub %commit 1 7}
%global commit_date 20260613
%global commit_date 20260602
Name: astal
Version: 0^%commit_date.%shortcommit
-1
View File
@@ -1 +0,0 @@
print(sourcehut("~alextee/libaudec"));
@@ -2,8 +2,8 @@
Name: libayatana-appindicator-glib
Summary: Ayatana Application Indicators Shared Library
Version: 2.0.2
Release: 1%{?dist}
Version: 2.0.1
Release: 3%?dist
License: GPL-3.0-or-later
Packager: veuxit <erroor234@gmail.com>
URL: https://github.com/AyatanaIndicators/libayatana-appindicator-glib
@@ -1,7 +1,7 @@
Name: libayatana-common
Summary: Common functions for Ayatana System Indicators
Version: 0.9.12
Release: 1%{?dist}
Version: 0.9.11
Release: 3%?dist
License: GPL-3.0-or-later
URL: https://github.com/AyatanaIndicators/libayatana-common
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit a17f87c4cff7b90b278d12b91ba0614383aaee82
%global commit d6debbb2aae29a39e280f86e25ec0e54960dc838
%global ver 1.8.65
%global commit_date 20260614
%global commit_date 20260612
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: tdlib-nightly
-4
View File
@@ -1,4 +0,0 @@
# Terra misc Folder
This folder is for all miscellaneous packages that do not fit in any other folders.
Use your best judgement when contributing here.
+1 -1
View File
@@ -1 +1 @@
rpm.version(sourcehut("~delthas/senpai"));
rpm.version(gh_tag("delthas/senpai"));
@@ -1,7 +1,7 @@
%global commit 5e1035c6f2458efa45ac825a798960ed0c310110
%global commit 17d25ab58ef25ef490efe169cdfeb8a7f3b9e436
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 20260613160425
%global commit_date 20260614
%global ver 20260611150933
%global commit_date 20260612
Name: v2ray-domain-list-community
Version: %{ver}^%{commit_date}git.%{shortcommit}
-9
View File
@@ -1,9 +0,0 @@
# Terra multimedia Folder
This folder is for all multimedia packages.
Examples:
- Codecs
- Media manipulation tools
- Media explorers
@@ -1,6 +1,6 @@
Name: gstreamer1-plugin-libav
Version: 1.28.4
Release: 1%{?dist}
Version: 1.28.3
Release: 2%{?dist}
Epoch: 1
Summary: GStreamer Libav plugin
License: LGPL-2.0-or-later
@@ -3,7 +3,7 @@
%global majorminor 1.0
Name: gstreamer1-plugins-bad
Version: 1.28.4
Version: 1.28.3
Release: 1%{?dist}
Epoch: 2
Summary: GStreamer streaming media framework "bad" plugins
@@ -1,8 +1,8 @@
%global majorminor 1.0
Name: gstreamer1-plugins-ugly
Version: 1.28.4
Release: 1%{?dist}
Version: 1.28.3
Release: 2%{?dist}
Epoch: 2
Summary: GStreamer streaming media framework "ugly" plugins
License: LGPL-2.0-or-later and LGPL-2.0-only
-11
View File
@@ -1,11 +0,0 @@
# Terra system Folder
This folder is for all system related packages.
Examples:
- Kernel modules
- Package managers
- Schedulers
- udev rules
- Tools to interact directly with the system (ex. asusctl)
+1 -1
View File
@@ -1,5 +1,5 @@
Name: cardwire
Version: 0.10.2
Version: 0.10.1
Release: 1%{?dist}
Summary: A GPU Manager for linux that uses eBPF LSM hooks to block GPUs
URL: https://opengamingcollective.github.io/cardwire/
@@ -1,5 +1,5 @@
%global commit 50f2fd369f3f340a643082c8a75ac3eadcdeddae
%global commit_date 20260614
%global commit bf4b856dd2ad8da117c5ec5f1a12801a3b06ca24
%global commit_date 20260612
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: cloud-hypervisor-nightly
@@ -1,6 +1,6 @@
%global commit 0f3df692e2bd733b0ea54add470ba4288b9bd3b2
%global commit 7b30e23a57ee425732e87ea9699a9d3df3a0eb2a
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260614
%global commitdate 20260612
%global ver 1.1.1
%undefine __brp_mangle_shebangs
+1 -1
View File
@@ -9,7 +9,7 @@
%global _prefix /usr/share/wine-dev
%global srcmajor 11.x
# Make this as a variable instead in case of WINE RCs
%global ver wine-11.11
%global ver wine-11.10
%global cleanver %(echo %{ver} | sed 's/v//g;s/wine-//g')
# This is unfortunate but a lot of Fedora's/SUSE's hardening flags break WINE
+1 -1
View File
@@ -18,7 +18,7 @@
Name: wine-staging
Version: 11.11
Version: 11.10
Release: 1%{?dist}
Epoch: 1
Summary: WINE Is Not An Emulator - runs MS Windows programs
-3
View File
@@ -1,3 +0,0 @@
# Terra terra Folder
This folder is for all terra related packages.
-3
View File
@@ -1,3 +0,0 @@
# Terra themes Folder
This folder is for all theme/theme related packages.
@@ -1,6 +1,6 @@
%global _udevrulesdir /usr/lib/udev/rules.d
%global commit da4477e4a9f09b4df8de8c7e0864166b8683327c
%global commit 4d57d17af8b49d436b01822a23a3871aa7646f11
%global commitdate 20251121
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-5
View File
@@ -1,5 +0,0 @@
# Terra tools Folder
This folder is for all tool packages.
Generally speaking, these are CLI programs with a specific purpose.
Use your best judgement when contributing here.
@@ -1,5 +1,5 @@
%global commit f83547caeb4117783dc97ab3283e82f9a251e424
%global commit_date 20260614
%global commit ef74eb2e3e7f900f0a510dc1bf6f1a01e241cc19
%global commit_date 20260608
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%define debug_package %{nil}
+1 -1
View File
@@ -1,7 +1,7 @@
%undefine __brp_mangle_shebangs
Name: kittyCAD-cli
Version: 0.2.177
Version: 0.2.176
Release: 1%{?dist}
Summary: The Zoo command line tool for KittyCAD
URL: https://github.com/KittyCAD/cli
+2 -2
View File
@@ -1,5 +1,5 @@
%global commit b8cfbdc5b6ea2f4f22faf46141255c4adfe34229
%global commit_date 20260613
%global commit 8903f297141461854ad421bdf90846ad030bdcc7
%global commit_date 20260605
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: rpi-utils
+1 -1
View File
@@ -2,7 +2,7 @@
%global oldpkgname yt-dlp-nightly
Name: yt-dlp-git
Version: 2026.06.13.230640
Version: 2026.06.11.144344
Release: 1%{?dist}
Summary: A command-line program to download videos from online video platforms