Skip to content

Commit 8b3172a

Browse files
committed
f
1 parent 21b4ee7 commit 8b3172a

9 files changed

Lines changed: 26 additions & 30 deletions

File tree

build-aux/modules/gom.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"sources": [
66
{
77
"type": "archive",
8-
"url": "https://download.gnome.org/sources/gom/0.5/gom-0.5.4.tar.xz",
9-
"sha256": "57ba806fe080a937d5664178d21bad7653b2c561ea128187a7b10bc1762b7f65"
8+
"url": "https://download.gnome.org/sources/gom/0.5/gom-0.5.6.tar.xz",
9+
"sha256": "4d7a5e268698c8e7e40603e36e9e3a2b76133931ce1b637c1136301491b54cc3"
1010
}
1111
]
1212
}

build-aux/modules/libshumate.json

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,20 @@
55
"sources": [
66
{
77
"type": "archive",
8-
"url": "https://download.gnome.org/sources/libshumate/1.5/libshumate-1.5.1.tar.xz",
9-
"sha256": "daadf8b700134388c7e933e0b623586aaa7f2fbe8b3a6259387513303b9876e6"
8+
"url": "https://download.gnome.org/sources/libshumate/1.6/libshumate-1.6.1.tar.xz",
9+
"sha256": "b36aad34500791785f546684d0f2ed644e4819ff4e85ae67a2245f159eccb2d4"
1010
}
1111
],
1212
"modules": [
13-
{
14-
"name": "protobuf",
15-
"buildsystem": "autotools",
16-
"config-opts": ["DIST_LANG=cpp"],
17-
"cleanup": ["/bin/protoc*", "/lib/libprotoc*", "/lib/libprotobuf-lite*"],
18-
"sources": [
19-
{
20-
"type": "archive",
21-
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protobuf-all-3.17.3.tar.gz",
22-
"sha256": "77ad26d3f65222fd96ccc18b055632b0bfedf295cb748b712a98ba1ac0b704b2"
23-
}
24-
]
25-
},
2613
{
2714
"name": "protobuf-c",
2815
"buildsystem": "autotools",
16+
"config-opts": ["--disable-protoc"],
2917
"sources": [
3018
{
3119
"type": "archive",
32-
"url": "https://github.com/protobuf-c/protobuf-c/releases/download/v1.4.0/protobuf-c-1.4.0.tar.gz",
33-
"sha256": "26d98ee9bf18a6eba0d3f855ddec31dbe857667d269bc0b6017335572f85bbcb"
20+
"url": "https://github.com/protobuf-c/protobuf-c/releases/download/v1.5.2/protobuf-c-1.5.2.tar.gz",
21+
"sha256": "e2c86271873a79c92b58fef7ebf8de1aa0df4738347a8bd5d4e65a80a16d0d24"
3422
}
3523
]
3624
}

build-aux/modules/vte.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"buildsystem": "meson",
44
"config-opts": [
55
"--libdir=/app/lib",
6+
"-Dapp=false",
67
"-Ddocs=false",
78
"-Dgtk3=false",
89
"-Dgtk4=true",
@@ -12,8 +13,8 @@
1213
"sources": [
1314
{
1415
"type": "archive",
15-
"url": "https://download.gnome.org/sources/vte/0.82/vte-0.82.1.tar.xz",
16-
"sha256": "79376d70402d271e2d38424418e1aea72357934d272e321e3906b71706a78e3a"
16+
"url": "https://download.gnome.org/sources/vte/0.84/vte-0.84.0.tar.xz",
17+
"sha256": "0414e31583836aeb7878da25f67c515f7e8879917ecc37c92e26b83e8d8fc3e3"
1718
}
1819
],
1920
"modules": [
@@ -23,8 +24,8 @@
2324
"sources": [
2425
{
2526
"type": "archive",
26-
"url": "https://github.com/fastfloat/fast_float/archive/refs/tags/v6.1.6.tar.gz",
27-
"sha256": "4458aae4b0eb55717968edda42987cabf5f7fc737aee8fede87a70035dba9ab0"
27+
"url": "https://github.com/fastfloat/fast_float/archive/refs/tags/v8.2.5.tar.gz",
28+
"sha256": "17c7fb14499fcf42c3f5d143df0fbe22172e92749ec5f75ef13224005421a654"
2829
}
2930
]
3031
}

data/app.metainfo.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,17 @@
4747
<description translatable="no">
4848
<ul>
4949
<li>Use GNOME 50</li>
50+
<li>Fix Rust compilation</li>
51+
</ul>
52+
<p>Dependencies:</p>
53+
<ul>
54+
<li>Update libshumate to 1.6.1</li>
55+
<li>Update vte to 0.84.0</li>
56+
<li>Update gom to 0.5.6</li>
5057
</ul>
5158
</description>
5259
</release>
53-
60+
5461
<release version="49.0" date="2025-10-13">
5562
<description translatable="no">
5663
<ul>

demos

src/PanelUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default function PanelUI({
8484
);
8585
button_blueprint_documentation.connect("clicked", () => {
8686
new Gtk.UriLauncher({
87-
uri: "https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/",
87+
uri: "https://gnome.pages.gitlab.gnome.org/blueprint-compiler",
8888
})
8989
.launch(application.get_active_window(), null)
9090
.catch(console.error);

src/cli/blueprint.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ export default async function blueprint({ file, lspc }) {
4545
if (!(err instanceof LSPError)) throw err;
4646
if (
4747
![
48-
// https://gitlab.gnome.org/jwestman/blueprint-compiler/-/issues/128
48+
// https://gitlab.gnome.org/GNOME/blueprint-compiler/-/work_items/128
4949
"unsupported XML tag: <condition>",
50-
// https://gitlab.gnome.org/jwestman/blueprint-compiler/-/issues/139
50+
// https://gitlab.gnome.org/GNOME/blueprint-compiler/-/work_items/139
5151
"unsupported XML tag: <items>",
5252
].includes(err.message)
5353
) {

src/window.blp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ menu menu_app {
649649
item {
650650
label: _("Blueprint");
651651
action: "app.open_uri";
652-
target: "https://gitlab.gnome.org/jwestman/blueprint-compiler";
652+
target: "https://gnome.pages.gitlab.gnome.org/blueprint-compiler";
653653
}
654654
}
655655

0 commit comments

Comments
 (0)