[geany/geany-osx] cdbeff: Add enchant to plugin dependencies to build the spellcheck plugin

Jiří Techet git-noreply at xxxxx
Tue Nov 3 22:56:03 UTC 2015


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Tue, 03 Nov 2015 22:56:03 UTC
Commit:      cdbeff31fb937e17965ff261ad3ce6e465414d40
             https://github.com/geany/geany-osx/commit/cdbeff31fb937e17965ff261ad3ce6e465414d40

Log Message:
-----------
Add enchant to plugin dependencies to build the spellcheck plugin


Modified Paths:
--------------
    geany.modules

Modified: geany.modules
15 lines changed, 12 insertions(+), 3 deletions(-)
===================================================================
@@ -96,15 +96,24 @@
     </dependencies>
   </autotools>
 
-  <!-- Geany-plugins with bundling dependencies -->
+  <!-- Geany-plugins dependencies -->
+  <metamodule id="geany-plugins-deps">
+    <dependencies>
+      <dep package="vala" />
+      <dep package="libgit2" />
+      <dep package="enchant" />
+      <!-- <dep package="gtkspell" /> -->
+    </dependencies>
+  </metamodule>
+
+  <!-- Geany-plugins -->
   <autotools id="geany-plugins">
     <branch repo="github.com"
             module="geany/geany-plugins.git"
             revision="master" />
     <dependencies>
       <dep package="geany" />
-      <dep package="vala" />
-      <dep package="libgit2" />
+      <dep package="geany-plugins-deps" />
     </dependencies>
   </autotools>
 



--------------
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