[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: vte: Update to 0.58.3.
From: |
guix-commits |
Subject: |
10/10: gnu: vte: Update to 0.58.3. |
Date: |
Sat, 23 Nov 2019 19:25:20 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 68c47474bc8bc633fa3b13610d4f700891067bbc
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Nov 24 01:18:53 2019 +0100
gnu: vte: Update to 0.58.3.
* gnu/packages/gnome.scm (vte): Update to 0.58.3.
[build-system]: Switch to Meson.
---
gnu/packages/gnome.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3fd8ee3..af2558d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2338,7 +2338,7 @@ libraries written in C.")
(define-public vte
(package
(name "vte")
- (version "0.56.3")
+ (version "0.58.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@@ -2346,20 +2346,20 @@ libraries written in C.")
"vte-" version ".tar.xz"))
(sha256
(base32
- "0j166gic5znssdb9r45qazq4kb4v9fial82czand5wa8i2yd988p"))))
- (build-system gnu-build-system)
+ "0xa9ipwic4jnhhbzlnqbhssz10xkzv61cpkl1ammc6mdq95bbp12"))))
+ (build-system meson-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)
("vala" ,vala)
("gobject-introspection" ,gobject-introspection)
- ("glib" ,glib "bin") ; for glib-genmarshal, etc.
+ ("glib" ,glib "bin") ; for glib-genmarshal, etc.
("gperf" ,gperf)
("xmllint" ,libxml2)))
(propagated-inputs
- `(("gtk+" ,gtk+) ;required by vte-2.91.pc
- ("gnutls" ,gnutls) ;ditto
- ("pcre2" ,pcre2))) ;ditto
+ `(("gtk+" ,gtk+) ; required by vte-2.91.pc
+ ("gnutls" ,gnutls) ; ditto
+ ("pcre2" ,pcre2))) ; ditto
(home-page "https://www.gnome.org/")
(synopsis "Virtual Terminal Emulator")
(description
- branch master updated (fed3632 -> 68c4747), guix-commits, 2019/11/23
- 01/10: gnu: ruby-useragent: Update to 0.16.10., guix-commits, 2019/11/23
- 02/10: gnu: ruby-websocket-driver: Update to 0.7.1., guix-commits, 2019/11/23
- 03/10: gnu: ruby-progressbar: Update to 1.10.1., guix-commits, 2019/11/23
- 04/10: gnu: ruby-simplecov: Update to 0.17.1., guix-commits, 2019/11/23
- 05/10: gnu: ruby-oauth2: Update to 1.4.2., guix-commits, 2019/11/23
- 07/10: gnu: ruby-mimemagic: Update to 0.3.3., guix-commits, 2019/11/23
- 09/10: gnu: vte: Don't use NAME in source URI., guix-commits, 2019/11/23
- 10/10: gnu: vte: Update to 0.58.3.,
guix-commits <=
- 06/10: gnu: ruby-notiffany: Update to 0.1.3., guix-commits, 2019/11/23
- 08/10: gnu: ruby-jaro-winkler: Update to 1.5.4., guix-commits, 2019/11/23