summaryrefslogtreecommitdiff
path: root/dasher/dasher-gpe_0.0cvs20040828.oe
blob: 25e16fc76bab4369577ebb1e29e2163be8abec18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DEPENDS = "gtk+"

SRC_URI = "cvs://anonymous@anoncvs.gnome.org/cvs/gnome;module=dasher;date=20040828 \
	file://configure-lossage.patch;patch=1"

S = "${WORKDIR}/dasher"
FILES_${PN} += "${datadir}/dasher"

inherit autotools

do_configure_prepend() {
	rm -f m4/libtool.m4
	intltoolize --force
}

EXTRA_OECONF = "--with-gpe --without-gnome --without-speech --without-a11y"

do_install_append () {
	install -d ${D}${datadir}/pixmaps/
	mv ${D}${datadir}/icons/dasher.png ${D}${datadir}/pixmaps/
}

python populate_packages_prepend () {
	do_split_packages(d, oe.data.expand("${datadir}/dasher", d), "training_(.*).txt", "dasher-training-data-%s", "Dasher training data for %s", prepend=True)
}