[geany/geany-plugins] baa693: waf: Fix git-changebar plugin name

Colomban Wendling git-noreply at xxxxx
Tue Mar 10 22:05:09 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Wed, 18 Feb 2015 21:19:03 UTC
Commit:      baa693fe3f0b9b1e824a04409ff51f70291c16fc
             https://github.com/geany/geany-plugins/commit/baa693fe3f0b9b1e824a04409ff51f70291c16fc

Log Message:
-----------
waf: Fix git-changebar plugin name

This fixes the name of the `.so` and the installation directory for
common files with Waf.


Modified Paths:
--------------
    git-changebar/wscript_build

Modified: git-changebar/wscript_build
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -32,6 +32,7 @@ defines = ['PLUGIN="%s"' % name_lower]
 libraries = ['GTK', 'GLIB', 'LIBGIT2']
 
 build_plugin(bld, name,
+    plugin_name=name_lower,
     sources=sources,
     includes=includes,
     defines=defines,



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list