[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
142/181: gnu: gfbgraph: Update to 0.2.5 and enable tests.
From: |
guix-commits |
Subject: |
142/181: gnu: gfbgraph: Update to 0.2.5 and enable tests. |
Date: |
Tue, 13 Sep 2022 02:26:13 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit b83ce22d3e580d30112dd2642f4f153368c62540
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Sep 10 02:13:25 2022 -0400
gnu: gfbgraph: Update to 0.2.5 and enable tests.
* gnu/packages/gnome.scm (gfbgraph): Update to 0.2.5.
[tests?]: Delete argument.
[configure-flags]: Remove "--enable-gtk-doc" and "--enable-introspection",
which are correctly automatically detected.
[native-inputs]: Remove autoconf, automake, libtool and which.
[inputs]: Remove labels.
---
gnu/packages/gnome.scm | 22 +++++++---------------
1 file changed, 7 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 69ede24940..53fe1e13ab 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10388,7 +10388,7 @@ compiled.")
(define-public gfbgraph
(package
(name "gfbgraph")
- (version "0.2.4")
+ (version "0.2.5")
(source (origin
(method url-fetch)
(uri (string-append
@@ -10397,26 +10397,18 @@ compiled.")
"gfbgraph-" version ".tar.xz"))
(sha256
(base32
- "0yck7dwvjk16a52nafjpi0a39rxwmg0w833brj45acz76lgkjrb0"))))
+ "1qq3cryhby50xms8zh4s6fmw5p0i7dpg1wvsz5ni78cbyyrq3cww"))))
(build-system glib-or-gtk-build-system)
(arguments
- `(#:tests? #f ; tests appear to require the network
- #:configure-flags '("--disable-static"
- "--enable-gtk-doc"
- "--enable-introspection")))
+ `(#:configure-flags '("--disable-static")))
(native-inputs
(list gobject-introspection
gtk-doc/stable
- pkg-config
- ;; The 0.2.4 ‘release’ tarball isn't bootstrapped.
- autoconf
- automake
- libtool
- which))
+ pkg-config))
(inputs
- `(("json-glib" ,json-glib)
- ("gnome-online-accounts" ,gnome-online-accounts)
- ("rest" ,rest)))
+ (list gnome-online-accounts
+ json-glib
+ rest))
(synopsis "GLib/GObject wrapper for the Facebook API")
(description "This library allows you to use the Facebook API from
GLib/GObject code.")
- 31/181: gnu: libnma: Update to 1.10.2 and delete input labels., (continued)
- 31/181: gnu: libnma: Update to 1.10.2 and delete input labels., guix-commits, 2022/09/13
- 39/181: gnu: gdm: Update to 42.0., guix-commits, 2022/09/13
- 49/181: gnu: cups-pk-helper: Replace polkit with polkit-duktape., guix-commits, 2022/09/13
- 55/181: gnu: gnome-online-accounts: Update to 3.45.2, remove "lib" output., guix-commits, 2022/09/13
- 68/181: gnu: gnome-user-docs: Update to 42.0., guix-commits, 2022/09/13
- 100/181: gnu: blueprint-compiler: Update to 0.4.0., guix-commits, 2022/09/13
- 94/181: gnu: phodav: Update to 3.0., guix-commits, 2022/09/13
- 128/181: gnu: gexiv2: Update to 0.14.0., guix-commits, 2022/09/13
- 123/181: gnu: eog-plugins: Update to 42.1., guix-commits, 2022/09/13
- 141/181: gnu: libgovirt: Update to 0.3.9., guix-commits, 2022/09/13
- 142/181: gnu: gfbgraph: Update to 0.2.5 and enable tests.,
guix-commits <=
- 176/181: gnu: gnome-maps: Update to 43.rc., guix-commits, 2022/09/13
- 178/181: gnu: gpaste: Update to 42.1., guix-commits, 2022/09/13
- 171/181: gnu: chatty: Fix indentation., guix-commits, 2022/09/13
- 43/181: gnu: mozjs: Add 91.13.0., guix-commits, 2022/09/13
- 48/181: gnu: accountsservice: Add bash-minimal to inputs., guix-commits, 2022/09/13
- 52/181: gnu: gtksourceview: Update to 5.5.1., guix-commits, 2022/09/13
- 60/181: gnu: gnome-session: Update to 42.0., guix-commits, 2022/09/13
- 64/181: gnu: gnome-disk-utility: Update to 42.0., guix-commits, 2022/09/13
- 80/181: import: gnome: Improve version handling logic., guix-commits, 2022/09/13
- 86/181: gnu: gnome-boxes: Update to 42.3., guix-commits, 2022/09/13