1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/installer/snap/snapcraft.yaml
2018-11-26 04:21:42 +07:00

51 lines
929 B
YAML

name: @{package.name}
version: @{application.version}
summary: @{package.synopsis}
description: @{package.description}
confinement: strict
grade: stable
architectures: [amd64]
apps:
filebot:
command: desktop-launch $SNAP/bin/filebot.sh
plugs:
- desktop
- desktop-legacy
- wayland
- unity7
- x11
- opengl
- gsettings
- home
- removable-media
- network
- network-bind
parts:
filebot:
plugin: dump
source: base
build-packages:
- ca-certificates
- ca-certificates-java
- openjdk-8-jdk
stage-packages:
- openjdk-8-jre
- openjfx
- mediainfo
- libchromaprint-tools
- p7zip-full
- p7zip-rar
- xdg-utils
- curl
- libgnome-2-0
- libgnomevfs2-0
- gtk2-engines-murrine
- libcanberra-gtk-module
- hicolor-icon-theme
after:
- desktop-gtk2