Skip to content

Commit 3c7c3ca

Browse files
committed
Minor updates based on real proof-of-concept test in Snap Store
1 parent 72bcd50 commit 3c7c3ca

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

snap/snapcraft.yaml

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@ name: transgui
22
version: 5.18.0
33
grade: stable
44
summary: A feature rich cross platform Transmission BitTorrent client.
5-
description: |
6-
Transmission Remote GUI is feature rich cross platform front-end
7-
to remotely control Transmission daemon via its RPC protocol.
8-
It is faster and has more functionality than builtin Transmission
9-
web interface.
10-
icon: transgui.png
5+
license: GPL-2.0
6+
description: Transmission Remote GUI is feature rich cross platform front-end to remotely control Transmission daemon via its RPC protocol. It is faster and has more functionality than the built-in Transmission web interface.
7+
icon: snap/gui/transgui.png
118
confinement: strict
129
base: core18
1310

1411
architectures:
1512
- build-on: amd64
1613
- build-on: i386
14+
- build-on: armhf
1715

1816
apps:
1917
transgui:
@@ -39,6 +37,7 @@ parts:
3937
source:
4038
- on amd64: https://github.com/transmission-remote-gui/transgui/releases/download/v$SNAPCRAFT_PROJECT_VERSION/transgui-$SNAPCRAFT_PROJECT_VERSION-x86_64-Linux.txz
4139
- on i386: https://github.com/transmission-remote-gui/transgui/releases/download/v$SNAPCRAFT_PROJECT_VERSION/transgui-$SNAPCRAFT_PROJECT_VERSION-i686-Linux.txz
40+
- on armhf: https://github.com/transmission-remote-gui/transgui/releases/download/v$SNAPCRAFT_PROJECT_VERSION/transgui-$SNAPCRAFT_PROJECT_VERSION-armv7l-Linux.txz
4241
source-type: tar
4342
stage-packages:
4443
- libx11-6

0 commit comments

Comments
 (0)