[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/74: gnu: gnumeric: Update to 1.12.41.
From: |
guix-commits |
Subject: |
26/74: gnu: gnumeric: Update to 1.12.41. |
Date: |
Tue, 4 Dec 2018 10:39:47 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 89b31ab9f979a75893c9ad43ca16d68d8eb63ca1
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 6 11:17:21 2018 +0200
gnu: gnumeric: Update to 1.12.41.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.41.
[arguments]: Replace build phase "pre-conf" with "fix-build-system".
---
gnu/packages/gnome.scm | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 352a644..5a946a8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1926,7 +1926,7 @@ Hints specification (EWMH).")
(define-public gnumeric
(package
(name "gnumeric")
- (version "1.12.36")
+ (version "1.12.41")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1934,7 +1934,7 @@ Hints specification (EWMH).")
name "-" version ".tar.xz"))
(sha256
(base32
- "0j28qpbz9a9p80x27kcwxl5n1hf36nn2fa7dxwrbhcdx4rgy5grw"))))
+ "0sarasmvx9rqdxj5wpb03ziyzd2w1k8cpn4mf99himxnnxjydxk6"))))
(build-system glib-or-gtk-build-system)
(arguments
`(;; The gnumeric developers don't worry much about failing tests.
@@ -1942,8 +1942,7 @@ Hints specification (EWMH).")
#:tests? #f
#:phases
(modify-phases %standard-phases
- (add-before
- 'configure 'pre-conf
+ (add-after 'unpack 'fix-build-system
(lambda* (#:key outputs #:allow-other-keys)
;; Make install tries to write into the directory of goffice
;; I am informed that this only affects the possibility to embed a
@@ -1953,7 +1952,15 @@ Hints specification (EWMH).")
(("^GOFFICE_PLUGINS_DIR=.*")
(string-append "GOFFICE_PLUGINS_DIR="
(assoc-ref outputs "out")
- "/goffice/plugins"))))))))
+ "/goffice/plugins\n")))
+
+ ;; The relative paths point outside of the build container.
+ (substitute* "plugins/perl-loader/Makefile.in"
+ (("\\$\\(srcdir\\)/../../gnumeric-config.h")
+ "$(top_srcdir)/../build/gnumeric-config.h")
+ (("\\$\\(srcdir\\)/../../src/")
+ "$(top_srcdir)/src/"))
+ #t)))))
(inputs
`(("glib" ,glib)
("gtk+" ,gtk+)
- 42/74: gnu: orca: Update to 3.28.1., (continued)
- 42/74: gnu: orca: Update to 3.28.1., guix-commits, 2018/12/04
- 41/74: gnu: gjs: Update to 1.52.3., guix-commits, 2018/12/04
- 53/74: gnu: gnome-shell-extensions: Update to 3.28.1., guix-commits, 2018/12/04
- 32/74: gnu: totem-pl-parser: Update to 3.26.1., guix-commits, 2018/12/04
- 38/74: gnu: librsvg: Build Vala bindings., guix-commits, 2018/12/04
- 50/74: gnu: gucharmap: Update to 10.0.4., guix-commits, 2018/12/04
- 27/74: gnu: glib-networking: Update to 2.56.1., guix-commits, 2018/12/04
- 37/74: gnu: gvfs: Update to 1.36.2., guix-commits, 2018/12/04
- 51/74: gnu: gnome-calculator: Update to 3.28.2., guix-commits, 2018/12/04
- 24/74: gnu: glade3: Update to 3.22.1., guix-commits, 2018/12/04
- 26/74: gnu: gnumeric: Update to 1.12.41.,
guix-commits <=
- 33/74: gnu: eog: Update to 3.28.2., guix-commits, 2018/12/04
- 31/74: gnu: gnome-settings-daemon: Update to 3.28.1., guix-commits, 2018/12/04
- 63/74: gnu: gdm: Update to 3.28.2., guix-commits, 2018/12/04
- 66/74: gnu: network-manager-openvpn: Update to 1.8.4., guix-commits, 2018/12/04
- 70/74: gnu: libimobiledevice: Do not hardcode Python version., guix-commits, 2018/12/04
- 40/74: gnu: devhelp: Update to 3.28.1., guix-commits, 2018/12/04
- 67/74: gnu: network-manager-applet: Update to 1.8.14., guix-commits, 2018/12/04
- 35/74: gnu: libgnome-games-support: Update to 1.4.1., guix-commits, 2018/12/04
- 45/74: gnu: gnome-session: Update to 3.28.1., guix-commits, 2018/12/04
- 17/74: gnu: glibmm: Update to 2.56.0., guix-commits, 2018/12/04