-
Notifications
You must be signed in to change notification settings - Fork 283
/
snapcraft.yaml
60 lines (58 loc) · 1.2 KB
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
name: transgui
version: version
summary: Transmission Remote GUI
version-script: cat VERSION.txt
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 builtin Transmission
web interface.
icon: transgui.png
grade: stable
confinement: strict
parts:
transgui:
plugin: dump
source: .
prime:
- etc
- usr
- var
- lib
- lang
- LICENSE
- transgui
- transgui.desktop
- README.md
- history.txt
- transgui.png
override-build: |
snapcraftctl build
sed -i 's|Icon=transgui|Icon=${SNAP}/transgui.png|' ${SNAPCRAFT_PART_INSTALL}/transgui.desktop
build-packages:
- git
- make
- lazarus
- coreutils
stage-packages:
- libx11-6
- libcairo2
- libssl-dev
- libatk1.0-0
- libgtk2.0-0
- libglib2.0-0
- libpango-1.0-0
- libgdk-pixbuf2.0-0
apps:
transgui:
desktop: transgui.desktop
plugs:
- desktop
- desktop-legacy
- wayland
- x11
- unity7
- network
- home
command: transgui