Skip to content

Commit a3c2855

Browse files
committed
Rome 12.1.1
1 parent 5473076 commit a3c2855

File tree

16 files changed

+172
-129
lines changed

16 files changed

+172
-129
lines changed

package-lock.json

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"rollup": "^2.76.0",
1616
"rollup-plugin-ignore": "^1.0.10",
1717
"rollup-plugin-node-polyfills": "^0.2.1",
18-
"rome": "^12.0.0"
18+
"rome": "^12.1.1"
1919
},
2020
"type": "module",
2121
"scripts": {
2222
"postinstall": "rollup -c rollup.config.js"
2323
}
24-
}
24+
}

re.sonny.Workbench.Devel.json

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,33 @@
1010
},
1111
"command": "workbench",
1212
"finish-args": [
13-
"--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri",
13+
"--share=ipc",
14+
"--socket=fallback-x11",
15+
"--socket=wayland",
16+
"--device=dri",
1417
"--share=network"
1518
],
19+
"cleanup": [
20+
"/include",
21+
"/lib/pkgconfig",
22+
"/man",
23+
"/share/doc",
24+
"/share/gtk-doc",
25+
"/share/man",
26+
"/share/pkgconfig",
27+
"/share/installed-tests",
28+
"*.la",
29+
"*.a"
30+
],
1631
"modules": [
1732
{
1833
"name": "vte",
1934
"buildsystem": "meson",
2035
"config-opts": [
21-
"-Ddocs=false", "-Dgtk3=false", "-Dgtk4=true", "-Dvapi=false",
36+
"-Ddocs=false",
37+
"-Dgtk3=false",
38+
"-Dgtk4=true",
39+
"-Dvapi=false",
2240
"-Dglade=false"
2341
],
2442
"sources": [
@@ -109,14 +127,14 @@
109127
{
110128
"type": "archive",
111129
"only-arches": ["aarch64"],
112-
"url": "https://registry.npmjs.org/@rometools/cli-linux-arm64/-/cli-linux-arm64-12.0.0.tgz",
113-
"sha512": "9f62c983a78064435470917df708c37aa402affe3422a1942436d7ecdc2253546f0b2f9105936685c99201a28e73aac2a0b51c33d5b9abe1f88df9f86d67c904"
130+
"url": "https://registry.npmjs.org/@rometools/cli-linux-arm64/-/cli-linux-arm64-12.1.1.tgz",
131+
"sha512": "8ca25e4fa488d5df5b90094c398977750b73bd38bdf1db0903310cf754955cb9793a78e4e7967d406f5fd44e276d2efa2cae1e65a34c70aaacec5da14b255e75"
114132
},
115133
{
116134
"type": "archive",
117135
"only-arches": ["x86_64"],
118-
"url": "https://registry.npmjs.org/@rometools/cli-linux-x64/-/cli-linux-x64-12.0.0.tgz",
119-
"sha512": "56e40ee1e3ab2a67eb2eb73c2b331a672a73de2d6b0fd157471c0e164ea16b5e8334757ed7b7514189bb8d1675a7e1eb5dd8c02584d273147f134df218b4e195"
136+
"url": "https://registry.npmjs.org/@rometools/cli-linux-x64/-/cli-linux-x64-12.1.1.tgz",
137+
"sha512": "0ac2e3658b4b41d2a831cae85d72949997721507e0565ec2f282080dc24dce61d929d57046123533e9caff4be9885b558c2b7a8fe0b0da00d89284128a14edd3"
120138
}
121139
]
122140
},

re.sonny.Workbench.json

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,40 @@
1010
},
1111
"command": "workbench",
1212
"finish-args": [
13-
"--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri",
13+
"--share=ipc",
14+
"--socket=fallback-x11",
15+
"--socket=wayland",
16+
"--device=dri",
1417
"--share=network"
1518
],
19+
"cleanup": [
20+
"/include",
21+
"/lib/pkgconfig",
22+
"/man",
23+
"/share/doc",
24+
"/share/gtk-doc",
25+
"/share/man",
26+
"/share/pkgconfig",
27+
"/share/installed-tests",
28+
"*.la",
29+
"*.a"
30+
],
1631
"modules": [
1732
{
1833
"name": "vte",
1934
"buildsystem": "meson",
2035
"config-opts": [
21-
"-Ddocs=false", "-Dgtk3=false", "-Dgtk4=true", "-Dvapi=false",
36+
"-Ddocs=false",
37+
"-Dgtk3=false",
38+
"-Dgtk4=true",
39+
"-Dvapi=false",
2240
"-Dglade=false"
2341
],
2442
"sources": [
2543
{
2644
"type": "archive",
27-
"url": "https://download.gnome.org/sources/vte/0.72/vte-0.72.0.tar.xz",
28-
"sha256": "40fe914d6c70db34176c922725b6c6ea15d5f3cb2a9b44c57e200a5f950a6736"
45+
"url": "https://download.gnome.org/sources/vte/0.72/vte-0.72.1.tar.xz",
46+
"sha256": "0554f9f88d56ce2d78398fcc7f69bc00e53bbbc5f694e0ae1dcaf5286f89d7e4"
2947
}
3048
]
3149
},
@@ -110,14 +128,14 @@
110128
{
111129
"type": "archive",
112130
"only-arches": ["aarch64"],
113-
"url": "https://registry.npmjs.org/@rometools/cli-linux-arm64/-/cli-linux-arm64-12.0.0.tgz",
114-
"sha512": "9f62c983a78064435470917df708c37aa402affe3422a1942436d7ecdc2253546f0b2f9105936685c99201a28e73aac2a0b51c33d5b9abe1f88df9f86d67c904"
131+
"url": "https://registry.npmjs.org/@rometools/cli-linux-arm64/-/cli-linux-arm64-12.1.1.tgz",
132+
"sha512": "8ca25e4fa488d5df5b90094c398977750b73bd38bdf1db0903310cf754955cb9793a78e4e7967d406f5fd44e276d2efa2cae1e65a34c70aaacec5da14b255e75"
115133
},
116134
{
117135
"type": "archive",
118136
"only-arches": ["x86_64"],
119-
"url": "https://registry.npmjs.org/@rometools/cli-linux-x64/-/cli-linux-x64-12.0.0.tgz",
120-
"sha512": "56e40ee1e3ab2a67eb2eb73c2b331a672a73de2d6b0fd157471c0e164ea16b5e8334757ed7b7514189bb8d1675a7e1eb5dd8c02584d273147f134df218b4e195"
137+
"url": "https://registry.npmjs.org/@rometools/cli-linux-x64/-/cli-linux-x64-12.1.1.tgz",
138+
"sha512": "0ac2e3658b4b41d2a831cae85d72949997721507e0565ec2f282080dc24dce61d929d57046123533e9caff4be9885b558c2b7a8fe0b0da00d89284128a14edd3"
121139
}
122140
]
123141
},

rome.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,36 @@
22
"formatter": {
33
"enabled": true,
44
"ignore": [
5-
"src/icon-development-kit.json", "icon-development-kit-www", ".flatpak",
6-
"src/lib", "troll"
5+
"src/icon-development-kit.json",
6+
"icon-development-kit-www",
7+
"src/lib",
8+
"troll"
79
],
810
"indentStyle": "space",
911
"indentSize": 2
1012
},
1113
"linter": {
1214
"enabled": true,
1315
"ignore": [
14-
"src/icon-development-kit.json", "icon-development-kit-www", ".flatpak",
15-
"src/lib", "troll"
16+
"src/icon-development-kit.json",
17+
"icon-development-kit-www",
18+
"src/lib",
19+
"troll"
1620
],
1721
"rules": {
1822
"recommended": true,
19-
2023
"style": {
21-
"useBlockStatements": "off"
24+
"useBlockStatements": "off",
25+
"noParameterAssign": "off"
26+
},
27+
"correctness": {
28+
"noInvalidConstructorSuper": "off"
2229
}
2330
}
31+
},
32+
"vcs": {
33+
"enabled": true,
34+
"clientKind": "git",
35+
"useIgnoreFile": true
2436
}
2537
}

src/IconLibrary/IconWidget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Gtk from "gi://Gtk";
22
import GObject from "gi://GObject";
33

4-
import Template from "./IconWidget.blp" assert { type: "uri" };
4+
import Template from "./IconWidget.blp" with { type: "uri" };
55
import { registerClass } from "../overrides.js";
66

77
class IconWidget extends Gtk.FlowBoxChild {

0 commit comments

Comments
 (0)