From 0f5538a448f78c3bb9001d14c61aa31d320668d3 Mon Sep 17 00:00:00 2001 From: Alexandre Lision <alexandre.lision@savoirfairelinux.com> Date: Thu, 2 Jul 2015 12:08:00 -0400 Subject: [PATCH] packaging: add Sparkle compilation Change-Id: Ic249e9ceb276ae2150147c638a3f05e8f3c772af --- .packer.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.packer.yml b/.packer.yml index 8ef58dac..137453af 100644 --- a/.packer.yml +++ b/.packer.yml @@ -39,6 +39,13 @@ osx: - echo "Client" - git clone https://gerrit-ring.savoirfairelinux.com/ring-client-macosx ring-client-macosx - cd ring-client-macosx + - git submodule init + - git submodule update + - cd sparkle/Sparkle + - export BUILDDIR=$(pwd) + - make release + - mv Build/Products/Release/Sparkle.framework ../ + - cd ../../ - mkdir build - cd build - export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0 -- GitLab