diff options
author | Kali Kaneko <kali@leap.se> | 2018-06-08 20:37:14 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-06-08 21:06:06 +0200 |
commit | b785cad11f66b7f04a6aaaaf2b83b6d4fa9e8ccb (patch) | |
tree | d4252a4218e889ced31be70b97c36e53d988a89d /snap/snapcraft.yaml | |
parent | 1a2f3154ad202a9e50c4cbb9c4c41d9ba350b552 (diff) |
[pkg] build snap in docker/xenial
the docker image provider bv snapcore/snapcraft is based on xenial, and
we need a special tag for the golang gtk3 libraries to be able to build
here.
-Closes: #9315
Diffstat (limited to 'snap/snapcraft.yaml')
-rw-r--r-- | snap/snapcraft.yaml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index fa09d1f9..344842d0 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -59,24 +59,25 @@ parts: bitmask-systray: after: [desktop-gtk3] plugin: go + #PRAGMA:XENIAL go-buildtags: [gtk_3_18] source: https://0xacab.org/leap/bitmask-systray.git # prepare: XXX run systray tests here build-packages: - pkg-config - patchelf - - libzmq5 - - libzmq3-dev - - libsodium-dev - libpcre3-dev - libappindicator3-dev - libgtk-3-dev + #- libzmq5 + #- libzmq3-dev + #- libsodium-dev stage-packages: - libc6 - - libzmq5 - - libsodium23 # for bionic, previously it was libsodium18 - libpcre3 - libappindicator3-1 - zlib1g + #- libzmq5 + #- libsodium23 # for bionic, previously it was libsodium18 # prime: # prime:-etc/fonts # prime:-usr/include |