[geany/geany-osx] 56efc4: Move supports-non-srcdir-builds="no" under the autotools tag

Jiří Techet git-noreply at xxxxx
Wed Oct 23 17:24:20 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 17:24:20 UTC
Commit:      56efc4163071ef682b9ded211fe9e35614f4c538
             https://github.com/geany/geany-osx/commit/56efc4163071ef682b9ded211fe9e35614f4c538

Log Message:
-----------
Move supports-non-srcdir-builds="no" under the autotools tag

This is the right location.


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

Modified: geany.modules
16 lines changed, 8 insertions(+), 8 deletions(-)
===================================================================
@@ -201,16 +201,16 @@
 
   <!-- Geany-plugins GTK 3 from git master -->
   <!-- TODO: remove supports-non-srcdir-builds when fixed -->
-  <autotools id="geany-plugins-git-gtk3">
+  <autotools id="geany-plugins-git-gtk3"
+             supports-non-srcdir-builds="no">
     <branch repo="github.com"
             module="geany/geany-plugins.git"
             checkoutdir="geany-plugins-git"
-            supports-non-srcdir-builds="no"
             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" />
+      <!-- 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-git-gtk3" />
@@ -232,11 +232,11 @@
 
   <!-- Geany-plugins GTK 3 tarball release -->
   <!-- TODO: remove supports-non-srcdir-builds when fixed -->
-  <autotools id="geany-plugins-release-gtk3">
+  <autotools id="geany-plugins-release-gtk3"
+             supports-non-srcdir-builds="no">
     <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