From 983193a9069ba40f1c0f958e5c4d824b59203ef8 Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 7 Mar 2019 09:47:22 +0100 Subject: [PATCH] Add x11 plug to snapcraft configuration for clipboard support [ci skip] --- pkg/snap/snapcraft.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkg/snap/snapcraft.yaml b/pkg/snap/snapcraft.yaml index f28eafb..436bb07 100644 --- a/pkg/snap/snapcraft.yaml +++ b/pkg/snap/snapcraft.yaml @@ -1,5 +1,6 @@ name: ffsend version: git +license: GNU-3.0-only summary: Easily and securely share files from the command line. description: | Easily and securely share files and directories from the command line through @@ -14,13 +15,16 @@ description: | (up to 20) download or 24 hours is enforced to ensure your stuff does not remain online forever. This provides a secure platform to share your files. +architectures: + - amd64 + grade: stable confinement: strict apps: ffsend: command: ffsend - plugs: [home, removable-media, network] + plugs: [home, network, removable-media, x11] parts: ffsend: