aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-30 09:56:37 +0000
committerPhil Blundell <philb@gnu.org>2004-08-30 09:56:37 +0000
commitbf870eab24e72915a1380473b4d68fa10519a911 (patch)
tree1f475f27ed586ab2d059eeb0a24cf10a7c0799ec
parent8c85273711381aa281c013fb509cfb6c13d6cba5 (diff)
downloadopenembedded-bf870eab24e72915a1380473b4d68fa10519a911.tar.gz
improve dasher packaging
BKrev: 4132f9d5JAv3t0Cyn_xpr6VJ9xyimQ
-rw-r--r--dasher/dasher-gpe_0.0cvs20040828.oe26
1 files changed, 26 insertions, 0 deletions
diff --git a/dasher/dasher-gpe_0.0cvs20040828.oe b/dasher/dasher-gpe_0.0cvs20040828.oe
index e69de29bb2..25e16fc76b 100644
--- a/dasher/dasher-gpe_0.0cvs20040828.oe
+++ b/dasher/dasher-gpe_0.0cvs20040828.oe
@@ -0,0 +1,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)
+}
+