summaryrefslogtreecommitdiff
path: root/packages/openmoko-projects/illume_svn.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-07-21 22:51:07 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-07-21 22:51:07 +0000
commitb6ecf118e3a541c4a6ab2abcf9b4a18d40e33469 (patch)
tree4cb95947aff7dea1d4eef51b1e7284ab20126fcd /packages/openmoko-projects/illume_svn.bb
parente2251ba07bbb9734905d539ae0e294c08a1ecbde (diff)
parent3f1855ad462f58ff1fdcbbfe52240b9375c5ab4c (diff)
merge of '3e3e5c3190f2cb2e6fbed584c5049e73df49c04e'
and 'b7c57ac566ade9b73a2dc88a9400d0667d979c84'
Diffstat (limited to 'packages/openmoko-projects/illume_svn.bb')
-rw-r--r--packages/openmoko-projects/illume_svn.bb55
1 files changed, 40 insertions, 15 deletions
diff --git a/packages/openmoko-projects/illume_svn.bb b/packages/openmoko-projects/illume_svn.bb
index f3fb611e09..b58bc2c1d6 100644
--- a/packages/openmoko-projects/illume_svn.bb
+++ b/packages/openmoko-projects/illume_svn.bb
@@ -1,25 +1,50 @@
-DESCRIPTION = "Illume - Mobile UI module for Enlightenment"
-HOMEPAGE = "http://illume.projects.openmoko.org/"
+DESCRIPTION = "Illume - A mobile UI module for the Enlightenment Window Manager"
+HOMEPAGE = "http://illume.projects.openmoko.org"
+AUTHOR = "Rasterman"
LICENSE = "MIT/BSD"
DEPENDS = "e-wm eet evas ecore edje embryo efreet edbus edje-native embryo-native"
-RRECOMMENDS = "wamerican"
PV = "0.0+svnr${SRCREV}"
-PR = "r6"
-
-SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=${PN};proto=https"
+PR = "r7"
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=${PN};proto=http"
S = "${WORKDIR}/${PN}"
inherit autotools pkgconfig
-EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \
- --x-libraries=${STAGING_LIBDIR} \
- --enable-simple-x11 \
- --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
+EXTRA_OECONF = "\
+ --x-includes=${STAGING_INCDIR}/X11 \
+ --x-libraries=${STAGING_LIBDIR} \
+ --enable-simple-x11 \
+ --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
+"
+
+RRECOMMENDS_${PN} = "\
+ wamerican \
+ ${PN}-config \
+ ${PN}-dicts-default \
+ ${PN}-keyboards-default \
+ ${PN}-keyboards-numbers \
+"
+
+PACKAGES =+ "\
+ ${PN}-config \
+ ${PN}-dicts-default \
+ ${PN}-keyboards-default \
+ ${PN}-keyboards-numbers \
+"
+PACKAGE_ARCH_${PN}-config = "all"
+PACKAGE_ARCH_${PN}-dicts-default = "all"
+PACKAGE_ARCH_${PN}-keyboards-default = "all"
+PACKAGE_ARCH_${PN}-keyboards-numbers = "all"
+
+FILES_${PN}-config = "${datadir}/enlightenment/data/config/*/* ${datadir}/illume"
+FILES_${PN}-dicts-default = "${libdir}/enlightenment/modules/illume/dicts/Default.dic"
+FILES_${PN}-keyboards-default = "${libdir}/enlightenment/modules/illume/keyboards/Default.kbd"
+FILES_${PN}-keyboards-numbers = "${libdir}/enlightenment/modules/illume/keyboards/Numbers.kbd"
-FILES_${PN} = "${libdir}/enlightenment/modules/*/*.edj \
- ${libdir}/enlightenment/modules/*/*.desktop \
- ${libdir}/enlightenment/modules/*/*/* \
- ${datadir}/enlightenment/data/config/*/* \
- ${datadir}/${PN} "
+FILES_${PN} = "\
+ ${libdir}/enlightenment/modules/*/*.edj \
+ ${libdir}/enlightenment/modules/*/*.desktop \
+ ${libdir}/enlightenment/modules/*/*/* \
+"
FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/"