guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: vte-ng: Update to 0.58.2.a.


From: guix-commits
Subject: 01/03: gnu: vte-ng: Update to 0.58.2.a.
Date: Sun, 20 Oct 2019 18:34:48 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 24f4fcbe2620fc9cbafe804443ebbb7ee6d8359a
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 20 19:30:54 2019 +0200

    gnu: vte-ng: Update to 0.58.2.a.
    
    * gnu/packages/gnome.scm (vte-ng): Update to 0.58.2.a.
    [build-system]: New field.
    [arguments]: Set #:configure-flags.  Remove #:phases.
    [native-inputs]: Remove GPERF, AUTOCONF, AUTOMAKE and LIBTOOL.
---
 gnu/packages/gnome.scm | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fafb93b..781f450 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2339,7 +2339,7 @@ editors, IDEs, etc.")
   (package
     (inherit vte)
     (name "vte-ng")
-    (version "0.56.2.a")
+    (version "0.58.2.a")
     (home-page "https://github.com/thestinger/vte-ng";)
     (source (origin
               (method git-fetch)
@@ -2347,20 +2347,13 @@ editors, IDEs, etc.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1lmba6i0abifmvvfb1q63ql6zh6d38148kp6skmkggiib2hi5dki"))))
+                "0rnm5c6m3abbm81jsfdas0y80z299ny54gr4syn4bfrms3s4g19l"))))
+    (build-system meson-build-system)
     (native-inputs
      `(("gtk-doc" ,gtk-doc)
-       ("gperf" ,gperf)
-       ("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("libtool" ,libtool)
        ,@(package-native-inputs vte)))
     (arguments
-     `(#:phases (modify-phases %standard-phases
-                  (replace 'bootstrap
-                    (lambda _
-                      (setenv "NOCONFIGURE" "true")
-                      (invoke "sh" "autogen.sh"))))))
+     `(#:configure-flags '("-Ddocs=true")))
   (synopsis "Enhanced VTE terminal widget")
   (description
    "VTE is a library (libvte) implementing a terminal emulator widget for



reply via email to

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