Merge branch 'main' into w/update

This commit is contained in:
windowsboy111
2023-01-24 15:24:25 +08:00
17 changed files with 127 additions and 11 deletions
@@ -6,7 +6,7 @@ Release: 4%{?dist}
Summary: OpenAsar is a rewrite of part of Discord's desktop code, making it snappier and include more features like further customization and theming
License: MIT and https://discord.com/terms
URL: https://github.com/GooseMod/OpenAsar
Source0: https://dl.discordapp.net/apps/linux/%{version}/discord-canary-%{version}.tar.gz
Source0: https://dl-canary.discordapp.net/apps/linux/%{version}/discord-canary-%{version}.tar.gz
Source1: %{url}/releases/download/nightly/app.asar
Group: Applications/Internet
Requires: libatomic, glibc, alsa-lib, GConf2, libnotify, nspr >= 4.13, nss >= 3.27, libstdc++, libX11 >= 1.6, libXtst >= 1.2, libappindicator, libcxx, libXScrnSaver
+1 -1
View File
@@ -5,7 +5,7 @@ Version: 0.0.146
Release: 1%{?dist}
Summary: Free Voice and Text Chat for Gamers.
URL: discord.com
Source0: https://dl.discordapp.net/apps/linux/%{version}/discord-canary-%{version}.tar.gz
Source0: https://dl-canary.discordapp.net/apps/linux/%{version}/discord-canary-%{version}.tar.gz
License: https://discord.com/terms
Requires: libatomic, glibc, alsa-lib, GConf2, libnotify, nspr >= 4.13, nss >= 3.27, libstdc++, libX11 >= 1.6, libXtst >= 1.2, libappindicator, libcxx, libXScrnSaver
Group: Applications/Internet
@@ -6,7 +6,7 @@ Release: 4%{?dist}
Summary: OpenAsar is a rewrite of part of Discord's desktop code, making it snappier and include more features like further customization and theming
License: MIT and https://discord.com/terms
URL: https://github.com/GooseMod/OpenAsar
Source0: https://dl.discordapp.net/apps/linux/%{version}/discord-ptb-%{version}.tar.gz
Source0: https://dl-ptb.discordapp.net/apps/linux/%{version}/discord-ptb-%{version}.tar.gz
Source1: %{url}/releases/download/nightly/app.asar
Group: Applications/Internet
Requires: libatomic, glibc, alsa-lib, GConf2, libnotify, nspr >= 4.13, nss >= 3.27, libstdc++, libX11 >= 1.6, libXtst >= 1.2, libappindicator, libcxx, libXScrnSaver
@@ -16,7 +16,7 @@ ExclusiveArch: x86_64
%{summary}.
%prep
%autosetup -n DiscordPtb
%autosetup -n DiscordPTB
%build
sed "s@discord-ptb@discord-ptb-openasar@g" discord-ptb.desktop > a
@@ -1,6 +1,6 @@
%global forgeurl https://github.com/KDE/latte-dock/
%global commit 57c6148dc47da74c6c5fa0e2336db18a868e459a
%global commit f7088bf0ba47303f072b333d0db6baeec7f07dd4
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date %(date '+%Y%m%d')
%global snapshot_info %{commit_date}.%{shortcommit}
@@ -2,7 +2,7 @@
%global debug_package %{nil}
Name: iosevka-fusion-fonts
Version: 17.0.4
Version: 17.1.0
Release: 1%{?dist}
Summary: A custom font based on iosevka
+1 -1
View File
@@ -2,7 +2,7 @@
%global desc Nerd Fonts is a project that patches developer targeted fonts with a high number of glyphs (icons).
Name: nerd-fonts
Version: 2.3.1
Version: 2.3.2
Release: %autorelease
URL: https://nerdfonts.com/
Source0: https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v%{version}/readme.md
@@ -1,6 +1,6 @@
%global real_name prismlauncher
%global commit b9df10c8bd520b4177d3e0cbbc7efe6cbe1da22c
%global commit 16477a8f6c1fc646208b41b76598ce8e7a60369e
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global libnbtplusplus_commit 2203af7eeb48c45398139b583615134efd8d407f
%global quazip_commit 6117161af08e366c37499895b00ef62f93adc345
@@ -1,6 +1,6 @@
%global real_name prismlauncher
%global commit b9df10c8bd520b4177d3e0cbbc7efe6cbe1da22c
%global commit 16477a8f6c1fc646208b41b76598ce8e7a60369e
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global libnbtplusplus_commit 2203af7eeb48c45398139b583615134efd8d407f
%global quazip_commit 6117161af08e366c37499895b00ef62f93adc345
+1 -1
View File
@@ -1,6 +1,6 @@
Summary: The Application Framework for tauOS apps
Name: libhelium
Version: 1.2.73
Version: 1.2.81
Release: 1%{?dist}
License: GPLv3
URL: https://github.com/tau-OS/libhelium
+1 -1
View File
@@ -1,6 +1,6 @@
Summary: tauOS GTK/GNOME Shell Themes
Name: tau-helium
Version: 1.1.71
Version: 1.1.97
Release: 1%{?dist}
License: GPLv3
URL: https://github.com/tau-OS/tau-helium
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "python3-ruff.spec"
}
}
+43
View File
@@ -0,0 +1,43 @@
%define debug_package %{nil}
Name: python3-ruff
Version: 0.0.229
Release: %autorelease
Summary: An extremely fast Python linter, written in Rust
License: MIT
URL: https://github.com/charliermarsh/ruff
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
BuildRequires: python3-installer python3.11 python3-pip maturin cargo
Provides: python3.11dist(ruff) = %{version}
%description
Ruff aims to be orders of magnitude faster than alternative tools while integrating more functionality behind a single, common interface.
%prep
%autosetup -n ruff-%{version}
%build
maturin build --release --strip --locked --all-features
%install
python3.11 -m installer --destdir="%{buildroot}" target/wheels/*.whl
rm -rf %{python3_sitelib}/ruff/__pycache__
%files
%doc README.md
%license LICENSE
/usr/lib64/python*/site-packages/ruff-%{version}.dist-info/METADATA
/usr/lib64/python*/site-packages/ruff-%{version}.dist-info/RECORD
/usr/lib64/python*/site-packages/ruff-%{version}.dist-info/WHEEL
/usr/lib64/python*/site-packages/ruff/__pycache__/__init__.cpython-*.pyc
/usr/lib64/python*/site-packages/ruff-%{version}.dist-info/license_files/LICENSE
/usr/lib64/python*/site-packages/ruff/__init__.py
/usr/lib64/python*/site-packages/ruff/__main__.py
/usr/lib64/python*/site-packages/ruff/__pycache__/__main__.cpython-*.opt-1.pyc
/usr/lib64/python*/site-packages/ruff/__pycache__/__main__.cpython-*.pyc
/usr/bin/ruff
%changelog
* Mon Jan 23 2023 windowsboy111 <wboy111@outlook.com> - 0.0.229
- Initial package.
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("charliermarsh/ruff"));
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "rust-zoxide.spec"
}
}
+50
View File
@@ -0,0 +1,50 @@
# Generated by rust2rpm 23
%define debug_package %{nil}
%global crate zoxide
Name: rust-zoxide
Version: 0.9.0
Release: %autorelease
Summary: Smarter cd command for your terminal
License: MIT
URL: https://crates.io/crates/zoxide
Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch: zoxide-fix-metadata-auto.diff
BuildRequires: anda-srpm-macros rust-packaging >= 21
%global _description %{expand:
Smarter cd command for your terminal.}
%description %{_description}
%package -n %{crate}
Summary: %{summary}
%description -n %{crate} %{_description}
%files -n %{crate}
%license LICENSE
%doc CHANGELOG.md
%doc README.md
%{_bindir}/zoxide
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep_online
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog
+1
View File
@@ -0,0 +1 @@
rpm.version(crates("zoxide"));
@@ -0,0 +1,11 @@
--- zoxide-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zoxide-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -147,8 +147,5 @@
]
default-features = false
-[target."cfg(windows)".dependencies.which]
-version = "4.2.5"
-
[badges.maintenance]
status = "actively-developed"