Skip to content

Commit 6c2f927

Browse files
authored
Remove builddir true (#626)
1 parent c84a099 commit 6c2f927

File tree

6 files changed

+7
-18
lines changed

6 files changed

+7
-18
lines changed

build-aux/modules/GTKCssLanguageServer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "GTKCssLanguageServer",
33
"config-opts": ["--buildtype=release"],
44
"buildsystem": "meson",
5-
"builddir": true,
65
"sources": [
76
{
87
"type": "git",
@@ -15,7 +14,6 @@
1514
"name": "jsonrpc-glib",
1615
"config-opts": ["--buildtype=release", "-Denable_tests=false"],
1716
"buildsystem": "meson",
18-
"builddir": true,
1917
"sources": [
2018
{
2119
"type": "archive",
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "blueprint-compiler",
33
"buildsystem": "meson",
4-
"builddir": true,
54
"sources": [
65
{
76
"type": "archive",
87
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v0.10.0/blueprint-compiler-v0.10.0.tar.gz",
9-
"sha512": "1f2a9097e3d6a030385c371a01e32caefab6f7ede1979b43492255b504250ac7f44ae22a97656a7c33c0e518236b95d6074baf8f87c53df1fbb1e42eceb39a87"
8+
"sha256": "2bc729b36897d0959a9890fb0997c9847aa9d2fc9356520bd8a46ed0b51ff4c0"
109
}
1110
]
1211
}

build-aux/modules/icon-development-kit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{
1212
"type": "git",
1313
"url": "https://gitlab.gnome.org/Teams/Design/icon-development-kit-www.git",
14-
"commit": "3ac8811ad9de28006ce1d9e3ea9c4eaca2422c5d"
14+
"commit": "e5877924b9bd0c6e25ff4d3aca71f4d9eef5c8b1"
1515
}
1616
],
1717
"modules": [

build-aux/re.sonny.Workbench.Devel.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
{
4949
"name": "Workbench",
5050
"buildsystem": "meson",
51-
"builddir": true,
5251
"config-opts": ["-Dprofile=development"],
5352
"sources": [
5453
{

build-aux/re.sonny.Workbench.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
{
4949
"name": "Workbench",
5050
"buildsystem": "meson",
51-
"builddir": true,
5251
"config-opts": ["-Dprofile=default"],
5352
"sources": [
5453
{

data/app.metainfo.xml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,18 @@
3131
<url type="vcs-browser">https://workbench.sonny.re/source</url>
3232
<screenshots>
3333
<screenshot type="default">
34-
<image>
35-
https://raw.githubusercontent.com/sonnyp/Workbench/main/data/screenshot.png
36-
</image>
34+
<image>https://raw.githubusercontent.com/sonnyp/Workbench/main/data/screenshot.png</image>
3735
</screenshot>
3836
<screenshot>
39-
<image>
40-
https://raw.githubusercontent.com/sonnyp/Workbench/main/data/screenshot-code.png
41-
</image>
37+
<image>https://raw.githubusercontent.com/sonnyp/Workbench/main/data/screenshot-code.png</image>
4238
</screenshot>
4339
<screenshot>
44-
<image>
45-
https://raw.githubusercontent.com/sonnyp/Workbench/main/data/screenshot-library.png
46-
</image>
40+
<image>https://raw.githubusercontent.com/sonnyp/Workbench/main/data/screenshot-library.png</image>
4741
</screenshot>
4842
</screenshots>
4943
<content_rating type="oars-1.1" />
5044
<releases>
51-
<release version="45" date="2023-09-17">
45+
<release version="45" date="2023-09-22">
5246
<description>
5347
<ul>
5448
<li>Use GNOME 45</li>
@@ -60,7 +54,7 @@
6054
<li>Add a workbench.resolve API</li>
6155
<li>Allow running Vala without UI code</li>
6256
<li>Update to Blueprint 0.10.0</li>
63-
<li>Update to vte 0.72.2</li>
57+
<li>Update to vte 0.74</li>
6458
<li>Update to libportal 0.7</li>
6559
<li>Update Icon Development Kit</li>
6660
<li>Replace Rome Language Server with Biome Language Server</li>

0 commit comments

Comments
 (0)