cheese r440 - in trunk: . data
- From: dgsiegel svn gnome org
- To: svn-commits-list gnome org
- Subject: cheese r440 - in trunk: . data
- Date: Sat, 26 Jan 2008 23:37:42 +0000 (GMT)
Author: dgsiegel
Date: Sat Jan 26 23:37:42 2008
New Revision: 440
URL: http://svn.gnome.org/viewvc/cheese?rev=440&view=rev
Log:
waf support for the bug report script
Modified:
trunk/ChangeLog
trunk/data/wscript_build
Modified: trunk/data/wscript_build
==============================================================================
--- trunk/data/wscript_build (original)
+++ trunk/data/wscript_build Sat Jan 26 23:37:42 2008
@@ -15,6 +15,7 @@
install_files('PACKAGE_DATADIR', '', 'cheese-ui.xml')
install_files('PACKAGE_DATADIR', '', 'cheese.glade')
+install_files('PACKAGE_DATADIR', '', 'cheese-bugreport.sh')
# process schemas.in file
obj=bld.create_obj('intltool_in')
@@ -28,7 +29,7 @@
obj = bld.create_obj('subst')
obj.source = 'cheese.desktop.in.in'
obj.target = 'cheese.desktop.in'
-obj.dict = {'VERSION': env['VERSION']}
+obj.dict = {'VERSION': env['VERSION'], 'FULL_LIBDIR': env['PACKAGE_DATADIR']}
obj.fun = misc.subst_func
obj.prio = 1 # make sure that we run before intltool_in which processes desktop.in file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]