[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/58: gnu: vte: Update to 0.76.3.
From: |
guix-commits |
Subject: |
17/58: gnu: vte: Update to 0.76.3. |
Date: |
Sat, 7 Sep 2024 05:11:03 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 09d517b1eb1da7ce03859fa969c0c3e5121d7a39
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jul 14 14:02:58 2024 +0200
gnu: vte: Update to 0.76.3.
* gnu/packages/gnome.scm (vte): Update to 0.76.3.
[#:configure-flags]: Drop implicit “-Dgtk4=true”. Move “-Dgtk3=false” to
the
front.
[inputs]: Add lz4.
(vte-with-gtk+3)[#:configure-flags]: Adjust accordingly.
---
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 34d5103fd1..7d3f0d99b6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4634,7 +4634,7 @@ targeting the GNOME stack simple.")
(define-public vte
(package
(name "vte")
- (version "0.72.4")
+ (version "0.76.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@@ -4642,13 +4642,12 @@ targeting the GNOME stack simple.")
"vte-" version ".tar.xz"))
(sha256
(base32
- "0p4apgwi8v7ccid2bif6zdffk09jl90yy66awhff9jairakbckf7"))))
+ "0q2xgmxzzpc1268n1c88k8p1gjshakzss50j0b87ydvg0m6fjy7n"))))
(build-system meson-build-system)
(arguments
- (list #:configure-flags #~(list "-Dvapi=true"
- "-D_systemd=false"
- "-Dgtk4=true"
- "-Dgtk3=false")))
+ (list #:configure-flags #~(list "-Dgtk3=false"
+ "-Dvapi=true"
+ "-D_systemd=false")))
(native-inputs
(list pkg-config
gettext-minimal
@@ -4658,6 +4657,7 @@ targeting the GNOME stack simple.")
gperf
python
libxml2))
+ (inputs (list lz4))
(propagated-inputs
(list gtk ; required by vte-2.91.pc
gnutls ; ditto
@@ -4676,7 +4676,7 @@ editors, IDEs, etc.")
(name "vte-with-gtk+3")
(arguments (substitute-keyword-arguments (package-arguments vte)
((#:configure-flags flags #~'())
- #~(list "-Dvapi=true" "-D_systemd=false"))))
+ #~(cons "-Dgtk4=false" (delete "-Dgtk3=false" #$flags)))))
(propagated-inputs (modify-inputs (package-propagated-inputs vte)
(replace "gtk" gtk+)))))
- 22/58: gnu: gnome-disk-utility: Update to 46.0., (continued)
- 22/58: gnu: gnome-disk-utility: Update to 46.0., guix-commits, 2024/09/07
- 50/58: gnu: Ungraft ibus-minimal., guix-commits, 2024/09/07
- 54/58: gnu: gst-plugins-bad: Update to 1.24.6., guix-commits, 2024/09/07
- 43/58: gnu: vala: Update to 0.56.17., guix-commits, 2024/09/07
- 53/58: gnu: gst-plugins-good: Update to 1.24.6., guix-commits, 2024/09/07
- 57/58: gnu: gst-editing-services: Update to 1.24.6., guix-commits, 2024/09/07
- 40/58: gnu: gsettings-desktop-schemas: Update to 46.0., guix-commits, 2024/09/07
- 49/58: gnu: gtk-doc: Update to 1.34.0., guix-commits, 2024/09/07
- 09/58: gnu: gnome-boxes: Update to 46.1., guix-commits, 2024/09/07
- 11/58: gnu: gnome-calendar: Update to 46.1., guix-commits, 2024/09/07
- 17/58: gnu: vte: Update to 0.76.3.,
guix-commits <=
- 18/58: gnu: gnome-console: Update to 46.0., guix-commits, 2024/09/07
- 35/58: gnu: gnome-chess: Update to 46.0., guix-commits, 2024/09/07
- 28/58: gnu: gnome-user-docs: Update to 46.1., guix-commits, 2024/09/07
- 34/58: gnu: sysprof: Update to 46.0., guix-commits, 2024/09/07
- 36/58: gnu: gnome-chess: Update package style., guix-commits, 2024/09/07
- 38/58: gnu: evolution: Update to 3.52.3., guix-commits, 2024/09/07
- 39/58: gnu: gnome-mahjongg: Update to 3.40.1., guix-commits, 2024/09/07
- 52/58: gnu: gst-plugins-base: Update to 1.24.6., guix-commits, 2024/09/07
- 58/58: gnu: python-gst: Update to 1.24.6., guix-commits, 2024/09/07
- 42/58: gnu: librsvg: Disable rtl_tspan_svg test., guix-commits, 2024/09/07