mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 188359cb4d | |||
| d1a100d0c4 | |||
| 2907fd7b5a | |||
| 9b39050984 | |||
| 1458aa0d60 | |||
| 8546b3cb02 | |||
| bee0ed3ad0 | |||
| b2d3f31f46 | |||
| c5ce824e26 | |||
| 39e27f6c47 | |||
| 6349a81015 |
@@ -2,8 +2,8 @@
|
|||||||
%global pypi_name protontricks
|
%global pypi_name protontricks
|
||||||
|
|
||||||
Name: terra-%{pypi_name}
|
Name: terra-%{pypi_name}
|
||||||
Version: 1.14.0
|
Version: 1.14.1
|
||||||
Release: 1%?dist
|
Release: 1%{?dist}
|
||||||
Summary: Simple wrapper that does winetricks things for Proton enabled games
|
Summary: Simple wrapper that does winetricks things for Proton enabled games
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-ui-toolkit
|
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-ui-toolkit
|
||||||
%global commit 77935cd890e5d04ac91e1c53e80ab4c39bad8fe7
|
%global commit 1b9919232ef77285765b6fdf3c963039f8a2e462
|
||||||
%forgemeta
|
%forgemeta
|
||||||
|
|
||||||
Name: lomiri-ui-toolkit
|
Name: lomiri-ui-toolkit
|
||||||
Version: 1.3.5903
|
Version: 1.3.5904
|
||||||
Release: 1%?dist
|
Release: 1%{?dist}
|
||||||
Summary: QML components to ease the creation of beautiful applications in QML for Lomiri
|
Summary: QML components to ease the creation of beautiful applications in QML for Lomiri
|
||||||
|
|
||||||
License: LGPL-3.0
|
License: LGPL-3.0
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: noctalia-qs
|
Name: noctalia-qs
|
||||||
Version: 0.0.10
|
Version: 0.0.10
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Flexible QtQuick based desktop shell toolkit
|
Summary: Flexible QtQuick based desktop shell toolkit
|
||||||
License: LGPL-3.0-only AND GPL-3.0-only
|
License: LGPL-3.0-only AND GPL-3.0-only
|
||||||
URL: https://github.com/noctalia-dev/noctalia-qs
|
URL: https://github.com/noctalia-dev/noctalia-qs
|
||||||
@@ -38,6 +38,9 @@ BuildRequires: polkit-devel
|
|||||||
Conflicts: quickshell
|
Conflicts: quickshell
|
||||||
Provides: quickshell
|
Provides: quickshell
|
||||||
|
|
||||||
|
Provides: desktop-notification-daemon
|
||||||
|
Provides: PolicyKit-authentication-agent
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Flexible QtQuick based desktop shell toolkit.
|
Flexible QtQuick based desktop shell toolkit.
|
||||||
|
|
||||||
@@ -70,6 +73,9 @@ Flexible QtQuick based desktop shell toolkit.
|
|||||||
%{_libdir}/qt6/qml/Quickshell
|
%{_libdir}/qt6/qml/Quickshell
|
||||||
|
|
||||||
%changelog
|
%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>
|
* 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
|
- 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
|
- Also fix that noctalia-qs is replacing quickshell overall and not just for noctlaia users
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
# GLIBCXX_ASSERTIONS is known to break RPCS3
|
# 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_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 build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||||
%global commit 51ea735cb5fab5f3ab0dda756f19a753aaa07451
|
%global commit aa7cf5ea153ececef87d0dc0982522ea690b281e
|
||||||
%global ver 0.0.40-19120
|
%global ver 0.0.40-19125
|
||||||
|
|
||||||
Name: rpcs3
|
Name: rpcs3
|
||||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: groovy-docs
|
Name: groovy-docs
|
||||||
Version: 5.0.4
|
Version: 5.0.5
|
||||||
Release: 1%?dist
|
Release: 1%{?dist}
|
||||||
Summary: Documentation for the Groovy programming language
|
Summary: Documentation for the Groovy programming language
|
||||||
URL: https://groovy-lang.org/
|
URL: https://groovy-lang.org/
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: groovy
|
Name: groovy
|
||||||
Version: 5.0.4
|
Version: 5.0.5
|
||||||
Release: 1%?dist
|
Release: 1%{?dist}
|
||||||
Summary: A multi-faceted language for the Java platform
|
Summary: A multi-faceted language for the Java platform
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
URL: https://groovy-lang.org/
|
URL: https://groovy-lang.org/
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
project pkg {
|
||||||
|
rpm {
|
||||||
|
spec = "jxlpy.spec"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
rpm.version(pypi("jxlpy"));
|
||||||
@@ -2,8 +2,8 @@
|
|||||||
%global _desc Batteries-Included Python 3 CLI Framework.
|
%global _desc Batteries-Included Python 3 CLI Framework.
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.9.1
|
Version: 1.10.0
|
||||||
Release: 1%?dist
|
Release: 1%{?dist}
|
||||||
Summary: Batteries-Included Python 3 CLI Framework
|
Summary: Batteries-Included Python 3 CLI Framework
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/clueboard/milc
|
URL: https://github.com/clueboard/milc
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
project pkg {
|
||||||
|
rpm {
|
||||||
|
spec = "opencc.spec"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
rpm.version(pypi("opencc"));
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
%define __python /usr/bin/python3
|
|
||||||
|
|
||||||
%global pypi_name proton-vpn-local-agent
|
%global pypi_name proton-vpn-local-agent
|
||||||
%global _desc Proton VPN local agent written in Rust.
|
%global _desc Proton VPN local agent written in Rust.
|
||||||
@@ -44,12 +43,12 @@ popd
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
pushd %{name}
|
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
|
popd
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%doc README.md CODEOWNERS
|
%doc README.md CODEOWNERS
|
||||||
%{python_sitearch}/proton/vpn/local_agent.so
|
%{python3_sitearch}/proton/vpn/local_agent.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Jan 18 2026 Owen Zimmerman <owen@fyralabs.com>
|
* Sun Jan 18 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%undefine __brp_mangle_shebangs
|
%undefine __brp_mangle_shebangs
|
||||||
|
|
||||||
Name: fresh
|
Name: fresh
|
||||||
Version: 0.2.18
|
Version: 0.2.20
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Text editor for your terminal: easy, powerful and fast
|
Summary: Text editor for your terminal: easy, powerful and fast
|
||||||
URL: https://getfresh.dev
|
URL: https://getfresh.dev
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
version=0.16.0-dev.3013+abd131e33
|
version=0.16.0-dev.3028+a85495ca2
|
||||||
|
|
||||||
mirrors=()
|
mirrors=()
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
%define llvm_compat 20
|
%define llvm_compat 20
|
||||||
%endif
|
%endif
|
||||||
%global llvm_version 20.0.0
|
%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 bootstrap 1
|
||||||
%bcond docs %{without bootstrap}
|
%bcond docs %{without bootstrap}
|
||||||
%bcond test 1
|
%bcond test 1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%global commit 5d01f5717c1489101918258fbed97659a390c356
|
%global commit dddc0d426837eeb277cd880759e9826c2b309e90
|
||||||
%global shortcommit %{sub %{commit} 1 7}
|
%global shortcommit %{sub %{commit} 1 7}
|
||||||
%global commit_date 20260327
|
%global commit_date 20260329
|
||||||
|
|
||||||
Name: vgmstream
|
Name: vgmstream
|
||||||
Version: 0~%{commit_date}git.%shortcommit
|
Version: 0~%{commit_date}git.%shortcommit
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%global oldpkgname yt-dlp-nightly
|
%global oldpkgname yt-dlp-nightly
|
||||||
|
|
||||||
Name: yt-dlp-git
|
Name: yt-dlp-git
|
||||||
Version: 2026.03.28.001132
|
Version: 2026.03.29.164733
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A command-line program to download videos from online video platforms
|
Summary: A command-line program to download videos from online video platforms
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user