Skip to content

Commit

Permalink
Merge pull request #224 from bgilbert/glib
Browse files Browse the repository at this point in the history
Update glib
  • Loading branch information
bgilbert authored Mar 10, 2024
2 parents 8da80fc + 3858e34 commit aeb94d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/direct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ jobs:
brew link --overwrite $formula
done
brew update
# setuptools needed by glib 2.78
# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3740
brew install meson python-setuptools
# python-packaging needed by glib
brew install meson python-packaging
- name: Check out repo
uses: actions/checkout@v4
- name: Cache sources
Expand Down
12 changes: 6 additions & 6 deletions subprojects/glib.wrap
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[wrap-file]
directory = glib-2.78.4
source_url = https://download.gnome.org/sources/glib/2.78/glib-2.78.4.tar.xz
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/glib_2.78.4-1/glib-2.78.4.tar.xz
source_filename = glib-2.78.4.tar.xz
source_hash = 24b8e0672dca120cc32d394bccb85844e732e04fe75d18bb0573b2dbc7548f63
wrapdb_version = 2.78.4-1
directory = glib-2.80.0
source_url = https://download.gnome.org/sources/glib/2.80/glib-2.80.0.tar.xz
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/glib_2.80.0-1/glib-2.80.0.tar.xz
source_filename = glib-2.80.0.tar.xz
source_hash = 8228a92f92a412160b139ae68b6345bd28f24434a7b5af150ebe21ff587a561d
wrapdb_version = 2.80.0-1

[provide]
dependency_names = gthread-2.0, gobject-2.0, gmodule-no-export-2.0, gmodule-export-2.0, gmodule-2.0, glib-2.0, gio-2.0, gio-windows-2.0, gio-unix-2.0
Expand Down

0 comments on commit aeb94d3

Please sign in to comment.