Skip to content

Commit

Permalink
[glib] update to 2.76.2 (#31491)
Browse files Browse the repository at this point in the history
* [glib] update to 2.76.2 (#31490)

* [glib] regenerate version registries (#31490)
  • Loading branch information
SchaichAlonso committed May 18, 2023
1 parent a9da2ed commit df788a2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
8 changes: 1 addition & 7 deletions ports/glib/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@ string(REGEX MATCH "^([0-9]*[.][0-9]*)" GLIB_MAJOR_MINOR "${VERSION}")
vcpkg_download_distfile(GLIB_ARCHIVE
URLS "https://download.gnome.org/sources/glib/${GLIB_MAJOR_MINOR}/glib-${VERSION}.tar.xz"
FILENAME "glib-${VERSION}.tar.xz"
SHA512 7ab8740925fa4ed2d860a35544c475ae905df5fa7fc0cc64ffa8c543df6073794e44c8ff39e3e1de1d677016ef9d27e9bc709d2505d13090faa8d6c47cd64bd0
)
vcpkg_download_distfile(GLIB_MR_3386
URLS "https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3386.diff"
FILENAME "glib-mr-3386.diff"
SHA512 cb67e8908a7cb6f945d019da1bf56f504b9c2131a832bcdfbdc61c973c89efd8e4380d5d67f83e229998da1e8579f3ff87b7695a3318eee9613d1ab1168bd0db
SHA512 5a99723d72ae987999bdf3eac4f3cabe2e014616038f2006e84060b97d6d290b7d44a20d700e9c0f4572a6defed56169f624bcd21b0337f32832b311aa2737e6
)

vcpkg_extract_source_archive(SOURCE_PATH
ARCHIVE "${GLIB_ARCHIVE}"
PATCHES
use-libiconv-on-windows.patch
libintl.patch
${GLIB_MR_3386}
)

vcpkg_list(SET OPTIONS)
Expand Down
3 changes: 1 addition & 2 deletions ports/glib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "glib",
"version": "2.76.1",
"port-version": 1,
"version": "2.76.2",
"description": "Portable, general-purpose utility library.",
"homepage": "https://developer.gnome.org/glib/",
"license": "LGPL-2.1-or-later",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2829,8 +2829,8 @@
"port-version": 2
},
"glib": {
"baseline": "2.76.1",
"port-version": 1
"baseline": "2.76.2",
"port-version": 0
},
"glibmm": {
"baseline": "2.76.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/glib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "219fb684c85e933ff56764423c86055a7a23ee62",
"version": "2.76.2",
"port-version": 0
},
{
"git-tree": "82258d825872b8c0987fe62b759b7602edbed17b",
"version": "2.76.1",
Expand Down

0 comments on commit df788a2

Please sign in to comment.