[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/108: gnu: vte: Update to 0.60.1.
From: |
guix-commits |
Subject: |
70/108: gnu: vte: Update to 0.60.1. |
Date: |
Sat, 25 Apr 2020 15:22:56 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 978272cb36eeb3e1610745cd4a3bccd8011a32bd
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Apr 21 14:18:32 2020 -0400
gnu: vte: Update to 0.60.1.
* gnu/packages/gnome.scm (vte): Update to 0.60.1.
[arguments]: Add configure flag to build without systemd.
---
gnu/packages/gnome.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 690852e..82cebe2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3230,7 +3230,7 @@ libraries written in C.")
(define-public vte
(package
(name "vte")
- (version "0.58.3")
+ (version "0.60.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@@ -3238,8 +3238,10 @@ libraries written in C.")
"vte-" version ".tar.xz"))
(sha256
(base32
- "0xa9ipwic4jnhhbzlnqbhssz10xkzv61cpkl1ammc6mdq95bbp12"))))
+ "1i7h1jvsg115l5djn29n06xsqvygpfagczxy0i9f39zq6dr809ay"))))
(build-system meson-build-system)
+ (arguments
+ '(#:configure-flags '("-D_systemd=false")))
(native-inputs
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)
- 38/108: gnu: gnome-maps: Update to 3.36.1., (continued)
- 38/108: gnu: gnome-maps: Update to 3.36.1., guix-commits, 2020/04/25
- 45/108: gnu: gvfs: Update to 1.44.1., guix-commits, 2020/04/25
- 55/108: gnu: network-manager-openvpn: Update to 1.8.12., guix-commits, 2020/04/25
- 57/108: gnu: udisks: Update to 2.8.4., guix-commits, 2020/04/25
- 62/108: gnu: epiphany: Update to 3.36.1., guix-commits, 2020/04/25
- 63/108: gnu: gnome-initial-setup: Update to 3.36.1., guix-commits, 2020/04/25
- 64/108: gnu: gnome-keyring: Update to 3.36.0., guix-commits, 2020/04/25
- 65/108: gnu: Add mozjs-68., guix-commits, 2020/04/25
- 69/108: gnu: gnome-user-docs: Update to 3.36.1., guix-commits, 2020/04/25
- 72/108: gnu: gnome-sudoku: Update to 3.36.0., guix-commits, 2020/04/25
- 70/108: gnu: vte: Update to 0.60.1.,
guix-commits <=
- 39/108: gnu: gnome-calendar: Update to 3.36.1., guix-commits, 2020/04/25
- 47/108: gnu: gnome-user-share: Update to 3.34.0., guix-commits, 2020/04/25
- 50/108: gnu: mutter: Update to 3.36.1., guix-commits, 2020/04/25
- 56/108: gnu: gnome-settings-daemon: Update to 3.36.0., guix-commits, 2020/04/25
- 59/108: gnu: dconf-editor: Update to 3.36.0., guix-commits, 2020/04/25
- 60/108: gnu: gnome-getting-started-docs: Update to 3.36.1., guix-commits, 2020/04/25
- 66/108: gnu: gjs: Update to 1.64.1., guix-commits, 2020/04/25
- 67/108: gnu: gnome-shell: Update to 3.36.1., guix-commits, 2020/04/25
- 68/108: gnu: gnome-shell-extensions: Update to 3.36.1., guix-commits, 2020/04/25
- 74/108: gnu: file-roller: Update to 3.36.2., guix-commits, 2020/04/25