Skip to content

Commit

Permalink
Use meson when building from git
Browse files Browse the repository at this point in the history
Also fix git url
  • Loading branch information
techee committed Sep 21, 2022
1 parent 3bd2c19 commit 99d78d7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions geany.modules
Expand Up @@ -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/"/>
<repository type="git" name="gitlab.gnome.org"
href="https://gitlab.gnome.org/GNOME/"/>
<repository type="tarball" name="download.gitlab.gnome.org"
Expand Down Expand Up @@ -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"
Expand All @@ -107,7 +105,7 @@
<dependencies>
<dep package="geany-deps" />
</dependencies>
</autotools>
</meson>

<!-- Geany tarball release -->
<autotools id="geany-release"
Expand Down

0 comments on commit 99d78d7

Please sign in to comment.