Skip to content

Commit 3e4440f

Browse files
sonnypHofer-Julian
authored andcommitted
Update VTE 0.76 (#911)
1 parent e52f29a commit 3e4440f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build-aux/modules/vte.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"sources": [
1212
{
1313
"type": "archive",
14-
"url": "https://download.gnome.org/sources/vte/0.75/vte-0.75.92.tar.xz",
15-
"sha256": "3e805c9ac0fcdf3a11b51d77dd8a98efadba74cfade385951c3d378d156c7023"
14+
"url": "https://download.gnome.org/sources/vte/0.76/vte-0.76.0.tar.xz",
15+
"sha256": "bbce30b8f504370b12d6439c07a82993e97d7e9afe2dd367817cd58ff029ffda"
1616
}
1717
]
1818
}

src/cli/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import Gtk from "gi://Gtk";
99
import Adw from "gi://Adw";
1010
import GObject from "gi://GObject";
1111
import Shumate from "gi://Shumate";
12+
import WebKit from "gi://WebKit";
1213

1314
import { parse } from "../langs/xml/xml.js";
1415
import { LSPError, diagnostic_severities } from "../lsp/LSP.js";
@@ -23,6 +24,7 @@ import lint, { waitForDiagnostics } from "./lint.js";
2324
import format, { formatting } from "./format.js";
2425

2526
GObject.type_ensure(Shumate.SimpleMap);
27+
GObject.type_ensure(WebKit.WebView);
2628

2729
export async function main([action, ...args]) {
2830
const current_dir = Gio.File.new_for_path(GLib.get_current_dir());

0 commit comments

Comments
 (0)