mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Compare commits
20 Commits
f44
...
gil/fix/anki
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e14850c64 | |||
| ca1dfbb4b7 | |||
| 5596acd76b | |||
| 96dc963c94 | |||
| 27d1986228 | |||
| 4f9550d40b | |||
| 34d5da758e | |||
| e2eba7be16 | |||
| b0b810e11d | |||
| c75069dedc | |||
| 0651ff7238 | |||
| 02e4c7223d | |||
| 0f0cb91836 | |||
| 2a3cfb3c83 | |||
| f4d4aa7ab4 | |||
| 7b52db52c0 | |||
| 40af563bdc | |||
| 7e73ea1818 | |||
| cb2a49f916 | |||
| a8b7d6be60 |
@@ -7,6 +7,11 @@ URL: https://apps.ankiweb.net/
|
||||
BuildRequires: python3-devel python3-setuptools python3-waitress python3-protobuf python3-pysocks rpm_macro(fdupes)
|
||||
BuildRequires: python3-distro python3-flask-cors python3-jsonschema python3-send2trash python3-certifi python3-simplejson
|
||||
BuildRequires: python3-installer make mold cargo git rsync ninja-build libxcrypt-compat nodejs python3.9 python-unversioned-command gcc python3-pyqt6-webengine
|
||||
BuildRequires: python3-qt5 python3-qt5-devel python3-pyqt6 python3-pyqt6-devel protobuf-compiler protobuf-devel
|
||||
BuildRequires: python3dist(pyqt5)
|
||||
BuildRequires: python3dist(pyqt5-sip)
|
||||
BuildRequires: python3dist(pyqt6)
|
||||
BuildRequires: python3dist(pyqt6-sip)
|
||||
Requires: hicolor-icon-theme python3-sqlalchemy python3-simplejson python3-matplotlib python3-decorator python3-markdown python3-send2trash
|
||||
Requires: python3-requests python3-pygame python3-beautifulsoup4 python3-httplib2 python3-pyaudio python3-jsonschema sox libxcrypt-compat python3-pyqt6-webengine
|
||||
Recommends: (mpv or mpv-nightly)
|
||||
@@ -29,7 +34,7 @@ git checkout %{version}
|
||||
|
||||
%build
|
||||
export RELEASE=1
|
||||
export PYTHONPATH=%_libdir/python3/dist-packages
|
||||
export PYTHONPATH="%{python3_sitelib}:%{python3_sitearch}:%{buildroot}%{python3_sitelib}:%{buildroot}%{python3_sitearch}:$PYTHONPATH"
|
||||
cargo update
|
||||
mold -run ./tools/build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user