Skip to content
Draft
Show file tree
Hide file tree
Changes from 8 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
4 changes: 4 additions & 0 deletions checkbox-core-snap/series16/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ adopt-info: version-calculator

base: core

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

# Don't forget to add a new slot if a new provider part is added in the parts
# section below.
slots:
Expand Down
4 changes: 4 additions & 0 deletions checkbox-core-snap/series18/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ confinement: strict

adopt-info: version-calculator

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

base: core18

# Don't forget to add a new slot if a new provider part is added in the parts
Expand Down
4 changes: 4 additions & 0 deletions checkbox-core-snap/series20/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ adopt-info: version-calculator

base: core20

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

# Don't forget to add a new slot if a new provider part is added in the parts
# section below.
slots:
Expand Down
4 changes: 4 additions & 0 deletions checkbox-core-snap/series22/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ adopt-info: version-calculator

base: core22

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

# Don't forget to add a new slot if a new provider part is added in the parts
# section below.
slots:
Expand Down
4 changes: 4 additions & 0 deletions checkbox-core-snap/series24/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ plugs:
content: custom-frontend
target: $SNAP/custom_frontends/custom_frontend

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

apps:
checkbox:
command: bin/checkbox-cli
Expand Down
4 changes: 4 additions & 0 deletions checkbox-snap/series_uc16/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ confinement: strict

base: core

layout:
/usr/share/glmark2:
symlink: $SNAP/checkbox-runtime/usr/share/glmark2

plugs:
checkbox-runtime:
interface: content
Expand Down
4 changes: 4 additions & 0 deletions checkbox-snap/series_uc18/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ confinement: strict

base: core18

layout:
/usr/share/glmark2:
symlink: $SNAP/checkbox-runtime/usr/share/glmark2

plugs:
checkbox-runtime:
interface: content
Expand Down
4 changes: 4 additions & 0 deletions checkbox-snap/series_uc20/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ confinement: strict

base: core20

layout:
/usr/share/glmark2:
symlink: $SNAP/checkbox-runtime/usr/share/glmark2

plugs:
checkbox-runtime:
interface: content
Expand Down
5 changes: 5 additions & 0 deletions checkbox-snap/series_uc22/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ confinement: strict

base: core22

layout:
/usr/share/glmark2:
symlink: $SNAP/checkbox-runtime/usr/share/glmark2


plugs:
checkbox-runtime:
interface: content
Expand Down
4 changes: 4 additions & 0 deletions checkbox-snap/series_uc24/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ plugs:
target: $SNAP/providers/checkbox-provider-certification-server
default-provider: checkbox24

layout:
/usr/share/glmark2:
symlink: $SNAP/checkbox-runtime/usr/share/glmark2

apps:
checkbox-cli:
command-chain: [bin/wrapper_local]
Expand Down