aboutsummaryrefslogtreecommitdiffstats
path: root/gnumeric/gnumeric_1.3.1.oe
blob: 827ee97fc9094f64f7f42d375724113849106854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PR = "r3"
S = "${WORKDIR}/gnumeric-${PV}"
DEPENDS = "libgsf gtk+ libxml2 libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libgnomeprintui"
DESCRIPTION = "Gnumeric spreadsheet for GNOME"

inherit gnome flow-lossage

SRC_URI += 'file://workbook-control-gui-priv.h.patch;patch=1'

EXTRA_OEMAKE_prepend = ' ORBIT_IDL=`which orbit-idl-2` '

python populate_packages_prepend () {
	gnumeric_libdir = oe.data.expand('${libdir}/gnumeric/${PV}/plugins', d)

	do_split_packages(d, gnumeric_libdir, '(.*)', 'gnumeric-plugin-%s', 'Gnumeric plugin for %s', allow_dirs=True)
}