1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/installer/snap/snapcraft.yaml

51 lines
929 B
YAML
Raw Normal View History

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
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:
command: desktop-launch $SNAP/bin/filebot.sh
plugs:
- desktop
- desktop-legacy
- wayland
- unity7
- x11
- opengl
- gsettings
- home
- removable-media
- network
- network-bind
2016-05-17 14:14:03 -04:00
parts:
filebot:
2016-11-24 08:48:55 -05:00
plugin: dump
source: base
2018-11-25 15:28:59 -05:00
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