diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-07-23 10:11:29 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-07-23 10:11:29 +0200 |
commit | 4c204d01d57ac7da11a5772d5d4e3254d1c2408f (patch) | |
tree | c7e5cb013abc742734acd9613674df4ebddfdeef /gnu/packages/pdf.scm | |
parent | 82bdb77082fa4e100761f70086b745dfb280c3ac (diff) | |
parent | 445a0359083388b5ee686e6e855f94a3aac5f79c (diff) | |
download | guix-gnome-team.tar.gz |
Merge branch 'master' into gnome-team gnome-team
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index ef81900069..25f5fbc77f 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -117,7 +117,7 @@ (define-public capypdf (package (name "capypdf") - (version "0.3.0") + (version "0.4.0") (source (origin (method git-fetch) (uri (git-reference @@ -125,7 +125,7 @@ (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "193izn2jw55w2dxy6l0vz5zrlar9lm7a6z443nw0vs4mlj4jnasi")))) + (base32 "1kn46n3j5fygivmd6ldnv8vdwfv48ffaizq61yy4z9w2jm6fgxim")))) (build-system meson-build-system) (arguments (list #:meson meson/newer @@ -220,7 +220,7 @@ comparison modes: words, characters, and appearance.") gettext-minimal ghostscript pkg-config - texlive-tiny)) + (texlive-updmap.cfg))) (inputs (list poppler)) (home-page "https://github.com/trueroad/extractpdfmark") @@ -489,13 +489,13 @@ reading and editing of existing PDF files.") (define-public xpdf (package (name "xpdf") - (version "4.03") + (version "4.04") (source (origin (method url-fetch) (uri (string-append "https://dl.xpdfreader.com/xpdf-" version ".tar.gz")) (sha256 - (base32 "0ip81c9vy0igjnasl9iv2lz214fb01vvvdzbvjmgwc63fi1jgr0g")))) + (base32 "1pmsark94xza8q31wvfvp8n7l3c4qfd4ggj09i98y13npzy27kk3")))) (build-system cmake-build-system) (inputs (list cups freetype libpng qtbase-5 zlib)) (arguments @@ -1046,8 +1046,7 @@ using a stylus.") libzip lua poppler - portaudio - texlive-bin)) + portaudio)) (home-page "https://github.com/xournalpp/xournalpp") (synopsis "Handwriting notetaking software with PDF annotation support") (description "Xournal++ is a hand note taking software written in |