Skip to content

Commit

Permalink
[Gtkmm ] Update to 4.4.0 (#22187)
Browse files Browse the repository at this point in the history
* Update Gtkmm to 4.4.0

Solves #22185

* Fixed Gtkmm Version Json

* [Gtkmm ] Update to 4.4.0

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
  • Loading branch information
nlogozzo and JonLiu1993 committed Dec 28, 2021
1 parent bb57cc6 commit 31b4b85
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ports/gtkmm/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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.1.tar.xz"
FILENAME "gtkmm-4.0.1.tar.xz"
SHA512 5b9f9f32fe85ee7a281c9d3d3b266b1265924926058d778f48302808812cad7047c09440c317497fa0069816984d3556868a703a5488e0bfd8cd26fc64afcb1b
URLS "https://ftp.gnome.org/pub/GNOME/sources/gtkmm/4.4/gtkmm-4.4.0.tar.xz"
FILENAME "gtkmm-4.4.0.tar.xz"
SHA512 d6f20213e9ea7a13e2b9822f220a5cdeaef9a9406abee813e0eebdb540839f25f4c19cc7669c24184bef471f5529a7897cd16ee679266148f3181dd2cfa39eb4
)

vcpkg_extract_source_archive_ex(
Expand Down
3 changes: 1 addition & 2 deletions ports/gtkmm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "gtkmm",
"version": "4.0.1",
"port-version": 1,
"version": "4.4.0",
"description": "gtkmm is the official C++ interface for the popular GUI library GTK+.",
"homepage": "https://www.gtkmm.org/",
"supports": "!uwp",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2613,8 +2613,8 @@
"port-version": 1
},
"gtkmm": {
"baseline": "4.0.1",
"port-version": 1
"baseline": "4.4.0",
"port-version": 0
},
"gts": {
"baseline": "0.7.6",
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": "9d316a91086b6f8ccd32e422abc4dd5083eb22c2",
"version": "4.4.0",
"port-version": 0
},
{
"git-tree": "1c78f4d8d6a4375808cd69668375088c5b578e65",
"version": "4.0.1",
Expand Down

0 comments on commit 31b4b85

Please sign in to comment.