mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pdfpc: Fix build with vala 0.56.
* gnu/packages/patches/pdfpc-build-with-vala-0.56.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/pdf.scm (pdfpc): Use it here. [inputs]: Drop labels. Change-Id: Ib762da3dd23612f952215a2f8d383552e7bc050c Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
f8c6cc02ee
commit
85c99aa1cf
3 changed files with 57 additions and 14 deletions
|
@ -1526,22 +1526,24 @@ multiple files.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0kj84sf5hgr2v2ra6dxmxqcr173h17cpnhg9lcq36shdbdnncwg4"))))
|
||||
(base32 "0kj84sf5hgr2v2ra6dxmxqcr173h17cpnhg9lcq36shdbdnncwg4"))
|
||||
(patches
|
||||
(search-patches "pdfpc-build-with-vala-0.56.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments '(#:tests? #f)) ; no test target
|
||||
(inputs
|
||||
`(("cairo" ,cairo)
|
||||
("discount" ,discount) ; libmarkdown
|
||||
("qrencode" ,qrencode)
|
||||
("gtk+" ,gtk+)
|
||||
("gstreamer" ,gstreamer)
|
||||
("gst-plugins-base" ,gst-plugins-base)
|
||||
("json-glib" ,json-glib)
|
||||
("libgee" ,libgee)
|
||||
("poppler" ,poppler)
|
||||
("pango" ,pango)
|
||||
("vala" ,vala)
|
||||
("webkitgtk" ,webkitgtk-with-libsoup2)))
|
||||
(inputs (list
|
||||
cairo
|
||||
discount ; libmarkdown
|
||||
qrencode
|
||||
gtk+
|
||||
gstreamer
|
||||
gst-plugins-base
|
||||
json-glib
|
||||
libgee
|
||||
poppler
|
||||
pango
|
||||
vala
|
||||
webkitgtk-with-libsoup2))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(home-page "https://pdfpc.github.io/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue