mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 02:32:58 -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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue