Skip to content

Commit

Permalink
[glib] Update to 2.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WangWeiLin-MV committed Apr 3, 2024
1 parent 11ed791 commit 7897831
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
9 changes: 6 additions & 3 deletions ports/glib/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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 6f3a06e10e7373a2dbf0688512de4126472fb73cbec488b7983b5ffecff09c64d7e1ca462f892e8f215d3d277d103ca802bad7ef0bd0f91edf26fc6ce67187b6
SHA512 1514d62aeb4c4a1a1048ae0f84f7db7f0dbf355772b2dadf6a34ec547045b163a5e28331b096e7616fe3c9c19bed98025a0202b05073f5d7ee901d0efaffe143
)

vcpkg_extract_source_archive(SOURCE_PATH
Expand Down Expand Up @@ -46,10 +46,10 @@ vcpkg_configure_meson(
${ADDITIONAL_BINARIES}
OPTIONS
${OPTIONS}
-Dgtk_doc=false
-Ddocumentation=false
-Dinstalled_tests=false
-Dlibelf=disabled
-Dman=false
-Dman-pages=disabled
-Dtests=false
-Dxattr=false
)
Expand All @@ -72,6 +72,9 @@ endforeach()
set(GLIB_TOOLS
gapplication
gdbus
gi-compile-repository
gi-decompile-typelib
gi-inspect-typelib
gio
gio-querymodules
glib-compile-resources
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.78.4",
"port-version": 1,
"version": "2.80.0",
"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 @@ -3057,8 +3057,8 @@
"port-version": 2
},
"glib": {
"baseline": "2.78.4",
"port-version": 1
"baseline": "2.80.0",
"port-version": 0
},
"glib-networking": {
"baseline": "2.78.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": "9a550bc05ca0a087b0da3325d405a644926b576c",
"version": "2.80.0",
"port-version": 0
},
{
"git-tree": "d73077209c5fcb5a0340baf7d8ba76d128c1ab27",
"version": "2.78.4",
Expand Down

0 comments on commit 7897831

Please sign in to comment.