Compare commits

...

11 Commits

Author SHA1 Message Date
Raboneko 188359cb4d bump: vgmstream
need

Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-03-29 19:44:47 -05:00
Owen Zimmerman d1a100d0c4 add: jxlpy (#10885)
* add: jxlpy

Signed-off-by: Owen-sz <owen@fyralabs.com>

* needed dep

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

---------

Signed-off-by: Owen-sz <owen@fyralabs.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-03-29 19:44:47 -05:00
Willow Reed 2907fd7b5a fix(noctalia-qs): notification-daemon and polkit provides (#10896) 2026-03-29 19:44:47 -05:00
Raboneko 9b39050984 bump: lomiri-ui-toolkit 2026-03-29 19:44:47 -05:00
Raboneko 1458aa0d60 bump: rpcs3 milc yt-dlp-git 2026-03-29 19:44:47 -05:00
Raboneko 8546b3cb02 bump: rpcs3 fresh 2026-03-29 19:44:47 -05:00
Raboneko bee0ed3ad0 bump: groovy groovy-docs 2026-03-29 19:44:47 -05:00
Raboneko b2d3f31f46 bump: protontricks 2026-03-29 19:44:47 -05:00
Gilver c5ce824e26 chore(proton-vpn-local-agent): Use python3 macros (#10887)
No release bump because not user facing.

Signed-off-by: Gilver <roachy@fyralabs.com>
2026-03-29 19:44:47 -05:00
Raboneko 39e27f6c47 bump: zig-master-bootstrap 2026-03-29 19:44:47 -05:00
Owen-sz 6349a81015 add: python-opencc
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-03-29 19:40:38 -05:00
19 changed files with 136 additions and 23 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
%global pypi_name protontricks
Name: terra-%{pypi_name}
Version: 1.14.0
Release: 1%?dist
Version: 1.14.1
Release: 1%{?dist}
Summary: Simple wrapper that does winetricks things for Proton enabled games
BuildArch: noarch
@@ -1,10 +1,10 @@
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-ui-toolkit
%global commit 77935cd890e5d04ac91e1c53e80ab4c39bad8fe7
%global commit 1b9919232ef77285765b6fdf3c963039f8a2e462
%forgemeta
Name: lomiri-ui-toolkit
Version: 1.3.5903
Release: 1%?dist
Version: 1.3.5904
Release: 1%{?dist}
Summary: QML components to ease the creation of beautiful applications in QML for Lomiri
License: LGPL-3.0
+7 -1
View File
@@ -2,7 +2,7 @@
Name: noctalia-qs
Version: 0.0.10
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Flexible QtQuick based desktop shell toolkit
License: LGPL-3.0-only AND GPL-3.0-only
URL: https://github.com/noctalia-dev/noctalia-qs
@@ -38,6 +38,9 @@ BuildRequires: polkit-devel
Conflicts: quickshell
Provides: quickshell
Provides: desktop-notification-daemon
Provides: PolicyKit-authentication-agent
%description
Flexible QtQuick based desktop shell toolkit.
@@ -70,6 +73,9 @@ Flexible QtQuick based desktop shell toolkit.
%{_libdir}/qt6/qml/Quickshell
%changelog
* Sun Mar 29 2026 Willow C Reed <terra@willowidk.dev>
- Add provides for a polkit agent and desktop notification daemon (so gnome doesn't get installed)
* Thu Mar 05 2026 Willow C Reed <terra@willowidk.dev>
- Fix reision to actually be defined as a specific git commit since it never gets initialized rn
- Also fix that noctalia-qs is replacing quickshell overall and not just for noctlaia users
+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 51ea735cb5fab5f3ab0dda756f19a753aaa07451
%global ver 0.0.40-19120
%global commit aa7cf5ea153ececef87d0dc0982522ea690b281e
%global ver 0.0.40-19125
Name: rpcs3
Version: %(echo %{ver} | sed 's/-/^/g')
@@ -1,6 +1,6 @@
Name: groovy-docs
Version: 5.0.4
Release: 1%?dist
Version: 5.0.5
Release: 1%{?dist}
Summary: Documentation for the Groovy programming language
URL: https://groovy-lang.org/
License: Apache-2.0
+2 -2
View File
@@ -1,6 +1,6 @@
Name: groovy
Version: 5.0.4
Release: 1%?dist
Version: 5.0.5
Release: 1%{?dist}
Summary: A multi-faceted language for the Java platform
BuildArch: noarch
URL: https://groovy-lang.org/
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "jxlpy.spec"
}
}
+49
View File
@@ -0,0 +1,49 @@
%global pypi_name jxlpy
%global _desc Cython bindings and Pillow plugin for JPEG XL.
Name: python-%{pypi_name}
Version: 0.9.5
Release: 1%?dist
Summary: Cython bindings and Pillow plugin for JPEG XL
License: MIT
URL: https://github.com/olokelo/jxlpy
Source0: %{pypi_source}
BuildRequires: python3-devel
BuildRequires: python3-wheel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-cython
BuildRequires: libjxl-devel
BuildRequires: gcc-c++
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 %{pypi_name}-%{version}
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files %{pypi_name}
%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.md
%license LICENSE
%{python3_sitearch}/_jxlpy.cpython-314-%{_arch}-linux-gnu.so
%changelog
* Sat Mar 28 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
+1
View File
@@ -0,0 +1 @@
rpm.version(pypi("jxlpy"));
+2 -2
View File
@@ -2,8 +2,8 @@
%global _desc Batteries-Included Python 3 CLI Framework.
Name: python-%{pypi_name}
Version: 1.9.1
Release: 1%?dist
Version: 1.10.0
Release: 1%{?dist}
Summary: Batteries-Included Python 3 CLI Framework
License: MIT
URL: https://github.com/clueboard/milc
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "opencc.spec"
}
}
+47
View File
@@ -0,0 +1,47 @@
%global pypi_name opencc
%global _desc Open Chinese Convert.
Name: python-%{pypi_name}
Version: 1.2.0
Release: 1%?dist
Summary: Open Chinese Convert
License: Apache-2.0
URL: https://github.com/BYVoid/OpenCC
Source0: %{pypi_source}
BuildRequires: python3-devel
BuildRequires: python3-wheel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: gcc-c++
BuildRequires: cmake
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 %{pypi_name}-%{version}
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files %{pypi_name}
%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.md AUTHORS
%license LICENSE
%changelog
* Sun Mar 29 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
+1
View File
@@ -0,0 +1 @@
rpm.version(pypi("opencc"));
@@ -1,5 +1,4 @@
%define debug_package %{nil}
%define __python /usr/bin/python3
%global pypi_name proton-vpn-local-agent
%global _desc Proton VPN local agent written in Rust.
@@ -44,12 +43,12 @@ popd
%install
pushd %{name}
install -Dm0644 target/release/libpython_proton_vpn_local_agent.so %{buildroot}%{python_sitearch}/proton/vpn/local_agent.so
install -Dm0644 target/release/libpython_proton_vpn_local_agent.so %{buildroot}%{python3_sitearch}/proton/vpn/local_agent.so
popd
%files -n python3-%{pypi_name}
%doc README.md CODEOWNERS
%{python_sitearch}/proton/vpn/local_agent.so
%{python3_sitearch}/proton/vpn/local_agent.so
%changelog
* Sun Jan 18 2026 Owen Zimmerman <owen@fyralabs.com>
+1 -1
View File
@@ -1,7 +1,7 @@
%undefine __brp_mangle_shebangs
Name: fresh
Version: 0.2.18
Version: 0.2.20
Release: 1%{?dist}
Summary: Text editor for your terminal: easy, powerful and fast
URL: https://getfresh.dev
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/bash
version=0.16.0-dev.3013+abd131e33
version=0.16.0-dev.3028+a85495ca2
mirrors=()
@@ -7,7 +7,7 @@
%define llvm_compat 20
%endif
%global llvm_version 20.0.0
%global ver 0.16.0-dev.3013+abd131e33
%global ver 0.16.0-dev.3028+a85495ca2
%bcond bootstrap 1
%bcond docs %{without bootstrap}
%bcond test 1
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit 5d01f5717c1489101918258fbed97659a390c356
%global commit dddc0d426837eeb277cd880759e9826c2b309e90
%global shortcommit %{sub %{commit} 1 7}
%global commit_date 20260327
%global commit_date 20260329
Name: vgmstream
Version: 0~%{commit_date}git.%shortcommit
+1 -1
View File
@@ -2,7 +2,7 @@
%global oldpkgname yt-dlp-nightly
Name: yt-dlp-git
Version: 2026.03.28.001132
Version: 2026.03.29.164733
Release: 1%{?dist}
Summary: A command-line program to download videos from online video platforms