Преглед на файлове

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

timvisee преди 6 години
родител
ревизия
983193a906
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 5 1
      pkg/snap/snapcraft.yaml

+ 5 - 1
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: