diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-04-14 16:31:48 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-04-14 16:31:48 -0700 |
commit | 3189734f8d6b1287c757cb9664d7e045ab3c57d7 (patch) | |
tree | 5c3d50c45086d94994eb5c750f3c3d9ae9b5c924 /recipes/e17 | |
parent | 9396869c27c4f4cbf093c356a8df20965ee929ad (diff) | |
parent | 06b6c395daf1cc41c95f8e2f094ea3b1e97d6d7b (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | recipes/e17/e-wm_svn.bb | 3 | ||||
-rw-r--r-- | recipes/e17/elementary-sms_svn.bb | 16 |
2 files changed, 19 insertions, 0 deletions
diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb index e61bce88d3..7eba8e29ed 100644 --- a/recipes/e17/e-wm_svn.bb +++ b/recipes/e17/e-wm_svn.bb @@ -64,6 +64,7 @@ PACKAGE_ARCH_${PN}-other = "all" PACKAGE_ARCH_${PN}-input-methods = "all" PACKAGE_ARCH_${PN}-sysactions = "all" +# file://${HOME}/C/svn/ssh+svn/e/trunk/e \ SRC_URI = "\ svn://svn.enlightenment.org/svn/e/trunk;module=e;proto=http \ file://enlightenment_start.oe \ @@ -107,6 +108,7 @@ do_install_append() { FILES_${PN} = "\ ${bindir}/* \ + ${libdir}/enlightenment/utils/* \ ${libdir}/enlightenment/modules/*/*.* \ ${libdir}/enlightenment/modules/*/*/* \ ${libdir}/enlightenment/preload/e_precache.so \ @@ -116,6 +118,7 @@ FILES_${PN} = "\ ${datadir}/enlightenment/data/config/profile.cfg \ ${datadir}/enlightenment/AUTHORS \ ${datadir}/enlightenment/COPYING \ + ${datadir}/xsessions/enlightenment.desktop \ ${sysconfdir}/xdg \ " FILES_${PN}-config-default = "${datadir}/enlightenment/data/config/default" diff --git a/recipes/e17/elementary-sms_svn.bb b/recipes/e17/elementary-sms_svn.bb new file mode 100644 index 0000000000..2f0eec3a85 --- /dev/null +++ b/recipes/e17/elementary-sms_svn.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "An Elementary based SMS app" +LICENSE = "GPL" +DEPENDS = "ecore edbus elementary libefso" +SECTION = "x11" +PV = "0.0.0+svnr${SRCREV}" +PR = "r1" + +inherit e + +SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/TMP/st;module=elementary-sms;proto=http" +S = "${WORKDIR}/elementary-sms" + +FILES_${PN} += "${bindir}/*" +FILES_${PN} += "${datadir}/${PN}" +FILES_${PN} += "${datadir}/icons/*" +FILES_${PN} += "${datadir}/applications/*" |