[geany/geany-osx] aaae3b: Use the "patch" extension for patches

Jiří Techet git-noreply at xxxxx
Mon Oct 16 19:34:18 UTC 2017


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Mon, 16 Oct 2017 19:34:18 UTC
Commit:      aaae3b63934edb646e04b29b593c4992ef1fd56d
             https://github.com/geany/geany-osx/commit/aaae3b63934edb646e04b29b593c4992ef1fd56d

Log Message:
-----------
Use the "patch" extension for patches


Modified Paths:
--------------
    geany.modules
    patches/01-gtk_mac_integration_radio_fix.patch
    patches/01-vte_0.28_fix.patch
    patches/02-vte_0.28_relpath.patch
    patches/03-vte_2.91_relpath.patch

Modified: geany.modules
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -43,9 +43,9 @@
     <branch module="vte/0.28/vte-${version}.tar.xz" 
             version="0.28.2">
       <!-- Fix for draw -->
-      <patch file="https://github.com/geany/geany-osx/raw/master/patches/01-vte_0.28_fix.diff" strip="1" />
+      <patch file="https://github.com/geany/geany-osx/raw/master/patches/01-vte_0.28_fix.patch" strip="1" />
       <!-- Make paths relative to bundle (fallback to system paths if not found) -->
-      <patch file="https://github.com/geany/geany-osx/raw/master/patches/02-vte_0.28_relpath.diff" strip="1" />
+      <patch file="https://github.com/geany/geany-osx/raw/master/patches/02-vte_0.28_relpath.patch" strip="1" />
     </branch>
   </autotools>
 
@@ -55,7 +55,7 @@
     <branch module="vte/0.50/vte-${version}.tar.xz" 
             version="0.50.1">
       <!-- Make paths relative to bundle (fallback to system paths if not found) -->
-      <patch file="https://github.com/geany/geany-osx/raw/master/patches/03-vte_2.91_relpath.diff" strip="1" />
+      <patch file="https://github.com/geany/geany-osx/raw/master/patches/03-vte_2.91_relpath.patch" strip="1" />
       <!-- TODO: remove once we have a version where this is fixed -->
       <patch file="https://github.com/geany/geany-osx/raw/master/patches/0001-build-Add-strchrnul-implementation-to-fix-compilatio.patch" strip="1" />
     </branch>
@@ -89,7 +89,7 @@
     <branch module="gtk-mac-integration/2.0/gtk-mac-integration-${version}.tar.xz"
             checkoutdir="gtk-mac-integration-fixed"
             version="2.0.8">
-      <patch file="https://github.com/geany/geany-osx/raw/master/patches/01-gtk_mac_integration_radio_fix.diff" strip="1" />
+      <patch file="https://github.com/geany/geany-osx/raw/master/patches/01-gtk_mac_integration_radio_fix.patch" strip="1" />
     </branch>
   </autotools>  
   


Modified: patches/01-gtk_mac_integration_radio_fix.patch
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: patches/01-vte_0.28_fix.patch
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: patches/02-vte_0.28_relpath.patch
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: patches/03-vte_2.91_relpath.patch
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online



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