mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Switch to snapcraft core20, and gnome-3-38, and add support for arm architectures
This commit is contained in:
parent
1d37e1bf74
commit
24c8f35196
1 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
name: onionshare
|
||||
base: core18
|
||||
base: core20
|
||||
version: "2.6"
|
||||
summary: Securely and anonymously share files, host websites, and chat using Tor
|
||||
description: |
|
||||
|
@ -11,11 +11,16 @@ description: |
|
|||
grade: stable # stable or devel
|
||||
confinement: strict
|
||||
|
||||
architectures:
|
||||
- build-on: amd64
|
||||
- build-on: arm64
|
||||
- build-on: armhf
|
||||
|
||||
apps:
|
||||
onionshare:
|
||||
common-id: org.onionshare.OnionShare
|
||||
command: onionshare
|
||||
extensions: [gnome-3-34]
|
||||
extensions: [gnome-3-38]
|
||||
plugs:
|
||||
- desktop
|
||||
- home
|
||||
|
@ -43,9 +48,8 @@ parts:
|
|||
python-version: python3
|
||||
python-packages:
|
||||
- setuptools
|
||||
- psutil
|
||||
- qrcode
|
||||
- pyside2 == 5.15.2
|
||||
- pyside2 == 5.15.2.1
|
||||
# Force using setup.py, prevent using setup-freeze.py or poetry
|
||||
override-build: |
|
||||
rm setup-freeze.py pyproject.toml poetry.lock || true
|
||||
|
|
Loading…
Reference in a new issue