Skip to content
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 dd6b888..e60ad30 100644
@@ -1,4 +1,4 @@
-project('gtk', 'c',
+project('gtk', 'c', 'cpp',
version: '3.24.51',
version: '3.24.52',
default_options: [
'buildtype=debugoptimized',
56 changes: 0 additions & 56 deletions ports/gtk3/egl-conditional.diff

This file was deleted.

3 changes: 1 addition & 2 deletions ports/gtk3/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ vcpkg_download_distfile(ARCHIVE
"https://download.gnome.org/sources/gtk/${VERSION_MAJOR_MINOR}/gtk-${VERSION}.tar.xz"
"https://www.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/gtk/${VERSION_MAJOR_MINOR}/gtk-${VERSION}.tar.xz"
FILENAME "GNOME-gtk-${VERSION}.tar.xz"
SHA512 f96ee1c586284af315709ec38e841bd1b2558d09e2162834a132ffc4bbcddca272a92a828550a3accaa3e4da1964ad32b3b48291e929a108a913bd18c61cd73b
SHA512 20c119cf1a8c390c9d572729f36215fe034731d9e741a0a30c96671f4606ef8b7cdbe5d5ebe986f6f6c9ac03b3ba5cddd8d63da0ebfc5341d179ec9dea5e82eb
)

vcpkg_extract_source_archive(SOURCE_PATH
ARCHIVE "${ARCHIVE}"
PATCHES
0001-build.patch
cairo-cpp-linkage.patch
egl-conditional.diff # https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/9067
avoid-multiple-definition.diff
)

Expand Down
3 changes: 1 addition & 2 deletions ports/gtk3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "gtk3",
"version": "3.24.51",
"port-version": 3,
"version": "3.24.52",
"description": "Portable library for creating graphical user interfaces.",
"homepage": "https://www.gtk.org/",
"license": null,
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3605,8 +3605,8 @@
"port-version": 0
},
"gtk3": {
"baseline": "3.24.51",
"port-version": 3
"baseline": "3.24.52",
"port-version": 0
},
"gtkmm": {
"baseline": "4.22.0",
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": "85c5ba56dfbf47290085e87597a6507d75eabf02",
"version": "3.24.52",
"port-version": 0
},
{
"git-tree": "80ba3fba56fe848c4ee34ba92ba224281c9a1362",
"version": "3.24.51",
Expand Down