mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-05 03:12:18 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e80ad9669d |
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary-openasar
|
||||
Version: 1.0.1200
|
||||
Version: 1.0.1193
|
||||
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.1200
|
||||
Version: 1.0.1193
|
||||
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-ptb-openasar
|
||||
Version: 1.0.194
|
||||
Version: 1.0.193
|
||||
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-ptb
|
||||
Version: 1.0.194
|
||||
Version: 1.0.193
|
||||
Release: 1%{?dist}
|
||||
Summary: Free Voice and Text Chat for Gamers.
|
||||
URL: https://discord.com
|
||||
|
||||
@@ -1,4 +1 @@
|
||||
let versions = get("https://muon.build/releases/").json().keys();
|
||||
versions.sort();
|
||||
versions.pop();
|
||||
rpm.version(versions.pop());
|
||||
rpm.version(sourcehut("~lattis/muon"));
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: satty
|
||||
Version: 0.21.0
|
||||
Version: 0.20.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Modern screenshot annotation tool
|
||||
URL: https://github.com/Satty-org/Satty
|
||||
@@ -7,45 +7,38 @@ Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
BuildRequires: cargo-rpm-macros
|
||||
BuildRequires: libadwaita-devel
|
||||
BuildRequires: libepoxy-devel
|
||||
SourceLicense: MPL-2.0
|
||||
License: %{SourceLicense} AND (MIT OR Apache-2.0) AND Unicode-3.0 AND Apache-2.0 AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-3-Clause OR Apache-2.0) AND CC0-1.0 AND (CC0-1.0 OR Apache-2.0) AND ISC AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT)
|
||||
License: MPL-2.0 AND (MIT OR Apache-2.0) AND Unicode-3.0 AND Apache-2.0 AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-3-Clause OR Apache-2.0) AND CC0-1.0 AND (CC0-1.0 OR Apache-2.0) AND ISC AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT)
|
||||
Packager: Tulip Blossom <tulilirockz@outlook.com>
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%pkg_completion -BeNfz
|
||||
%pkg_completion -BNfz
|
||||
|
||||
%prep
|
||||
%autosetup -n Satty-%{version}
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
%cargo_build -a
|
||||
%{cargo_license_online -a} > LICENSE.dependencies
|
||||
%cargo_build
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
|
||||
%install
|
||||
install -Dpm0755 -t %{buildroot}%{_bindir} ./target/rpm/satty
|
||||
install -Dpm0644 -t %{buildroot}%{_appsdir}/ ./satty.desktop
|
||||
install -Dpm0644 -t %{buildroot}%{_scalableiconsdir}/ ./assets/satty.svg
|
||||
install -Dpm0644 -t %{buildroot}%{fish_completions_dir}/ ./completions/satty.fish
|
||||
install -Dpm0644 -t %{buildroot}%{zsh_completions_dir}/ ./completions/_satty
|
||||
install -Dpm0644 ./completions/satty.bash %{buildroot}%{bash_completions_dir}/satty
|
||||
install -Dpm0644 -t %{buildroot}%{elvish_completions_dir}/ ./completions/satty.elv
|
||||
install -Dpm0644 -t %{buildroot}%{nushell_completions_dir}/ ./completions/satty.nu
|
||||
install -Dpm0644 -t %{buildroot}%{_metainfodir}/ ./org.satty.Satty.metainfo.xml
|
||||
install -Dpm0755 -t %{buildroot}%{_bindir} ./target/rpm/satty
|
||||
install -Dpm0644 -t %{buildroot}%{_datadir}/applications/ ./satty.desktop
|
||||
install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/ ./assets/satty.svg
|
||||
install -Dpm0644 -t %{buildroot}%{_datadir}/fish/vendor_completions.d/ ./completions/satty.fish
|
||||
install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions/ ./completions/_satty
|
||||
install -Dpm0644 ./completions/satty.bash %{buildroot}%{_datadir}/bash-completion/completions/satty
|
||||
install -Dpm0644 -t %{buildroot}%{_datadir}/nushell/vendor/autoload/ ./completions/satty.nu
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE LICENSE.dependencies
|
||||
%{_bindir}/%{name}
|
||||
%{_appsdir}/satty.desktop
|
||||
%{_scalableiconsdir}/satty.svg
|
||||
%{_metainfodir}/org.satty.Satty.metainfo.xml
|
||||
%{_datadir}/applications/satty.desktop
|
||||
%{_datadir}/icons/hicolor/scalable/apps/satty.svg
|
||||
|
||||
%changelog
|
||||
* Thu Jun 04 2026 Owen Zimmerman <owen@fyralabs.com> 0.21.0-1
|
||||
- Update for 0.21.0
|
||||
|
||||
* Sun Mar 29 2026 Tulip Blossom <tulilirockz@outlook.com>
|
||||
- Initial commit
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global _desc The model-definition framework for state-of-the-art machine learning models.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 5.10.2
|
||||
Version: 5.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: The model-definition framework for state-of-the-art machine learning models
|
||||
License: Apache-2.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
version=0.17.0-dev.690+c5a61e899
|
||||
version=0.17.0-dev.667+0569f1f6a
|
||||
|
||||
mirrors=()
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%define llvm_compat 22
|
||||
%endif
|
||||
%global llvm_version 22.0.0
|
||||
%global ver 0.17.0-dev.690+c5a61e899
|
||||
%global ver 0.17.0-dev.667+0569f1f6a
|
||||
%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.690+c5a61e899
|
||||
Version: 0.17.0~dev.667+0569f1f6a
|
||||
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,5 +0,0 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "delphitools-cli.spec"
|
||||
}
|
||||
}
|
||||
@@ -1,46 +0,0 @@
|
||||
Name: delphitools-cli
|
||||
Version: 0.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: indie toolkit for designers — colour, image, PDF, type, calc, all in one offline CLI
|
||||
URL: https://delphi.tools/
|
||||
Source0: https://github.com/1612elphi/delphitools-cli/archive/refs/tags/v%{version}.tar.gz
|
||||
SourceLicense: 0BSD
|
||||
License: %{sourcelicense} AND ((MIT OR Apache-2.0) AND NCSA) AND (Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (0BSD OR MIT OR Apache-2.0) AND BSD-2-Clause AND Zlib AND MIT AND ((MIT OR Apache-2.0) AND Unicode-DFS-2016) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND MPL-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (CC0-1.0 OR Apache-2.0) AND (BSD-3-Clause OR Apache-2.0) AND ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND BSD-3-Clause AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (Unlicense OR MIT)
|
||||
|
||||
BuildRequires: rust
|
||||
BuildRequires: anda-srpm-macros
|
||||
BuildRequires: cargo-rpm-macros
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
Packager: Its-J <jonah@fyralabs.com>
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version}
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
%cargo_build
|
||||
|
||||
%install
|
||||
install -Dm 755 target/release/delphi %{buildroot}%{_bindir}/delphi
|
||||
install -Dm 755 target/release/delphitools %{buildroot}%{_bindir}/delphitools
|
||||
install -Dm 755 target/release/dt %{buildroot}%{_bindir}/dt
|
||||
install -Dm 644 man/*.1 -t %{buildroot}%{_mandir}/man1/
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
|
||||
%files
|
||||
%{_bindir}/delphi
|
||||
%{_bindir}/delphitools
|
||||
%{_bindir}/dt
|
||||
%{_mandir}/man1/delphi*.1.*
|
||||
%license LICENSE
|
||||
%license LICENSE.dependencies
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Wed Jun 03 2026 Its-J <jonah@fyralabs.com>
|
||||
- Package delphitools-cli
|
||||
@@ -1 +0,0 @@
|
||||
rpm.version(gh("1612elphi/delphitools-cli"));
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# The srcrpm is not prefixed with Python because the source is mostly Rust
|
||||
Name: modern-colorthief
|
||||
Version: 0.3.0
|
||||
Version: 0.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: ColorThief reimagined
|
||||
SourceLicense: MIT
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: nvm
|
||||
Version: 0.40.5
|
||||
Release: 1%{?dist}
|
||||
Version: 0.40.4
|
||||
Release: 1%?dist
|
||||
Summary: Node Version Manager
|
||||
License: MIT
|
||||
URL: https://github.com/nvm-sh/nvm
|
||||
|
||||
Reference in New Issue
Block a user