summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/e17')
-rw-r--r--meta-efl/recipes-efl/e17/cpu_svn.bb5
-rw-r--r--meta-efl/recipes-efl/e17/diskio_svn.bb9
-rw-r--r--meta-efl/recipes-efl/e17/e-module.inc18
-rw-r--r--meta-efl/recipes-efl/e17/e-tasks/depends.eina.patch12
-rw-r--r--meta-efl/recipes-efl/e17/e-tasks/genlist_item_insert_before.api.patch14
-rw-r--r--meta-efl/recipes-efl/e17/e-tasks_svn.bb32
-rw-r--r--meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb28
-rw-r--r--meta-efl/recipes-efl/e17/e-wm/applications.menu105
-rw-r--r--meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe9
-rw-r--r--meta-efl/recipes-efl/e17/e-wm/illume-disable-screensaver.patch13
-rw-r--r--meta-efl/recipes-efl/e17/e-wm/illume-flaunch-fix.patch15
-rw-r--r--meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch63
-rw-r--r--meta-efl/recipes-efl/e17/e-wm_svn.bb224
-rw-r--r--meta-efl/recipes-efl/e17/edje-viewer_svn.bb14
-rw-r--r--meta-efl/recipes-efl/e17/efm-nav_svn.bb14
-rw-r--r--meta-efl/recipes-efl/e17/efm-path_svn.bb15
-rw-r--r--meta-efl/recipes-efl/e17/efm-pathbar_svn.bb15
-rw-r--r--meta-efl/recipes-efl/e17/elementary-alarm_svn.bb18
-rw-r--r--meta-efl/recipes-efl/e17/elfe_svn.bb7
-rw-r--r--meta-efl/recipes-efl/e17/elmdentica_svn.bb22
-rw-r--r--meta-efl/recipes-efl/e17/emprint_svn.bb11
-rw-r--r--meta-efl/recipes-efl/e17/enjoy_svn.bb40
-rw-r--r--meta-efl/recipes-efl/e17/eve/0001-eve-remove-unconditional-ewk_view_context_menu_forwa.patch34
-rw-r--r--meta-efl/recipes-efl/e17/eve/eve-theme-for-smaller-screens.patch102
-rw-r--r--meta-efl/recipes-efl/e17/eve_svn.bb21
-rw-r--r--meta-efl/recipes-efl/e17/exalt-client_svn.bb23
-rw-r--r--meta-efl/recipes-efl/e17/exalt_svn.bb33
-rw-r--r--meta-efl/recipes-efl/e17/expedite_svn.bb30
-rw-r--r--meta-efl/recipes-efl/e17/exquisite-theme-illume.bb34
-rw-r--r--meta-efl/recipes-efl/e17/exquisite/exquisite-init40
-rw-r--r--meta-efl/recipes-efl/e17/exquisite/splashfuncs29
-rw-r--r--meta-efl/recipes-efl/e17/exquisite_svn.bb41
-rw-r--r--meta-efl/recipes-efl/e17/flame_svn.bb13
-rw-r--r--meta-efl/recipes-efl/e17/forecasts_svn.bb9
-rw-r--r--meta-efl/recipes-efl/e17/illume-keyboards-shr/0001-Makefile-update-KEYBOARDS_DIR-for-new-illume2.patch23
-rw-r--r--meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb97
-rw-r--r--meta-efl/recipes-efl/e17/news_svn.bb13
-rw-r--r--meta-efl/recipes-efl/e17/notification_svn.bb13
-rw-r--r--meta-efl/recipes-efl/e17/places_svn.bb13
-rw-r--r--meta-efl/recipes-efl/e17/rage_svn.bb12
-rw-r--r--meta-efl/recipes-efl/e17/rain_svn.bb13
-rw-r--r--meta-efl/recipes-efl/e17/screenshot_svn.bb14
-rw-r--r--meta-efl/recipes-efl/e17/uptime_svn.bb9
-rw-r--r--meta-efl/recipes-efl/e17/waker/0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch54
-rw-r--r--meta-efl/recipes-efl/e17/waker_svn.bb18
45 files changed, 1391 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/cpu_svn.bb b/meta-efl/recipes-efl/e17/cpu_svn.bb
new file mode 100644
index 0000000000..ccc6e7ea19
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/cpu_svn.bb
@@ -0,0 +1,5 @@
1LICENSE = "MIT"
2PV = "0.0.1+svnr${SRCREV}"
3PR = "${INC_PR}.0"
4
5require e-module.inc
diff --git a/meta-efl/recipes-efl/e17/diskio_svn.bb b/meta-efl/recipes-efl/e17/diskio_svn.bb
new file mode 100644
index 0000000000..f748a29e5f
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/diskio_svn.bb
@@ -0,0 +1,9 @@
1LICENSE = "MIT"
2PV = "0.0.1+svnr${SRCPV}"
3PR = "${INC_PR}.0"
4
5require e-module.inc
6
7
8
9
diff --git a/meta-efl/recipes-efl/e17/e-module.inc b/meta-efl/recipes-efl/e17/e-module.inc
new file mode 100644
index 0000000000..3834a2e967
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-module.inc
@@ -0,0 +1,18 @@
1DESCRIPTION = "E17 ${PN} module"
2SECTION = "x11/multimedia"
3DEPENDS = "e-wm"
4
5SRCREV = "${EFL_SRCREV}"
6INC_PR = "r5"
7
8SRCNAME = "E-MODULES-EXTRA/${PN}"
9
10inherit e
11SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
12S = "${WORKDIR}/${SRCNAME}"
13
14EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
15
16FILES_${PN} += "${libdir}/enlightenment/modules/${PN}"
17FILES_${PN}-dbg += "${libdir}/enlightenment/modules/${PN}/*/.debug"
18
diff --git a/meta-efl/recipes-efl/e17/e-tasks/depends.eina.patch b/meta-efl/recipes-efl/e17/e-tasks/depends.eina.patch
new file mode 100644
index 0000000000..6e1981edb8
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-tasks/depends.eina.patch
@@ -0,0 +1,12 @@
1diff -uNr trunk.orig//configure.ac trunk/configure.ac
2--- trunk.orig//configure.ac 2009-12-18 12:59:52.000000000 +0100
3+++ trunk/configure.ac 2010-08-22 23:22:52.000000000 +0200
4@@ -15,7 +15,7 @@
5
6 AM_PROG_LIBTOOL
7
8-PKG_CHECK_MODULES(TASKS, [elementary eina-0 dbus-1 sqlite3])
9+PKG_CHECK_MODULES(TASKS, [elementary eina dbus-1 sqlite3])
10
11 AC_OUTPUT([
12 Makefile
diff --git a/meta-efl/recipes-efl/e17/e-tasks/genlist_item_insert_before.api.patch b/meta-efl/recipes-efl/e17/e-tasks/genlist_item_insert_before.api.patch
new file mode 100644
index 0000000000..72ccc19e95
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-tasks/genlist_item_insert_before.api.patch
@@ -0,0 +1,14 @@
1adapt to elementary genlist_item_insert_before API change from r55869
2
3diff -uNr trunk2/src/gui.c trunk/src/gui.c
4--- trunk2/src/gui.c 2010-02-01 07:56:03.000000000 +0100
5+++ trunk/src/gui.c 2011-01-30 00:36:15.000000000 +0100
6@@ -1067,7 +1067,7 @@
7 if(strcmp(sel_category, " All Tasks ")==0) strcpy(Task[i].cat, "Personal");
8 else strcpy(Task[i].cat, sel_category);
9 if(item) {
10- task_list[i] = elm_genlist_item_insert_after(list, &itc1, &Task[i], item, ELM_GENLIST_ITEM_NONE,
11+ task_list[i] = elm_genlist_item_insert_after(list, &itc1, &Task[i], NULL, item, ELM_GENLIST_ITEM_NONE,
12 NULL, NULL);
13 }
14 //cater for no items in list
diff --git a/meta-efl/recipes-efl/e17/e-tasks_svn.bb b/meta-efl/recipes-efl/e17/e-tasks_svn.bb
new file mode 100644
index 0000000000..eff0275126
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-tasks_svn.bb
@@ -0,0 +1,32 @@
1DESCRIPTION = "e-tasks is a todo program for Openmoko phones"
2HOMEPAGE = "http://code.google.com/p/e-tasks/"
3AUTHOR = "cchandel"
4LICENSE = "GPLv2"
5SECTION = "e/apps"
6DEPENDS = "elementary eina edbus sqlite3"
7
8inherit autotools
9
10SRCREV = "25"
11PV = "0.0.1+svnr${SRCPV}"
12PR = "r9"
13
14SRC_URI = "svn://e-tasks.googlecode.com/svn;module=trunk;proto=http \
15 file://genlist_item_insert_before.api.patch \
16 file://depends.eina.patch"
17S = "${WORKDIR}/trunk"
18
19do_install_append() {
20 install -d "${D}/${datadir}/pixmaps"
21 install -m 0644 "${S}/resources/e-tasks.png" "${D}/${datadir}/pixmaps"
22 install -d "${D}/${datadir}/applications"
23 install -m 0644 "${S}/resources/e-tasks.desktop" "${D}/${datadir}/applications"
24 install -d "${D}/${datadir}/e-tasks"
25 for ico in "${S}/resources/"*.png; do
26 if [ "$(basename $ico)" != "e-tasks.png" ]; then
27 install -m 0644 $ico "${D}/${datadir}/e-tasks"
28 fi
29 done
30}
31
32FILES_${PN} += "/usr/share/e-tasks/* /usr/share/applications/* /usr/share/pixmaps/*"
diff --git a/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb b/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb
new file mode 100644
index 0000000000..60df58248d
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb
@@ -0,0 +1,28 @@
1DESCRIPTION = "efenniht illume theme - Efenniht was devised to be clean and neutral. Its name (which means equinox) comes from the chromatic duality that was decided at the very beginning, with a dark theme (black and orange) and a bright one (white and blue) to be developed so that more people feel comfortable using it. Efenniht uses few animations, discrete contrasts between shades of gray and fine lines (colored) that outline the selected elements."
2SECTION = "e/utils"
3HOMEPAGE = "http://trac.enlightenment.org/e/wiki/Themes#Efenniht"
4DEPENDS = "edje-native"
5RDEPENDS_${PN} = "e-wm"
6RSUGGESTS_${PN} = "elementary-theme-efenniht"
7PACKAGE_ARCH = "all"
8LICENSE = "MIT/BSD"
9
10SRCREV = "${EFL_SRCREV_1.0.0}"
11PV = "0.0+svnr${SRCPV}"
12
13inherit e-base
14
15SRCNAME = "efenniht"
16SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http"
17S = "${WORKDIR}/${SRCNAME}"
18
19do_compile() {
20 ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/images ${S}/efenniht.edc -o ${S}/efenniht.edj
21}
22
23do_install() {
24 install -d ${D}${datadir}/enlightenment/data/themes/
25 install -m 0644 ${S}/efenniht.edj ${D}${datadir}/enlightenment/data/themes/
26}
27
28FILES_${PN} = "${datadir}/enlightenment/data/themes/"
diff --git a/meta-efl/recipes-efl/e17/e-wm/applications.menu b/meta-efl/recipes-efl/e17/e-wm/applications.menu
new file mode 100644
index 0000000000..77c6f0429c
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-wm/applications.menu
@@ -0,0 +1,105 @@
1<?xml version="1.0"?>
2<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" "http://standards.freedesktop.org/menu-spec/menu-1.0.dtd">
3<Menu>
4 <Name>Applications</Name>
5 <!-- <Directory>Applications.directory</Directory> -->
6
7 <!-- Read standard .directory and .desktop file locations -->
8 <DefaultAppDirs>/usr/share/applications</DefaultAppDirs>
9 <DefaultDirectoryDirs/>
10
11 <Menu>
12 <Name>Office</Name>
13 <Directory>Office.directory</Directory>
14 <Include>
15 <And>
16 <Category>Office</Category>
17 </And>
18 </Include>
19 </Menu>
20
21 <Menu>
22 <Name>Multimedia</Name>
23 <Directory>Multimedia.directory</Directory>
24 <Include>
25 <And>
26 <Category>AudioVideo</Category>
27 </And>
28 </Include>
29 </Menu>
30
31 <Menu>
32 <Name>Graphics</Name>
33 <Directory>Graphics.directory</Directory>
34 <Include>
35 <And>
36 <Category>Graphics</Category>
37 </And>
38 </Include>
39 </Menu>
40
41 <Menu>
42 <Name>Games</Name>
43 <Directory>Games.directory</Directory>
44 <Include>
45 <And>
46 <Or>
47 <Category>Game</Category>
48 <Category>Games</Category>
49 </Or>
50 </And>
51 </Include>
52 </Menu>
53
54 <Menu>
55 <Name>Internet</Name>
56 <Directory>Internet.directory</Directory>
57 <Include>
58 <And>
59 <Or>
60 <Category>Internet</Category>
61 <Category>Network</Category>
62 </Or>
63 </And>
64 </Include>
65 </Menu>
66
67 <Menu>
68 <Name>Settings</Name>
69 <Directory>Settings.directory</Directory>
70 <Include>
71 <And>
72 <Or>
73 <Category>SystemSettings</Category>
74 <Category>Settings</Category>
75 </Or>
76 <Not>
77 <Category>System</Category>
78 </Not>
79 </And>
80 </Include>
81 </Menu>
82
83 <Menu>
84 <Name>Accessories</Name>
85 <Directory>Accessories.directory</Directory>
86 <Include>
87 <And>
88 <Or>
89 <Category>Applications</Category>
90 <Category>Utility</Category>
91 </Or>
92 <Not>
93 <Category>System</Category>
94 <Category>Office</Category>
95 <Category>Internet</Category>
96 <Category>AudioVideo</Category>
97 <Category>Graphics</Category>
98 <Category>Games</Category>
99 </Not>
100 </And>
101 </Include>
102 </Menu>
103
104</Menu>
105
diff --git a/meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe b/meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe
new file mode 100644
index 0000000000..e5a65025cb
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe
@@ -0,0 +1,9 @@
1#!/bin/sh
2
3E_PROFILE=""
4if [ -r /etc/enlightenment/default_profile ]; then
5 . /etc/enlightenment/default_profile
6fi
7
8renice -10 -p $$
9exec enlightenment_start $E_PROFILE
diff --git a/meta-efl/recipes-efl/e17/e-wm/illume-disable-screensaver.patch b/meta-efl/recipes-efl/e17/e-wm/illume-disable-screensaver.patch
new file mode 100644
index 0000000000..984895cf59
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-wm/illume-disable-screensaver.patch
@@ -0,0 +1,13 @@
1Index: e/config/illume/e.src
2===================================================================
3--- e.orig/config/illume/e.src 2009-01-30 23:34:37.000000000 +0100
4+++ e/config/illume/e.src 2009-01-30 23:34:54.000000000 +0100
5@@ -665,7 +665,7 @@
6 value "display_res_height" int: 1;
7 value "display_res_hz" int: 0;
8 value "display_res_rotation" int: 0;
9- value "screensaver_enable" int: 1;
10+ value "screensaver_enable" int: 0;
11 value "screensaver_timeout" int: 30;
12 value "screensaver_interval" int: 5;
13 value "screensaver_blanking" int: 2;
diff --git a/meta-efl/recipes-efl/e17/e-wm/illume-flaunch-fix.patch b/meta-efl/recipes-efl/e17/e-wm/illume-flaunch-fix.patch
new file mode 100644
index 0000000000..5aab3b5dc0
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-wm/illume-flaunch-fix.patch
@@ -0,0 +1,15 @@
1--- e/src/modules/illume/e_flaunch.c 2010-02-09 22:33:25.000000000 +0100
2+++ e/src/modules/illume/e_flaunch.c 2010-02-09 22:33:25.000000000 +0100
3@@ -97,10 +97,10 @@
4 int num = 0, max, count;
5
6 // FIXME: 3 should become config here
7- max = 10;
8+ max = 3;
9 // for now just look for any apps in "category" 'Bar' and add the first 3
10 // FIXME: category should be configurable...
11- bar_desktops = efreet_util_desktop_category_list("System");
12+ bar_desktops = efreet_util_desktop_category_list("Bar");
13 if (bar_desktops)
14 {
15 Efreet_Desktop *desktop;
diff --git a/meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch b/meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch
new file mode 100644
index 0000000000..d124325b3b
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch
@@ -0,0 +1,63 @@
1Index: e/src/modules/wizard/Makefile.am
2===================================================================
3--- e/src/modules/wizard/Makefile.am (revision 43860)
4+++ e/src/modules/wizard/Makefile.am (working copy)
5@@ -6,7 +6,7 @@
6 files_DATA = \
7 e-module-$(MODULE).edj module.desktop
8
9-EXTRA_DIST = $(files_DATA) page_040.c page_050.c page_060.c
10+EXTRA_DIST = $(files_DATA) page_030.c page_040.c page_050.c page_060.c page_070.c page_080.c
11
12 # the module .so file
13 INCLUDES = -I. \
14@@ -21,9 +21,6 @@
15 page_000.la \
16 page_010.la \
17 page_020.la \
18- page_030.la \
19- page_070.la \
20- page_080.la \
21 page_200.la
22
23 ### disabled because profile selector really does the job. code here just for
24@@ -60,10 +57,10 @@
25 page_020_la_DEPENDENCIES = $(top_builddir)/config.h
26
27 #Choose Menus
28-page_030_la_SOURCES = page_030.c
29-page_030_la_LIBADD = @e_libs@ @dlopen_libs@
30-page_030_la_LDFLAGS = -module -avoid-version
31-page_030_la_DEPENDENCIES = $(top_builddir)/config.h
32+#page_030_la_SOURCES = page_030.c
33+#page_030_la_LIBADD = @e_libs@ @dlopen_libs@
34+#page_030_la_LDFLAGS = -module -avoid-version
35+#page_030_la_DEPENDENCIES = $(top_builddir)/config.h
36
37 #page_040_la_SOURCES = page_040.c
38 #page_040_la_LIBADD = @e_libs@ @dlopen_libs@
39@@ -81,16 +78,16 @@
40 #page_060_la_DEPENDENCIES = $(top_builddir)/config.h
41
42 #Choose appliactions
43-page_070_la_SOURCES = page_070.c
44-page_070_la_LIBADD = @e_libs@ @dlopen_libs@
45-page_070_la_LDFLAGS = -module -avoid-version
46-page_070_la_DEPENDENCIES = $(top_builddir)/config.h
47+#page_070_la_SOURCES = page_070.c
48+#page_070_la_LIBADD = @e_libs@ @dlopen_libs@
49+#page_070_la_LDFLAGS = -module -avoid-version
50+#page_070_la_DEPENDENCIES = $(top_builddir)/config.h
51
52 #Choose quick launch
53-page_080_la_SOURCES = page_080.c
54-page_080_la_LIBADD = @e_libs@ @dlopen_libs@
55-page_080_la_LDFLAGS = -module -avoid-version
56-page_080_la_DEPENDENCIES = $(top_builddir)/config.h
57+#page_080_la_SOURCES = page_080.c
58+#page_080_la_LIBADD = @e_libs@ @dlopen_libs@
59+#page_080_la_LDFLAGS = -module -avoid-version
60+#page_080_la_DEPENDENCIES = $(top_builddir)/config.h
61
62 page_200_la_SOURCES = page_200.c
63 page_200_la_LIBADD = @e_libs@ @dlopen_libs@
diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb
new file mode 100644
index 0000000000..b7ce1b14f6
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb
@@ -0,0 +1,224 @@
1DESCRIPTION = "The Enlightenment Window Manager Version 17"
2DEPENDS = "eet evas ecore edje efreet edbus eeze"
3LICENSE = "MIT BSD"
4SRCNAME = "e"
5PV = "0.16.999.060+svnr${SRCPV}"
6PR = "r19"
7SRCREV = "${EFL_SRCREV}"
8
9inherit e update-alternatives
10S = "${WORKDIR}/${SRCNAME}"
11
12SRC_URI = "\
13 ${E_SVN}/trunk;module=${SRCNAME};proto=http \
14 file://enlightenment_start.oe \
15 file://applications.menu \
16"
17
18SRC_URI_append_shr = " \
19 file://illume-disable-screensaver.patch \
20 file://wizard-module-skipping.patch \
21 file://illume-flaunch-fix.patch \
22"
23
24EXTRA_OECONF = "\
25 --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
26 --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
27 --x-includes=${STAGING_INCDIR}/X11 \
28 --x-libraries=${STAGING_LIBDIR} \
29 --enable-simple-x11 \
30"
31
32do_configure_prepend() {
33 autopoint
34}
35
36do_install_append() {
37 # customising - should rather make this simple upstream
38 install -m 755 ${WORKDIR}/enlightenment_start.oe ${D}/${bindir}
39
40 install -d ${D}/${datadir}/applications/
41 install -m 644 ${S}/src/modules/fileman/module.desktop ${D}/${datadir}/applications/efm.desktop
42 sed "s#Type=Link#Type=Application#g" -i ${D}/${datadir}/applications/efm.desktop
43 echo "Exec=enlightenment_remote -efm-open-dir" >> ${D}/${datadir}/applications/efm.desktop
44 echo "Terminal=false" >> ${D}/${datadir}/applications/efm.desktop
45 echo "Categories=Application;" >> ${D}/${datadir}/applications/efm.desktop
46 echo "StartupNotify=true" >> ${D}/${datadir}/applications/efm.desktop
47 install -d ${D}/${datadir}/icons/
48 install -m 644 ${S}/data/themes/images/icon_icon_theme.png ${D}/${datadir}/icons/e-module-fileman.png
49
50 install -d ${D}/${sysconfdir}/xdg/menus
51 install -m 644 ${WORKDIR}/applications.menu ${D}/${sysconfdir}/xdg/menus/
52 for I in `find ${D}/${libdir}/enlightenment -name "*.a" -print`; do rm -f $I; done
53 for I in `find ${D}/${libdir}/enlightenment -name "*.la" -print`; do rm -f $I; done
54}
55
56RDEPENDS_${PN} += "\
57 shared-mime-info \
58 mime-support \
59 edje-utils \
60 ${PN}-utils \
61"
62
63# Uclibc build don't have 'glibc-utils'
64RDEPENDS_${PN}_append_libc-glibc = " glibc-utils "
65
66# The systray module used to be external, but is part of e-wm now
67RREPLACES_${PN} = "systray"
68
69PACKAGES =+ "\
70 ${PN}-config-default \
71 ${PN}-config-illume \
72 ${PN}-config-illume2 \
73 ${PN}-config-minimalist \
74 ${PN}-config-netbook \
75 ${PN}-config-scaleable \
76 ${PN}-config-standard \
77 ${PN}-theme-default \
78 ${PN}-theme-illume \
79 ${PN}-background-dark-gradient \
80 ${PN}-background-light-gradient \
81 ${PN}-images \
82 ${PN}-icons \
83 ${PN}-other \
84 ${PN}-input-methods \
85 ${PN}-sysactions \
86 ${PN}-utils \
87 ${PN}-menu \
88 efm-desktop-icon \
89 illume-keyboard-default-alpha \
90 illume-keyboard-default-numeric \
91 illume-keyboard-default-terminal \
92"
93
94ESYSACTIONS ?= "${PN}-sysactions"
95
96RRECOMMENDS_${PN} = "\
97 ${PN}-config-default \
98 ${PN}-images \
99 ${PN}-icons \
100 ${PN}-other \
101 ${PN}-input-methods \
102 ${ESYSACTIONS} \
103"
104
105PACKAGE_ARCH_${PN}-config-default = "all"
106PACKAGE_ARCH_${PN}-config-illume = "all"
107PACKAGE_ARCH_${PN}-config-illume2 = "all"
108PACKAGE_ARCH_${PN}-config-minimalist = "all"
109PACKAGE_ARCH_${PN}-config-netbook = "all"
110PACKAGE_ARCH_${PN}-config-scaleable = "all"
111PACKAGE_ARCH_${PN}-config-standard = "all"
112PACKAGE_ARCH_${PN}-theme-default = "all"
113PACKAGE_ARCH_${PN}-theme-illume = "all"
114PACKAGE_ARCH_${PN}-background-dark-gradient = "all"
115PACKAGE_ARCH_${PN}-background-light-gradient = "all"
116PACKAGE_ARCH_${PN}-images = "all"
117PACKAGE_ARCH_${PN}-icons = "all"
118PACKAGE_ARCH_${PN}-other = "all"
119PACKAGE_ARCH_${PN}-input-methods = "all"
120PACKAGE_ARCH_${PN}-sysactions = "all"
121PACKAGE_ARCH_${PN}-menu = "all"
122PACKAGE_ARCH_efm-desktop-icon = "all"
123PACKAGE_ARCH_illume-keyboard-default-alpha = "all"
124PACKAGE_ARCH_illume-keyboard-default-numeric = "all"
125PACKAGE_ARCH_illume-keyboard-default-terminal = "all"
126
127FILES_${PN} = "\
128 ${bindir}/* \
129 ${libdir}/enlightenment/utils/* \
130 ${libdir}/enlightenment/modules/*/*.* \
131 ${libdir}/enlightenment/modules/*/*/* \
132 ${libdir}/enlightenment/*plugins/*/*/* \
133 ${libdir}/enlightenment/preload/e_precache.so \
134 ${datadir}/enlightenment/data/icons \
135 ${datadir}/enlightenment/data/input_methods \
136 ${datadir}/enlightenment/data/config/profile.cfg \
137 ${datadir}/enlightenment/AUTHORS \
138 ${datadir}/enlightenment/COPYING \
139 ${datadir}/xsessions/enlightenment.desktop \
140 ${sysconfdir}/xdg \
141"
142
143FILES_${PN}-config-default = "${datadir}/enlightenment/data/config/default"
144FILES_${PN}-config-illume = "${datadir}/enlightenment/data/config/illume"
145FILES_${PN}-config-illume2 = "${datadir}/enlightenment/data/config/illume-home"
146FILES_${PN}-config-minimalist = "${datadir}/enlightenment/data/config/minimalist"
147FILES_${PN}-config-netbook = "${datadir}/enlightenment/data/config/netbook"
148FILES_${PN}-config-scaleable = "${datadir}/enlightenment/data/config/scaleable"
149FILES_${PN}-config-standard = "${datadir}/enlightenment/data/config/standard"
150FILES_${PN}-theme-default = "${datadir}/enlightenment/data/themes/default.edj"
151FILES_${PN}-theme-illume = "${datadir}/enlightenment/data/themes/illume.edj"
152FILES_${PN}-theme-default = "${datadir}/enlightenment/data/themes/default.edj"
153FILES_${PN}-background-dark-gradient = "${datadir}/enlightenment/data/backgrounds/Dark_Gradient.edj"
154FILES_${PN}-background-light-gradient = "${datadir}/enlightenment/data/backgrounds/Light_Gradient.edj"
155FILES_${PN}-images = "${datadir}/enlightenment/data/images"
156FILES_${PN}-icons = "${datadir}/enlightenment/data/icons"
157FILES_${PN}-other = "${datadir}/enlightenment/data/other"
158FILES_${PN}-input-methods = "${datadir}/enlightenment/data/input_methods"
159FILES_${PN}-sysactions = "${sysconfdir}/enlightenment/sysactions.conf"
160FILES_${PN}-utils = "${libdir}/enlightenment/utils/*"
161FILES_${PN}-menu = "${sysconfdir}/xdg/menus/applications.menu"
162
163FILES_efm-desktop-icon = "\
164 ${datadir}/applications/efm.desktop \
165 ${datadir}/icons/e-module-fileman.png \
166"
167
168KEYBOARDS_DIR="${libdir}/enlightenment/modules/illume-keyboard/keyboards"
169FILES_illume-keyboard-default-alpha = "\
170 ${KEYBOARDS_DIR}/Default.kbd \
171 ${KEYBOARDS_DIR}/alpha.png \
172"
173FILES_illume-keyboard-default-numeric = "\
174 ${KEYBOARDS_DIR}/Numbers.kbd \
175 ${KEYBOARDS_DIR}/numeric.png \
176"
177FILES_illume-keyboard-default-terminal = "\
178 ${KEYBOARDS_DIR}/Terminal.kbd \
179 ${KEYBOARDS_DIR}/qwerty.png \
180"
181
182RRECOMMENDS_${PN}-config-default = "${PN}-theme-default"
183RRECOMMENDS_${PN}-config-illume = "\
184 ${PN}-theme-illume \
185 illume-keyboard-default-alpha \
186 illume-keyboard-default-numeric \
187 illume-keyboard-default-terminal \
188"
189RRECOMMENDS_${PN}-config-illume2 = "\
190 ${PN}-theme-illume \
191 illume-keyboard-default-alpha \
192 illume-keyboard-default-numeric \
193 illume-keyboard-default-terminal \
194"
195
196RRECOMMENDS_${PN}-config-minimalist = "\
197 ${PN}-background-light-gradient \
198 ${PN}-theme-default \
199"
200RRECOMMENDS_${PN}-config-netbook = "\
201 ${PN}-background-dark-gradient \
202 ${PN}-theme-default \
203"
204RRECOMMENDS_${PN}-config-scaleable = "${PN}-theme-default"
205RRECOMMENDS_${PN}-config-standard = "${PN}-theme-default"
206
207FILES_${PN}-dbg += "\
208 ${libdir}/enlightenment/modules/*/*/.debug/ \
209 ${libdir}/enlightenment/preload/.debug/ \
210 ${libdir}/enlightenment/utils/.debug/ \
211 ${libdir}/enlightenment/*plugins/*/*/.debug \
212"
213
214FILES_${PN}-doc += "\
215 ${datadir}/enlightenment/doc \
216"
217
218CONFFILES_${PN}-menu = "${sysconfdir}/xdg/menus/applications.menu"
219CONFFILES_${PN}-sysactions = "/etc/enlightenment/sysactions.conf"
220
221ALTERNATIVE_PATH = "${bindir}/enlightenment_start.oe"
222ALTERNATIVE_NAME = "x-window-manager"
223ALTERNATIVE_LINK = "${bindir}/x-window-manager"
224ALTERNATIVE_PRIORITY = "16"
diff --git a/meta-efl/recipes-efl/e17/edje-viewer_svn.bb b/meta-efl/recipes-efl/e17/edje-viewer_svn.bb
new file mode 100644
index 0000000000..30565407d0
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/edje-viewer_svn.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "Edje_Viewer is just that."
2LICENSE = "MIT BSD"
3DEPENDS = "elementary"
4PV = "0.0.0+svnr${SRCPV}"
5PR = "r3"
6SRCREV = "${EFL_SRCREV}"
7
8inherit e
9
10SRCNAME = "edje_viewer"
11SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
12S = "${WORKDIR}/${SRCNAME}"
13
14FILES_${PN} += "${datadir}"
diff --git a/meta-efl/recipes-efl/e17/efm-nav_svn.bb b/meta-efl/recipes-efl/e17/efm-nav_svn.bb
new file mode 100644
index 0000000000..e6a8e6f829
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/efm-nav_svn.bb
@@ -0,0 +1,14 @@
1LICENSE = "MIT"
2PV = "0.0.1+svnr${SRCPV}"
3
4require e-module.inc
5
6SRCNAME = "E-MODULES-EXTRA/efm_nav"
7
8do_configure_prepend() {
9 sed -i -e /po/d configure.ac
10 sed -i -e s:\ po::g Makefile.am
11}
12
13FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/"
14FILES_${PN} += "${libdir}/enlightenment/modules/"
diff --git a/meta-efl/recipes-efl/e17/efm-path_svn.bb b/meta-efl/recipes-efl/e17/efm-path_svn.bb
new file mode 100644
index 0000000000..685513f7f7
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/efm-path_svn.bb
@@ -0,0 +1,15 @@
1LICENSE = "MIT"
2PV = "0.0.1+svnr${SRCPV}"
3PR = "${INC_PR}.0"
4
5require e-module.inc
6
7SRCNAME = "E-MODULES-EXTRA/efm_path"
8
9do_configure_prepend() {
10 sed -i -e /po/d configure.ac
11 sed -i -e s:\ po::g Makefile.am
12}
13
14FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/"
15FILES_${PN} += "${libdir}/enlightenment/modules/"
diff --git a/meta-efl/recipes-efl/e17/efm-pathbar_svn.bb b/meta-efl/recipes-efl/e17/efm-pathbar_svn.bb
new file mode 100644
index 0000000000..54c5a0b474
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/efm-pathbar_svn.bb
@@ -0,0 +1,15 @@
1LICENSE = "MIT"
2PV = "0.0.1+svnr${SRCPV}"
3PR = "${INC_PR}.0"
4
5require e-module.inc
6
7SRCNAME = "E-MODULES-EXTRA/efm_pathbar"
8
9do_configure_prepend() {
10 sed -i -e /po/d configure.ac
11 sed -i -e s:\ po::g Makefile.am
12}
13
14FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/"
15FILES_${PN} += "${libdir}/enlightenment/modules/"
diff --git a/meta-efl/recipes-efl/e17/elementary-alarm_svn.bb b/meta-efl/recipes-efl/e17/elementary-alarm_svn.bb
new file mode 100644
index 0000000000..c930a0c145
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/elementary-alarm_svn.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "An Elementary based Alarm app"
2LICENSE = "GPL"
3DEPENDS = "elementary"
4SECTION = "x11"
5PV = "0.0.0+svnr${SRCPV}"
6PR = "r2"
7SRCREV = "${EFL_SRCREV}"
8
9inherit e
10SRC_URI = "${E_SVN}/trunk/TMP/st;module=${SRCNAME};proto=http;scmdata=keep"
11S = "${WORKDIR}/${SRCNAME}"
12
13RDEPENDS_${PN} = "waker"
14FILES_${PN} += "${bindir}/*"
15FILES_${PN} += "${datadir}/${PN}"
16FILES_${PN} += "${datadir}/icons/*"
17FILES_${PN} += "${datadir}/applications/*"
18FILES_${PN} += "${datadir}/${PN}/sounds/*"
diff --git a/meta-efl/recipes-efl/e17/elfe_svn.bb b/meta-efl/recipes-efl/e17/elfe_svn.bb
new file mode 100644
index 0000000000..8b8f09d974
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/elfe_svn.bb
@@ -0,0 +1,7 @@
1LICENSE = "MIT"
2PV = "0.0.1+svnr${SRCPV}"
3PR = "${INC_PR}.0"
4
5require e-module.inc
6
7DEPENDS += "elementary"
diff --git a/meta-efl/recipes-efl/e17/elmdentica_svn.bb b/meta-efl/recipes-efl/e17/elmdentica_svn.bb
new file mode 100644
index 0000000000..013a7ded01
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/elmdentica_svn.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "A indenti.ca client for E"
2DEPENDS = "glib-2.0 gconf curl elementary sqlite3-native azy"
3LICENSE = "GPLv3+"
4SECTION = "e/apps"
5HOMEPAGE = "http://elmdentica.googlecode.com"
6AUTHOR = "seabra"
7
8inherit e gettext
9SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
10S = "${WORKDIR}/${SRCNAME}"
11
12EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
13
14PV = "0.9.9+svnr${SRCPV}"
15PR = "r3"
16SRCREV = "${EFL_SRCREV}"
17
18RDEPENDS_${PN} = "${PN}-themes"
19
20do_configure_prepend() {
21 autopoint --force
22}
diff --git a/meta-efl/recipes-efl/e17/emprint_svn.bb b/meta-efl/recipes-efl/e17/emprint_svn.bb
new file mode 100644
index 0000000000..31c744da2a
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/emprint_svn.bb
@@ -0,0 +1,11 @@
1DESCRIPTION = "Emprint is a utility for taking screenshots of the entire screen, a specific window, or a specific region."
2LICENSE = "MIT BSD"
3DEPENDS = "imlib2 virtual/libx11 ecore evas edje eina"
4PV = "0.0.1+svnr${SRCPV}"
5SRCREV = "${EFL_SRCREV}"
6
7inherit e
8SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
9S = "${WORKDIR}/${SRCNAME}"
10
11FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug"
diff --git a/meta-efl/recipes-efl/e17/enjoy_svn.bb b/meta-efl/recipes-efl/e17/enjoy_svn.bb
new file mode 100644
index 0000000000..eab81b4c5a
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/enjoy_svn.bb
@@ -0,0 +1,40 @@
1DESCRIPTION = "Enjoy music player"
2LICENSE = "LGPLv3"
3DEPENDS = "evas ecore edje elementary emotion lightmediascanner"
4SRCREV = "${EFL_SRCREV}"
5PV = "0.0+svnr${SRCPV}"
6PR = "r4"
7
8DEPENDS += "gst-plugins-good ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
9
10#1st needed for all formats
11#2nd needed for mp3 playback
12#3d needed for ogg playback
13#4th needed for flac playback
14#5th needed binary to create db
15RDEPENDS += "\
16 gst-plugin-typefindfunctions gst-plugin-playbin gst-plugin-volume gst-plugin-decodebin2 \
17 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugin-mad gst-plugin-id3demux', d)} \
18 gst-plugin-ogg gst-plugin-ivorbisdec \
19 gst-plugin-flac \
20 lightmediascanner-test \
21 "
22
23inherit e
24SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
25S = "${WORKDIR}/${SRCNAME}"
26
27EXTRA_OECONF = "\
28 --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
29"
30EXTRA_OECONF_append_shr = "\
31 --enable-fso \
32"
33
34pkg_postinst_${PN} () {
35 echo "enjoy: SCAN and LIBRARY MANAGER are not implemeted yet!"
36 echo "enjoy: Meanwhile please run:"
37 echo "enjoy: test-lms -m mono -p id3 -i 5000 -s /path/to/your/music/dir /home/root/.config/enjoy/media.db"
38 echo "enjoy:"
39 echo "enjoy: Use test-lms -P to see available formats that can be scanned"
40}
diff --git a/meta-efl/recipes-efl/e17/eve/0001-eve-remove-unconditional-ewk_view_context_menu_forwa.patch b/meta-efl/recipes-efl/e17/eve/0001-eve-remove-unconditional-ewk_view_context_menu_forwa.patch
new file mode 100644
index 0000000000..bb86e98279
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/eve/0001-eve-remove-unconditional-ewk_view_context_menu_forwa.patch
@@ -0,0 +1,34 @@
1From cff40dddea01d217fc3789c2c8e3337ea2ec34b7 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Mon, 21 Feb 2011 10:29:47 +0100
4Subject: [PATCH] eve: remove unconditional ewk_view_context_menu_forward_event call
5
6* ewk_view_context_menu_forward_event is not available in ewebkit lib (only in API)
7 after https://bugs.webkit.org/show_bug.cgi?id=51530
8---
9 src/bin/view.c | 9 +++++++--
10 1 files changed, 7 insertions(+), 2 deletions(-)
11
12diff --git a/src/bin/view.c b/src/bin/view.c
13index d743d75..5493b20 100644
14--- a/src/bin/view.c
15+++ b/src/bin/view.c
16@@ -1200,8 +1200,13 @@ _view_smart_mouse_down(Ewk_View_Smart_Data *esd, const Evas_Event_Mouse_Down *ev
17 return EINA_TRUE;
18
19 forward_event:
20- if (ev->button == 3) // forward of context menu event is special
21- return ewk_view_context_menu_forward_event(sd->base.self, ev);
22+ /* https://bugs.webkit.org/show_bug.cgi?id=51530
23+ * made ewk_view_context_menu_forward_event conditionally available
24+ * but didn't change it in ewk_view.h, so this compiles fine, but later
25+ * linker fails. Remove this part here temporary before proper solution is found
26+ * if (ev->button == 3) // forward of context menu event is special
27+ * return ewk_view_context_menu_forward_event(sd->base.self, ev);
28+ */
29
30 /* If we should forward/feed event using parent class method, then
31 * just do it and do NOT create an animator. See _view_smart_mouse_up().
32--
331.7.4.1
34
diff --git a/meta-efl/recipes-efl/e17/eve/eve-theme-for-smaller-screens.patch b/meta-efl/recipes-efl/e17/eve/eve-theme-for-smaller-screens.patch
new file mode 100644
index 0000000000..61f3eca065
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/eve/eve-theme-for-smaller-screens.patch
@@ -0,0 +1,102 @@
1From 2ce4e2e7cfe756bb78e883ff1a602a74e95288b5 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Marco=20Trevisan=20(Trevi=C3=B1o)?= <mail@3v1n0.net>
3Date: Wed, 17 Nov 2010 16:38:47 +0100
4Subject: [PATCH] eve: theme updated for Openmoko Freerunner screen
5
6---
7 data/themes/default.edc | 22 +++++++++++-----------
8 1 files changed, 11 insertions(+), 11 deletions(-)
9
10diff --git a/data/themes/default.edc b/data/themes/default.edc
11index d4d29a6..7efaf23 100644
12--- a/data/themes/default.edc
13+++ b/data/themes/default.edc
14@@ -1,8 +1,8 @@
15-#define TOP_PANEL_HEIGHT 64
16+#define TOP_PANEL_HEIGHT 80
17 #define BOTTOM_PANEL_HEIGHT 85
18 #define TOOLBAR_ITEMS 5
19 #define TOOLBAR_MIDDLE_ITEM 3
20-#define TOOLBAR_ITEM_SIZE 90
21+#define TOOLBAR_ITEM_SIZE 87
22 #define URLBAR_ITEM_SIZE 40
23
24 #define TOOLBAR_POSITION(_item_number) ((_item_number)*(TOOLBAR_ITEM_SIZE)-((TOOLBAR_ITEM_SIZE)*(TOOLBAR_MIDDLE_ITEM)))
25@@ -202,7 +202,6 @@
26 type: RECT;
27 description { state: "default" 0.0;
28 color: 0 0 0 255;
29- min: 240 320;
30 }
31 }
32 }
33@@ -335,7 +334,6 @@
34 type: RECT;
35 description { state: "default" 0.0;
36 color: 0 0 0 255;
37- min: 240 320;
38 }
39 }
40 part { name: "view";
41@@ -893,17 +893,17 @@ collections {
42 type: IMAGE;
43 description { state: "default" 0.0;
44 visible: 0;
45- min: 30 27;
46- max: 30 27;
47+ min: 80 78;
48+ max: 80 78;
49 fixed: 1 1;
50 image.normal: "panel-top-triangle.png";
51 rel1 {
52 relative: 1.0 0.0;
53- offset: 60 60;
54+ offset: 0 0;
55 }
56 rel2 {
57 relative: 1.0 0.0;
58- offset: 60 60;
59+ offset: 0 0;
60 }
61 }
62 description { state: "visible" 0.0;
63@@ -912,11 +912,11 @@ collections {
64 image.normal: "panel-top-triangle.png";
65 rel1 {
66 relative: 1.0 0.0;
67- offset: -15 13;
68+ offset: -40 38;
69 }
70 rel2 {
71 relative: 1.0 0.0;
72- offset: -15 13;
73+ offset: -40 38;
74 }
75 }
76 description { state: "pressed" 0.0;
77@@ -1006,11 +1006,11 @@ collections {
78 rel2 {
79 to_y: "panel-top";
80 relative: 1.0 0.0;
81- offset: -1 24;
82+ offset: -1 26;
83 }
84 text {
85 font: "Sans,Edje-Vera";
86- size: 8;
87+ size: 11;
88 text: "Untitled";
89 min: 0 1;
90 align: 0.5 0.5;
91@@ -1026,7 +1026,7 @@ collections {
92 rel1 {
93 to_y: "panel-top";
94 relative: 0.0 0.0;
95- offset: (URLBAR_ITEM_SIZE+20) 68;
96+ offset: (URLBAR_ITEM_SIZE+20) 70;
97 }
98 rel2 {
99 to_y: "panel-top";
100--
1011.7.1
102
diff --git a/meta-efl/recipes-efl/e17/eve_svn.bb b/meta-efl/recipes-efl/e17/eve_svn.bb
new file mode 100644
index 0000000000..d324c55d27
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/eve_svn.bb
@@ -0,0 +1,21 @@
1DESCRIPTION = " Enlightenment Web Browser"
2LICENSE = "GPL"
3DEPENDS = "evas ecore edje elementary webkit-efl"
4PV = "0.3.0.0+svnr${SRCPV}"
5PR = "r1"
6SRCREV = "${EFL_SRCREV}"
7
8inherit e
9SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
10S = "${WORKDIR}/${SRCNAME}"
11
12SRC_URI += "file://eve-theme-for-smaller-screens.patch \
13 file://0001-eve-remove-unconditional-ewk_view_context_menu_forwa.patch"
14
15EXTRA_OECONF = "\
16 --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
17"
18
19FILES_${PN} += "\
20 ${datadir}/icons/eve.png \
21"
diff --git a/meta-efl/recipes-efl/e17/exalt-client_svn.bb b/meta-efl/recipes-efl/e17/exalt-client_svn.bb
new file mode 100644
index 0000000000..c5219b7be2
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/exalt-client_svn.bb
@@ -0,0 +1,23 @@
1LICENSE = "LGPLv2"
2PV = "0.0.1+svnr${SRCPV}"
3
4require e-module.inc
5
6DEPENDS += "elementary exalt edje-native"
7
8CFLAGS += " -I${STAGING_INCDIR}/exalt -I${STAGING_INCDIR}/exalt_dbus"
9
10do_configure_prepend() {
11 sed -i -e /po/d configure.ac
12 sed -i -e s:\ po::g Makefile.am
13}
14
15FILES_${PN} += "${libdir}/enlightenment/modules/*/*.desktop \
16 ${libdir}/enlightenment/modules/*/*.edj \
17 ${libdir}/enlightenment/modules/*/*/*.so"
18
19FILES_${PN}-static += "${libdir}/enlightenment/modules/*/*/*.a"
20FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.la"
21FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug"
22
23
diff --git a/meta-efl/recipes-efl/e17/exalt_svn.bb b/meta-efl/recipes-efl/e17/exalt_svn.bb
new file mode 100644
index 0000000000..712204fba6
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/exalt_svn.bb
@@ -0,0 +1,33 @@
1DESCRIPTION = "Exalt is a network manager for the windows manager Enlightenment DR17."
2HOMEPAGE = "http://watchwolf.fr/wiki/doku.php?id=exalt"
3
4LICENSE = "LGPLv2"
5DEPENDS = "elementary vpnc wpa-supplicant ecore eet edbus"
6RDEPENDS_${PN} = "vpnc wpa-supplicant"
7
8PV = "0.9+svnr${SRCPV}"
9SRCREV = "${EFL_SRCREV}"
10PR = "r1"
11
12inherit e
13SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
14S = "${WORKDIR}/${SRCNAME}"
15
16EXTRA_OECONF = " \
17--with-wpa_supplicant=${sbindir}/wpa_supplicant \
18--with-vpnc=${sbindir}/vpnc \
19--with-vpnc-disconnect=${sbindir}/vpnc-disconnect \
20"
21
22do_install_append() {
23 # install dbus config file
24 install -d ${D}${sysconfdir}/dbus-1/system.d/
25 install -m 0644 data/daemon/dbus/exalt.conf ${D}${sysconfdir}/dbus-1/system.d/exalt.conf
26
27 # install dbus service file
28 install -d ${D}${datadir}/dbus-1/system-services/
29 install -m 0644 org.e.Exalt.service ${D}${datadir}/dbus-1/system-services/
30}
31
32FILES_${PN} += "${datadir}/dbus-1"
33
diff --git a/meta-efl/recipes-efl/e17/expedite_svn.bb b/meta-efl/recipes-efl/e17/expedite_svn.bb
new file mode 100644
index 0000000000..47b5f486d1
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/expedite_svn.bb
@@ -0,0 +1,30 @@
1DESCRIPTION = "Expedite is a comprehensive benchmarking suite for Evas"
2DEPENDS = "eet evas"
3RDEPENDS_${PN} = "expedite-themes evas-engine-buffer evas-engine-fb evas-engine-software-generic evas-engine-software-x11 evas-engine-gl-x11 evas-loader-png"
4LICENSE = "MIT BSD"
5PV = "0.6.0+svnr${SRCPV}"
6PR = "r5"
7SRCREV = "${EFL_SRCREV}"
8
9inherit e
10SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
11S = "${WORKDIR}/${SRCNAME}"
12
13EXTRA_OECONF = "\
14 --x-includes=${STAGING_INCDIR}/X11 \
15 --x-libraries=${STAGING_LIBDIR} \
16 --enable-simple-x11 \
17\
18 --disable-opengl-glew \
19 --enable-software-x11 \
20 --enable-xrender-x11 \
21 --enable-software-16-x11 \
22 --enable-opengl-x11 \
23 --enable-fb \
24 --disable-software-ddraw \
25 --disable-software-16-ddraw \
26 --disable-direct3d \
27 --disable-software-sdl \
28"
29
30FILES_${PN} += "${datadir}"
diff --git a/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb b/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb
new file mode 100644
index 0000000000..c12405b81b
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb
@@ -0,0 +1,34 @@
1DDESCRIPTION = "A theme for exquisite"
2LICENSE = "MIT/BSD"
3SECTION = "x11"
4DEPENDS = "edje-native"
5PV = "1.0+svnr${SRCPV}"
6PR = "r6"
7SRCREV = "${EFL_SRCREV_1.0.0}"
8
9inherit e-base update-alternatives
10
11ALTERNATIVE_NAME = "exquisite-config"
12ALTERNATIVE_LINK = "${sysconfdir}/exquisite/config"
13ALTERNATIVE_PATH = "${sysconfdir}/exquisite/config-illume"
14ALTERNATIVE_PRIORITY = "10"
15
16SRCNAME = "b_and_w"
17
18SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http"
19S = "${WORKDIR}/${SRCNAME}"
20
21do_compile() {
22 ${STAGING_BINDIR_NATIVE}/edje_cc exquisite.edc illume.edj
23}
24
25do_install() {
26 install -d ${D}${sysconfdir}/exquisite
27 install -d ${D}${datadir}/exquisite/data/themes
28 install -m 0644 ${S}/illume.edj ${D}${datadir}/exquisite/data/themes/
29 echo 'THEME="-t illume"' > ${D}${sysconfdir}/exquisite/config-illume
30}
31
32PACKAGE_ARCH = "all"
33CONFFILES_${PN} = "${sysconfdir}/exquisite/config-illume"
34FILES_${PN} = "${sysconfdir}/exquisite ${datadir}/exquisite/data/themes"
diff --git a/meta-efl/recipes-efl/e17/exquisite/exquisite-init b/meta-efl/recipes-efl/e17/exquisite/exquisite-init
new file mode 100644
index 0000000000..2de6774ffb
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/exquisite/exquisite-init
@@ -0,0 +1,40 @@
1#!/bin/sh
2
3for x in $(cat /proc/cmdline); do
4 case $x in
5 splash=false)
6 echo "Splash Disabled"
7 exit 0;
8 ;;
9 esac
10done
11
12. /etc/init.d/functions
13
14### Default config here - gets overriden later
15THEME="-t default"
16FPS="-fps 30"
17### Override config - if there is a config file - load it.
18if test -f /etc/exquisite/config; then
19 . /etc/exquisite/config
20fi
21
22args=''
23case `machine_id` in
24 "hp_ipaq_h3100"|"hp_ipaq_h3800")
25 args='-rot 90' ;;
26 "hp_ipaq_3600"|"hp_ipaq_3700"|"hp_ipaq_h3900"|"htc_universal"|*collie|*poodle|*akita|*spitz|*borzoi)
27 args='-rot 270' ;;
28esac
29args=$args" $FPS $THEME"
30
31export EXDIR=/mnt/.splash
32export EXQUISITE_IPC=$EXDIR/exquisite
33mount tmpfs -t tmpfs $EXDIR -o,size=40k
34exquisite -fb -fs $args &
35
36exquisite-write -wait 120
37exquisite-write "PULSATE"
38setterm -blank 0
39setterm -powersave off
40setterm -powerdown 0
diff --git a/meta-efl/recipes-efl/e17/exquisite/splashfuncs b/meta-efl/recipes-efl/e17/exquisite/splashfuncs
new file mode 100644
index 0000000000..ada2a96dd4
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/exquisite/splashfuncs
@@ -0,0 +1,29 @@
1status() {
2 if type splash-write >/dev/null 2>&1; then
3 (TMPDIR="/mnt/.splash" EXQUISITE_IPC="$TMPDIR/exquisite" splash-write "$1" || true) &
4 fi
5}
6
7status_position() {
8 status "PROGRESS $1"
9}
10
11status_title() {
12 status "TITLE $1"
13}
14
15status_text() {
16 if test -n "$1"; then
17 status "MSG $1"
18 else
19 status "CLEAR"
20 fi
21}
22
23status_pulse() {
24 status "PULSATE"
25}
26
27status_tick() {
28 status "TICK"
29}
diff --git a/meta-efl/recipes-efl/e17/exquisite_svn.bb b/meta-efl/recipes-efl/e17/exquisite_svn.bb
new file mode 100644
index 0000000000..fcfb65cf8f
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/exquisite_svn.bb
@@ -0,0 +1,41 @@
1DESCRIPTION = "A psplash replacement for display"
2LICENSE = "MIT BSD"
3DEPENDS = "eet evas ecore embryo edje"
4PV = "0.0.1+svnr${SRCPV}"
5PR = "r11"
6SRCREV = "${EFL_SRCREV}"
7RRECOMMENDS_${PN} = "exquisite-themes"
8RCONFLICTS_${PN} = "psplash virtual-psplash"
9
10SRCNAME = "exquisite"
11
12inherit e
13SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
14S = "${WORKDIR}/${SRCNAME}"
15
16EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
17
18SRC_URI += "file://exquisite-init"
19SRC_URI += "file://splashfuncs"
20
21inherit update-rc.d
22
23do_install_prepend() {
24 install -d ${D}/mnt/.splash/
25 install -d ${D}${sysconfdir}/init.d
26 install -m 0755 ${WORKDIR}/exquisite-init ${D}${sysconfdir}/init.d/exquisite
27 install -d ${D}${sysconfdir}/default
28 install -m 0755 ${WORKDIR}/splashfuncs ${D}${sysconfdir}/default/splashfuncs
29 install -d ${D}${bindir}
30 ln -s exquisite-write ${D}${bindir}/splash-write
31}
32
33
34do_install_append() {
35 rm -rf ${D}${datadir}/exquisite/data/fonts/*
36}
37
38INITSCRIPT_NAME = "exquisite"
39INITSCRIPT_PARAMS = "start 01 S . stop 20 0 1 6 ."
40
41FILES_${PN} += "/mnt/.splash/"
diff --git a/meta-efl/recipes-efl/e17/flame_svn.bb b/meta-efl/recipes-efl/e17/flame_svn.bb
new file mode 100644
index 0000000000..11769c6c31
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/flame_svn.bb
@@ -0,0 +1,13 @@
1LICENSE = "MIT"
2PV = "0.0.3+svnr${SRCPV}"
3PR = "${INC_PR}.0"
4
5require e-module.inc
6
7do_configure_prepend() {
8 sed -i -e /po/d configure.ac
9 sed -i -e s:\ po::g Makefile.am
10}
11
12
13
diff --git a/meta-efl/recipes-efl/e17/forecasts_svn.bb b/meta-efl/recipes-efl/e17/forecasts_svn.bb
new file mode 100644
index 0000000000..a6316edb74
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/forecasts_svn.bb
@@ -0,0 +1,9 @@
1LICENSE = "MIT"
2PV = "0.2.0+svnr${SRCREV}"
3PR = "${INC_PR}.0"
4
5require e-module.inc
6
7
8
9
diff --git a/meta-efl/recipes-efl/e17/illume-keyboards-shr/0001-Makefile-update-KEYBOARDS_DIR-for-new-illume2.patch b/meta-efl/recipes-efl/e17/illume-keyboards-shr/0001-Makefile-update-KEYBOARDS_DIR-for-new-illume2.patch
new file mode 100644
index 0000000000..b18a69b0ba
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/illume-keyboards-shr/0001-Makefile-update-KEYBOARDS_DIR-for-new-illume2.patch
@@ -0,0 +1,23 @@
1From 9316e3973c44b981e73b953b2861060c6902de47 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Mon, 23 Aug 2010 12:54:05 +0200
4Subject: [PATCH] Makefile: update KEYBOARDS_DIR for new illume2
5
6---
7 Makefile | 2 +-
8 1 files changed, 1 insertions(+), 1 deletions(-)
9
10diff --git a/Makefile b/Makefile
11index 46e9420..3d8757c 100644
12--- a/Makefile
13+++ b/Makefile
14@@ -1,5 +1,5 @@
15
16-INSTBASE = /usr/lib/enlightenment/modules/illume/keyboards
17+INSTBASE = /usr/lib/enlightenment/modules/illume-keyboard/keyboards
18
19 FILES-arabic = Arabic.kbd Arabic.png
20 FILES-persian = Persian.kbd Persian.png
21--
221.7.2
23
diff --git a/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb b/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb
new file mode 100644
index 0000000000..fe3451321e
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb
@@ -0,0 +1,97 @@
1SECTION = "x11/data"
2
3SRC_URI = "git://git.shr-project.org/repo/illume-keyboards.git;protocol=http;branch=master \
4 file://0001-Makefile-update-KEYBOARDS_DIR-for-new-illume2.patch"
5S = "${WORKDIR}/git"
6
7SRCREV = "4064489f359a1addf572089b582f317dff5f50e1"
8PV = "0.0+gitr${SRCPV}"
9PE = "1"
10PR = "r4"
11LICENSE = "unknown"
12
13
14PACKAGES = "\
15illume-keyboard-alpha \
16illume-keyboard-arabic \
17illume-keyboard-browse \
18illume-keyboard-danish \
19illume-keyboard-default-alt \
20illume-keyboard-dutch \
21illume-keyboard-dvorak \
22illume-keyboard-finnish \
23illume-keyboard-french \
24illume-keyboard-german \
25illume-keyboard-hebrew \
26illume-keyboard-numeric-alt \
27illume-keyboard-russian \
28illume-keyboard-russian-terminal \
29illume-keyboard-persian \
30"
31
32PACKAGE_ARCH = "all"
33KEYBOARDS_DIR="${libdir}/enlightenment/modules/illume-keyboard/keyboards"
34
35AUTHOR_illume-keyboard-alpha = "Jesus McCloud"
36DESCRIPTION_illume-keyboard-alpha = "Illume keyboard with phone-like layout"
37FILES_illume-keyboard-alpha = "${KEYBOARDS_DIR}/Alpha.kbd"
38
39AUTHOR_illume-keyboard-arabic = "Mohammad Fahmi / Tom Hacohen"
40DESCRIPTION_illume-keyboard-arabic = "Illume keyboard with arabic layout"
41FILES_illume-keyboard-arabic = "${KEYBOARDS_DIR}/Arabic.kbd ${KEYBOARDS_DIR}/Arabic.png"
42
43AUTHOR_illume-keyboard-browse = "Pander"
44DESCRIPTION_illume-keyboard-browse = "Illume keyboard with a layout optimized for browsing"
45FILES_illume-keyboard-browse = "${KEYBOARDS_DIR}/Browse.kbd ${KEYBOARDS_DIR}/end-browse.png ${KEYBOARDS_DIR}/pagedown-browse.png ${KEYBOARDS_DIR}/browse.png ${KEYBOARDS_DIR}/home-browse.png ${KEYBOARDS_DIR}/pageup-browse.png ${KEYBOARDS_DIR}/space-browse.png"
46
47AUTHOR_illume-keyboard-danish = "Esben Damgaard"
48DESCRIPTION_illume-keyboard-danish = "Illume keyboard with danish layout"
49FILES_illume-keyboard-danish = "${KEYBOARDS_DIR}/Danish.kbd ${KEYBOARDS_DIR}/danish.png"
50
51AUTHOR_illume-keyboard-default-alt = "Pander"
52DESCRIPTION_illume-keyboard-default-alt = "Illume keyboard with an alternative default layout"
53FILES_illume-keyboard-default-alt = "${KEYBOARDS_DIR}/Default-alt.kbd"
54
55AUTHOR_illume-keyboard-dutch = "Pander"
56DESCRIPTION_illume-keyboard-dutch = "Illume keyboard with dutch layout"
57FILES_illume-keyboard-dutch = "${KEYBOARDS_DIR}/capslock-negative.png ${KEYBOARDS_DIR}/end.png ${KEYBOARDS_DIR}/pagedown.png ${KEYBOARDS_DIR}/qwerty-dutch-nl.png ${KEYBOARDS_DIR}/Terminal-dutch-nl.kbd ${KEYBOARDS_DIR}/capslock.png ${KEYBOARDS_DIR}/home.png ${KEYBOARDS_DIR}/pageup.png ${KEYBOARDS_DIR}/space.png"
58
59AUTHOR_illume-keyboard-dvorak = "Gabor Adam TOTH"
60DESCRIPTION_illume-keyboard-dvorak = "Illume keyboard with dvorak layout"
61FILES_illume-keyboard-dvorak = "${KEYBOARDS_DIR}/Dvorak.kbd ${KEYBOARDS_DIR}/dvorak.png"
62
63AUTHOR_illume-keyboard-finnish = "Olof Sjöbergh / Jussi Timperi"
64DESCRIPTION_illume-keyboard-finnish = "Illume keyboard with finnish layout"
65FILES_illume-keyboard-finnish = "${KEYBOARDS_DIR}/Finnish.kbd ${KEYBOARDS_DIR}/Finnish.png"
66
67DESCRIPTION_illume-keyboard-french = "Illume keyboard with french layout"
68FILES_illume-keyboard-french = "${KEYBOARDS_DIR}/Azerty.kbd ${KEYBOARDS_DIR}/Azerty.png"
69
70AUTHOR_illume-keyboard-german = "Florian Hackenberger"
71DESCRIPTION_illume-keyboard-german = "Illume keyboard with german layout"
72FILES_illume-keyboard-german = "${KEYBOARDS_DIR}/German.kbd ${KEYBOARDS_DIR}/German.png"
73
74AUTHOR_illume-keyboard-hebrew = "Tom Hacohen"
75DESCRIPTION_illume-keyboard-hebrew = "Illume keyboard with hebrew layout"
76FILES_illume-keyboard-hebrew = "${KEYBOARDS_DIR}/Hebrew.kbd ${KEYBOARDS_DIR}/Alpha-hebrew-il.png"
77
78AUTHOR_illume-keyboard-numeric-alt = "Pander"
79DESCRIPTION_illume-keyboard-numeric-alt = "Illume keyboard with an alternative numeric layout"
80FILES_illume-keyboard-numeric-alt = "${KEYBOARDS_DIR}/Numbers-alt.kbd ${KEYBOARDS_DIR}/numeric-alt.png"
81
82AUTHOR_illume-keyboard-russian = "lucky"
83DESCRIPTION_illume-keyboard-russian = "Illume keyboard with russian layout"
84FILES_illume-keyboard-russian = "${KEYBOARDS_DIR}/X8_Russian.kbd ${KEYBOARDS_DIR}/X8-russian-ru.png"
85
86AUTHOR_illume-keyboard-russian-terminal = "lucky"
87DESCRIPTION_illume-keyboard-russian-terminal = "Illume keyboard with russian layout for the Terminal"
88FILES_illume-keyboard-russian-terminal = "${KEYBOARDS_DIR}/Terminal_Russian.kbd ${KEYBOARDS_DIR}/Terminal-russian-ru.png"
89
90AUTHOR_illume-keyboard-persian = "slave"
91DESCRIPTION_illume-keyboard-persian = "Illume keyboard with persian layout"
92FILES_illume-keyboard-persian = "${KEYBOARDS_DIR}/Persian.kbd ${KEYBOARDS_DIR}/Persian.png"
93
94do_install() {
95 make DESTDIR=${D} install
96}
97
diff --git a/meta-efl/recipes-efl/e17/news_svn.bb b/meta-efl/recipes-efl/e17/news_svn.bb
new file mode 100644
index 0000000000..1e429e7dd1
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/news_svn.bb
@@ -0,0 +1,13 @@
1LICENSE = "MIT"
2PV = "0.1.0+svnr${SRCPV}"
3PR = "${INC_PR}.0"
4
5require e-module.inc
6
7do_configure_prepend() {
8 sed -i -e /po/d configure.ac
9 sed -i -e s:\ po::g Makefile.am
10}
11
12
13
diff --git a/meta-efl/recipes-efl/e17/notification_svn.bb b/meta-efl/recipes-efl/e17/notification_svn.bb
new file mode 100644
index 0000000000..1f4567add3
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/notification_svn.bb
@@ -0,0 +1,13 @@
1LICENSE = "MIT"
2PV = "0.2.0+svnr${SRCPV}"
3PR = "${INC_PR}.0"
4
5require e-module.inc
6
7do_configure_prepend() {
8 sed -i -e /po/d configure.ac
9 sed -i -e s:\ po::g Makefile.am
10}
11
12
13
diff --git a/meta-efl/recipes-efl/e17/places_svn.bb b/meta-efl/recipes-efl/e17/places_svn.bb
new file mode 100644
index 0000000000..1ee5e7707f
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/places_svn.bb
@@ -0,0 +1,13 @@
1LICENSE = "BSD"
2PV = "0.1.0+svnr${SRCPV}"
3PR = "${INC_PR}.0"
4
5require e-module.inc
6
7do_configure_prepend() {
8 sed -i -e /po/d -e /AM_GNU_GETTEXT/d configure.ac
9 sed -i -e s:\ po::g Makefile.am
10}
11
12# Calls /usr/bin/eject for media
13RRECOMMENDS_${PN} += "eject"
diff --git a/meta-efl/recipes-efl/e17/rage_svn.bb b/meta-efl/recipes-efl/e17/rage_svn.bb
new file mode 100644
index 0000000000..28239876de
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/rage_svn.bb
@@ -0,0 +1,12 @@
1DESCRIPTION = "Rage is a media center application based on EFL"
2AUTHOR = "Carsten 'The Rasterman' Haitzler"
3HOMEPAGE = "http://www.rasterman.com"
4LICENSE = "MIT BSD"
5DEPENDS = "emotion evas ecore edje"
6SECTION = "x11/multimedia"
7PV = "0.3.0.042+svnr${SRCPV}"
8SRCREV = "${EFL_SRCREV}"
9
10inherit e
11SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
12S = "${WORKDIR}/${SRCNAME}"
diff --git a/meta-efl/recipes-efl/e17/rain_svn.bb b/meta-efl/recipes-efl/e17/rain_svn.bb
new file mode 100644
index 0000000000..8738f3507d
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/rain_svn.bb
@@ -0,0 +1,13 @@
1LICENSE = "MIT"
2PV = "0.0.3+svnr${SRCPV}"
3PR = "${INC_PR}.0"
4
5require e-module.inc
6
7do_configure_prepend() {
8 sed -i -e /po/d configure.ac
9 sed -i -e s:\ po::g Makefile.am
10}
11
12
13
diff --git a/meta-efl/recipes-efl/e17/screenshot_svn.bb b/meta-efl/recipes-efl/e17/screenshot_svn.bb
new file mode 100644
index 0000000000..0cd0d8ba64
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/screenshot_svn.bb
@@ -0,0 +1,14 @@
1LICENSE = "MIT"
2PV = "0.3.0+svnr${SRCREV}"
3PR = "${INC_PR}.0"
4
5require e-module.inc
6
7DEPENDS += "emprint"
8RDEPENDS_${PN} += "emprint"
9
10do_configure_prepend() {
11 sed -i -e 's:AC_MSG_ERROR(emprint not found):echo foo:g' ${S}/configure.ac
12}
13
14
diff --git a/meta-efl/recipes-efl/e17/uptime_svn.bb b/meta-efl/recipes-efl/e17/uptime_svn.bb
new file mode 100644
index 0000000000..c6d7434237
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/uptime_svn.bb
@@ -0,0 +1,9 @@
1LICENSE = "MIT"
2PV = "0.0.2+svnr${SRCREV}"
3PR = "${INC_PR}.0"
4
5require e-module.inc
6
7
8
9
diff --git a/meta-efl/recipes-efl/e17/waker/0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch b/meta-efl/recipes-efl/e17/waker/0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch
new file mode 100644
index 0000000000..2e9d1046dd
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/waker/0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch
@@ -0,0 +1,54 @@
1From b6296958d5516a735053ee4140e85e2b3a896182 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Sun, 30 Jan 2011 00:27:57 +0100
4Subject: [PATCH] waker: remove old ecore_string_init and ecore_string_shutdown
5
6Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
7---
8 src/bin/waker_main.c | 2 --
9 src/bin/waker_tool.c | 2 --
10 2 files changed, 0 insertions(+), 4 deletions(-)
11
12diff --git a/src/bin/waker_main.c b/src/bin/waker_main.c
13index b229cf0..dd54b31 100644
14--- a/src/bin/waker_main.c
15+++ b/src/bin/waker_main.c
16@@ -568,7 +568,6 @@ main(int argc, char **argv)
17 E_DBus_Connection *c;
18
19 ecore_init();
20- ecore_string_init();
21 ecore_app_args_set(argc, (const char **)argv);
22 e_dbus_init();
23
24@@ -586,7 +585,6 @@ main(int argc, char **argv)
25
26 e_dbus_connection_close(c);
27 e_dbus_shutdown();
28- ecore_string_shutdown();
29 ecore_shutdown();
30
31 return 0;
32diff --git a/src/bin/waker_tool.c b/src/bin/waker_tool.c
33index 3344fd2..52515c9 100644
34--- a/src/bin/waker_tool.c
35+++ b/src/bin/waker_tool.c
36@@ -93,7 +93,6 @@ main(int argc, char **argv)
37 }
38
39 ecore_init();
40- ecore_string_init();
41 ecore_app_args_set(argc, (const char **)argv);
42 e_dbus_init();
43
44@@ -301,7 +300,6 @@ main(int argc, char **argv)
45
46 e_dbus_connection_close(c);
47 e_dbus_shutdown();
48- ecore_string_shutdown();
49 ecore_shutdown();
50
51 return 0;
52--
531.7.4.rc3
54
diff --git a/meta-efl/recipes-efl/e17/waker_svn.bb b/meta-efl/recipes-efl/e17/waker_svn.bb
new file mode 100644
index 0000000000..72ce92aafb
--- /dev/null
+++ b/meta-efl/recipes-efl/e17/waker_svn.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "An EFL base at/alarm wakeup daemon"
2LICENSE = "LGPL"
3DEPENDS = "ecore edbus"
4SECTION = "console"
5PV = "0.0.0+svnr${SRCPV}"
6PR = "r1"
7SRCREV = "${EFL_SRCREV}"
8
9inherit efl
10
11SRC_URI = "\
12 ${E_SVN}/trunk/TMP/st;module=${SRCNAME};proto=http \
13 file://0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch \
14"
15S = "${WORKDIR}/${SRCNAME}"
16
17FILES_${PN} += "${bindir}/* ${libdir}/lib*.so.*"
18FILES_${PN} += "/etc/X11/Xsession.d/80x-enlightenment-wakerd"