From 1846d03a0955e5443e983fad6549b3e96c141030 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Tue, 19 Sep 2023 15:43:42 +0200 Subject: [PATCH] Update dependencies --- build-aux/modules/libportal.json | 4 ++-- build-aux/modules/libshumate.json | 4 ++-- build-aux/modules/libspelling.json | 3 ++- build-aux/modules/vte.json | 8 ++++---- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/build-aux/modules/libportal.json b/build-aux/modules/libportal.json index 3dd3cbaba..7ab0fb950 100644 --- a/build-aux/modules/libportal.json +++ b/build-aux/modules/libportal.json @@ -10,8 +10,8 @@ "sources": [ { "type": "archive", - "url": "https://github.com/flatpak/libportal/releases/download/0.7/libportal-0.7.tar.xz", - "sha256": "64635f03c9501b829d3b4fd2246e8d840f92e2ed14053e082ed3dddda7d725fb" + "url": "https://github.com/flatpak/libportal/releases/download/0.7.1/libportal-0.7.1.tar.xz", + "sha256": "297b90b263fad22190a26b8c7e8ea938fe6b18fb936265e588927179920d3805" } ] } diff --git a/build-aux/modules/libshumate.json b/build-aux/modules/libshumate.json index 43f4f868e..1fe94e5dc 100644 --- a/build-aux/modules/libshumate.json +++ b/build-aux/modules/libshumate.json @@ -5,8 +5,8 @@ "sources": [ { "type": "archive", - "url": "https://download.gnome.org/sources/libshumate/1.1/libshumate-1.1.beta.tar.xz", - "sha256": "10d7f4c55d651881dfa6a706200ad29d148043a6a76d3642f02394313ac5102c" + "url": "https://download.gnome.org/sources/libshumate/1.1/libshumate-1.1.0.tar.xz", + "sha256": "b3b7c4c2d3002f37b951c9ca99b09275d0aa82265c69f53374ce12faefd3b14e" } ] } diff --git a/build-aux/modules/libspelling.json b/build-aux/modules/libspelling.json index 0550dffc0..578018fe3 100644 --- a/build-aux/modules/libspelling.json +++ b/build-aux/modules/libspelling.json @@ -6,7 +6,8 @@ { "type": "git", "url": "https://gitlab.gnome.org/chergert/libspelling.git", - "commit": "8a8b31b7af6edc1b92aa7f866e7dd8e48fd6a741" + "tag": "0.2.0", + "commit": "baefb81b3b236e3bd29c0aa23f79056b2636e311" } ] } diff --git a/build-aux/modules/vte.json b/build-aux/modules/vte.json index 09bb209cb..c0cf2537e 100644 --- a/build-aux/modules/vte.json +++ b/build-aux/modules/vte.json @@ -2,17 +2,17 @@ "name": "vte", "buildsystem": "meson", "config-opts": [ - "-Ddocs=false", + "-Ddocs=true", "-Dgtk3=false", "-Dgtk4=true", - "-Dvapi=false", + "-Dvapi=true", "-Dglade=false" ], "sources": [ { "type": "archive", - "url": "https://download.gnome.org/sources/vte/0.73/vte-0.73.93.tar.xz", - "sha256": "dade04c8dd3f9a7b6f7dd0f886d23e1b41debe175a15ce40f3a94921db1ae0ae" + "url": "https://download.gnome.org/sources/vte/0.74/vte-0.74.0.tar.xz", + "sha256": "9ae08f777952ba793221152d360550451580f42d3b570e3341ebb6841984c76b" } ] }