2016-11-05 04:19:30 +08:00
|
|
|
name: @{package.name}
|
|
|
|
version: @{application.version}
|
|
|
|
summary: @{package.synopsis}
|
|
|
|
description: @{package.description}
|
2016-05-18 02:14:03 +08:00
|
|
|
|
2016-06-16 01:18:04 +08:00
|
|
|
confinement: strict
|
2016-05-18 02:14:03 +08:00
|
|
|
|
2016-06-08 01:33:39 +08:00
|
|
|
architectures: [amd64]
|
2016-05-18 02:14:03 +08:00
|
|
|
|
|
|
|
apps:
|
|
|
|
filebot:
|
2016-07-14 17:39:03 +08:00
|
|
|
command: desktop-launch $SNAP/filebot/filebot.sh
|
2016-08-05 21:20:23 +08:00
|
|
|
plugs: [unity7, opengl, x11, home, network, network-bind, pulseaudio, gsettings]
|
2016-05-19 03:29:33 +08:00
|
|
|
|
2016-05-18 02:14:03 +08:00
|
|
|
parts:
|
|
|
|
filebot:
|
|
|
|
plugin: copy
|
|
|
|
files:
|
2016-08-06 01:10:36 +08:00
|
|
|
filebot: filebot
|
2016-08-05 21:20:23 +08:00
|
|
|
java:
|
2016-05-20 04:24:52 +08:00
|
|
|
plugin: nil
|
2016-08-05 21:20:23 +08:00
|
|
|
stage-packages: [openjdk-8-jre, openjfx, jayatana]
|
2016-07-14 17:39:03 +08:00
|
|
|
after: [desktop/gtk2]
|
2016-08-05 21:20:23 +08:00
|
|
|
mediainfo:
|
|
|
|
plugin: nil
|
|
|
|
stage-packages: [libmediainfo0v5, libchromaprint-tools]
|