Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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
6 changes: 3 additions & 3 deletions io.elementary.code.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: io.elementary.code
runtime: io.elementary.Sdk # The outline plugin requires libvala which is only in the SDK, not the runtime
runtime-version: '7.1'
runtime-version: '8' # Does not build with version '8.1' for some reason
sdk: io.elementary.Sdk
command: io.elementary.code
finish-args:
Expand Down Expand Up @@ -57,7 +57,7 @@ modules:
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/libgit2-glib.git
tag: v1.1.0
tag: v1.2.0
modules:
- name: ssh2
buildsystem: cmake-ninja
Expand All @@ -81,7 +81,7 @@ modules:
sources:
- type: git
url: https://github.com/libgit2/libgit2.git
tag: 'v1.5.1'
tag: 'v1.7.2'

- name: editorconfig
buildsystem: cmake-ninja
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ granite_dep = dependency('granite', version: '>=6.0.0')
handy_dep = dependency('libhandy-1', version: '>=0.90.0')
gtksourceview_dep = dependency('gtksourceview-4')
peas_dep = dependency('libpeas-2')
git_dep = dependency('libgit2-glib-1.0')
git_dep = dependency('libgit2-glib-1.0', version: '>=1.2.0')
fontconfig_dep = dependency('fontconfig')
pangofc_dep = dependency('pangoft2')
posix_dep = meson.get_compiler('vala').find_library('posix')
Expand Down
1 change: 0 additions & 1 deletion vapi/libgit2-glib-1.0.deps

This file was deleted.

Loading