Skip to content

Commit 35086d7

Browse files
authored
Bump libgit2-glib dependency (#1613)
1 parent ec88714 commit 35086d7

File tree

4 files changed

+4
-1446
lines changed

4 files changed

+4
-1446
lines changed

io.elementary.code.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app-id: io.elementary.code
22
runtime: io.elementary.Sdk # The outline plugin requires libvala which is only in the SDK, not the runtime
3-
runtime-version: '7.1'
3+
runtime-version: '8' # Does not build with version '8.1' for some reason
44
sdk: io.elementary.Sdk
55
command: io.elementary.code
66
finish-args:
@@ -57,7 +57,7 @@ modules:
5757
sources:
5858
- type: git
5959
url: https://gitlab.gnome.org/GNOME/libgit2-glib.git
60-
tag: v1.1.0
60+
tag: v1.2.0
6161
modules:
6262
- name: ssh2
6363
buildsystem: cmake-ninja
@@ -81,7 +81,7 @@ modules:
8181
sources:
8282
- type: git
8383
url: https://github.com/libgit2/libgit2.git
84-
tag: 'v1.5.1'
84+
tag: 'v1.7.2'
8585

8686
- name: editorconfig
8787
buildsystem: cmake-ninja

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ granite_dep = dependency('granite', version: '>=6.0.0')
3434
handy_dep = dependency('libhandy-1', version: '>=0.90.0')
3535
gtksourceview_dep = dependency('gtksourceview-4')
3636
peas_dep = dependency('libpeas-2')
37-
git_dep = dependency('libgit2-glib-1.0')
37+
git_dep = dependency('libgit2-glib-1.0', version: '>=1.2.0')
3838
fontconfig_dep = dependency('fontconfig')
3939
pangofc_dep = dependency('pangoft2')
4040
posix_dep = meson.get_compiler('vala').find_library('posix')

vapi/libgit2-glib-1.0.deps

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)