Skip to content

Commit 388e9f1

Browse files
authored
[gtk3] Update to 3.24.37 (microsoft#31223)
Signed-off-by: Vitalii Koshura <[email protected]>
1 parent 44ef240 commit 388e9f1

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

ports/gtk3/cairo-cpp-linkage.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ index 287f0cb..d35106f 100644
5757
@@ -1,4 +1,4 @@
5858
-project('gtk+', 'c',
5959
+project('gtk+', 'c', 'cpp',
60-
version: '3.24.36',
60+
version: '3.24.37',
6161
default_options: [
6262
'buildtype=debugoptimized',

ports/gtk3/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ vcpkg_from_gitlab(
1111
GITLAB_URL https://gitlab.gnome.org
1212
REPO GNOME/gtk
1313
REF "${VERSION}"
14-
SHA512 ae7036d8c9416a95740b20aa0cfe7f73391aefef56f02f27fa36e1231ba1f0d69bd446b9cebc47e0cfd09c0dcdc228156211cd140ad4618e6882ea52745ee4a8
14+
SHA512 3021b65649c29d390a21580dc39ca1e7fa845d760c95a6178213cd890f5d8c6d68fe8a5600b283001e279a4bb2ec99f9b210c7abfa493701f7276f015059a9a1
1515
PATCHES
1616
0001-build.patch
1717
cairo-cpp-linkage.patch

ports/gtk3/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gtk3",
3-
"version": "3.24.36",
3+
"version": "3.24.37",
44
"description": "Portable library for creating graphical user interfaces.",
55
"homepage": "https://www.gtk.org/",
66
"license": null,

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2977,7 +2977,7 @@
29772977
"port-version": 0
29782978
},
29792979
"gtk3": {
2980-
"baseline": "3.24.36",
2980+
"baseline": "3.24.37",
29812981
"port-version": 0
29822982
},
29832983
"gtkmm": {

versions/g-/gtk3.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "f4e197166d448971a8856734debc428f05b456cb",
5+
"version": "3.24.37",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "93a006967f4d1c6e3ce8409cd1a134f81c2b1288",
510
"version": "3.24.36",

0 commit comments

Comments
 (0)