[oe-commits] org.oe.dev illume svn increase packaging granularity

mickeyl commit oe at amethyst.openembedded.net
Mon Jul 21 22:58:45 UTC 2008


illume svn increase packaging granularity

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 655fe7c10947dc60bec86f08e3f91fb7d433cdd0
ViewMTN: http://monotone.openembedded.org/revision/info/655fe7c10947dc60bec86f08e3f91fb7d433cdd0
Files:
1
packages/openmoko-projects/illume
packages/openmoko-projects/illume_svn.bb
Diffs:

#
# mt diff -r88061bae96ab13a099d1e2ec30bc62a82b27264e -r655fe7c10947dc60bec86f08e3f91fb7d433cdd0
#
#
#
# delete "packages/openmoko-projects/illume"
# 
# patch "packages/openmoko-projects/illume_svn.bb"
#  from [41cb95294e1a667cc99602223ca04eb2f2fe895a]
#    to [a832f6689fb7f2bfda076fac8149931f17a55a87]
#
============================================================
--- packages/openmoko-projects/illume_svn.bb	41cb95294e1a667cc99602223ca04eb2f2fe895a
+++ packages/openmoko-projects/illume_svn.bb	a832f6689fb7f2bfda076fac8149931f17a55a87
@@ -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"
+PR = "r7"
 
-SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=${PN};proto=https"
-
+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 \
+"
 
-FILES_${PN} = "${libdir}/enlightenment/modules/*/*.edj \
-               ${libdir}/enlightenment/modules/*/*.desktop \
-               ${libdir}/enlightenment/modules/*/*/* \
-               ${datadir}/enlightenment/data/config/*/* \
-               ${datadir}/${PN} "
+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/*/*/* \
+"
 FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/"






More information about the Openembedded-commits mailing list