Skip to content

Commit

Permalink
Merge pull request #1385 from wingtk/weekly-2024.7.11
Browse files Browse the repository at this point in the history
Update GLib and GTK3
  • Loading branch information
danyeaw authored Jul 14, 2024
2 parents b1df66f + c36228b commit 049240c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion gvsbuild/projects/dav1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def __init__(self):
self,
"dav1d",
version="1.4.3",
repository="https://code.videolan.org/videolan/dav1d.git",
archive_url="https://code.videolan.org/videolan/dav1d/-/archive/{version}/dav1d-{version}.tar.gz",
hash="88a023e58d955e0886faf49c72940e0e90914a948a8e60c1326ce3e09e7a6099",
dependencies=[
Expand Down
8 changes: 4 additions & 4 deletions gvsbuild/projects/glib.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ def __init__(self):
Meson.__init__(
self,
"glib-base",
version="2.80.3",
version="2.80.4",
lastversion_even=True,
repository="https://gitlab.gnome.org/GNOME/glib",
archive_url="https://download.gnome.org/sources/glib/{major}.{minor}/glib-{version}.tar.xz",
hash="3947a0eaddd0f3613d0230bb246d0c69e46142c19022f5c4b1b2e3cba236d417",
hash="24e029c5dfc9b44e4573697adf33078a9827c48938555004b3b9096fa4ea034f",
dependencies=[
"ninja",
"meson",
Expand Down Expand Up @@ -60,11 +60,11 @@ def __init__(self):
Meson.__init__(
self,
"glib",
version="2.80.3",
version="2.80.4",
lastversion_even=True,
repository="https://gitlab.gnome.org/GNOME/glib",
archive_url="https://download.gnome.org/sources/glib/{major}.{minor}/glib-{version}.tar.xz",
hash="3947a0eaddd0f3613d0230bb246d0c69e46142c19022f5c4b1b2e3cba236d417",
hash="24e029c5dfc9b44e4573697adf33078a9827c48938555004b3b9096fa4ea034f",
dependencies=["glib-base"],
patches=[
"001-glib-package-installation-directory.patch",
Expand Down
4 changes: 2 additions & 2 deletions gvsbuild/projects/gtk.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ def __init__(self):
self,
"gtk3",
prj_dir="gtk3",
version="3.24.42",
version="3.24.43",
lastversion_major=3,
lastversion_even=True,
repository="https://gitlab.gnome.org/GNOME/gtk",
archive_url="https://download.gnome.org/sources/gtk%2B/{major}.{minor}/gtk%2B-{version}.tar.xz",
hash="50f89f615092d4dd01bbd759719f8bd380e5f149f6fd78a94725e2de112377e2",
hash="7e04f0648515034b806b74ae5d774d87cffb1a2a96c468cb5be476d51bf2f3c7",
dependencies=["atk", "gdk-pixbuf", "pango", "libepoxy"],
patches=[
"gtk_update_icon_cache.patch",
Expand Down

0 comments on commit 049240c

Please sign in to comment.