Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cups interface for printing #12

Merged
merged 1 commit into from
May 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
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