[geany/geany-osx] 3d5d76: Use supports-non-srcdir-builds="no" for geany-plugins

Jiří Techet git-noreply at xxxxx
Wed Oct 23 16:08:49 UTC 2019


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Wed, 23 Oct 2019 16:08:49 UTC
Commit:      3d5d7689016952c1534d4b0c7c4e8f86991eb0b5
             https://github.com/geany/geany-osx/commit/3d5d7689016952c1534d4b0c7c4e8f86991eb0b5

Log Message:
-----------
Use supports-non-srcdir-builds="no" for geany-plugins

Without this it currently doesn't install the po files.


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

Modified: geany.modules
4 lines changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -198,10 +198,12 @@
   </autotools>
 
   <!-- Geany-plugins GTK 3 from git master -->
+  <!-- TODO: remove supports-non-srcdir-builds when fixed -->
   <autotools id="geany-plugins-git-gtk3">
     <branch repo="github.com"
             module="geany/geany-plugins.git"
             checkoutdir="geany-plugins-git"
+            supports-non-srcdir-builds="no"
             revision="master" />
     <dependencies>
       <dep package="geany-git-gtk3" />
@@ -222,10 +224,12 @@
   </autotools>
 
   <!-- Geany-plugins GTK 3 tarball release -->
+  <!-- TODO: remove supports-non-srcdir-builds when fixed -->
   <autotools id="geany-plugins-release-gtk3">
     <branch repo="download.geany.org"
             module="geany-plugins/geany-plugins-${version}.tar.bz2"
             checkoutdir="geany-plugins-${version}"
+            supports-non-srcdir-builds="no"
             version="1.36"/>
     <dependencies>
       <dep package="geany-release-gtk3" />



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