Skip to content

Commit

Permalink
Update VTE 0.76 (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp authored and Hofer-Julian committed Mar 24, 2024
1 parent e52f29a commit 3e4440f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-aux/modules/vte.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/vte/0.75/vte-0.75.92.tar.xz",
"sha256": "3e805c9ac0fcdf3a11b51d77dd8a98efadba74cfade385951c3d378d156c7023"
"url": "https://download.gnome.org/sources/vte/0.76/vte-0.76.0.tar.xz",
"sha256": "bbce30b8f504370b12d6439c07a82993e97d7e9afe2dd367817cd58ff029ffda"
}
]
}
2 changes: 2 additions & 0 deletions src/cli/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import Gtk from "gi://Gtk";
import Adw from "gi://Adw";
import GObject from "gi://GObject";
import Shumate from "gi://Shumate";
import WebKit from "gi://WebKit";

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

GObject.type_ensure(Shumate.SimpleMap);
GObject.type_ensure(WebKit.WebView);

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

0 comments on commit 3e4440f

Please sign in to comment.