Browse Source

Add x11 plug to snapcraft configuration for clipboard support [ci skip]

timvisee 6 years ago
parent
commit
983193a906
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pkg/snap/snapcraft.yaml

+ 5 - 1
pkg/snap/snapcraft.yaml

@@ -1,5 +1,6 @@
 name: ffsend
 name: ffsend
 version: git
 version: git
+license: GNU-3.0-only
 summary: Easily and securely share files from the command line.
 summary: Easily and securely share files from the command line.
 description: |
 description: |
   Easily and securely share files and directories from the command line through
   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
   (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.
   remain online forever. This provides a secure platform to share your files.
 
 
+architectures:
+  - amd64
+
 grade: stable
 grade: stable
 confinement: strict
 confinement: strict
 
 
 apps:
 apps:
   ffsend:
   ffsend:
     command: ffsend
     command: ffsend
-    plugs: [home, removable-media, network]
+    plugs: [home, network, removable-media, x11]
 
 
 parts:
 parts:
   ffsend:
   ffsend: