We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd325cd commit 04a6534Copy full SHA for 04a6534
snap/snapcraft.yaml
@@ -5,6 +5,10 @@ grade: stable # must be 'stable' to release into candidate/stable channels
5
confinement: strict # use 'strict' once you have the right plugs and slots
6
base: core24
7
8
+layout:
9
+ /usr/share/iptux:
10
+ bind: $SNAP/usr/share/iptux
11
+
12
slots:
13
dbus-iptux:
14
interface: dbus
@@ -35,9 +39,7 @@ parts:
35
39
appstream,
36
40
]
37
41
plugin: meson
38
- meson-parameters: ["--prefix=/snap/iptux/current/usr"]
- organize:
- snap/iptux/current/usr: usr
42
+ meson-parameters: ["--prefix=/usr"]
43
stage-packages:
44
- glib-networking
45
- libjsoncpp25
0 commit comments