[neon/snap-packaging/kwrite-snap] /: New release, new content pack, fix printing.

Scarlett Moore null at kde.org
Fri Sep 27 18:27:08 BST 2024


Git commit 25a7701d8e1b1d4c5bff84c4f19cdae237519a25 by Scarlett Moore.
Committed on 27/09/2024 at 17:26.
Pushed by scarlettmoore into branch 'master'.

New release, new content pack, fix printing.

M  +7    -0    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kwrite-snap/-/commit/25a7701d8e1b1d4c5bff84c4f19cdae237519a25

diff --git a/snapcraft.yaml b/snapcraft.yaml
index c8f84f9..3944806 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -25,6 +25,12 @@ slots:
         interface: dbus
         name: org.kde.kwrite
         bus: session
+plugs:
+  foo-install-cups:
+    interface: content
+    content: foo
+    default-provider: cups
+    target: $SNAP_DATA/foo
 package-repositories:
 -   type: apt
     components:
@@ -47,6 +53,7 @@ parts:
         stage-packages:
         - libxkbcommon0
         - libpulse0
+        - cups-client
         cmake-parameters:
         - -DCMAKE_INSTALL_PREFIX=/usr
         - -DCMAKE_BUILD_TYPE=Release


More information about the Neon-commits mailing list