Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
base: core24

layout:
/usr/share/iptux:
bind: $SNAP/usr/share/iptux

slots:
dbus-iptux:
interface: dbus
Expand Down Expand Up @@ -35,9 +39,7 @@ parts:
appstream,
]
plugin: meson
meson-parameters: ["--prefix=/snap/iptux/current/usr"]
organize:
snap/iptux/current/usr: usr
meson-parameters: ["--prefix=/usr"]
stage-packages:
- glib-networking
- libjsoncpp25
Expand Down
Loading