[geany/geany-osx] 3a51b0: Specify checkout directory so tarball and git Geany releases can exist side by side

Jiří Techet git-noreply at xxxxx
Tue Oct 17 09:50:37 UTC 2017


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Tue, 17 Oct 2017 09:50:37 UTC
Commit:      3a51b03335b4257c0fcc532bd20eda77914ea4e3
             https://github.com/geany/geany-osx/commit/3a51b03335b4257c0fcc532bd20eda77914ea4e3

Log Message:
-----------
Specify checkout directory so tarball and git Geany releases can exist side by side


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

Modified: geany.modules
18 lines changed, 13 insertions(+), 5 deletions(-)
===================================================================
@@ -129,7 +129,8 @@
   <autotools id="geany-git-gtk2"
              autogenargs="--enable-mac-integration">
     <branch repo="github.com"
-            module="geany/geany.git"    
+            module="geany/geany.git"
+            checkoutdir="geany-git"
             revision="master" />
     <dependencies>
       <dep package="geany-deps-gtk2" />
@@ -140,7 +141,8 @@
   <autotools id="geany-git-gtk3"
              autogenargs="--enable-mac-integration --enable-gtk3">
     <branch repo="github.com"
-            module="geany/geany.git"    
+            module="geany/geany.git"
+            checkoutdir="geany-git"
             revision="master" />
     <dependencies>
       <dep package="geany-deps-gtk3" />
@@ -152,6 +154,7 @@
              autogenargs="--enable-mac-integration">
     <branch repo="download.geany.org"
             module="geany-${version}.tar.bz2" 
+            checkoutdir="geany-release"
             version="1.31"/>
     <dependencies>
       <dep package="geany-deps-gtk2" />
@@ -162,7 +165,8 @@
   <autotools id="geany-release-gtk3"
              autogenargs="--enable-mac-integration --enable-gtk3">
     <branch repo="download.geany.org"
-            module="geany-${version}.tar.bz2" 
+            module="geany-${version}.tar.bz2"
+            checkoutdir="geany-release"
             version="1.31"/>
     <dependencies>
       <dep package="geany-deps-gtk3" />
@@ -183,6 +187,7 @@
   <autotools id="geany-plugins-git-gtk2">
     <branch repo="github.com"
             module="geany/geany-plugins.git"
+            checkoutdir="geany-plugins-git"
             revision="master" />
     <dependencies>
       <dep package="geany-git-gtk2" />
@@ -194,6 +199,7 @@
   <autotools id="geany-plugins-git-gtk3">
     <branch repo="github.com"
             module="geany/geany-plugins.git"
+            checkoutdir="geany-plugins-git"
             revision="master" />
     <dependencies>
       <dep package="geany-git-gtk3" />
@@ -204,7 +210,8 @@
   <!-- Geany-plugins GTK 2 tarball release -->
   <autotools id="geany-plugins-release-gtk2">
     <branch repo="download.geany.org"
-            module="geany-plugins/geany-plugins-${version}.tar.bz2" 
+            module="geany-plugins/geany-plugins-${version}.tar.bz2"
+            checkoutdir="geany-plugins-release"
             version="1.31"/>
     <dependencies>
       <dep package="geany-release-gtk2" />
@@ -215,7 +222,8 @@
   <!-- Geany-plugins GTK 3 tarball release -->
   <autotools id="geany-plugins-release-gtk3">
     <branch repo="download.geany.org"
-            module="geany-plugins/geany-plugins-${version}.tar.bz2" 
+            module="geany-plugins/geany-plugins-${version}.tar.bz2"
+            checkoutdir="geany-plugins-release"
             version="1.31"/>
     <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