Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 511986 | Differences between
and this patch

Collapse All | Expand All

(-)a/data/wscript (-6 lines)
Lines 18-29 def build(bld): Link Here
18
		bld.install_files (bld.env.path_partslib, bld.path.ant_glob('libraries/*.oreglib'))
18
		bld.install_files (bld.env.path_partslib, bld.path.ant_glob('libraries/*.oreglib'))
19
		bld.install_files (bld.env.path_ui, bld.path.ant_glob('xml/*.ui'))
19
		bld.install_files (bld.env.path_ui, bld.path.ant_glob('xml/*.ui'))
20
20
21
		try:
22
			bld.exec_command(["update-mime-database", utils.subst_vars("${DATADIR}/mime", bld.env)])
23
			bld.exec_command(["update-desktop-database", utils.subst_vars("${DATADIR}/applications", bld.env)])
24
		except:
25
			logs.warn("Failed to execute mime or desktop database update")
26
27
	bld(
21
	bld(
28
		features  = "intltool_in",
22
		features  = "intltool_in",
29
		podir     = "../po",
23
		podir     = "../po",
(-)a/wscript (-1 lines)
Lines 142-148 def build(bld): Link Here
142
		includes = ['src/', 'src/engines/', 'src/gplot/', 'src/model/', 'src/sheet/'],
142
		includes = ['src/', 'src/engines/', 'src/gplot/', 'src/model/', 'src/sheet/'],
143
		export_includes = ['src/', 'src/engines/', 'src/gplot/', 'src/model/', 'src/sheet/'],
143
		export_includes = ['src/', 'src/engines/', 'src/gplot/', 'src/model/', 'src/sheet/'],
144
		uselib = 'M XML GOBJECT GLIB GTK3 XML GOOCANVAS GTKSOURCEVIEW3',
144
		uselib = 'M XML GOBJECT GLIB GTK3 XML GOOCANVAS GTKSOURCEVIEW3',
145
		settings_schema_files = ['data/settings/apps.oregano.gschema.xml'],
146
		install_path = "${BINDIR}"
145
		install_path = "${BINDIR}"
147
	)
146
	)
148
	for item in exe.includes:
147
	for item in exe.includes:

Return to bug 511986