Browse Source

Merge branch 'devel' of https://github.com/kubiko/wekan into kubiko-devel

Lauri Ojansivu 7 năm trước cách đây
mục cha
commit
9cf1b62cd6
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      snapcraft.yaml

+ 4 - 0
snapcraft.yaml

@@ -96,6 +96,8 @@ parts:
             - npm
             - npm
             - curl
             - curl
             - execstack
             - execstack
+        stage-packages:
+            - libfontconfig1
         override-build: |
         override-build: |
             echo "Cleaning environment first"
             echo "Cleaning environment first"
             rm -rf ~/.meteor ~/.npm /usr/local/lib/node_modules
             rm -rf ~/.meteor ~/.npm /usr/local/lib/node_modules
@@ -153,6 +155,8 @@ parts:
             execstack --clear-execstack $SNAPCRAFT_PART_INSTALL/programs/server/npm/node_modules/meteor/rajit_bootstrap3-datepicker/lib/bootstrap-datepicker/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
             execstack --clear-execstack $SNAPCRAFT_PART_INSTALL/programs/server/npm/node_modules/meteor/rajit_bootstrap3-datepicker/lib/bootstrap-datepicker/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
         organize:
         organize:
             README: README.wekan
             README: README.wekan
+        prime:
+            - -lib/node_modules/node-pre-gyp/node_modules/tar/lib/.unpack.js.swp
 
 
     helpers:
     helpers:
         source: snap-src
         source: snap-src