2011-08-16 07:49:16 +00:00
|
|
|
$OpenBSD: patch-wscript,v 1.16 2011/08/16 07:49:16 landry Exp $
|
2008-10-26 13:06:29 +00:00
|
|
|
We don't need those files installed..
|
2011-08-16 07:49:16 +00:00
|
|
|
--- wscript.orig Tue Aug 2 00:06:36 2011
|
|
|
|
+++ wscript Tue Aug 2 09:06:41 2011
|
2011-03-12 12:51:25 +00:00
|
|
|
@@ -68,7 +68,7 @@ def rc_file(self, node):
|
2009-07-24 12:04:28 +00:00
|
|
|
self.compiled_tasks.append (rctask)
|
2009-11-23 21:27:44 +00:00
|
|
|
rc_file = extension ('.rc')(rc_file)
|
2009-07-24 12:04:28 +00:00
|
|
|
Task.simple_task_type ('winrc', '${WINRC} -o${TGT} ${SRC}', color='BLUE',
|
|
|
|
- before='cc cxx', shell=False)
|
|
|
|
+ before='cc cxx')
|
2008-10-26 13:06:29 +00:00
|
|
|
|
2009-07-24 12:04:28 +00:00
|
|
|
def configure (conf):
|
|
|
|
def option_checkfatal (option, desc):
|
2011-08-16 07:49:16 +00:00
|
|
|
@@ -401,7 +401,7 @@ def build (bld):
|
2011-03-14 18:57:21 +00:00
|
|
|
'AUTHORS COPYING ChangeLog EXPAT README data/faq.html data/faq.css')
|
2009-07-24 12:04:28 +00:00
|
|
|
|
2009-03-08 20:01:18 +00:00
|
|
|
# Install default configuration
|
|
|
|
- bld.install_files ('${SYSCONFDIR}/xdg/' + APPNAME + '/', 'data/search')
|
2009-07-24 12:04:28 +00:00
|
|
|
+ bld.install_files ('${MDATADIR}/examples/' + APPNAME + '/', 'data/search')
|
2009-03-08 20:01:18 +00:00
|
|
|
|
2011-03-14 18:57:21 +00:00
|
|
|
if bld.env['INTLTOOL']:
|
|
|
|
obj = bld.new_task_gen ('intltool_po')
|