Skip to content

Commit

Permalink
[gtkmm] Update to 4.0.1 (#17669)
Browse files Browse the repository at this point in the history
* update gtkmm

* version stuff
  • Loading branch information
Neumann-A committed May 6, 2021
1 parent 207c281 commit be66092
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 83 deletions.
40 changes: 0 additions & 40 deletions ports/gtkmm/build.patch

This file was deleted.

35 changes: 0 additions & 35 deletions ports/gtkmm/gtkapi.patch

This file was deleted.

9 changes: 3 additions & 6 deletions ports/gtkmm/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
vcpkg_fail_port_install(ON_TARGET "uwp")

vcpkg_download_distfile(ARCHIVE
URLS "https://ftp.gnome.org/pub/GNOME/sources/gtkmm/4.0/gtkmm-4.0.0.tar.xz"
FILENAME "gtkmm-4.0.0.tar.xz"
SHA512 16893b6caa39f1b65a4140296d8d25c0d5e5f8a6ab808086783e7222bc1f5e8b94d17d48e4b718a12f0e0291010d445f4da9f88b7f494ec36adb22752d932743
URLS "https://ftp.gnome.org/pub/GNOME/sources/gtkmm/4.0/gtkmm-4.0.1.tar.xz"
FILENAME "gtkmm-4.0.1.tar.xz"
SHA512 5b9f9f32fe85ee7a281c9d3d3b266b1265924926058d778f48302808812cad7047c09440c317497fa0069816984d3556868a703a5488e0bfd8cd26fc64afcb1b
)

vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE}
PATCHES
build.patch
gtkapi.patch #upstream patch to fix dllimport issue
)

vcpkg_configure_meson(
Expand Down
2 changes: 1 addition & 1 deletion ports/gtkmm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gtkmm",
"version": "4.0.0",
"version": "4.0.1",
"description": "gtkmm is the official C++ interface for the popular GUI library GTK+.",
"homepage": "https://www.gtkmm.org/",
"supports": "!uwp",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2397,7 +2397,7 @@
"port-version": 0
},
"gtkmm": {
"baseline": "4.0.0",
"baseline": "4.0.1",
"port-version": 0
},
"gts": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gtkmm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "14e153bf596fcdfa4376218e20d2a140f33bae8e",
"version": "4.0.1",
"port-version": 0
},
{
"git-tree": "9ba1569a4f12bb1a9aab5fe14c6f6ae23cea20f8",
"version": "4.0.0",
Expand Down

0 comments on commit be66092

Please sign in to comment.