guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

54/97: gnu: vte: Update to 0.44.0.


From: Ludovic Courtès
Subject: 54/97: gnu: vte: Update to 0.44.0.
Date: Wed, 13 Apr 2016 17:31:47 +0000

civodul pushed a commit to branch gnome-updates
in repository guix.

commit e0480247d5c519ac366d078069c58143a6d068d3
Author: 宋文武 <address@hidden>
Date:   Wed Apr 6 21:43:16 2016 +0800

    gnu: vte: Update to 0.44.0.
    
    * gnu/packages/gnome.scm (vte): Update to 0.44.0.
    [arguments]: New field.
---
 gnu/packages/gnome.scm |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 41aeea3..b4ac2cc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1723,7 +1723,7 @@ libraries written in C.")
 (define-public vte
   (package
     (name "vte")
-    (version "0.42.3")
+    (version "0.44.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1731,8 +1731,16 @@ libraries written in C.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1832mrw2hhgjipbsfsv2fmdnwnar4rkx589ciz008bg8x908mscn"))))
+                "1ahjxysiv38q91gfq2wddcbvndlggfr8ynls25m42pw83akv38wk"))))
     (build-system gnu-build-system)
+    (arguments
+     ;; XXX: fails to compile tests with the default flags.
+     ;; vteconv.cc:774:40:
+     ;;    error: missing sentinel in function call [-Werror=format=]
+     ;;    g_test_init (&argc, &argv, NULL);
+     ;;
+     ;; cc1plus: some warnings being treated as errors
+     '(#:configure-flags '("CXXFLAGS=-Wformat=0")))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]