Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Mon, 30 Dec 2024 18:26:33 UTC Commit: 9a64c725eae0820275678b3fdc1967cf61b53f2f https://github.com/geany/geany-osx/commit/9a64c725eae0820275678b3fdc1967cf61...
Log Message: ----------- Temporarily add the LSP plugin
Modified Paths: -------------- geany.modules
Modified: geany.modules 8 lines changed, 8 insertions(+), 0 deletions(-) =================================================================== @@ -16,6 +16,9 @@ href="https://files.pythonhosted.org/%22/%3E <repository type="tarball" name="lua.org" href="https://www.lua.org/ftp/"/> + <repository name="github" + href="https://github.com/" + type="git" />
<include href="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/modulesets-stable/gtk-osx.modules" />
@@ -189,6 +192,11 @@ </dependencies> </autotools>
+ <meson id="geany-lsp"> + <branch repo="github" + module="techee/geany-lsp"/> + </meson> + <!-- Build everything necessary for Geany bundle from git --> <metamodule id="geany-bundle-git"> <dependencies>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).