Skip to content

Commit

Permalink
Update gtksourceview to version 5.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Jun 3, 2024
1 parent 78f652a commit 027b67c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 43 deletions.

This file was deleted.

8 changes: 3 additions & 5 deletions gvsbuild/projects/gtksourceview.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,14 @@ def __init__(self):
Project.__init__(
self,
"gtksourceview5",
version="5.12.0",
version="5.12.1",
lastversion_major=5,
lastversion_even=True,
repository="https://gitlab.gnome.org/GNOME/gtksourceview",
archive_url="https://download.gnome.org/sources/gtksourceview/{major}.{minor}/gtksourceview-{version}.tar.xz",
hash="daf32ff5d3150d6385917d3503a85b9e047ba158b2b03079314c9c00813fa01f",
hash="84c82aad985c5aadae7cea7804904a76341ec82b268d46594c1a478f39b42c1f",
dependencies=["meson", "ninja", "gtk4", "pkgconf", "libxml2"],
patches=[
"001-fix-fontconfig-availability-check.patch",
],
patches=[],
)
if Project.opts.enable_gi:
self.add_dependency("gobject-introspection")
Expand Down

0 comments on commit 027b67c

Please sign in to comment.