Skip to content

Commit 4992009

Browse files
authored
Fix Snap build failure (#15)
- Updated build-package: of "hplip" part to include curl a the versioning automation scriptlet uses curl. - Use GiT master instead of last release of pappl-retrofit, he current release of pappl-retrofit does not build with current libcups2 (of CUPS 2.4.7). Therefore we need to include the fixes which got applied after the last release.
1 parent 74ba508 commit 4992009

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

snap/snapcraft.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,11 @@ parts:
104104
pappl-retrofit:
105105
source: https://github.com/openprinting/pappl-retrofit
106106
source-type: git
107-
source-tag: '1.0b2'
107+
# source-tag: '1.0b2'
108108
source-depth: 1
109109
# ext:updatesnap
110110
# version-format:
111+
# ignore: true
111112
# format: '%V'
112113
plugin: autotools
113114
autotools-configure-parameters:
@@ -744,6 +745,7 @@ parts:
744745
- python3
745746
- xz-utils
746747
- jq
748+
- curl
747749
stage-packages:
748750
- python3
749751
- python3-minimal

0 commit comments

Comments
 (0)