Skip to content

Commit

Permalink
Declare Flathub repo for installing runtimes without requiring intera…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
janopae committed Sep 17, 2023
1 parent bc14d74 commit 4ad902d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ flatpak-builder-tools/pip/flatpak-pip-generator:
pip3 install --user requirements-parser PyYAML

pypi-dependencies.flatpak-manifest.yaml: requirements.txt flatpak-builder-tools/pip/flatpak-pip-generator
flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install org.freedesktop.Sdk//23.08
yes | flatpak remote-add --user --if-not-exists -y flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.freedesktop.Sdk//23.08
flatpak-builder-tools/pip/flatpak-pip-generator --runtime=org.freedesktop.Sdk//23.08 --requirements-file=requirements.txt attrdict3 --output pypi-dependencies.flatpak-manifest --yaml

dist/repo: src bin names.txt.gz dict_en.dat.gz manual.html setup.py pypi-dependencies.flatpak-manifest.yaml Devel.flatpak-manifest.yml
Expand Down

0 comments on commit 4ad902d

Please sign in to comment.