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

63 lines
1.2 KiB
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
- unity7
- x11
- opengl
- gsettings
- home
- removable-media
- network
- network-bind
plugs:
gtk-2-engines:
interface: content
target: $SNAP/lib/gtk-2.0
default-provider: gtk2-common-themes:gtk-2-engines
gtk-2-themes:
interface: content
target: $SNAP/share/themes
default-provider: gtk2-common-themes:gtk-2-themes
icon-themes:
interface: content
target: $SNAP/share/icons
default-provider: gtk-common-themes:icon-themes
2018-11-25 17:33:25 -05:00
environment:
GTK_PATH: $SNAP/lib/gtk-2.0
GTK_DATA_PREFIX: $SNAP
XDG_DATA_DIRS: $SNAP/share:$XDG_DATA_DIRS
2018-11-25 17:33:25 -05:00
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
- libmediainfo0v5
- libchromaprint-tools
- p7zip-full
- p7zip-rar
- xdg-utils
after:
- desktop-gtk2