Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gtk3] Update to 3.24.37 #31223

Merged
merged 1 commit into from
May 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -2969,7 +2969,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