[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
304/377: gnu: libgsf: Enable missing features.
From: |
guix-commits |
Subject: |
304/377: gnu: libgsf: Enable missing features. |
Date: |
Thu, 2 Sep 2021 17:56:04 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 2c9aba758907e3d20db9248adae770f940051d55
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 eb950c6..d5c5535 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3278,9 +3278,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)))
- 282/377: gnu: pango: Re-arrange inputs in alphabetical order., (continued)
- 282/377: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/02
- 284/377: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/09/02
- 285/377: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/09/02
- 283/377: gnu: pango: Update to 1.48.3., guix-commits, 2021/09/02
- 289/377: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/09/02
- 290/377: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/09/02
- 298/377: gnu: vala: Fix documentation., guix-commits, 2021/09/02
- 294/377: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/09/02
- 301/377: gnu: libgsf: Change build-system., guix-commits, 2021/09/02
- 299/377: gnu: vala: Update to 0.52.0., guix-commits, 2021/09/02
- 304/377: gnu: libgsf: Enable missing features.,
guix-commits <=
- 307/377: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/09/02
- 302/377: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/09/02
- 306/377: gnu: libgsf: Enable documentation., guix-commits, 2021/09/02
- 311/377: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/09/02
- 312/377: gnu: atkmm: Enable documentation., guix-commits, 2021/09/02
- 315/377: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/09/02
- 320/377: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/09/02
- 321/377: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/09/02
- 324/377: gnu: wayland: Fix and move documentation., guix-commits, 2021/09/02
- 326/377: gnu: wayland-protocols: Update description., guix-commits, 2021/09/02