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-20 06:05:01 -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
|
|
|
|
2018-11-25 09:46:06 -05:00
|
|
|
apps:
|
|
|
|
filebot:
|
|
|
|
command: desktop-launch $SNAP/bin/filebot.sh
|
2018-11-25 14:12:10 -05:00
|
|
|
plugs:
|
|
|
|
- desktop
|
|
|
|
- desktop-legacy
|
|
|
|
- x11
|
|
|
|
- gsettings
|
|
|
|
- dbus
|
|
|
|
- home
|
|
|
|
- removable-media
|
|
|
|
- network
|
|
|
|
- network-bind
|
2018-11-25 09:46:06 -05:00
|
|
|
|
2016-05-17 14:14:03 -04:00
|
|
|
parts:
|
|
|
|
filebot:
|
2016-11-24 08:48:55 -05:00
|
|
|
plugin: dump
|
2018-06-20 13:33:09 -04:00
|
|
|
source: base
|
2018-11-25 15:28:59 -05:00
|
|
|
build-packages:
|
|
|
|
- ca-certificates
|
|
|
|
- ca-certificates-java
|
|
|
|
- openjdk-8-jdk
|
2018-11-25 14:12:10 -05:00
|
|
|
stage-packages:
|
|
|
|
- openjdk-8-jre
|
|
|
|
- openjfx
|
|
|
|
- libmediainfo0v5
|
|
|
|
- libchromaprint-tools
|
|
|
|
- p7zip-full
|
|
|
|
- p7zip-rar
|
|
|
|
- xdg-utils
|
|
|
|
- curl
|
|
|
|
- gtk2-engines-murrine
|
|
|
|
- libcanberra-gtk-module
|
|
|
|
- hicolor-icon-theme
|
|
|
|
after:
|
|
|
|
- desktop-gtk2
|