2016-11-04 16:19:30 -04:00
|
|
|
name: @{package.name}
|
|
|
|
version: @{application.version}
|
|
|
|
summary: @{package.synopsis}
|
|
|
|
description: @{package.description}
|
2016-05-17 14:14:03 -04:00
|
|
|
|
2018-06-13 10:59:17 -04:00
|
|
|
confinement: strict
|
2016-11-24 08:48:55 -05:00
|
|
|
grade: stable
|
2016-05-17 14:14:03 -04:00
|
|
|
|
2016-06-07 13:33:39 -04:00
|
|
|
architectures: [amd64]
|
2016-05-17 14:14:03 -04:00
|
|
|
|
|
|
|
apps:
|
|
|
|
filebot:
|
2018-06-13 10:59:17 -04:00
|
|
|
command: bin/desktop-launch $SNAP/bin/filebot.sh
|
2017-01-07 00:32:32 -05:00
|
|
|
plugs: [unity7, opengl, x11, home, removable-media, network, network-bind, pulseaudio, gsettings]
|
2016-05-18 15:29:33 -04:00
|
|
|
|
2016-05-17 14:14:03 -04:00
|
|
|
parts:
|
|
|
|
filebot:
|
2016-11-24 08:48:55 -05:00
|
|
|
plugin: dump
|
2018-06-13 05:12:21 -04:00
|
|
|
source: root
|
2018-06-13 04:24:30 -04:00
|
|
|
stage-packages:
|
|
|
|
- libmediainfo0v5
|
|
|
|
- libchromaprint-tools
|
2018-06-13 10:59:17 -04:00
|
|
|
- curl
|
2018-06-13 13:28:55 -04:00
|
|
|
- openjdk-8-jre
|
2018-06-13 13:13:38 -04:00
|
|
|
- openjfx
|
2018-06-13 10:59:17 -04:00
|
|
|
after:
|
2018-06-13 13:28:55 -04:00
|
|
|
- desktop-gtk2
|