Skip to content

Commit 9f5302b

Browse files
sys: migrate missing configs & regen
1 parent f3c7231 commit 9f5302b

File tree

9 files changed

+70
-15
lines changed

9 files changed

+70
-15
lines changed

gdk4/sys/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-dependencies]
2-
system-deps = "1.3"
2+
system-deps = "2.0"
33

44
[dependencies]
55
libc = "0.2"
@@ -47,5 +47,3 @@ features = ["dox"]
4747
[package.metadata.system-deps.gtk4]
4848
name = "gtk4"
4949
version = "3.94"
50-
51-
[package.metadata.system-deps.gtk4.feature-versions]

gdk4/sys/Gir.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[options]
2+
work_mode = "sys"
3+
library = "Gdk"
4+
version = "4.0"
5+
min_cfg_version = "3.94"
6+
single_version_file = "."
7+
8+
external_libraries = [
9+
"GLib",
10+
"GObject",
11+
"Gio",
12+
"GdkPixbuf",
13+
"Pango",
14+
"Cairo",
15+
]

gdk4/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ ad40c01)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 8a626fd)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 2f86b9a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ cb01ad7)

gsk4/sys/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-dependencies]
2-
system-deps = "1.3"
2+
system-deps = "2.0"
33

44
[dependencies]
55
libc = "0.2"
@@ -47,5 +47,3 @@ features = ["dox"]
4747
[package.metadata.system-deps.gtk4]
4848
name = "gtk4"
4949
version = "3.94"
50-
51-
[package.metadata.system-deps.gtk4.feature-versions]

gsk4/sys/Gir.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[options]
2+
work_mode = "sys"
3+
library = "Gsk"
4+
version = "4.0"
5+
min_cfg_version = "3.94"
6+
single_version_file = "."
7+
8+
external_libraries = [
9+
"GLib",
10+
"GObject",
11+
"Pango",
12+
"Cairo",
13+
"Graphene",
14+
]
15+
16+
[external_libraries]
17+
gdk4 = "Gdk"

gsk4/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ ad40c01)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 8a626fd)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 2f86b9a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ cb01ad7)

gtk4/sys/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-dependencies]
2-
system-deps = "1.3"
2+
system-deps = "2.0"
33

44
[dependencies]
55
libc = "0.2"
@@ -60,5 +60,3 @@ features = ["dox"]
6060
[package.metadata.system-deps.gtk4]
6161
name = "gtk4"
6262
version = "3.94"
63-
64-
[package.metadata.system-deps.gtk4.feature-versions]

gtk4/sys/Gir.toml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[options]
2+
work_mode = "sys"
3+
library = "Gtk"
4+
version = "4.0"
5+
min_cfg_version = "3.94"
6+
single_version_file = "."
7+
8+
external_libraries = [
9+
"GLib",
10+
"GObject",
11+
"Gio",
12+
"Atk",
13+
"GdkPixbuf",
14+
"Pango",
15+
"Cairo",
16+
"Graphene",
17+
]
18+
19+
ignore = [
20+
"Gtk.BINARY_AGE",
21+
"Gtk.INTERFACE_AGE",
22+
"Gtk.MAJOR_VERSION",
23+
"Gtk.MICRO_VERSION",
24+
"Gtk.MINOR_VERSION",
25+
]
26+
27+
[external_libraries]
28+
gdk4 = "Gdk"
29+
gsk4 = "Gsk"

gtk4/sys/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ ad40c01)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 8a626fd)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 2f86b9a)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ cb01ad7)

0 commit comments

Comments
 (0)