Skip to content

Commit

Permalink
Build Snapcraft packages from source
Browse files Browse the repository at this point in the history
IB-7219

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma committed May 26, 2023
1 parent 872b3cf commit 4389e32
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@ apps:

parts:
qdigidoc4:
plugin: nil
stage-packages: [qdigidoc4, opensc-pkcs11, libdigidocpp-tools]
plugin: cmake
source: .
stage-packages: [opensc-pkcs11, libdigidocpp-tools]
build-packages: [libdigidocpp-dev, libssl-dev, libpcsclite-dev, libldap2-dev]
cmake-parameters:
- -DCMAKE_INSTALL_PREFIX=/usr
- "-DCMAKE_FIND_ROOT_PATH=/usr\\;/snap/kf5-5-103-qt-5-15-8-core22-sdk/current"

0 comments on commit 4389e32

Please sign in to comment.