mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Compare commits
87 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b25db12445 | |||
| 739c0b37c1 | |||
| ca90858691 | |||
| df377ca341 | |||
| 09aad60fdb | |||
| fc69375b84 | |||
| 6d008705fb | |||
| 868816bdb2 | |||
| e32c411887 | |||
| f11b9ae2b7 | |||
| e5f764c923 | |||
| 392b4d00b9 | |||
| 2d9078fb55 | |||
| e41d72d47d | |||
| 7388c2bfed | |||
| f674e32951 | |||
| 0633c8ec0c | |||
| 7370d03e3e | |||
| d9ad5c1f8a | |||
| fbbdd65164 | |||
| babd16299d | |||
| d19e52c718 | |||
| 569c2011ac | |||
| 13499c70a4 | |||
| a468b45bf1 | |||
| 854076301b | |||
| 7c2fbe4e0a | |||
| c382d5f6e5 | |||
| b186ed2ca1 | |||
| 5dc0bd1407 | |||
| 2972458ec8 | |||
| 8cd078c8f6 | |||
| aded08b107 | |||
| e4d921e9dd | |||
| c3cc6295e0 | |||
| 2dd958dfe7 | |||
| 3f8a03f7ee | |||
| 4159f90281 | |||
| 900c61ced9 | |||
| ba3986c7b6 | |||
| 0b901056c1 | |||
| 240044ce3b | |||
| 7581d1deee | |||
| 23685a00b8 | |||
| b4b8ebcb1b | |||
| 45ae45d810 | |||
| 616e417956 | |||
| 6a28701846 | |||
| db7b6df5e5 | |||
| f946009988 | |||
| 830b558fc9 | |||
| ba0397503d | |||
| 38112a7a39 | |||
| c8a6fddf24 | |||
| 49cc3a1936 | |||
| a381e93a5b | |||
| 6c099e69c6 | |||
| 723141d927 | |||
| 2b46508133 | |||
| e0a35a274b | |||
| 07e3950633 | |||
| ee2b791656 | |||
| 2cf9ba6edc | |||
| 493f124e72 | |||
| 2d71a652c3 | |||
| 68d7f2d9d9 | |||
| c70761b849 | |||
| d22327518b | |||
| a3c480291e | |||
| 87793cfbc3 | |||
| fb3bb7406a | |||
| e178109c5c | |||
| 1b642f61f1 | |||
| 2e69951613 | |||
| 7254ff0ff6 | |||
| 0891c86981 | |||
| 68bf6e11b8 | |||
| 7cbd7b6ff3 | |||
| 19122091d1 | |||
| f2dc77175c | |||
| c7962c361f | |||
| 132111a172 | |||
| 699fa30338 | |||
| 4f4918d037 | |||
| f4ebfb544d | |||
| 84db19f433 | |||
| 6b2ac1e5a7 |
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: chrultrabook-tools
|
||||
Version: 3.1.3
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: User-friendly configuration utility for Chromebooks running an alternate OS
|
||||
URL: https://github.com/death7654/Chrultrabook-Tools
|
||||
Source0: %url/archive/refs/tags/%version.tar.gz
|
||||
@@ -51,10 +51,11 @@ Packager: Owen Zimmerman owen@fyralabs.com
|
||||
%install
|
||||
%tauri_install
|
||||
install -Dm755 src-tauri/linux/chrultrabook-tools-root %{buildroot}%{_bindir}/chrultrabook-tools-root
|
||||
install -Dm644 src-tauri/linux/chrultrabook-tools.desktop %{buildroot}%{_appsdir}/chrultrabook-tools.desktop
|
||||
install -Dm644 src-tauri/icons/128x128.png %{buildroot}%{_hicolordir}/128x128@/apps/Chrultrabook-Tools.png
|
||||
install -Dm644 src-tauri/icons/128x128@2x.png %{buildroot}%{_hicolordir}/128x128@2x/apps/Chrultrabook-Tools.png
|
||||
install -Dm644 src-tauri/icons/32x32.png %{buildroot}%{_hicolordir}/32x32/apps/Chrultrabook-Tools.png
|
||||
install -Dm644 src-tauri/linux/chrultrabook-tools.desktop %{buildroot}%{_appsdir}/chrultrabook-tools.desktop
|
||||
install -Dm644 src-tauri/icons/128x128.png %{buildroot}%{_hicolordir}/128x128/apps/chrultrabook-tools.png
|
||||
# Not matching, but upstream does it this way. Working with upstream to correct this issue.
|
||||
install -Dm644 src-tauri/icons/128x128@2x.png %{buildroot}%{_hicolordir}/256x256@2/apps/chrultrabook-tools.png
|
||||
install -Dm644 src-tauri/icons/32x32.png %{buildroot}%{_hicolordir}/32x32/apps/chrultrabook-tools.png
|
||||
install -Dm644 src-tauri/linux/com.chrultrabook.tools.policy %{buildroot}%{_datadir}/polkit-1/actions/com.chrultrabook.tools.policy
|
||||
%{tauri_cargo_license} > LICENSE.dependencies
|
||||
|
||||
@@ -65,7 +66,7 @@ install -Dm644 src-tauri/linux/com.chrultrabook.tools.policy %{buildroot}%{_d
|
||||
%{_bindir}/chrultrabook-tools
|
||||
%{_bindir}/chrultrabook-tools-root
|
||||
%{_appsdir}/chrultrabook-tools.desktop
|
||||
%{_hicolordir}/*x*/apps/Chrultrabook-Tools.png
|
||||
%{_hicolordir}/*x*/apps/chrultrabook-tools.png
|
||||
%{_datadir}/polkit-1/actions/com.chrultrabook.tools.policy
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary-openasar
|
||||
Version: 0.0.854
|
||||
Version: 0.0.857
|
||||
Release: 1%?dist
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary
|
||||
Version: 0.0.854
|
||||
Version: 0.0.857
|
||||
Release: 1%?dist
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: discord.com
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-openasar
|
||||
Version: 0.0.121
|
||||
Version: 0.0.122
|
||||
Release: 1%?dist
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord
|
||||
Version: 0.0.121
|
||||
Version: 0.0.122
|
||||
Release: 1%?dist
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: https://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 72a5afc31c2f3cd4dcd2e34da34c02dda272f25f
|
||||
%global commit 6b0427b4466689b3268f7838277455702d7f9691
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20260121
|
||||
%global commit_date 20260125
|
||||
%global devel_name QtColorWidgets
|
||||
%global _distro_extra_cflags -fuse-ld=mold
|
||||
%global _distro_extra_cxxflags -fuse-ld=mold
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: flatpost
|
||||
Version: 1.1.1
|
||||
Version: 1.2.0
|
||||
Release: 1%?dist
|
||||
License: BSD-2-Clause
|
||||
Summary: Desktop environment agnostic Flathub software center.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 73ece590b2efe9bc64fb472326e69d3d809c8b44
|
||||
%global commit 8fdb51cf58797af136cf25350cc4b27ab287752b
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260118
|
||||
%global commit_date 20260125
|
||||
%global ver 2.0.1^
|
||||
%global base_name goofcord
|
||||
%global git_name GoofCord
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
Name: %{base_name}-nightly
|
||||
Version: %{ver}%{commit_date}.git.%{shortcommit}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%?dist
|
||||
License: OSL-3.0
|
||||
Summary: A privacy-minded Legcord fork.
|
||||
Group: Applications/Internet
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: juce
|
||||
Version: 8.0.12
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: AGPL-3.0
|
||||
Summary: framework for audio application and plug-in development
|
||||
URL: https://juce.com
|
||||
@@ -68,10 +68,7 @@ popd
|
||||
%license LICENSE.md
|
||||
%{_bindir}/juceaide
|
||||
%{_bindir}/juce_lv2_helper
|
||||
%dir %{_libdir}/cmake/%{name}
|
||||
%{_libdir}/cmake/%{name}/*
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/modules
|
||||
%{_datadir}/%{name}/modules/*
|
||||
|
||||
%files doc
|
||||
@@ -84,4 +81,3 @@ popd
|
||||
|
||||
* Fri Dec 19 2025 metcya <metcya@gmail.com> - 8.0.12
|
||||
- Package juce
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "kopia.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
diff --git a/app/package.json b/app/package.json
|
||||
index bd3a699a..df05befa 100644
|
||||
--- a/app/package.json
|
||||
+++ b/app/package.json
|
||||
@@ -45,7 +45,7 @@
|
||||
],
|
||||
"directories": {
|
||||
"buildResources": "assets",
|
||||
- "output": "../dist/kopia-ui"
|
||||
+ "output": "./dist"
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Name=KopiaUI
|
||||
Comment=Fast and secure open-source backup/restore tool
|
||||
Exec=kopia-ui
|
||||
Icon=kopia
|
||||
@@ -0,0 +1,13 @@
|
||||
<component>
|
||||
<name>KopiaUI</name>
|
||||
<summary>
|
||||
A backup/restore tool that allows you to create encrypted snapshots
|
||||
</summary>
|
||||
<categories>
|
||||
<category>System</category>
|
||||
<category>Network</category>
|
||||
</categories>
|
||||
<provides>
|
||||
<binary>kopia-ui</binary>
|
||||
</provides>
|
||||
</component>
|
||||
@@ -0,0 +1,84 @@
|
||||
%global appid io.kopia.ui
|
||||
%global appstream_component desktop-application
|
||||
|
||||
Name: kopia
|
||||
%electronmeta -D
|
||||
Version: 0.22.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A backup/restore tool that allows you to create encrypted snapshots
|
||||
|
||||
License: Apache-2.0 AND CC0-1.0 AND %{electron_license}
|
||||
URL: https://kopia.io/
|
||||
Source0: https://github.com/kopia/kopia/archive/v%{version}.tar.gz
|
||||
Source1: io.kopia.ui.desktop
|
||||
Source2: io.kopia.ui.metainfo.xml
|
||||
Patch0: fix-electron-output-dir.patch
|
||||
ExclusiveArch: %{golang_arches_future}
|
||||
Packager: metcya <metcya@gmail.com>
|
||||
|
||||
BuildRequires: go-rpm-macros
|
||||
BuildRequires: terra-appstream-helper
|
||||
|
||||
%global gui_name %{name}-ui
|
||||
|
||||
%package -n %{gui_name}
|
||||
Summary: GUI for %{name}
|
||||
Requires: %{name} = %{evr}
|
||||
ExclusiveArch: %{electron_arches}
|
||||
|
||||
%description
|
||||
Kopia is a fast and secure open-source backup/restore tool that allows you to
|
||||
create encrypted snapshots of your data and save the snapshots to remote or
|
||||
cloud storage of your choice, to network-attached storage or server, or locally
|
||||
on your machine. Kopia does not 'image' your whole machine. Rather, Kopia
|
||||
allows you to backup/restore any and all files/directories that you deem are
|
||||
important or critical.
|
||||
|
||||
%description -n %{gui_name}
|
||||
A graphical user interface for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%global gomodulesmode GO111MODULE=on
|
||||
%gobuild -o %{name} .
|
||||
|
||||
pushd app
|
||||
%npm_build -B
|
||||
popd
|
||||
|
||||
%install
|
||||
install -Dm 755 %{name} -t %{buildroot}%{_bindir}
|
||||
|
||||
pushd app
|
||||
%electron_install -b %{gui_name} -d %{gui_name} -s %{gui_name} -I ../icons
|
||||
popd
|
||||
|
||||
# the offical package for kopia-ui includes a bundled copy of the kopia binary
|
||||
# but we'll just symlink it
|
||||
mkdir -p %{buildroot}%{_libdir}/%{gui_name}/resources/server
|
||||
%{__ln_s} %{_bindir}/%{name} %{buildroot}%{_libdir}/%{gui_name}/resources/server/%{name}
|
||||
|
||||
%desktop_file_install %{S:1}
|
||||
|
||||
%terra_appstream -o %{S:2}
|
||||
|
||||
%check
|
||||
%desktop_file_validate %{buildroot}%{_appsdir}/%{appid}.desktop
|
||||
|
||||
%files
|
||||
%license README.md
|
||||
%doc LICENSE
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%files -n %{gui_name}
|
||||
%{_bindir}/%{gui_name}
|
||||
%{_libdir}/%{gui_name}/
|
||||
%{_appsdir}/%{appid}.desktop
|
||||
%{_metainfodir}/%{appid}.metainfo.xml
|
||||
%{_hicolordir}/*/apps/kopia.png
|
||||
|
||||
%changelog
|
||||
* Thu Jan 22 2026 metcya <metcya@gmail.com> - 0.22.3-1
|
||||
- Initial package
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("kopia/kopia"));
|
||||
@@ -1,9 +1,9 @@
|
||||
# Disable X11 for RHEL 10+
|
||||
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||
|
||||
%global commit 6e54aa328dbee3ff1f5c9bfee6fe4a8f0a4598dc
|
||||
%global commit 7bfa2cfd3d44d38d1736d66cc26e30c587e17636
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260122
|
||||
%global commit_date 20260126
|
||||
%global ver 0.41.0
|
||||
|
||||
Name: mpv-nightly
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: proton-vpn-gtk-app
|
||||
Version: 4.13.1
|
||||
Version: 4.14.0
|
||||
Release: 1%?dist
|
||||
Summary: Official ProtonVPN Linux app
|
||||
License: GPL-3.0-only
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 5f1b58243a608f997b5de51198e5afc3da4faa23
|
||||
%global commit_date 20260122
|
||||
%global commit 353e04bf0bc1866cba1f599cd76050890d33ba23
|
||||
%global commit_date 20260123
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: rpcc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global ver 2026-01-22
|
||||
%global ver 2026-01-27
|
||||
%global goodver %(echo %ver | sed 's/-//g')
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
%bcond_without mold
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Name: signal-desktop
|
||||
%electronmeta -aD
|
||||
Version: 7.86.0
|
||||
Release: 2%?dist
|
||||
Release: 3%?dist
|
||||
Summary: A private messenger for Windows, macOS, and Linux
|
||||
URL: https://signal.org
|
||||
Source0: https://github.com/signalapp/Signal-Desktop/archive/refs/tags/v%{version}.tar.gz
|
||||
@@ -87,7 +87,6 @@ done
|
||||
%doc README.md CONTRIBUTING.md ACKNOWLEDGMENTS.md
|
||||
%license bundled_licenses/*
|
||||
%{_bindir}/signal-desktop
|
||||
%dir %{_libdir}/signal-desktop
|
||||
%{_libdir}/signal-desktop/
|
||||
%{_datadir}/polkit-1/rules.d/org.signalapp.view-aep.policy
|
||||
%{_datadir}/polkit-1/rules.d/org.signalapp.enable-backups.policy
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<component type="desktop-application">
|
||||
<id>com.github.snow</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>MIT</project_license>
|
||||
<icon
|
||||
type="local"
|
||||
>/usr/share/icons/hicolor/1024x1024/apps/snow_icon.png</icon>
|
||||
|
||||
<name>snow</name>
|
||||
<summary>Classic Macintosh emulator</summary>
|
||||
|
||||
<description>
|
||||
<p>
|
||||
Snow emulates classic (Motorola 68k-based) Macintosh computers.
|
||||
It features a graphical user interface to operate and debug the emulated machine.
|
||||
The aim of this project is to emulate the Macintosh on a hardware-level as much as possible,
|
||||
as opposed to emulators that patch the ROM or intercept system calls.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
<launchable type="desktop-id">snow.desktop</launchable>
|
||||
|
||||
<url type="homepage">https://github.com/twvd/snow</url>
|
||||
|
||||
<keywords>
|
||||
<keyword>macintosh</keyword>
|
||||
</keywords>
|
||||
|
||||
<releases>
|
||||
<release version="1.2.0" />
|
||||
</releases>
|
||||
</component>
|
||||
@@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Categories=System;Emulator;
|
||||
Comment=Classic Macintosh emulator
|
||||
Exec=snowemu
|
||||
Icon=snow_icon
|
||||
Name=snow
|
||||
Type=Application
|
||||
@@ -1,14 +1,10 @@
|
||||
%global appid com.github.snow
|
||||
|
||||
Name: snow
|
||||
Version: 1.2.0
|
||||
Release: 3%?dist
|
||||
Version: 1.3.0
|
||||
Release: 1%?dist
|
||||
Summary: Classic Macintosh emulator
|
||||
URL: https://github.com/twvd/snow
|
||||
Source0: %url/archive/refs/tags/v%version.tar.gz
|
||||
Source1: snow.desktop
|
||||
Source2: %appid.metainfo.xml
|
||||
License: MIT
|
||||
License: MIT AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND Apache-2.0 AND BSD-2-Clause AND Zlib AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (BSD-3-Clause OR Apache-2.0) AND BSD-3-Clause AND BSL-1.0 AND CC0-1.0 OR MIT-0 OR Apache-2.0 AND ISC AND (Apache-2.0 OR BSL-1.0) AND (MIT OR Apache-2.0 OR Zlib) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND
|
||||
|
||||
BuildRequires: cargo
|
||||
BuildRequires: gcc-c++
|
||||
@@ -16,7 +12,6 @@ BuildRequires: mold
|
||||
BuildRequires: anda-srpm-macros
|
||||
BuildRequires: cargo-rpm-macros
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: terra-appstream-helper
|
||||
BuildRequires: SDL2-devel
|
||||
Provides: snowemu
|
||||
|
||||
@@ -43,26 +38,17 @@ Documentation files for %{name}
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_pkgdocdir}
|
||||
install -Dm755 target/rpm/snow_frontend_egui %{buildroot}%{_bindir}/snowemu
|
||||
install -Dm755 target/rpm/snow_frontend_egui %{buildroot}%{_bindir}/snowemu
|
||||
install -Dm644 assets/snow_icon.png %{buildroot}%{_hicolordir}/1024x1024/apps/snow_icon.png
|
||||
%desktop_file_install assets/snow.desktop
|
||||
install -Dm644 assets/dev.thomasw.snow.metainfo.xml %{buildroot}%{_metainfodir}/dev.thomasw.snow.metainfo.xml
|
||||
|
||||
install -Dm644 docs/images/snow_icon.png %{buildroot}%{_hicolordir}/1024x1024/apps/snow_icon.png
|
||||
|
||||
install -Dm644 %{SOURCE1} %{buildroot}%{_appsdir}/snow.desktop
|
||||
|
||||
cp -a docs/* %{buildroot}%{_pkgdocdir}/
|
||||
cp -a docs/* %{buildroot}%{_pkgdocdir}/
|
||||
rm %{buildroot}%{_pkgdocdir}/*.toml
|
||||
rm %{buildroot}%{_pkgdocdir}/images/*.icns
|
||||
rm %{buildroot}%{_pkgdocdir}/images/*.ico
|
||||
rm -r %{buildroot}%{_pkgdocdir}/theme
|
||||
|
||||
%terra_appstream -o %{SOURCE2}
|
||||
|
||||
%cargo_license_summary_online
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
|
||||
%check
|
||||
desktop-file-validate %{buildroot}%{_appsdir}/snow.desktop
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
@@ -70,7 +56,7 @@ desktop-file-validate %{buildroot}%{_appsdir}/snow.desktop
|
||||
%{_bindir}/snowemu
|
||||
%{_hicolordir}/1024x1024/apps/snow_icon.png
|
||||
%{_appsdir}/snow.desktop
|
||||
%{_metainfodir}/%appid.metainfo.xml
|
||||
%{_metainfodir}/dev.thomasw.snow.metainfo.xml
|
||||
|
||||
%files doc
|
||||
%license LICENSE
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
Name: vesktop
|
||||
Obsoletes: VencordDesktop < 1.5.8-1
|
||||
Obsoletes: vencord-desktop < 1.5.8-1
|
||||
Version: 1.6.3
|
||||
Version: 1.6.4
|
||||
Release: 1%?dist
|
||||
License: GPL-3.0
|
||||
Summary: Vesktop is a cross platform desktop app aiming to give you a snappier Discord experience with Vencord pre-installed
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Fedora sometimes sources the snapshots under stable versions and just bumps release
|
||||
# For user clarity I have separated these into different packages
|
||||
%global commit 81a692e2ee6b311367f18a17a9a61a0ef1c0ad18
|
||||
%global commit b6dbb9e190cf2ea35c6bea4dd0f314120e6f9b38
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 20250102
|
||||
%global commit_date 20251224
|
||||
%global ver 20260125
|
||||
%global commit_date 20260126
|
||||
|
||||
Name: winetricks-git
|
||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
# For user clarity I have separated these into different packages
|
||||
|
||||
Name: terra-winetricks
|
||||
Version: 20250102
|
||||
Release: 1%{?dist}
|
||||
Version: 20260125
|
||||
Release: 1%?dist
|
||||
Summary: Winetricks built to be compatible with Terra WINE builds
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/Winetricks/winetricks
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%define _ubuntu_rel 25.10.20250930-0ubuntu1
|
||||
%define _ubuntu_rel 25.10.20250930-0ubuntu2
|
||||
%global _hardened_build 0
|
||||
|
||||
Name: compiz9
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global pypi_name nautilus_open_any_terminal
|
||||
|
||||
Name: nautilus-open-any-terminal
|
||||
Version: 0.8.0
|
||||
Version: 0.8.1
|
||||
Release: 1%?dist
|
||||
Summary: Context-menu entry for opening other terminal in Nautilus
|
||||
License: GPL-3.0-only
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit 88709e6ee84ddf7266457f8246c476bee3212ba3
|
||||
%global commit e7378bd297144d4d55cf6de2e53fe34c3043b7ca
|
||||
|
||||
Name: lightdm-kde-greeter
|
||||
Version: 6.1.2
|
||||
Version: 6.1.3
|
||||
Release: 1%?dist
|
||||
Summary: Login screen using the LightDM framework
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
|
||||
%global commit 85db08aefad730e280bb94ac39b09710c530a17c
|
||||
%global commit 7b3af72eeea0354419fbdf1396a01f1631d8e38f
|
||||
%forgemeta
|
||||
|
||||
Name: lomiri-system-settings
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%define archive unity_7.7.0+23.04.20230222.2-0ubuntu8.tar.xz
|
||||
%define archive unity_7.7.0+23.04.20230222.2-0ubuntu9.tar.xz
|
||||
|
||||
Name: unity-shell
|
||||
Version: 7.7.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: noctalia-shell
|
||||
Version: 4.1.1
|
||||
Version: 4.2.3
|
||||
Release: 1%?dist
|
||||
Summary: A Quickshell-based custom shell setup
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 06e23ef36330cb79b8c40efff66baa044f1f9ea6
|
||||
%global commit 061a0ae5656c05525aa812f474dee2ed32700125
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global fulldate 2026-01-22
|
||||
%global fulldate 2026-01-24
|
||||
%global commit_date %(echo %{fulldate} | sed 's/-//g')
|
||||
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
|
||||
%global ver 1.3.0
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
|
||||
# Naming variable as something other than "commit" is necessary
|
||||
# to stop %%gometa from putting commit hash in release
|
||||
%global commit_hash 3e95779cf05e01827bc93cceee15c7f51b861b4a
|
||||
%global commit_date 20260122
|
||||
%global commit_hash dc2d70bfe127645a11bc791123af7aa01f0a222f
|
||||
%global commit_date 20260125
|
||||
%global shortcommit %{sub %{commit_hash} 1 7}
|
||||
%global ver 2.0.15
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
Name: tracy
|
||||
Version: 0.13.1
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/wolfpld/tracy
|
||||
Source0: https://github.com/wolfpld/tracy/archive/refs/tags/v%version.tar.gz
|
||||
BuildRequires: pkgconfig(egl) pkgconfig(glfw3) pkgconfig(freetype2) pkgconfig(dbus-1) pkgconfig(libunwind) pkgconfig(libdebuginfod) pkgconfig(tbb) pkgconfig(wayland-client) pkgconfig(wayland-protocols) pkgconfig(xkbcommon) pkgconfig(capstone)
|
||||
BuildRequires: pkgconfig(egl) pkgconfig(glfw3) pkgconfig(freetype2) pkgconfig(dbus-1) pkgconfig(libunwind) pkgconfig(libdebuginfod) pkgconfig(tbb) pkgconfig(wayland-client) pkgconfig(wayland-protocols) pkgconfig(xkbcommon) pkgconfig(capstone) pkgconfig(openssl) pkgconfig(pugixml) pkgconfig(libcurl) pkgconfig(libxslt) pkgconfig(libnghttp2) pkgconfig(libidn2) pkgconfig(libssh2) tbb expat libxml2 openssl-libs
|
||||
BuildRequires: cmake gcc gcc-c++ meson
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
@@ -69,7 +69,6 @@ install -Dm644 icon/application-tracy.svg %buildroot%_iconsdir/hicolor/scalable/
|
||||
|
||||
%files devel
|
||||
%_libdir/pkgconfig/tracy.pc
|
||||
%dir %_includedir/tracy
|
||||
%_includedir/tracy/*
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "turbowarp.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,116 @@
|
||||
%define appid org.turbowarp.TurboWarp
|
||||
|
||||
Name: turbowarp-desktop
|
||||
%electronmeta -D
|
||||
Version: 1.15.2
|
||||
Release: 1%?dist
|
||||
Summary: A better offline editor for Scratch 3
|
||||
URL: https://desktop.turbowarp.org/
|
||||
License: GPL-3.0-only AND %{electron_license}
|
||||
|
||||
BuildRequires: anda-srpm-macros
|
||||
BuildRequires: terra-appstream-helper
|
||||
|
||||
Requires: glibc
|
||||
Requires: glib2
|
||||
Requires: nss-util
|
||||
Requires: nss
|
||||
Requires: atk
|
||||
Requires: gtk3
|
||||
Requires: cups-libs
|
||||
Requires: libX11
|
||||
Requires: libXcomposite
|
||||
Requires: libXfixes
|
||||
Requires: libXrandr
|
||||
Requires: mesa-libgbm
|
||||
Requires: expat
|
||||
Requires: libxcb
|
||||
Requires: libxkbcommon
|
||||
Requires: systemd-libs
|
||||
Requires: alsa-lib
|
||||
Requires: at-spi2-core
|
||||
Requires: pcre2
|
||||
Requires: libffi
|
||||
Requires: zlib-ng
|
||||
Requires: libmount
|
||||
Requires: libselinux
|
||||
Requires: nspr
|
||||
Requires: avahi-libs
|
||||
Requires: gnutls
|
||||
Requires: libpng
|
||||
Requires: fontconfig
|
||||
Requires: freetype
|
||||
Requires: libXrender
|
||||
Requires: pixman
|
||||
Requires: pango
|
||||
Requires: harfbuzz
|
||||
Requires: fribidi
|
||||
Requires: cairo-gobject
|
||||
Requires: gdk-pixbuf2
|
||||
Requires: libepoxy
|
||||
Requires: libXi
|
||||
Requires: libcloudproviders
|
||||
Requires: libtinysparql
|
||||
Requires: libwayland-client
|
||||
Requires: libthai
|
||||
Requires: libdrm
|
||||
Requires: libXau
|
||||
Requires: libcap
|
||||
Requires: libblkid
|
||||
Requires: krb5-libs
|
||||
Requires: libcom_err
|
||||
Requires: keyutils-libs
|
||||
Requires: openssl-libs
|
||||
Requires: p11-kit
|
||||
Requires: libidn2
|
||||
Requires: libunistring
|
||||
Requires: libtasn1
|
||||
Requires: nettle
|
||||
Requires: gmp
|
||||
Requires: libxml2
|
||||
Requires: bzip2-libs
|
||||
Requires: libbrotli
|
||||
Requires: libwayland-cursor
|
||||
Requires: libwayland-egl
|
||||
Requires: libXcursor
|
||||
Requires: libXinerama
|
||||
Requires: graphite2
|
||||
Requires: glycin-libs
|
||||
Requires: json-glib
|
||||
Requires: sqlite-libs
|
||||
Requires: libdatrie
|
||||
Requires: xz-libs
|
||||
Requires: lcms2
|
||||
Requires: libseccomp
|
||||
|
||||
Packager: junefish <june@fyralabs.com>
|
||||
|
||||
%description
|
||||
%summary.
|
||||
|
||||
%prep
|
||||
%git_clone https://github.com/TurboWarp/desktop %version
|
||||
%__desktop_file_edit linux-files/%appid.desktop --set-key=Exec --set-value=%{_bindir}/turbowarp-desktop
|
||||
|
||||
%build
|
||||
%npm_build -c -B -r fetch,webpack:prod
|
||||
|
||||
%install
|
||||
%electron_install -i %appid -I build/
|
||||
|
||||
%terra_appstream -o linux-files/%appid.metainfo.xml
|
||||
|
||||
%__desktop_file_install linux-files/%appid.desktop
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/turbowarp-desktop
|
||||
%{_libdir}/turbowarp-desktop/
|
||||
%{_appsdir}/%appid.desktop
|
||||
%{_hicolordir}/512x512/apps/%appid.png
|
||||
%{_metainfodir}/%appid.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Sat Jan 24 2026 june-fish <git@june.fish> - 1.15.2
|
||||
- Initial Package
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("TurboWarp/desktop"));
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 9ac94ce3e64b25441e66d7c610b3ea59853c1872
|
||||
%global commit aceff52f8a93a31009d6f5284253f0b334a043dc
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260122
|
||||
%global commit_date 20260126
|
||||
%global ver 0.222.0
|
||||
|
||||
%bcond_with check
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%global ver 0.220.3
|
||||
%global ver 0.221.3-pre
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
%global rustflags_debuginfo 0
|
||||
|
||||
Name: zed
|
||||
Version: 0.220.3
|
||||
Version: 0.220.6
|
||||
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
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
%global fontdescription %{expand:
|
||||
Versatile typeface for code, from code.}
|
||||
|
||||
Version: 34.0.0
|
||||
Version: 34.1.0
|
||||
Release: 1%?dist
|
||||
Packager: Cappy Ishihara <cappy@fyralabs.com>
|
||||
Summary: Versatile typeface for code, from code.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: sarasa-gothic-fonts
|
||||
Version: 1.0.35
|
||||
Version: 1.0.36
|
||||
Release: 1%?dist
|
||||
URL: https://github.com/be5invis/Sarasa-Gothic
|
||||
Source0: %url/releases/download/v%version/Sarasa-TTC-%version.7z
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
%global git_name %(echo %{org_name} | sed 's/-//g')
|
||||
%global appid com.heroicgameslauncher.hgl
|
||||
%global shortname heroic
|
||||
%global legendary_version 0.20.37
|
||||
%global gogdl_version 1.1.2
|
||||
%global legendary_version 0.20.39
|
||||
%global gogdl_version 1.2.0
|
||||
%global nile_version 1.1.2
|
||||
%global comet_version 0.2.0
|
||||
|
||||
Name: %{shortname}-games-launcher
|
||||
Version: 2.18.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.19.1
|
||||
Release: 1%?dist
|
||||
Summary: A games launcher for GOG, Amazon, and Epic Games
|
||||
License: GPL-3.0-only AND MIT AND BSD-3-Clause
|
||||
URL: https://heroicgameslauncher.com
|
||||
@@ -52,7 +52,7 @@ rm -rf dist/linux-unpacked/resources/app.asar.unpacked/build/bin/arm64
|
||||
%endif
|
||||
|
||||
%electron_install -d heroic -b heroic -S heroic -I -i %{appid} -l
|
||||
%desktop_file_install -k Exec -v /usr/share/%{shortname}/%{shortname} -u %u flatpak/%{appid}.desktop
|
||||
%desktop_file_install -k Exec -v %{_libdir}/%{shortname}/%{shortname} -u %u flatpak/%{appid}.desktop
|
||||
|
||||
install -Dpm644 flatpak/templates/%{appid}.metainfo.xml.template %{buildroot}%{_metainfodir}/%{appid}.metainfo.xml
|
||||
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
%global name_pretty %{quote:Prism Launcher (Nightly)}
|
||||
%global appid org.prismlauncher.PrismLauncher-nightly
|
||||
|
||||
%global commit b276ede6e5451062ace7452e975f32e351e450be
|
||||
%global commit 9776fb8d681d2ce3c3315bcead0facfc5933d921
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global commit_date 20260122
|
||||
%global commit_date 20260126
|
||||
%global snapshot_info %{commit_date}.%{shortcommit}
|
||||
|
||||
# Change this variables if you want to use custom keys
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: dart
|
||||
Version: 3.10.7
|
||||
Version: 3.10.8
|
||||
Release: 1%?dist
|
||||
Summary: The Dart Language
|
||||
License: BSD-3-Clause
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
||||
%global commit 9a23ff36bd3f9d3d4c15540f65d21fa9ed709bdd
|
||||
%global commit e7809364b3b48e3816ccf663476711400224b544
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 2.3.1
|
||||
%global commit_date 20260117
|
||||
%global commit_date 20260125
|
||||
%global debug_package %nil
|
||||
|
||||
Name: nim-nightly
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%bcond_with doc
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.1.1
|
||||
Version: 1.2.0
|
||||
Release: 1%?dist
|
||||
Summary: Python library for working with HEIF images and plugin for Pillow
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.6.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Proton VPN local agent written in Rust
|
||||
License: GPL-3.0-only
|
||||
URL: https://github.com/ProtonVPN/local-agent-rs
|
||||
@@ -14,6 +14,9 @@ Source0: %url/archive/refs/tags/%version.tar.gz
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: cargo-rpm-macros
|
||||
|
||||
# Really cursed but there is no pyproject.toml or setup.py in this package to auto-provide this, and proton-vpn needs this
|
||||
Provides: python3.14dist(proton-vpn-local-agent)
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
%description
|
||||
@@ -40,12 +43,11 @@ popd
|
||||
|
||||
%install
|
||||
pushd %{name}
|
||||
install -Dm0644 target/rpm/libpython_proton_vpn_local_agent.so %{buildroot}%{_libdir}/proton/local_agent.so
|
||||
install -Dm0644 target/release/libpython_proton_vpn_local_agent.so %{buildroot}%{_libdir}/proton/local_agent.so
|
||||
popd
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%doc README.md CODEOWNERS
|
||||
%dir %{_libdir}/proton
|
||||
%{_libdir}/proton/local_agent.so
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "pyfluidsynth.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
%global pypi_name pyfluidsynth
|
||||
%global _desc Python bindings for FluidSynth.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.3.4
|
||||
Release: 1%?dist
|
||||
Summary: Python bindings for FluidSynth
|
||||
License: LGPL-2.1
|
||||
URL: https://github.com/nwhitehead/pyfluidsynth
|
||||
Source0: %{pypi_source}
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-build
|
||||
|
||||
Packager: Owen Zimmerman <owen@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 pyfluidsynth-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_usr}/lib/python3.14/site-packages/__pycache__/fluidsynth.*.pyc
|
||||
%{_usr}/lib/python3.14/site-packages/__pycache__/fluidsynth.*.*.pyc
|
||||
%{_usr}/lib/python3.14/site-packages/fluidsynth.py
|
||||
%{_usr}/lib/python3.14/site-packages/%{pypi_name}-%{version}.dist-info/*
|
||||
|
||||
%changelog
|
||||
* Sat Jan 24 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||
- Initial commit
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(pypi("pyfluidsynth"));
|
||||
@@ -2,7 +2,7 @@
|
||||
%global _desc 🔉 Play and Record Sound with Python 🐍.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.5.4
|
||||
Version: 0.5.5
|
||||
Release: 1%?dist
|
||||
Summary: 🔉 Play and Record Sound with Python 🐍
|
||||
License: MIT
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit a3568ac8d9be04e7a10a6453068f4970e42074d5
|
||||
%global commit_date 20260121
|
||||
%global commit 0664473614d2168636eb647fda29bf33ab28e33e
|
||||
%global commit_date 20260126
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name types-colorama
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
Name: fresh
|
||||
Version: 0.1.88
|
||||
Version: 0.1.93
|
||||
Release: 1%?dist
|
||||
Summary: Text editor for your terminal: easy, powerful and fast
|
||||
URL: https://sinelaw.github.io/fresh/
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
%global crate kondo
|
||||
|
||||
Name: rust-kondo
|
||||
Version: 0.8
|
||||
Release: 1%{?dist}
|
||||
Version: 0.9
|
||||
Release: 1%?dist
|
||||
Summary: Filesystem cleaning tool for projects
|
||||
|
||||
License: MIT
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%global crate usage-cli
|
||||
|
||||
Name: rust-usage-cli
|
||||
Version: 2.13.1
|
||||
Version: 2.15.0
|
||||
Release: 1%?dist
|
||||
Summary: CLI for working with usage-based CLIs
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
version=0.16.0-dev.2290+200fb7c2a
|
||||
version=0.16.0-dev.2296+fd3657bf8
|
||||
|
||||
mirrors=()
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
%define llvm_compat 20
|
||||
%endif
|
||||
%global llvm_version 20.0.0
|
||||
%global ver 0.16.0-dev.2290+200fb7c2a
|
||||
%global ver 0.16.0-dev.2296+fd3657bf8
|
||||
%bcond bootstrap 1
|
||||
%bcond docs %{without bootstrap}
|
||||
%bcond test 1
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
%global zig_cache_dir %{builddir}/zig-cache
|
||||
|
||||
Name: zig-master
|
||||
Version: 0.16.0~dev.2290+200fb7c2a
|
||||
Version: 0.16.0~dev.2296+fd3657bf8
|
||||
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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: glaze-devel
|
||||
Version: 7.0.1
|
||||
Version: 7.0.2
|
||||
Release: 1%?dist
|
||||
License: MIT
|
||||
URL: https://stephenberry.github.io/glaze
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global cuda_version 12
|
||||
|
||||
Name: cuda-cudnn
|
||||
Version: 9.18.0.77
|
||||
Version: 9.18.1.3
|
||||
Release: 1%?dist
|
||||
Epoch: 1
|
||||
Summary: NVIDIA CUDA Deep Neural Network library (cuDNN)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global _major 1
|
||||
|
||||
Name: libnvidia-container
|
||||
Version: 1.18.1
|
||||
Release: 2%?dist
|
||||
Version: 1.18.2
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA container runtime library
|
||||
License: BSD-3-Clause AND Apache-2.0 AND GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND GPL-2.0-only
|
||||
Vendor: NVIDIA Corporation
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Name: click
|
||||
Version: 0.5.2
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: An app building method
|
||||
License: LGPL-3.0
|
||||
URL: https://gitlab.com/ubports/development/core/click
|
||||
@@ -84,26 +84,19 @@ mv README %{buildroot}%_pkgdocdir
|
||||
%license LICENSE
|
||||
%config %{_sysconfdir}/dbus-1/system.d/com.lomiri.click.conf
|
||||
%{_libdir}/libclick-0.4.so.*
|
||||
%dir %{_libdir}/click
|
||||
%{_libdir}/click/libclickpreload.so
|
||||
%dir %{_libexecdir}/click
|
||||
%{_libexecdir}/click/click-service
|
||||
%{_datadir}/dbus-1/system-services/com.lomiri.click.service
|
||||
%{_libdir}/girepository-1.0/Click-0.4.typelib
|
||||
|
||||
%files devel
|
||||
%dir %{_includedir}/click-0.4
|
||||
%{_includedir}/click-0.4/click.h
|
||||
%{_libdir}/libclick-0.4.so
|
||||
%{_libdir}/pkgconfig/click-0.4.pc
|
||||
%{_datarootdir}/gir-1.0/Click-0.4.gir
|
||||
|
||||
%files -n python3-lomiri-click
|
||||
%dir %{_sysconfdir}/click
|
||||
%dir %{_sysconfdir}/click/databases
|
||||
%config %{_sysconfdir}/click/databases/*.conf
|
||||
%dir %{_sysconfdir}/schroot
|
||||
%dir %{_sysconfdir}/schroot/click
|
||||
%{_sysconfdir}/schroot/click/fstab
|
||||
%{_bindir}/dh_click
|
||||
%{_bindir}/click
|
||||
@@ -112,38 +105,25 @@ mv README %{buildroot}%_pkgdocdir
|
||||
%{_datarootdir}/perl5/*
|
||||
%{_unitdir}/click-system-hooks.service
|
||||
%{_userunitdir}/click-user-hooks.service
|
||||
%dir %{python3_sitelib}/click_package
|
||||
%{python3_sitelib}/click_package/*.py
|
||||
%dir %{python3_sitelib}/click_package/tests
|
||||
%{python3_sitelib}/click_package/tests/*.py
|
||||
%dir %{python3_sitelib}/click_package/tests/integration
|
||||
%{python3_sitelib}/click_package/tests/integration/*.py
|
||||
%dir %{python3_sitelib}/click_package/tests/integration/__pycache__
|
||||
%{python3_sitelib}/click_package/tests/integration/__pycache__/*.pyc
|
||||
%dir %{python3_sitelib}/click_package/tests/__pycache__
|
||||
%{python3_sitelib}/click_package/tests/__pycache__/*.pyc
|
||||
%dir %{python3_sitelib}/click_package/commands
|
||||
%{python3_sitelib}/click_package/commands/*.py
|
||||
%dir %{python3_sitelib}/click_package/commands/__pycache__
|
||||
%{python3_sitelib}/click_package/commands/__pycache__/*.pyc
|
||||
%dir %{python3_sitelib}/click_package/__pycache__
|
||||
%{python3_sitelib}/click_package/__pycache__/*.pyc
|
||||
%dir %{python3_sitelib}/click-%{version}-py%{python3_version}.egg-info
|
||||
%{python3_sitelib}/click-%{version}-py%{python3_version}.egg-info/*.txt
|
||||
%{python3_sitelib}/click-%{version}-py%{python3_version}.egg-info/PKG-INFO
|
||||
|
||||
%files doc
|
||||
%{_mandir}/man1/click.1.gz
|
||||
%dir %_pkgdocdir
|
||||
%_pkgdocdir/README
|
||||
%dir %_pkgdocdir/html
|
||||
%_pkgdocdir/html/*.html
|
||||
%_pkgdocdir/html/.buildinfo
|
||||
%_pkgdocdir/html/*inv
|
||||
%_pkgdocdir/html/*.js
|
||||
%dir %_pkgdocdir/html/_sources
|
||||
%_pkgdocdir/html/_sources/*.txt
|
||||
%dir %_pkgdocdir/html/_static
|
||||
%_pkgdocdir/html/_static/*.png
|
||||
%_pkgdocdir/html/_static/*.css
|
||||
%_pkgdocdir/html/_static/*.js
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: signal-cli
|
||||
Version: 0.13.22
|
||||
Release: 2%?dist
|
||||
Version: 0.13.23
|
||||
Release: 1%?dist
|
||||
Summary: signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger
|
||||
License: GPL-3.0-only
|
||||
URL: https://github.com/AsamK/signal-cli
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "vencord-installer.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
<component type="addon">
|
||||
<id>dev.vencord.Installer</id>
|
||||
<extends>com.discordapp.Discord</extends>
|
||||
<name>Vencord Installer</name>
|
||||
<summary>Installer for Vencord</summary>
|
||||
<project_license>GPL-3.0+</project_license>
|
||||
<categories>
|
||||
<category>Internet</category>
|
||||
</categories>
|
||||
</component>
|
||||
@@ -0,0 +1,187 @@
|
||||
|
||||
%global debug_package %{nil}
|
||||
|
||||
%bcond_without openasar
|
||||
|
||||
%global appstream_component addon
|
||||
# https://github.com/vencord/installer
|
||||
%global goipath github.com/Vencord/Installer
|
||||
Version: 1.4.0
|
||||
%global commit 8bd9dfd8de2926bb55cf7709b8c31f0704372cec
|
||||
|
||||
%global appid dev.vencord.Installer
|
||||
|
||||
%gometa -L -f
|
||||
|
||||
%global common_description %{expand:
|
||||
A cross platform gui/cli app for installing Vencord.}
|
||||
|
||||
%global golicenses LICENSE
|
||||
%global godocs README.md
|
||||
|
||||
Name: vencord-installer
|
||||
Release: 1%{?dist}
|
||||
Provides: golang-github-vencord-installer = %{version}-%{release}
|
||||
Summary: A cross platform gui/cli app for installing Vencord
|
||||
Packager: Cappy Ishihara <cappy@fyralabs.com>
|
||||
License: GPL-3.0-only
|
||||
URL: %{gourl}
|
||||
Source: %{gosource}
|
||||
Source1: %appid.metainfo.xml
|
||||
BuildRequires: go-rpm-macros
|
||||
BuildRequires: go-srpm-macros
|
||||
BuildRequires: anda-srpm-macros
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libXxf86vm-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libXinerama-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: wayland-protocols-devel
|
||||
BuildRequires: extra-cmake-modules
|
||||
|
||||
%description %{common_description}
|
||||
|
||||
%package cli
|
||||
Summary: CLI version of %{name}
|
||||
%description cli %{common_description} (CLI version)
|
||||
|
||||
|
||||
%package discord-stable
|
||||
Summary: Automatic Discord integration for %{name} (stable)
|
||||
Requires: %{name}-cli
|
||||
Requires(posttrans): %{name}-cli
|
||||
%description discord-stable
|
||||
discord-stable Automatic Discord integration for %{name} (stable branch).
|
||||
|
||||
%package discord-canary
|
||||
Summary: Automatic Discord integration for %{name} (canary)
|
||||
Requires: %{name}-cli
|
||||
Requires(posttrans): %{name}-cli
|
||||
%description discord-canary
|
||||
discord-canary Automatic Discord integration for %{name} (canary branch).
|
||||
|
||||
%package discord-ptb
|
||||
Summary: Automatic Discord integration for %{name} (ptb)
|
||||
Requires: %{name}-cli
|
||||
Requires(posttrans): %{name}-cli
|
||||
%description discord-ptb
|
||||
Automatic Discord integration for %{name} (ptb branch).
|
||||
|
||||
%if %{with openasar}
|
||||
%package discord-stable+openasar
|
||||
Summary: Automatic Discord integration for %{name} (stable, OpenAsar)
|
||||
Requires: %{name}-cli
|
||||
Requires(posttrans): %{name}-cli
|
||||
Conflicts: %{name}-discord-stable
|
||||
Conflicts: discord-openasar
|
||||
%description discord-stable+openasar
|
||||
discord-stable+openasar Automatic Discord integration for %{name} (stable branch, OpenAsar).
|
||||
|
||||
%package discord-canary+openasar
|
||||
Summary: Automatic Discord integration for %{name} (canary, OpenAsar)
|
||||
Requires: %{name}-cli
|
||||
Requires(posttrans): %{name}-cli
|
||||
Conflicts: %{name}-discord-canary
|
||||
Conflicts: discord-canary-openasar
|
||||
%description discord-canary+openasar
|
||||
discord-canary+openasar Automatic Discord integration for %{name} (canary branch, OpenAsar).
|
||||
|
||||
%package discord-ptb+openasar
|
||||
Summary: Automatic Discord integration for %{name} (ptb, OpenAsar)
|
||||
Requires: %{name}-cli
|
||||
Requires(posttrans): %{name}-cli
|
||||
Conflicts: %{name}-discord-ptb
|
||||
Conflicts: discord-ptb-openasar
|
||||
%description discord-ptb+openasar
|
||||
Automatic Discord integration for %{name} (ptb branch, OpenAsar).
|
||||
%endif
|
||||
|
||||
%gopkg
|
||||
|
||||
%prep
|
||||
%goprep_online -A
|
||||
|
||||
|
||||
%build
|
||||
%define gomodulesmode GO111MODULE=on
|
||||
export CGO_CPPFLAGS="${CPPFLAGS}"
|
||||
export CGO_CFLAGS="${CFLAGS}"
|
||||
export CGO_CXXFLAGS="${CXXFLAGS}"
|
||||
export CGO_LDFLAGS="${LDFLAGS}"
|
||||
%gobuild -o %{gobuilddir}/bin/vencord-installer
|
||||
%gobuild -o %{gobuilddir}/bin/vencord-installer-cli -tags cli
|
||||
|
||||
|
||||
%install
|
||||
%gopkginstall
|
||||
install -m 0755 -vd %{buildroot}%{_bindir}
|
||||
install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
|
||||
%terra_appstream -o %{SOURCE1}
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/vencord-installer
|
||||
%{_datadir}/metainfo/%appid.metainfo.xml
|
||||
|
||||
%files cli
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/vencord-installer-cli
|
||||
|
||||
%files discord-stable
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
|
||||
%files discord-canary
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
|
||||
%files discord-ptb
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
|
||||
%if %{with openasar}
|
||||
%files discord-stable+openasar
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
|
||||
%files discord-canary+openasar
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
|
||||
%files discord-ptb+openasar
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%endif
|
||||
|
||||
%gopkgfiles
|
||||
|
||||
|
||||
%transfiletriggerin -n %{name}-discord-stable -- /usr/share/discord
|
||||
%{_bindir}/vencord-installer-cli -install -location /usr/share/discord
|
||||
|
||||
%transfiletriggerin -n %{name}-discord-canary -- /usr/share/discord-canary
|
||||
%{_bindir}/vencord-installer-cli -install -location /usr/share/discord-canary
|
||||
|
||||
%transfiletriggerin -n %{name}-discord-ptb -- /usr/share/discord-ptb
|
||||
%{_bindir}/vencord-installer-cli -install -location /usr/share/discord-ptb
|
||||
|
||||
%if %{with openasar}
|
||||
%transfiletriggerin -n %{name}-discord-stable+openasar -- /usr/share/discord
|
||||
%{_bindir}/vencord-installer-cli -install -install-openasar -location /usr/share/discord
|
||||
|
||||
%transfiletriggerin -n %{name}-discord-canary+openasar -- /usr/share/discord-canary
|
||||
%{_bindir}/vencord-installer-cli -install -install-openasar -location /usr/share/discord-canary
|
||||
|
||||
%transfiletriggerin -n %{name}-discord-ptb+openasar -- /usr/share/discord-ptb
|
||||
%{_bindir}/vencord-installer-cli -install -install-openasar -location /usr/share/discord-ptb
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit c0a35641df7d3a4f0d740d5efa947ccf10e3e817
|
||||
%global commit 57df2e179d929532094f4e4dd42ce5395514622b
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20260118
|
||||
%global commit_date 20260125
|
||||
|
||||
Name: vgmstream
|
||||
Version: 0~%{commit_date}git.%shortcommit
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
%global commit 5abca9d613fac7861803319b3191061b2d8ce067
|
||||
%global commit_date 20251130
|
||||
%global commit 38acdea488cae1a24591be7b0e6737f58b54f725
|
||||
%global commit_date 20260126
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
Name: stardust-xr-black-hole-nightly
|
||||
Version: 0~%{commit_date}git.%{shortcommit}
|
||||
Release: 2%?dist
|
||||
Release: 1%?dist
|
||||
Summary: Spatial storage for Stardust XR
|
||||
URL: https://github.com/StardustXR/black-hole
|
||||
Source0: %url/archive/%commit/black-hole-%commit.tar.gz
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 02ace12526613ee42a6bed9de39cf8a3dedd50b8
|
||||
%global commit_date 20260117
|
||||
%global commit ccbd4e07d859d5373f57b88af0ff755b7838bfe0
|
||||
%global commit_date 20260125
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 40ca9fc446756a5151275dcbac914cee399dbc4c
|
||||
%global commit_date 20251218
|
||||
%global commit e9ff298d261d13c69b560a3993a8cd00b3da56ee
|
||||
%global commit_date 20260125
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
# Exclude input files from mangling
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
Name: stardust-xr-solar-sailer-nightly
|
||||
Version: 0~%{commit_date}git.%{shortcommit}
|
||||
Release: 2%?dist
|
||||
Release: 1%?dist
|
||||
Summary: Glide through space! This play space mover allows you to fly by dragging the space with momentum!
|
||||
URL: https://github.com/StardustXR/solar-sailer
|
||||
Source0: %url/archive/%commit.tar.gz
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: falcond
|
||||
Version: 1.2.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Advanced Linux Gaming Performance Daemon
|
||||
License: MIT
|
||||
URL: https://git.pika-os.com/general-packages/falcond
|
||||
@@ -33,7 +33,7 @@ install -Dm644 debian/%{name}.service -t %{buildroot}%{_unitdir}
|
||||
# When DNF supports microarchitectures the fallback option for -c can be used here instead
|
||||
DESTDIR="%{buildroot}" \
|
||||
%ifarch x86_64
|
||||
%{zig_build_target -r fast -c x86_64_v2 -s} \
|
||||
%{zig_build_target -r fast -cx86_64_v2 -s} \
|
||||
%elifarch aarch64
|
||||
%{zig_build_target -r fast -s} \
|
||||
%endif
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global buildforkernels akmod
|
||||
%global debug_package %{nil}
|
||||
%global commit 32cc687732326cb1701228d8cb0c566fbbfc1117
|
||||
%global commit d0252e41bc871dad5eeb89e875ce1abd92eab87b
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260121
|
||||
%global commit_date 20260123
|
||||
%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 32cc687732326cb1701228d8cb0c566fbbfc1117
|
||||
%global commit d0252e41bc871dad5eeb89e875ce1abd92eab87b
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260121
|
||||
%global commit_date 20260123
|
||||
%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 32cc687732326cb1701228d8cb0c566fbbfc1117
|
||||
%global commit d0252e41bc871dad5eeb89e875ce1abd92eab87b
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260121
|
||||
%global commit_date 20260123
|
||||
# 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: nvidia-container-toolkit
|
||||
Version: 1.18.1
|
||||
Release: 2%?dist
|
||||
Version: 1.18.2
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA Container Toolkit
|
||||
License: Apache-2.0
|
||||
Group: Development/Tools/Other
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 6931d6b362d6c4c50819fa573c4a9fae2a54f24c
|
||||
%global commit 369a2e7ce6830fbebb7c3da7dcd4967ca357b442
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260122
|
||||
%global commitdate 20260126
|
||||
%global ver 1.0.19
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "system76-power.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
%global appid com.system76.PowerDaemon
|
||||
|
||||
Name: system76-power
|
||||
Version: 1.2.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Power Profiles and dGPU Hotplug for System76 Laptops
|
||||
License: GPL-3.0-only
|
||||
|
||||
Packager: Jaiden Riordan <jade@fyralabs.com>
|
||||
URL: https://github.com/pop-os/system76-power
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||
|
||||
BuildRequires: libusb-compat-0.1-devel
|
||||
BuildRequires: dbus-devel
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: cargo-rpm-macros
|
||||
BuildRequires: mold
|
||||
|
||||
%description
|
||||
%summary.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
%cargo_build
|
||||
|
||||
%install
|
||||
install -Dm 644 data/%{appid}.conf %{buildroot}%{_datadir}/dbus-1/system.d/%{appid}.conf
|
||||
install -Dm 644 data/%{appid}.policy %{buildroot}%{_datadir}/polkit-1/actions/%{appid}.policy
|
||||
install -Dm 644 data/%{appid}.service %{buildroot}%{_unitdir}/%{appid}.service
|
||||
install -Dm 644 data/%{appid}.xml %{buildroot}%{_datadir}/dbus-1/interfaces/%{appid}.xml
|
||||
install -Dm 755 target/rpm/%{name} %{buildroot}%{_bindir}/%{name}
|
||||
|
||||
%post
|
||||
%systemd_post com.system76.PowerDaemon.service
|
||||
|
||||
%preun
|
||||
%systemd_preun com.system76.PowerDaemon.service
|
||||
|
||||
%postun
|
||||
%systemd_postun_with_restart com.system76.PowerDaemon.service
|
||||
|
||||
%files
|
||||
%doc README.md TESTING.md
|
||||
%license LICENSE
|
||||
%{_bindir}/%{name}
|
||||
%{_unitdir}/%{appid}.service
|
||||
%{_datadir}/dbus-1/interfaces/%{appid}.xml
|
||||
%{_datadir}/dbus-1/system.d/%{appid}.conf
|
||||
%{_datadir}/polkit-1/actions/%{appid}.policy
|
||||
|
||||
%changelog
|
||||
* Fri Jan 9 2026 Jaiden Riordan <jade@fyralabs.com>
|
||||
- Port to Terra
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh_tag("pop-os/system76-power"));
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: vicinae
|
||||
Version: 0.19.1
|
||||
Version: 0.19.2
|
||||
Release: 1%?dist
|
||||
License: GPL-3.0
|
||||
URL: https://docs.vicinae.com
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
%global compat_package terra-wine-dev
|
||||
# Cannot use the _datadir macro here or it will cause mass macro recursion
|
||||
%global _prefix /usr/share/wine-dev
|
||||
%global srcmajor 11.0
|
||||
%global srcmajor 11.x
|
||||
# Make this as a variable instead in case of WINE RCs
|
||||
%global ver wine-11.0
|
||||
%global ver wine-11.1
|
||||
%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
|
||||
|
||||
@@ -14,11 +14,11 @@
|
||||
%define _prefix /usr/share/wine-staging
|
||||
%undefine _hardened_build
|
||||
|
||||
%global srcmajor 10.x
|
||||
%global srcmajor 11.x
|
||||
|
||||
|
||||
Name: wine-staging
|
||||
Version: 11.0
|
||||
Version: 11.1
|
||||
Release: 1%?dist
|
||||
Epoch: 1
|
||||
Summary: WINE Is Not An Emulator - runs MS Windows programs
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
%global commit e34350de2d518498edff4b689ce153b337809b9f
|
||||
%global commit 8e772cf696e6fd78ff6b9ca3eba9505391dc44d2
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260112
|
||||
%global ver 0.5.2
|
||||
%global commitdate 20260126
|
||||
%global ver 0.5.4
|
||||
%define buildforkernels akmod
|
||||
%global debug_package %{nil}
|
||||
%global modulename xone
|
||||
|
||||
Name: %{modulename}-nightly-kmod
|
||||
Version: %{ver}^%{commitdate}git.%{shortcommit}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%?dist
|
||||
%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10
|
||||
Epoch: 1
|
||||
%endif
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
%global commit e34350de2d518498edff4b689ce153b337809b9f
|
||||
%global commit 8e772cf696e6fd78ff6b9ca3eba9505391dc44d2
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260112
|
||||
%global ver 0.5.2
|
||||
%global commitdate 20260126
|
||||
%global ver 0.5.4
|
||||
%global debug_package %{nil}
|
||||
%global modulename xone
|
||||
|
||||
Name: dkms-%{modulename}-nightly
|
||||
Version: %{ver}^%{commitdate}git.%{shortcommit}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%?dist
|
||||
%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10
|
||||
Epoch: 1
|
||||
%endif
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit e34350de2d518498edff4b689ce153b337809b9f
|
||||
%global commit 8e772cf696e6fd78ff6b9ca3eba9505391dc44d2
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260112
|
||||
%global ver 0.5.2
|
||||
%global commitdate 20260126
|
||||
%global ver 0.5.4
|
||||
%global modulename xone
|
||||
%global _dracutconfdir %{_prefix}/lib/dracut/dracut.conf.d
|
||||
%global firmware_hash0 080ce4091e53a4ef3e5fe29939f51fd91f46d6a88be6d67eb6e99a5723b3a223
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
Name: xone-nightly
|
||||
Version: %{ver}^%{commitdate}git.%{shortcommit}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%?dist
|
||||
%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10
|
||||
Epoch: 1
|
||||
%endif
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
%global modulename xone
|
||||
|
||||
Name: %{modulename}-kmod
|
||||
Version: 0.5.2
|
||||
Release: 2%{?dist}
|
||||
Version: 0.5.4
|
||||
Release: 1%?dist
|
||||
%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10
|
||||
Epoch: 2
|
||||
%endif
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
%global modulename xone
|
||||
|
||||
Name: dkms-%{modulename}
|
||||
Version: 0.5.2
|
||||
Release: 2%{?dist}
|
||||
Version: 0.5.4
|
||||
Release: 1%?dist
|
||||
%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10
|
||||
Epoch: 2
|
||||
%endif
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
%global firmware_hash3 e2710daf81e7b36d35985348f68a81d18bc537a2b0c508ffdfde6ac3eae1bad7
|
||||
|
||||
Name: xone
|
||||
Version: 0.5.2
|
||||
Release: 2%{?dist}
|
||||
Version: 0.5.4
|
||||
Release: 1%?dist
|
||||
%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10
|
||||
Epoch: 2
|
||||
%endif
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global _udevrulesdir /usr/lib/udev/rules.d
|
||||
|
||||
%global commit 6fe0cec4f8baeae5e6441489df02c395e39c6ae2
|
||||
%global commit 6611933e46bed1aec1b44ecba904e8efb9cb02cc
|
||||
%global commitdate 20251121
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global pypi_name app-bricks-py
|
||||
%global _desc The code of the Arduino App Lab Bricks
|
||||
|
||||
%global ver release/0.6.3
|
||||
%global ver release/0.6.4
|
||||
%global sanitized_ver %(echo %{ver} | sed 's|release/||')
|
||||
|
||||
Name: %{pypi_name}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate mise
|
||||
|
||||
Name: rust-mise
|
||||
Version: 2026.1.6
|
||||
Version: 2026.1.8
|
||||
Release: 1%?dist
|
||||
Summary: Front-end to your dev env
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: cloudflare-speed-cli
|
||||
Version: 0.5.0
|
||||
Version: 0.6.0
|
||||
Release: 1%?dist
|
||||
Summary: CLI for internet speed test via cloudflare
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global pypi_name copyparty
|
||||
|
||||
Name: %{pypi_name}
|
||||
Version: 1.20.3
|
||||
Version: 1.20.4
|
||||
Release: 1%?dist
|
||||
Summary: Portable, featureful, and fast file server
|
||||
URL: https://github.com/9001/copyparty
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global forgeurl https://github.com/git-ecosystem/git-credential-manager
|
||||
|
||||
Name: gcm-core
|
||||
Version: 2.6.1
|
||||
Version: 2.7.0
|
||||
|
||||
Release: 1%?dist
|
||||
Summary: Secure, cross-platform Git credential storage
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 57e6cb7d943f31b57c7010b8bd8304921a8f3f9a
|
||||
%global commit_date 20260122
|
||||
%global commit 3b3eb7fbe45358c02dd50dcccab299e9ca43d1f6
|
||||
%global commit_date 20260125
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name glasgow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# https://github.com/nats-io/natscli
|
||||
%global goipath github.com/nats-io/natscli
|
||||
%global commit dc7e74221bda20def8b66706c99bfcc50b919aca
|
||||
%global commit_date 20260121
|
||||
%global commit e47a361a1b67cc0b7a37c165e6ba0d56d9df9982
|
||||
%global commit_date 20260126
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
|
||||
%gometa -f
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: neovim-default-editor
|
||||
# Version, release, and epoch are inherited from the editor package just like other default editors
|
||||
Version: 0.11.5
|
||||
Version: 0.11.6
|
||||
Release: 1%?dist
|
||||
Epoch: 0
|
||||
# Inherited from Neovim itself
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "pdpmake.spec"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user