[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/115: gnu: vala: Change build-system.
From: |
guix-commits |
Subject: |
43/115: gnu: vala: Change build-system. |
Date: |
Fri, 7 May 2021 16:56:33 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit c3ae44eed5374a9a32de5b465ba595d4854f9a81
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 11:20:37 2021 -0500
gnu: vala: Change build-system.
* gnu/packages/gnome.scm (vala) [build-system]: Change from gnu to
glib-or-gtk.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gnome.scm | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 265477a..02b9912 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4388,31 +4388,29 @@ passwords in the GNOME keyring.")
name "-" version ".tar.xz"))
(sha256
(base32
- "07fv895sp9wq74b20qig7hic0r4ynrr5pfaqba02r44xb794fy0s"))))
- (build-system gnu-build-system)
+ "1nx5xjarpkl9hgy0qbqfczx7d7clh5g1r8xr5xp8b97c5fsc2rb1"))))
+ (build-system glib-or-gtk-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(add-before 'check 'pre-check
- (lambda _
- (setenv "CC" "gcc")
- (substitute* "valadoc/tests/testrunner.sh"
- (("export PKG_CONFIG_PATH=" m)
- (string-append m "$PKG_CONFIG_PATH:")))
- ;; For missing '/etc/machine-id'.
- (setenv "DBUS_FATAL_WARNINGS" "0")
- #t)))))
+ (lambda _
+ (setenv "CC" "gcc")
+ (substitute* "valadoc/tests/libvaladoc\
+/tests-extra-environment.sh"
+ (("export PKG_CONFIG_PATH=" m)
+ (string-append m "$PKG_CONFIG_PATH:"))))))))
(native-inputs
`(("pkg-config" ,pkg-config)
("flex" ,flex)
("bison" ,bison)
("xsltproc" ,libxslt)
- ("dbus" ,dbus) ; for dbus tests
+ ("dbus" ,dbus) ; for dbus tests
("gobject-introspection" ,gobject-introspection))) ; for gir tests
(inputs
`(("graphviz" ,graphviz)))
(propagated-inputs
- `(("glib" ,glib))) ; required by libvala-0.40.pc
+ `(("glib" ,glib))) ; required by libvala-0.40.pc
(home-page "https://wiki.gnome.org/Projects/Vala/")
(synopsis "Compiler for the GObject type system")
(description
- 08/115: gnu: libsigc++: Update to 3.0.6., (continued)
- 08/115: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/05/07
- 12/115: gnu: Add libsigc++-2., guix-commits, 2021/05/07
- 13/115: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/05/07
- 22/115: gnu: cairo: Move documentation to separate output., guix-commits, 2021/05/07
- 19/115: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/05/07
- 30/115: gnu: pango: Update to 1.48.3., guix-commits, 2021/05/07
- 34/115: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/05/07
- 37/115: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/05/07
- 35/115: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/05/07
- 49/115: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/05/07
- 43/115: gnu: vala: Change build-system.,
guix-commits <=
- 48/115: gnu: libgsf: Change build-system., guix-commits, 2021/05/07
- 58/115: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/05/07
- 52/115: gnu: libgsf: Correct inputs., guix-commits, 2021/05/07
- 61/115: gnu: Add atkmm-2.28., guix-commits, 2021/05/07
- 65/115: gnu: at-spi2-atk: Update to 2.38.0., guix-commits, 2021/05/07
- 68/115: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/05/07
- 70/115: gnu: wayland: Update to 1.19.0., guix-commits, 2021/05/07
- 71/115: gnu: wayland: Fix and move documentation., guix-commits, 2021/05/07
- 74/115: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/05/07
- 72/115: gnu: wayland: Update synopsis, description and license., guix-commits, 2021/05/07