[geany/geany-osx] 1f7a8f: Fix the modules file
Jiří Techet
git-noreply at xxxxx
Sat Nov 2 22:12:38 UTC 2019
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sat, 02 Nov 2019 22:12:38 UTC
Commit: 1f7a8fe798fbd2a9bedb668c7eb6a53d6eb3da70
https://github.com/geany/geany-osx/commit/1f7a8fe798fbd2a9bedb668c7eb6a53d6eb3da70
Log Message:
-----------
Fix the modules file
Modified Paths:
--------------
geany.modules
Modified: geany.modules
24 lines changed, 16 insertions(+), 8 deletions(-)
===================================================================
@@ -99,7 +99,12 @@
<branch repo="github.com"
module="geany/geany.git"
checkoutdir="geany-git"
- revision="master" />
+ revision="master" >
+ <!-- This patch corresponds to https://github.com/geany/geany/pull/2363 -->
+ <patch file="https://github.com/geany/geany-osx/raw/master/patches/01-geany_config_shell.patch" strip="1" />
+ <!-- TODO: remove once merged upstream-->
+ <patch file="https://github.com/geany/geany-osx/raw/master/patches/02-geany_scintilla_im_fix.patch" strip="1" />
+ </branch>
<dependencies>
<dep package="geany-deps" />
</dependencies>
@@ -122,19 +127,22 @@
</dependencies>
</autotools>
+ <metamodule id="geany-plugins-deps">
+ <dependencies>
+ <dep package="vala" />
+ <dep package="libgit2" />
+ <dep package="enchant" />
+ </dependencies>
+ </metamodule>
+
<!-- Geany-plugins from git master -->
<!-- TODO: remove supports-non-srcdir-builds when fixed -->
<autotools id="geany-plugins-git"
supports-non-srcdir-builds="no">
<branch repo="github.com"
module="geany/geany-plugins.git"
checkoutdir="geany-plugins-git"
- revision="master" >
- <!-- This patch corresponds to https://github.com/geany/geany/pull/2363 -->
- <patch file="https://github.com/geany/geany-osx/raw/master/patches/01-geany_config_shell.patch" strip="1" />
- <!-- TODO: remove once merged upstream-->
- <patch file="https://github.com/geany/geany-osx/raw/master/patches/02-geany_scintilla_im_fix.patch" strip="1" />
- </branch>
+ revision="master" />
<dependencies>
<dep package="geany-git" />
<dep package="geany-plugins-deps" />
@@ -148,7 +156,7 @@
<branch repo="download.geany.org"
module="geany-plugins/geany-plugins-${version}.tar.bz2"
checkoutdir="geany-plugins-${version}"
- version="1.36"/>
+ version="1.36" />
<dependencies>
<dep package="geany-release" />
<dep package="geany-plugins-deps" />
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list