Skip to content

Commit

Permalink
Add cups interface for printing
Browse files Browse the repository at this point in the history
  • Loading branch information
ppd committed May 29, 2022
1 parent 5f752a9 commit d9edb7f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions snap/snapcraft.yaml
Expand Up @@ -25,6 +25,7 @@ grade: devel
confinement: strict
compression: lzo
license: LGPL-2.0-or-later
assumes: [snapd2.55] # for cups interface

layout:
/usr/share/libdrm/amdgpu.ids:
Expand All @@ -51,6 +52,15 @@ layout:
symlink: $SNAP/usr/bin/dot
/etc/povray:
symlink: $SNAP/etc/povray

# this is not used or needed for anything other than to trigger automatic
# installation of the cups snap via "default-provider: cups"
plugs:
foo-install-cups:
interface: content
content: foo
default-provider: cups
target: $SNAP_DATA/foo

environment:
LD_LIBRARY_PATH: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/blas:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/lapack # numpy
Expand Down Expand Up @@ -82,6 +92,7 @@ apps:
- network
- browser-support
- unity7
- cups
cmd:
command: usr/bin/FreeCADCmd
extensions: [kde-neon]
Expand Down

0 comments on commit d9edb7f

Please sign in to comment.