Skip to content

Commit

Permalink
[gtk3] Update to 3.24.37 (#31223)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd authored May 3, 2023
1 parent 44ef240 commit 388e9f1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/gtk3/cairo-cpp-linkage.patch
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ index 287f0cb..d35106f 100644
@@ -1,4 +1,4 @@
-project('gtk+', 'c',
+project('gtk+', 'c', 'cpp',
version: '3.24.36',
version: '3.24.37',
default_options: [
'buildtype=debugoptimized',
2 changes: 1 addition & 1 deletion ports/gtk3/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ vcpkg_from_gitlab(
GITLAB_URL https://gitlab.gnome.org
REPO GNOME/gtk
REF "${VERSION}"
SHA512 ae7036d8c9416a95740b20aa0cfe7f73391aefef56f02f27fa36e1231ba1f0d69bd446b9cebc47e0cfd09c0dcdc228156211cd140ad4618e6882ea52745ee4a8
SHA512 3021b65649c29d390a21580dc39ca1e7fa845d760c95a6178213cd890f5d8c6d68fe8a5600b283001e279a4bb2ec99f9b210c7abfa493701f7276f015059a9a1
PATCHES
0001-build.patch
cairo-cpp-linkage.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/gtk3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gtk3",
"version": "3.24.36",
"version": "3.24.37",
"description": "Portable library for creating graphical user interfaces.",
"homepage": "https://www.gtk.org/",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2977,7 +2977,7 @@
"port-version": 0
},
"gtk3": {
"baseline": "3.24.36",
"baseline": "3.24.37",
"port-version": 0
},
"gtkmm": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gtk3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f4e197166d448971a8856734debc428f05b456cb",
"version": "3.24.37",
"port-version": 0
},
{
"git-tree": "93a006967f4d1c6e3ce8409cd1a134f81c2b1288",
"version": "3.24.36",
Expand Down

0 comments on commit 388e9f1

Please sign in to comment.