mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 11:55:06 -06:00
gnu: capypdf: Update to 0.14.0.
* gnu/packages/pdf.scm (capypdf): Update to 0.14.0. [#:phases]: Remove ‘fix-glib-application-flags’. [inputs]: Remove fmt. [native-inputs]: Replace gcc-12 with gcc-14. Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
ab43d883a0
commit
7c0718d29d
1 changed files with 5 additions and 14 deletions
|
|
@ -124,7 +124,7 @@
|
|||
(define-public capypdf
|
||||
(package
|
||||
(name "capypdf")
|
||||
(version "0.8.0")
|
||||
(version "0.14.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -132,28 +132,19 @@
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0kp1dcww5zl04wnbqbi8vjzpc5qgr8gr8rcx0s6s4xbjnzvqqw8d"))))
|
||||
(base32 "05rpicxw76z4q48ax0dx5rm1k4lhp4lbdr2aw58kly402w8kjdwb"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-Dcpp_std=c++23")
|
||||
#:test-options '(list "plainc")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-glib-application-flags
|
||||
(lambda _
|
||||
;; XXX: remove when bumping glib
|
||||
(substitute* "src/pdfviewer.cpp"
|
||||
(("G_APPLICATION_DEFAULT_FLAGS")
|
||||
"G_APPLICATION_FLAGS_NONE")))))))
|
||||
(inputs (list fmt
|
||||
freetype
|
||||
#:test-options '(list "plainc")))
|
||||
(inputs (list freetype
|
||||
gtk
|
||||
lcms
|
||||
libjpeg-turbo
|
||||
libpng
|
||||
zlib))
|
||||
(native-inputs (list font-google-noto
|
||||
gcc-12
|
||||
gcc-14 ; for std::format
|
||||
ghostscript
|
||||
pkg-config
|
||||
python
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue