Skip to content

Commit

Permalink
Fix Snap build failure (#7)
Browse files Browse the repository at this point in the history
- Updated build-package: of "gutenprint" 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.
  • Loading branch information
rudra-iitm authored Jan 25, 2024
1 parent 93ce29e commit 07fc595
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@ parts:
pappl-retrofit:
source: https://github.com/openprinting/pappl-retrofit
source-type: git
source-tag: '1.0b2'
# source-tag: '1.0b2'
source-depth: 1
# ext:updatesnap
# version-format:
# ignore: true
# format: '%V'
plugin: autotools
autotools-configure-parameters:
Expand Down Expand Up @@ -540,6 +541,7 @@ parts:
- chrpath
- libtool-bin
- jq
- curl
organize:
snap/gutenprint-printer-app/current/usr/share: usr/share
usr/lib/cups/filter/rastertogutenprint.5.3: usr/lib/gutenprint-printer-app/filter/rastertogutenprint.5.3
Expand Down

0 comments on commit 07fc595

Please sign in to comment.