[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/115: gnu: libgsf: Enable missing features.
From: |
guix-commits |
Subject: |
51/115: gnu: libgsf: Enable missing features. |
Date: |
Wed, 12 May 2021 21:01:29 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 3ea424aa99e3749739d62d8074a64e31d5f1c786
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 12:08:10 2021 -0500
gnu: libgsf: Enable missing features.
* gnu/packages/gnome.scm (libgsf)
[arguments]<#:configure-flag>[--enable-introspection]: New flag.
[--with-gir-dir=]: New flag.
[--with-typelib-dir=]: New flag.
[--with-zlib]: New flag.
[--with-bz2]: New flag.
[native-inputs]: Add gobject-introspection.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gnome.scm | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 03aac9b..12143de 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3263,9 +3263,27 @@ XML/CSS rendering engine.")
(build-system glib-or-gtk-build-system)
(outputs '("out" "bin"))
(arguments
- '(#:configure-flags '("--disable-static")))
+ `(#:configure-flags
+ (list
+ "--disable-static"
+ "--enable-introspection"
+ (string-append "--with-gir-dir="
+ (assoc-ref %outputs "out")
+ "/share/gir-"
+ ,(version-major
+ (package-version gobject-introspection))
+ ".0")
+ (string-append "--with-typelib-dir="
+ (assoc-ref %outputs "out")
+ "/lib/girepository-"
+ ,(version-major
+ (package-version gobject-introspection))
+ ".0")
+ "--with-zlib"
+ "--with-bz2")))
(native-inputs
`(("gettext" ,gettext-minimal)
+ ("gobject-introspection" ,gobject-introspection)
("perl" ,perl)
("perl-xml-parser" ,perl-xml-parser)
("pkg-config" ,pkg-config)))
- 115/115: gnu: libsoup: Disable ssl-test., (continued)
- 115/115: gnu: libsoup: Disable ssl-test., guix-commits, 2021/05/12
- 106/115: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/05/12
- 34/115: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/05/12
- 42/115: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/05/12
- 17/115: gnu: gtk-doc: Enable help., guix-commits, 2021/05/12
- 33/115: gnu: pangomm: Enable documentation., guix-commits, 2021/05/12
- 38/115: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/05/12
- 41/115: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/05/12
- 40/115: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/05/12
- 47/115: gnu: vala: Update synopsis and description., guix-commits, 2021/05/12
- 51/115: gnu: libgsf: Enable missing features.,
guix-commits <=
- 54/115: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/05/12
- 57/115: gnu: atk: Update home-page and license., guix-commits, 2021/05/12
- 70/115: gnu: wayland: Update to 1.19.0., guix-commits, 2021/05/12
- 64/115: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/05/12
- 61/115: gnu: Add atkmm-2.28., guix-commits, 2021/05/12
- 71/115: gnu: wayland: Fix and move documentation., guix-commits, 2021/05/12
- 59/115: gnu: atkmm: Enable documentation., guix-commits, 2021/05/12
- 65/115: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/05/12
- 60/115: gnu: atkmm: Update synopsis, description, home-page and license., guix-commits, 2021/05/12
- 74/115: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/05/12