[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/23: gnu: libetonyek: Update to 0.1.9.
From: |
guix-commits |
Subject: |
02/23: gnu: libetonyek: Update to 0.1.9. |
Date: |
Sat, 12 Jan 2019 19:32:54 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 7c3acfcb69c00bc59b5c8cb51540560042045043
Author: Marius Bakke <address@hidden>
Date: Wed Jan 2 23:12:16 2019 +0100
gnu: libetonyek: Update to 0.1.9.
* gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.9.
[arguments]: Remove #:phases.
---
gnu/packages/libreoffice.scm | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 631c172..cd300b0 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -399,26 +399,17 @@ CorelDRAW documents of all versions.")
(define-public libetonyek
(package
(name "libetonyek")
- (version "0.1.8")
+ (version "0.1.9")
(source
(origin
(method url-fetch)
(uri (string-append "http://dev-www.libreoffice.org/src/" name "/"
name "-" version ".tar.xz"))
(sha256 (base32
- "0bfq9rwm040xhh7b3v0gsdavwvnrz4hkwnhpggarxk70mr3j7jcx"))))
+ "0jhsbdimiyijdqriy0zzkjjgc4wi6fjimhdg4mdybrlwg7l7f5p6"))))
(build-system gnu-build-system)
(arguments
- `(#:configure-flags '("--with-mdds=1.4")
- #:phases (modify-phases %standard-phases
- (add-before 'configure 'support-mdds-1.4
- (lambda _
- ;; This package already works fine with mdds 1.4, but the
- ;; configure check is too strict. Taken from upstream.
- (substitute* "configure"
- (("mdds=1\\.2") "mdds=1.4")
- (("mdds=\"1\\.2\"") "mdds=\"1.4\""))
- #t)))))
+ `(#:configure-flags '("--with-mdds=1.4")))
(native-inputs
`(("cppunit" ,cppunit)
("doxygen" ,doxygen)
- branch master updated (5b9c269 -> 1710ffa), guix-commits, 2019/01/12
- 02/23: gnu: libetonyek: Update to 0.1.9.,
guix-commits <=
- 04/23: gnu: http-parser: Download from git., guix-commits, 2019/01/12
- 03/23: gnu: libetonyek: Adjust inputs., guix-commits, 2019/01/12
- 05/23: gnu: http-parser: Update to 2.9.0., guix-commits, 2019/01/12
- 09/23: gnu: fluidsynth: Update to 2.0.3., guix-commits, 2019/01/12
- 12/23: gnu: libgphoto2: Update to 2.5.22., guix-commits, 2019/01/12
- 13/23: gnu: nasm: Update home page., guix-commits, 2019/01/12
- 14/23: gnu: nasm: Update license., guix-commits, 2019/01/12
- 18/23: gnu: libsodium: Update to 1.0.17., guix-commits, 2019/01/12
- 07/23: gnu: xscreensaver: Update to 5.42., guix-commits, 2019/01/12
- 06/23: gnu: libcmis: Update to 0.5.2., guix-commits, 2019/01/12