Skip to content

Commit

Permalink
Fix the modules file
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Nov 2, 2019
1 parent bbc0cb6 commit 1f7a8fe
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions geany.modules
Expand Up @@ -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>
Expand All @@ -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" />
Expand All @@ -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" />
Expand Down

0 comments on commit 1f7a8fe

Please sign in to comment.