Skip to content

Update dependencies #1000

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"build",
"builddir"
],
"vala.languageServerPath": "${workspaceFolder}/.flatpak/vala-language-server.sh"
"vala.languageServerPath": "${workspaceFolder}/.flatpak/vala-language-server.sh",
"mesonbuild.configureOnOpen": false
}
4 changes: 2 additions & 2 deletions build-aux/modules/GTKCssLanguageServer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/jsonrpc-glib/3.44/jsonrpc-glib-3.44.0.tar.xz",
"sha256": "69406a0250d0cc5175408cae7eca80c0c6bfaefc4ae1830b354c0433bcd5ce06"
"url": "https://download.gnome.org/sources/jsonrpc-glib/3.44/jsonrpc-glib-3.44.1.tar.xz",
"sha256": "1361d17e9c805646afe5102e59baf8ca450238600fcabd01586c654b78bb30df"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions build-aux/modules/libportal.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"sources": [
{
"type": "archive",
"url": "https://github.com/flatpak/libportal/releases/download/0.9.0/libportal-0.9.0.tar.xz",
"sha256": "113910f06f39387328805397053d20c7acafb7388d8e6cd5e06e05efb9690735"
"url": "https://github.com/flatpak/libportal/releases/download/0.9.1/libportal-0.9.1.tar.xz",
"sha256": "de801ee349ed3c255a9af3c01b1a401fab5b3fc1c35eb2fd7dfb35d4b8194d7f"
}
]
}
10 changes: 5 additions & 5 deletions build-aux/modules/libshumate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "libshumate",
"buildsystem": "meson",
"config-opts": ["--libdir=/app/lib", "-Dgtk_doc=false"],
"config-opts": ["--libdir=/app/lib", "-Ddemos=false", "-Dgtk_doc=false"],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libshumate/1.3/libshumate-1.3.0.tar.xz",
"sha256": "8227a6e8281cde12232894fef83760d44fa66b39ef033c61ed934a86c6dc75d4"
"url": "https://download.gnome.org/sources/libshumate/1.4/libshumate-1.4.rc.tar.xz",
"sha256": "a57b97dbbda55bcb07c6f0197ff006128518c2b2c88fbee8bea5168acbc9baee"
}
],
"modules": [
Expand All @@ -29,8 +29,8 @@
"sources": [
{
"type": "archive",
"url": "https://github.com/protobuf-c/protobuf-c/releases/download/v1.5.0/protobuf-c-1.5.0.tar.gz",
"sha256": "7b404c63361ed35b3667aec75cc37b54298d56dd2bcf369de3373212cc06fd98"
"url": "https://github.com/protobuf-c/protobuf-c/releases/download/v1.4.0/protobuf-c-1.4.0.tar.gz",
"sha256": "26d98ee9bf18a6eba0d3f855ddec31dbe857667d269bc0b6017335572f85bbcb"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions build-aux/modules/libspelling.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libspelling/0.4/libspelling-0.4.5.tar.xz",
"sha256": "ec0372d83f42b65aee3734248ef8e2ffbfba4ea91268419c98ea44a00ef3e83f"
"url": "https://download.gnome.org/sources/libspelling/0.4/libspelling-0.4.6.tar.xz",
"sha256": "3248a9b5336ea2f727d2db912d2f0083accc0505ce707679b3d9b8266c0101f5"
}
]
}
17 changes: 15 additions & 2 deletions build-aux/modules/vte.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,21 @@
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/vte/0.78/vte-0.78.2.tar.xz",
"sha256": "35d7bcde07356846b4a12881c8e016705b70a9004a9082285eee5834ccc49890"
"url": "https://download.gnome.org/sources/vte/0.79/vte-0.79.91.tar.xz",
"sha256": "adca667d40ae1839ba258b63701cd05fba249303d72258711cc69294b2cb8646"
}
],
"modules": [
{
"name": "fast_float",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "archive",
"url": "https://github.com/fastfloat/fast_float/archive/refs/tags/v6.1.6.tar.gz",
"sha256": "4458aae4b0eb55717968edda42987cabf5f7fc737aee8fede87a70035dba9ab0"
}
]
}
]
}
1 change: 1 addition & 0 deletions build-aux/wip/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ if (!exists(`${path}/.flatpak/flatpak-builder`)) {

// builds workbench
if (!exists(`${path}/_build`)) {
await buildModules();
await buildCommand([
"meson",
"--prefix",
Expand Down
20 changes: 20 additions & 0 deletions data/app.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,26 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="48.0" date="2025-03-xx">
<description translatable="no">
<ul>
<li>Use GNOME 48</li>
</ul>
<p>Library:</p>
<ul>
<li>Add "Shortcuts Window" demo</li>
</ul>
<p>Dependencies:</p>
<ul>
<!-- <li>Update Jsonrpc-GLib to 3.44.1</li> -->
<li>Update libportal to 0.9.1</li>
<li>Update libshumate to 1.4</li>
<li>Update libspelling to 0.4.6</li>
<li>Update vte to 0.80.0</li>
</ul>
</description>
</release>

<release version="47.1" date="2025-01-24">
<description translatable="no">
<ul>
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"events": "^3.3.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"ltx": "git://github.com/xmppjs/ltx.git#d351ffa26ef1c5f2fbee7888d0bcd5047eb8a988",
"ltx": "git://github.com/xmppjs/ltx.git#072690a43a51254ddd17b082131a8b9115586e8a",
"postcss": "^8.4.14",
"prettier": "3.0.3",
"rollup": "^2.76.0",
Expand Down
Loading
Loading