Skip to content

Commit

Permalink
Use supports-non-srcdir-builds="no" for geany-plugins
Browse files Browse the repository at this point in the history
Without this it currently doesn't install the po files.
  • Loading branch information
techee committed Oct 23, 2019
1 parent 62e1b1d commit 3d5d768
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions geany.modules
Expand Up @@ -198,10 +198,12 @@
</autotools>

<!-- Geany-plugins GTK 3 from git master -->
<!-- TODO: remove supports-non-srcdir-builds when fixed -->
<autotools id="geany-plugins-git-gtk3">
<branch repo="github.com"
module="geany/geany-plugins.git"
checkoutdir="geany-plugins-git"
supports-non-srcdir-builds="no"
revision="master" />
<dependencies>
<dep package="geany-git-gtk3" />
Expand All @@ -222,10 +224,12 @@
</autotools>

<!-- Geany-plugins GTK 3 tarball release -->
<!-- TODO: remove supports-non-srcdir-builds when fixed -->
<autotools id="geany-plugins-release-gtk3">
<branch repo="download.geany.org"
module="geany-plugins/geany-plugins-${version}.tar.bz2"
checkoutdir="geany-plugins-${version}"
supports-non-srcdir-builds="no"
version="1.36"/>
<dependencies>
<dep package="geany-release-gtk3" />
Expand Down

0 comments on commit 3d5d768

Please sign in to comment.