Compare commits

..

13 Commits

Author SHA1 Message Date
Owen Zimmerman ed16432e41 this
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-03-29 20:54:38 -05:00
Owen Zimmerman b64e6f69c2 install manually
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-03-29 20:30:12 -05:00
Owen-sz f217153ccb add: neohtop-cli
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-03-29 20:18:37 -05:00
Raboneko b96aa38703 bump: vgmstream 2026-03-29 22:53:08 +00:00
Owen Zimmerman a4acc6923e 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 15:03:11 -05:00
Willow Reed 975226315b fix(noctalia-qs): notification-daemon and polkit provides (#10896) 2026-03-30 04:01:59 +08:00
Raboneko 3912f62644 bump: lomiri-ui-toolkit 2026-03-29 19:51:29 +00:00
Raboneko 145b76a263 bump: rpcs3 milc yt-dlp-git 2026-03-29 17:08:44 +00:00
Raboneko a6f5a73a91 bump: rpcs3 fresh 2026-03-29 13:19:29 +00:00
Raboneko e62e7a6f84 bump: groovy groovy-docs 2026-03-29 12:08:18 +00:00
Raboneko 60cde228a7 bump: protontricks 2026-03-29 10:52:48 +00:00
Gilver af266d5616 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 04:43:25 -05:00
Raboneko 5a38953a88 bump: zig-master-bootstrap 2026-03-29 08:46:19 +00:00
11 changed files with 38 additions and 53 deletions
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "neohtop-cli.spec"
}
}
@@ -0,0 +1,32 @@
%define debug_package %{nil}
Name: neohtop-cli
Version: 0.1.12
Release: 1%?dist
Summary: A cross-platform terminal process monitor with btop-style visualizations
License: MIT
URL: https://github.com/Abdenasser/neohtop-cli
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
Packager: Owen Zimmerman <owen@fyralabs.com>
BuildRequires: golang
%description
%summary.
%prep
%autosetup
%build
%make_build
%install
install -Dm755 neohtop-cli %{buildroot}%{_bindir}/neohtop-cli
%files
%doc README.md CONTRIBUTING.md
%license LICENSE
%{_bindir}/neohtop-cli
%changelog
* Sun Mar 29 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
@@ -0,0 +1 @@
rpm.version(gh("Abdenasser/neohtop-cli"));
-5
View File
@@ -1,5 +0,0 @@
project pkg {
rpm {
spec = "opencc.spec"
}
}
-47
View File
@@ -1,47 +0,0 @@
%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
@@ -1 +0,0 @@
rpm.version(pypi("opencc"));