Switch to snapcraft core20, and gnome-3-38, and add support for arm architectures

This commit is contained in:
Micah Lee 2022-07-04 17:32:13 -04:00
parent 1d37e1bf74
commit 24c8f35196
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -1,5 +1,5 @@
name: onionshare name: onionshare
base: core18 base: core20
version: "2.6" version: "2.6"
summary: Securely and anonymously share files, host websites, and chat using Tor summary: Securely and anonymously share files, host websites, and chat using Tor
description: | description: |
@ -11,11 +11,16 @@ description: |
grade: stable # stable or devel grade: stable # stable or devel
confinement: strict confinement: strict
architectures:
- build-on: amd64
- build-on: arm64
- build-on: armhf
apps: apps:
onionshare: onionshare:
common-id: org.onionshare.OnionShare common-id: org.onionshare.OnionShare
command: onionshare command: onionshare
extensions: [gnome-3-34] extensions: [gnome-3-38]
plugs: plugs:
- desktop - desktop
- home - home
@ -43,9 +48,8 @@ parts:
python-version: python3 python-version: python3
python-packages: python-packages:
- setuptools - setuptools
- psutil
- qrcode - qrcode
- pyside2 == 5.15.2 - pyside2 == 5.15.2.1
# Force using setup.py, prevent using setup-freeze.py or poetry # Force using setup.py, prevent using setup-freeze.py or poetry
override-build: | override-build: |
rm setup-freeze.py pyproject.toml poetry.lock || true rm setup-freeze.py pyproject.toml poetry.lock || true