Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update glib #224

Merged
merged 1 commit into from
Mar 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading