Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Wed, 21 Sep 2022 09:36:31 UTC Commit: 99d78d7707558e6c481b1f15999ee4408d792666 https://github.com/geany/geany-osx/commit/99d78d7707558e6c481b1f15999ee4408d...
Log Message: ----------- Use meson when building from git
Also fix git url
Modified Paths: -------------- geany.modules
Modified: geany.modules 8 lines changed, 3 insertions(+), 5 deletions(-) =================================================================== @@ -5,7 +5,7 @@ <repository type="tarball" name="ftp.gnome.org" href="https://ftp.gnome.org/pub/GNOME/sources/"/> <repository type="git" name="github.com" - href="git://github.com/"/> + href="https://github.com/%22/%3E <repository type="git" name="gitlab.gnome.org" href="https://gitlab.gnome.org/GNOME/"/> <repository type="tarball" name="download.gitlab.gnome.org" @@ -92,9 +92,7 @@ </metamodule>
<!-- Geany from git master --> - <autotools id="geany-git" - autogenargs="--enable-mac-integration" - supports-non-srcdir-builds="no"> + <meson id="geany-git" mesonargs="-Dmac-integration=enabled"> <branch repo="github.com" module="geany/geany.git" checkoutdir="geany-git" @@ -107,7 +105,7 @@ <dependencies> <dep package="geany-deps" /> </dependencies> - </autotools> + </meson>
<!-- Geany tarball release --> <autotools id="geany-release"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).