forked from bottlesdevs/Bottles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
59 lines (54 loc) · 1.16 KB
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: bottles
version: git
summary: Bottles
description: "Easily run Windows software on Linux with 🍷 Bottles!"
license: GPL-3.0+
base: core20
confinement: strict
grade: devel
parts:
bottles:
plugin: meson
meson-parameters: [ --prefix=/usr ]
source: . # https://github.com/bottlesdevs/Bottles.git
override-pull: |
snapcraftctl pull
sed -i -e 's|@PYTHON@|/usr/bin/python3|g' src/bottles.in
build-packages:
- python3
- python3-distutils
- gettext
- libglib2.0-dev
- appstream-util
- desktop-file-utils
- gsettings-desktop-schemas-dev
stage-packages:
- python3-gi
- python3-gi-cairo
- gir1.2-gtk-3.0
- libnotify4
- libnotify-dev
- libgtk-3-dev
organize:
snap/bottles/current/usr: usr
apps:
bottles:
command: usr/bin/bottles
extensions: [gnome-3-38]
plugs:
- desktop
- desktop-legacy
- home
- gsettings
- unity7
- x11
- network
- audio-playback
- removable-media
slots:
- dbus-bottles
slots:
dbus-bottles:
interface: dbus
bus: session
name: com.usebottles.bottles