1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-09 22:09:47 -04:00
filebot/installer/snap/snapcraft.yaml

63 lines
1.2 KiB
YAML
Raw Normal View History

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
confinement: strict
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:
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-26 05:33:25 +07:00
environment:
GTK_PATH: $SNAP/lib/gtk-2.0
GTK_DATA_PREFIX: $SNAP
XDG_DATA_DIRS: $SNAP/share:$XDG_DATA_DIRS
2018-11-26 05:33:25 +07:00
2016-05-18 02:14:03 +08:00
parts:
filebot:
2016-11-24 21:48:55 +08:00
plugin: dump
source: base
2018-11-26 03:28:59 +07: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