mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04:00
Refactor SNAP package
This commit is contained in:
parent
b5d2ba5979
commit
00a3d28da8
@ -11,32 +11,28 @@ architectures: [amd64]
|
|||||||
apps:
|
apps:
|
||||||
filebot:
|
filebot:
|
||||||
command: desktop-launch $SNAP/bin/filebot.sh
|
command: desktop-launch $SNAP/bin/filebot.sh
|
||||||
plugs: [unity7, opengl, x11, home, removable-media, network, network-bind, pulseaudio, gsettings]
|
plugs: [desktop, desktop-legacy, wayland, unity7, x11, gsettings, dbus, home, removable-media, network, network-bind]
|
||||||
|
|
||||||
|
plugs:
|
||||||
|
gtk-3-themes:
|
||||||
|
interface: content
|
||||||
|
target: $SNAP/share/themes
|
||||||
|
default-provider: gtk-common-themes:gtk-3-themes
|
||||||
|
icon-themes:
|
||||||
|
interface: content
|
||||||
|
target: $SNAP/share/icons
|
||||||
|
default-provider: gtk-common-themes:icon-themes
|
||||||
|
sound-themes:
|
||||||
|
interface: content
|
||||||
|
target: $SNAP/share/sounds
|
||||||
|
default-provider: gtk-common-themes:sounds-themes
|
||||||
|
|
||||||
|
environment:
|
||||||
|
XDG_DATA_DIRS: $SNAP/share:$XDG_DATA_DIRS
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
filebot:
|
filebot:
|
||||||
plugin: dump
|
plugin: dump
|
||||||
source: base
|
source: base
|
||||||
stage-packages:
|
stage-packages: [openjdk-11-jre, openjfx, libmediainfo0v5, libchromaprint-tools, p7zip-full, p7zip-rar, xdg-utils, curl]
|
||||||
- openjdk-11-jre
|
after: [desktop-gtk3]
|
||||||
- openjfx
|
|
||||||
- mediainfo
|
|
||||||
- libchromaprint-tools
|
|
||||||
- p7zip-full
|
|
||||||
- p7zip-rar
|
|
||||||
- libxrender1
|
|
||||||
- libxext6
|
|
||||||
- libx11-6
|
|
||||||
- libxi6
|
|
||||||
- libxtst6
|
|
||||||
- libgnome-2-0
|
|
||||||
- libgnomevfs2-0
|
|
||||||
- gtk2-engines-murrine
|
|
||||||
- libcanberra-gtk-module
|
|
||||||
- hicolor-icon-theme
|
|
||||||
- xdg-utils
|
|
||||||
- libmediainfo0v5
|
|
||||||
- libchromaprint-tools
|
|
||||||
- curl
|
|
||||||
after:
|
|
||||||
- desktop-gtk2
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user