gnu: vte: Update to 0.58.3.
* gnu/packages/gnome.scm (vte): Update to 0.58.3. [build-system]: Switch to Meson.
This commit is contained in:
parent
ac87ffb818
commit
68c47474bc
1 changed files with 7 additions and 7 deletions
|
@ -2338,7 +2338,7 @@ libraries written in C.")
|
||||||
(define-public vte
|
(define-public vte
|
||||||
(package
|
(package
|
||||||
(name "vte")
|
(name "vte")
|
||||||
(version "0.56.3")
|
(version "0.58.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/vte/"
|
(uri (string-append "mirror://gnome/sources/vte/"
|
||||||
|
@ -2346,20 +2346,20 @@ libraries written in C.")
|
||||||
"vte-" version ".tar.xz"))
|
"vte-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j166gic5znssdb9r45qazq4kb4v9fial82czand5wa8i2yd988p"))))
|
"0xa9ipwic4jnhhbzlnqbhssz10xkzv61cpkl1ammc6mdq95bbp12"))))
|
||||||
(build-system gnu-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("vala" ,vala)
|
("vala" ,vala)
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("glib" ,glib "bin") ; for glib-genmarshal, etc.
|
("glib" ,glib "bin") ; for glib-genmarshal, etc.
|
||||||
("gperf" ,gperf)
|
("gperf" ,gperf)
|
||||||
("xmllint" ,libxml2)))
|
("xmllint" ,libxml2)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gtk+" ,gtk+) ;required by vte-2.91.pc
|
`(("gtk+" ,gtk+) ; required by vte-2.91.pc
|
||||||
("gnutls" ,gnutls) ;ditto
|
("gnutls" ,gnutls) ; ditto
|
||||||
("pcre2" ,pcre2))) ;ditto
|
("pcre2" ,pcre2))) ; ditto
|
||||||
(home-page "https://www.gnome.org/")
|
(home-page "https://www.gnome.org/")
|
||||||
(synopsis "Virtual Terminal Emulator")
|
(synopsis "Virtual Terminal Emulator")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue