[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#27299: [PATCH 3/3] gnu: evince: Enable XPS document support.
From: |
Kei Kebreau |
Subject: |
bug#27299: [PATCH 3/3] gnu: evince: Enable XPS document support. |
Date: |
Fri, 9 Jun 2017 13:51:43 -0400 |
* gnu/packages/gnome.scm (evince)[arguments]: Add "--enable-xps" to
configure-flags.
[inputs]: Add libarchive and libgxps.
---
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5a57d4cbf..4dc907e8d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -615,7 +615,7 @@ forgotten when the session ends.")
"13yw0i68dgqp9alyliy3zifszh7rikkpi1xbz5binvxxgfpraf04"))))
(build-system glib-or-gtk-build-system)
(arguments
- `(#:configure-flags '("--disable-nautilus")
+ `(#:configure-flags '("--disable-nautilus" "--enable-xps")
#:phases
(modify-phases %standard-phases
(add-before 'install 'skip-gtk-update-icon-cache
@@ -625,13 +625,14 @@ forgotten when the session ends.")
(("gtk-update-icon-cache") "true"))
#t)))))
(inputs
- `(("libspectre" ,libspectre)
+ `(("libarchive" ,libarchive)
+ ("libgxps" ,libgxps)
+ ("libspectre" ,libspectre)
("djvulibre" ,djvulibre)
("ghostscript" ,ghostscript)
("poppler" ,poppler)
("libtiff" ,libtiff)
;; TODO:
- ;; Add libgxps for XPS support.
;; Build libkpathsea as a shared library for DVI support.
;; ("libkpathsea" ,texlive-bin)
("gnome-desktop" ,gnome-desktop)
--
2.13.0