guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: vte: Update to 0.60.2.


From: guix-commits
Subject: 01/02: gnu: vte: Update to 0.60.2.
Date: Tue, 19 May 2020 06:50:47 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 663def11dfa560066a910ebf290df82bcd72bfbc
Author: Ryan Prior via Guix-patches via <address@hidden>
AuthorDate: Fri May 15 20:34:46 2020 +0000

    gnu: vte: Update to 0.60.2.
    
    * gnu/packages/gnome.scm (vte): Update to 0.60.2.
    [arguments]<#:configure-flags>: Disable systemd.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/gnome.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fe87410..5b926b5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -50,6 +50,7 @@
 ;;; Copyright © 2020 raingloom <address@hidden>
 ;;; Copyright © 2020 Nicolas Goaziou <address@hidden>
 ;;; Copyright © 2020 Naga Malleswari <address@hidden>
+;;; Copyright © 2020 Ryan Prior <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3228,7 +3229,7 @@ libraries written in C.")
 (define-public vte
   (package
     (name "vte")
-    (version "0.58.3")
+    (version "0.60.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/vte/"
@@ -3236,8 +3237,11 @@ libraries written in C.")
                                   "vte-" version ".tar.xz"))
               (sha256
                (base32
-                "0xa9ipwic4jnhhbzlnqbhssz10xkzv61cpkl1ammc6mdq95bbp12"))))
+                "19ccbw0yca78h5qcnm8claj4fg1pj68nj1fsjqqfpzhj7w72i81m"))))
     (build-system meson-build-system)
+    (arguments
+     `(#:configure-flags
+       '("-D_systemd=false")))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)



reply via email to

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