From 5ee99b26e79117317a9d610229e0dd9592a31de9 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 20 Sep 2023 17:01:36 -0700 Subject: [PATCH] Update snap to use core22 --- snapcraft.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index bfc3c008..7acfb5f0 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -5,7 +5,7 @@ name: ocrmypdf title: OCRmyPDF -base: core20 +base: core22 version: git summary: OCRmyPDF adds optical character recognition (OCR) to PDFs description: OCRmyPDF packaged for snap @@ -18,8 +18,8 @@ architectures: [amd64] environment: TESSDATA_PREFIX: $SNAP/usr/share/tesseract-ocr/4.00/tessdata - GS_LIB: $SNAP/usr/share/ghostscript/9.50/Resource/Init - GS_FONTPATH: $SNAP/usr/share/ghostscript/9.50/Resource/Font + GS_LIB: $SNAP/usr/share/ghostscript/9.55/Resource/Init + GS_FONTPATH: $SNAP/usr/share/ghostscript/9.55/Resource/Font LD_LIBRARY_PATH: $SNAP/usr/lib/x86_64-linux-gnu apps: @@ -49,7 +49,7 @@ parts: jbig2enc: plugin: autotools source: https://github.com/agl/jbig2enc.git - source-tag: '0.29' + source-tag: "0.29" build-packages: - libleptonica-dev