[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/97: gnu: poppler: Enable GObject introspection.
From: |
??? |
Subject: |
06/97: gnu: poppler: Enable GObject introspection. |
Date: |
Thu, 07 Apr 2016 03:13:02 +0000 |
iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit 2b2a5c286d18a168c331234d3c2cf4e8ec4189b0
Author: 宋文武 <address@hidden>
Date: Wed Mar 16 16:54:16 2016 +0800
gnu: poppler: Enable GObject introspection.
* gnu/packages/pdf.scm (poppler)[native-inputs]: Add gobject-introspection.
---
gnu/packages/pdf.scm | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index e8e6993..ca90ade 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -60,11 +60,7 @@
(sha256 (base32
"1vjvd0md8y37hlq3lsj0l01a3v3mzm572rzpn1311frvmrg9r7xq"))))
(build-system gnu-build-system)
- ;; FIXME: more dependencies could be added
- ;; cairo output: no (requires cairo >= 1.10.0)
- ;; qt4 wrapper: no
- ;; introspection: no
- ;; use gtk-doc: no
+ ;; FIXME:
;; use libcurl: no
(inputs `(("fontconfig" ,fontconfig)
("freetype" ,freetype)
@@ -83,7 +79,8 @@
("glib" ,glib)))
(native-inputs
`(("pkg-config" ,pkg-config)
- ("glib" ,glib "bin"))) ; glib-mkenums, etc.
+ ("glib" ,glib "bin") ; glib-mkenums, etc.
+ ("gobject-introspection" ,gobject-introspection)))
(arguments
`(#:tests? #f ; no test data provided with the tarball
#:configure-flags
- branch gnome-updates created (now 64ecedf), ???, 2016/04/06
- 02/97: gnu: gtk+-2: Update to 2.24.30., ???, 2016/04/06
- 05/97: gnu: gobject-introspection: Remove cairo from inputs., ???, 2016/04/06
- 07/97: gnu: dbus: Update to 1.10.8., ???, 2016/04/06
- 03/97: gnu: pixman: Update to 0.34.0., ???, 2016/04/06
- 04/97: gnu: cairo: Update to 1.14.6., ???, 2016/04/06
- 06/97: gnu: poppler: Enable GObject introspection.,
??? <=
- 08/97: gnu: poppler: Update to 0.42.0., ???, 2016/04/06
- 10/97: gnu: freetype: Add libpng and zlib to propagated-inputs., ???, 2016/04/06
- 23/97: gnu: atk: Update to 2.20.0., ???, 2016/04/06
- 09/97: gnu: freetype: Update to 2.6.3., ???, 2016/04/06
- 14/97: gnu: glib: Update to 2.48.0., ???, 2016/04/06
- 15/97: gnu: harfbuzz: Update to 1.2.4., ???, 2016/04/06
- 16/97: gnu: shared-mime-info: Update to 1.6., ???, 2016/04/06
- 21/97: gnu: libsigc++: Update to 2.8.0., ???, 2016/04/06
- 18/97: gnu: librsvg: Update to 2.40.15., ???, 2016/04/06
- 24/97: gnu: gtksourceview: Update to 3.20.1., ???, 2016/04/06