[geany/geany-osx] 806b42: Use a released version of VTE

Jiří Techet git-noreply at xxxxx
Mon Oct 14 22:47:31 UTC 2019


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Mon, 14 Oct 2019 22:47:31 UTC
Commit:      806b423a4057ec3cdc852eae9213e6d4c6a95aed
             https://github.com/geany/geany-osx/commit/806b423a4057ec3cdc852eae9213e6d4c6a95aed

Log Message:
-----------
Use a released version of VTE

We can patch it manually and this way we can use an official release.


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

Modified: geany.modules
8 lines changed, 2 insertions(+), 6 deletions(-)
===================================================================
@@ -52,16 +52,12 @@
   </autotools>
 
   <meson id="vte291" mesonargs="-Dgnutls=false -Dvapi=false -D_b_symbolic_functions=false">
-	<!-- TODO: use some official release once it contains the _b_symbolic_functions config option
     <branch module="vte/0.58/vte-${version}.tar.xz" 
             version="0.58.2">
-      -->
-    <branch repo="gitlab.gnome.org"
-		module="vte.git"
-		branch="master"
-		tag="347f7dd9b1c11244156bfb593866306c735cb06a">
       <!-- 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.patch" strip="1" />
+      <!-- allow -D_b_symbolic_functions=false - TODO: remove once upstream -->
+      <patch file="https://github.com/geany/geany-osx/raw/master/patches/04-vte_2.91_bsymbolic.patch" strip="1" />
     </branch>
     <dependencies>
       <dep package="pcre2" />



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