[geany/geany-plugins] 1730c3: Overview: Update fixes from upstream repo

Matthew Brush git-noreply at xxxxx
Sat Jun 6 00:01:32 UTC 2015


Branch:      refs/heads/master
Author:      Matthew Brush <mbrush at codebrainz.ca>
Committer:   Matthew Brush <mbrush at codebrainz.ca>
Date:        Sat, 06 Jun 2015 00:01:32 UTC
Commit:      1730c3164f757143f4245622bb61fb55b7e88f7a
             https://github.com/geany/geany-plugins/commit/1730c3164f757143f4245622bb61fb55b7e88f7a

Log Message:
-----------
Overview: Update fixes from upstream repo

* Install `prefs.ui` file when using the Waf build system

Closes #234


Modified Paths:
--------------
    overview/wscript_build

Modified: overview/wscript_build
5 lines changed, 5 insertions(+), 0 deletions(-)
===================================================================
@@ -40,3 +40,8 @@ build_plugin(bld, name,
              includes=includes,
              libraries=libraries,
              defines=defines)
+
+# install UI file
+prefix = '${G_PREFIX}/' if target_is_win32(bld) else ''
+datadir = '${GEANYPLUGINS_DATADIR}/geany-plugins/%s' % (name.lower())
+bld.install_files('%s%s' % (prefix, datadir), 'data/prefs.ui')



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