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
|
|
|
|
2018-06-13 04:59:52 +07:00
|
|
|
confinement: classic
|
2016-11-24 21:48:55 +08:00
|
|
|
grade: stable
|
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:
|
2018-06-13 16:12:21 +07:00
|
|
|
command: desktop-launch $SNAP/bin/filebot.sh
|
2017-01-07 13:32:32 +08:00
|
|
|
plugs: [unity7, opengl, x11, home, removable-media, network, network-bind, pulseaudio, gsettings]
|
2016-05-19 03:29:33 +08:00
|
|
|
|
2016-05-18 02:14:03 +08:00
|
|
|
parts:
|
|
|
|
filebot:
|
2016-11-24 21:48:55 +08:00
|
|
|
plugin: dump
|
2018-06-13 16:12:21 +07:00
|
|
|
source: root
|
2018-06-13 15:24:30 +07:00
|
|
|
stage-packages:
|
|
|
|
- libmediainfo0v5
|
|
|
|
- libchromaprint-tools
|
|
|
|
- curl
|
|
|
|
after:
|
|
|
|
- desktop-gtk2
|