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.
This commit is contained in:
Marius Bakke 2019-10-20 19:30:54 +02:00
parent c10c77a795
commit 24f4fcbe26
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

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