diff options
Diffstat (limited to 'meta-efl/recipes-efl/e17')
54 files changed, 0 insertions, 1717 deletions
diff --git a/meta-efl/recipes-efl/e17/cpu/configure.patch b/meta-efl/recipes-efl/e17/cpu/configure.patch deleted file mode 100644 index 87c85de9f8..0000000000 --- a/meta-efl/recipes-efl/e17/cpu/configure.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Index: cpu/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- cpu.orig/configure.ac 2014-07-17 20:39:48.000000000 +0000 | ||
| 4 | +++ cpu/configure.ac 2014-07-17 21:39:55.320555868 +0000 | ||
| 5 | @@ -10,7 +10,7 @@ | ||
| 6 | AC_CANONICAL_HOST | ||
| 7 | AC_ISC_POSIX | ||
| 8 | |||
| 9 | -AM_INIT_AUTOMAKE(1.6) | ||
| 10 | +AM_INIT_AUTOMAKE([foreign]) | ||
| 11 | AM_CONFIG_HEADER(config.h) | ||
| 12 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
| 13 | |||
diff --git a/meta-efl/recipes-efl/e17/cpu_svn.bb b/meta-efl/recipes-efl/e17/cpu_svn.bb deleted file mode 100644 index 3ffb9889f2..0000000000 --- a/meta-efl/recipes-efl/e17/cpu_svn.bb +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | LICENSE = "MIT" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35 \ | ||
| 3 | file://COPYING-PLAIN;md5=c910b645eda0005ccec46f75203dc96e" | ||
| 4 | |||
| 5 | PV = "0.0.1+svnr${SRCREV}" | ||
| 6 | PR = "${INC_PR}.0" | ||
| 7 | |||
| 8 | require e-module.inc | ||
| 9 | |||
| 10 | SRC_URI += "file://configure.patch" | ||
| 11 | |||
| 12 | PNBLACKLIST[cpu] ?= "Depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/diskio_svn.bb b/meta-efl/recipes-efl/e17/diskio_svn.bb deleted file mode 100644 index 4f778d6e10..0000000000 --- a/meta-efl/recipes-efl/e17/diskio_svn.bb +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | LICENSE = "MIT" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35 \ | ||
| 3 | file://COPYING-PLAIN;md5=68be76d8126face2fbbecdf1bcbe2b10" | ||
| 4 | |||
| 5 | PV = "0.0.1+svnr${SRCPV}" | ||
| 6 | PR = "${INC_PR}.0" | ||
| 7 | |||
| 8 | PNBLACKLIST[diskio] ?= "broken: switch to https://git.enlightenment.org/enlightenment/modules/diskio.git/ and fix 0.0.1+svnr82070-r0.0/E-MODULES-EXTRA/diskio/e-module-diskio.edc:58. invalid state name: 'off'. "default" state must always be first. - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
| 9 | |||
| 10 | require e-module.inc | ||
diff --git a/meta-efl/recipes-efl/e17/e-module.inc b/meta-efl/recipes-efl/e17/e-module.inc deleted file mode 100644 index 770f794aaf..0000000000 --- a/meta-efl/recipes-efl/e17/e-module.inc +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DESCRIPTION = "E17 ${PN} module" | ||
| 2 | SECTION = "x11/multimedia" | ||
| 3 | DEPENDS = "e-wm" | ||
| 4 | |||
| 5 | SRCREV = "${EFL_SRCREV}" | ||
| 6 | INC_PR = "r0" | ||
| 7 | |||
| 8 | SRCNAME = "E-MODULES-EXTRA/${BPN}" | ||
| 9 | |||
| 10 | inherit e gettext | ||
| 11 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" | ||
| 12 | S = "${WORKDIR}/${SRCNAME}" | ||
| 13 | |||
| 14 | EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" | ||
| 15 | |||
| 16 | FILES_${PN} += "${libdir}/enlightenment/modules/${PN}" | ||
| 17 | FILES_${PN}-dbg += "${libdir}/enlightenment/modules/${PN}/*/.debug" | ||
| 18 | FILES_${PN}-staticdev += "${libdir}/enlightenment/modules/${PN}/*/*.a" | ||
| 19 | |||
diff --git a/meta-efl/recipes-efl/e17/e-tasks/0001-dbus-stuff-Convert-to-eldbus.patch b/meta-efl/recipes-efl/e17/e-tasks/0001-dbus-stuff-Convert-to-eldbus.patch deleted file mode 100644 index f92a772fe1..0000000000 --- a/meta-efl/recipes-efl/e17/e-tasks/0001-dbus-stuff-Convert-to-eldbus.patch +++ /dev/null | |||
| @@ -1,204 +0,0 @@ | |||
| 1 | From 37223289b3d85ea8876e7ba7c9ff97ec428073ba Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 3 | Date: Sat, 22 Feb 2014 14:36:38 +0100 | ||
| 4 | Subject: [PATCH] dbus-stuff: Convert to eldbus | ||
| 5 | |||
| 6 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 7 | --- | ||
| 8 | configure.ac | 2 +- | ||
| 9 | src/Makefile.am | 2 +- | ||
| 10 | src/dbus-stuff.c | 95 ++++++++++++++++++++++++++++++++------------------------ | ||
| 11 | src/dbus-stuff.h | 13 ++------ | ||
| 12 | src/main.c | 2 +- | ||
| 13 | 5 files changed, 61 insertions(+), 53 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/configure.ac b/configure.ac | ||
| 16 | index b3e4d12..4ace32a 100644 | ||
| 17 | --- a/configure.ac | ||
| 18 | +++ b/configure.ac | ||
| 19 | @@ -15,7 +15,7 @@ AC_HEADER_STDC | ||
| 20 | |||
| 21 | AM_PROG_LIBTOOL | ||
| 22 | |||
| 23 | -PKG_CHECK_MODULES(TASKS, [elementary eina dbus-1 edbus sqlite3]) | ||
| 24 | +PKG_CHECK_MODULES(TASKS, [elementary eina dbus-1 eldbus sqlite3]) | ||
| 25 | |||
| 26 | AC_OUTPUT([ | ||
| 27 | Makefile | ||
| 28 | diff --git a/src/Makefile.am b/src/Makefile.am | ||
| 29 | index 2143dc9..31d5253 100644 | ||
| 30 | --- a/src/Makefile.am | ||
| 31 | +++ b/src/Makefile.am | ||
| 32 | @@ -8,7 +8,7 @@ AM_CPPFLAGS = \ | ||
| 33 | $(TASKS_CFLAGS) | ||
| 34 | |||
| 35 | AM_CFLAGS =\ | ||
| 36 | - $(EDBUS_CFLAGS) \ | ||
| 37 | + $(ELDBUS_CFLAGS) \ | ||
| 38 | -Wall\ | ||
| 39 | -g | ||
| 40 | |||
| 41 | diff --git a/src/dbus-stuff.c b/src/dbus-stuff.c | ||
| 42 | index 50809bc..9f02ef3 100644 | ||
| 43 | --- a/src/dbus-stuff.c | ||
| 44 | +++ b/src/dbus-stuff.c | ||
| 45 | @@ -1,8 +1,7 @@ | ||
| 46 | /*************************************************************************** | ||
| 47 | * dbus-stuff.c | ||
| 48 | * | ||
| 49 | - * Copyright 2009 cchandel | ||
| 50 | - * <cchandel@yahoo.com> | ||
| 51 | + * Copyright 2009 cchandel <cchandel@yahoo.com> | ||
| 52 | ****************************************************************************/ | ||
| 53 | |||
| 54 | /* | ||
| 55 | @@ -21,51 +20,67 @@ | ||
| 56 | * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA | ||
| 57 | */ | ||
| 58 | #include "dbus-stuff.h" | ||
| 59 | -#include <string.h> | ||
| 60 | -#include <E_DBus.h> | ||
| 61 | -#include <Elementary.h> | ||
| 62 | +#include "Eldbus.h" | ||
| 63 | |||
| 64 | -void occupy_cpu(void) | ||
| 65 | +void on_usage_cb(void *data EINA_UNUSED, const Eldbus_Message *msg, Eldbus_Pending *pending EINA_UNUSED) | ||
| 66 | +{ | ||
| 67 | + const char *errname, *errmsg; | ||
| 68 | + if (eldbus_message_error_get(msg, &errname, &errmsg)) | ||
| 69 | + fprintf(stderr, "Error: %s %s\n", errname, errmsg); | ||
| 70 | +} | ||
| 71 | + | ||
| 72 | +int ousaged_resource(const char *resource, int used) | ||
| 73 | { | ||
| 74 | - e_dbus_init(); | ||
| 75 | - conn = e_dbus_bus_get(DBUS_BUS_SYSTEM); | ||
| 76 | - | ||
| 77 | - DBusMessage *msg; | ||
| 78 | - msg = dbus_message_new_method_call( | ||
| 79 | - "org.freesmartphone.ousaged", | ||
| 80 | - "/org/freesmartphone/Usage", | ||
| 81 | - "org.freesmartphone.Usage", | ||
| 82 | - "RequestResource" | ||
| 83 | - ); | ||
| 84 | - | ||
| 85 | - const char *resource = "CPU"; | ||
| 86 | - dbus_message_append_args (msg, DBUS_TYPE_STRING, &resource, DBUS_TYPE_INVALID); | ||
| 87 | + eldbus_init(); | ||
| 88 | + const char *REQUEST = "RequestResource"; | ||
| 89 | + const char *RELEASE = "ReleaseResource"; | ||
| 90 | + const int PREQUEST = 1; | ||
| 91 | |||
| 92 | - e_dbus_message_send(conn, msg, dbus_reply_cb, -1, NULL); | ||
| 93 | - dbus_message_unref(msg); | ||
| 94 | -} | ||
| 95 | + Eldbus_Connection *conn; | ||
| 96 | + Eldbus_Object *obj; | ||
| 97 | + Eldbus_Proxy *usage; | ||
| 98 | + Eldbus_Pending *pending; | ||
| 99 | + conn = eldbus_connection_get(ELDBUS_CONNECTION_TYPE_SYSTEM); | ||
| 100 | + if (!conn) | ||
| 101 | + { | ||
| 102 | + fprintf(stderr, "Error: could not get system bus\n"); | ||
| 103 | + return EXIT_FAILURE; | ||
| 104 | + } | ||
| 105 | |||
| 106 | -void release_cpu(void) | ||
| 107 | -{ | ||
| 108 | - DBusMessage *msg; | ||
| 109 | - msg = dbus_message_new_method_call( | ||
| 110 | - "org.freesmartphone.ousaged", | ||
| 111 | - "/org/freesmartphone/Usage", | ||
| 112 | - "org.freesmartphone.Usage", | ||
| 113 | - "ReleaseResource" | ||
| 114 | - ); | ||
| 115 | - | ||
| 116 | - const char *resource = "CPU"; | ||
| 117 | - dbus_message_append_args (msg, DBUS_TYPE_STRING, &resource, DBUS_TYPE_INVALID); | ||
| 118 | + obj = eldbus_object_get(conn, "org.freesmartphone.ousaged", "/org/freesmartphone/Usage"); | ||
| 119 | + if (!obj) | ||
| 120 | + { | ||
| 121 | + fprintf(stderr, "Error: could not get object\n"); | ||
| 122 | + return EXIT_FAILURE; | ||
| 123 | + } | ||
| 124 | |||
| 125 | - e_dbus_message_send(conn, msg, dbus_reply_cb, -1, NULL); | ||
| 126 | - dbus_message_unref(msg); | ||
| 127 | + usage = eldbus_proxy_get(obj, "org.freesmartphone.Usage"); | ||
| 128 | + if (!usage) | ||
| 129 | + { | ||
| 130 | + fprintf(stderr, "Error: could not get proxy\n"); | ||
| 131 | + return EXIT_FAILURE; | ||
| 132 | + } | ||
| 133 | + | ||
| 134 | + pending = eldbus_proxy_call(usage, used == PREQUEST ? REQUEST : RELEASE, on_usage_cb, NULL, -1, "ss", resource); | ||
| 135 | + if (!pending) | ||
| 136 | + { | ||
| 137 | + fprintf(stderr, "Error: could not call\n"); | ||
| 138 | + return EXIT_FAILURE; | ||
| 139 | + } | ||
| 140 | + eldbus_proxy_unref(usage); | ||
| 141 | + eldbus_object_unref(obj); | ||
| 142 | + eldbus_connection_unref(conn); | ||
| 143 | + | ||
| 144 | + eldbus_shutdown(); | ||
| 145 | + return EXIT_SUCCESS; | ||
| 146 | } | ||
| 147 | |||
| 148 | -void dbus_reply_cb(void *data, DBusMessage *replymsg, DBusError *error) | ||
| 149 | +int request_cpu(void) | ||
| 150 | { | ||
| 151 | - if (dbus_error_is_set(error)) { | ||
| 152 | - printf("Error: %s - %s\n", error->name, error->message); | ||
| 153 | - } | ||
| 154 | + return ousaged_resource("CPU", 1); | ||
| 155 | } | ||
| 156 | |||
| 157 | +int release_cpu(void) | ||
| 158 | +{ | ||
| 159 | + return ousaged_resource("CPU" , 0); | ||
| 160 | +} | ||
| 161 | diff --git a/src/dbus-stuff.h b/src/dbus-stuff.h | ||
| 162 | index 83d4778..a3c72cb 100644 | ||
| 163 | --- a/src/dbus-stuff.h | ||
| 164 | +++ b/src/dbus-stuff.h | ||
| 165 | @@ -2,8 +2,7 @@ | ||
| 166 | * dbus.h | ||
| 167 | * | ||
| 168 | * Fri Mar 6 12:32:57 2009 | ||
| 169 | - * Copyright 2009 nidhin | ||
| 170 | - * <nidhin@nids-laptop.home> | ||
| 171 | + * Copyright 2009 nidhin <nidhin@nids-laptop.home> | ||
| 172 | ****************************************************************************/ | ||
| 173 | |||
| 174 | /* | ||
| 175 | @@ -22,11 +21,5 @@ | ||
| 176 | * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA | ||
| 177 | */ | ||
| 178 | |||
| 179 | -#include <E_DBus.h> | ||
| 180 | -#include <Elementary.h> | ||
| 181 | - | ||
| 182 | -void occupy_cpu(void); | ||
| 183 | -void release_cpu(void); | ||
| 184 | -void dbus_reply_cb(void *data, DBusMessage *replymsg, DBusError *error); | ||
| 185 | - | ||
| 186 | -E_DBus_Connection *conn; | ||
| 187 | +int request_cpu(void); | ||
| 188 | +int release_cpu(void); | ||
| 189 | diff --git a/src/main.c b/src/main.c | ||
| 190 | index 92d21de..4e4bbe2 100644 | ||
| 191 | --- a/src/main.c | ||
| 192 | +++ b/src/main.c | ||
| 193 | @@ -76,7 +76,7 @@ elm_main(int argc, char **argv) | ||
| 194 | //restore state | ||
| 195 | restore_state(); | ||
| 196 | |||
| 197 | - occupy_cpu(); | ||
| 198 | + request_cpu(); | ||
| 199 | |||
| 200 | elm_run(); | ||
| 201 | //clean up stuff | ||
| 202 | -- | ||
| 203 | 1.8.5.3 | ||
| 204 | |||
diff --git a/meta-efl/recipes-efl/e17/e-tasks_git.bb b/meta-efl/recipes-efl/e17/e-tasks_git.bb deleted file mode 100644 index 7eab6d0f0e..0000000000 --- a/meta-efl/recipes-efl/e17/e-tasks_git.bb +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | SUMMARY = "e-tasks is a todo program for Openmoko phones" | ||
| 2 | HOMEPAGE = "http://code.google.com/p/e-tasks/" | ||
| 3 | AUTHOR = "cchandel" | ||
| 4 | LICENSE = "GPLv3" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" | ||
| 6 | SECTION = "e/apps" | ||
| 7 | DEPENDS = "elementary eina eldbus sqlite3" | ||
| 8 | |||
| 9 | inherit autotools | ||
| 10 | |||
| 11 | SRCREV = "890f5ee37d1a5fd1ceb2495950d15151d4cf756b" | ||
| 12 | PV = "0.0.2+gitr${SRCPV}" | ||
| 13 | |||
| 14 | SRC_URI = "git://github.com/shr-project/e-tasks.git" | ||
| 15 | SRC_URI += "file://0001-dbus-stuff-Convert-to-eldbus.patch" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | do_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 | |||
| 32 | FILES_${PN} += "/usr/share/e-tasks/* /usr/share/applications/* /usr/share/pixmaps/*" | ||
| 33 | |||
| 34 | PNBLACKLIST[e-tasks] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb b/meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb deleted file mode 100644 index 9e6e9f24e5..0000000000 --- a/meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | DESCRIPTION = "b-and-w theme was default E17 theme before alpha3 and some people still prefers it." | ||
| 2 | SECTION = "e/utils" | ||
| 3 | DEPENDS = "edje-native" | ||
| 4 | RDEPENDS_${PN} = "e-wm" | ||
| 5 | LICENSE = "MIT & BSD" | ||
| 6 | # upstream was asked to include license infor in THEME dir | ||
| 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 8 | |||
| 9 | inherit allarch | ||
| 10 | |||
| 11 | SRCREV = "${EFL_SRCREV}" | ||
| 12 | PV = "0.0+svnr${SRCPV}" | ||
| 13 | |||
| 14 | inherit e-base | ||
| 15 | |||
| 16 | SRCNAME = "b_and_w" | ||
| 17 | SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};protocol=http" | ||
| 18 | S = "${WORKDIR}/${SRCNAME}/e" | ||
| 19 | |||
| 20 | do_compile() { | ||
| 21 | # unfortunately hardcoded edje_cc in Makefile | ||
| 22 | sed -i "s#\tedje_cc#\t${STAGING_BINDIR_NATIVE}/edje_cc#g" Makefile | ||
| 23 | make | ||
| 24 | } | ||
| 25 | |||
| 26 | do_install() { | ||
| 27 | install -d ${D}${datadir}/enlightenment/data/themes/ | ||
| 28 | install -m 0644 ${S}/b_and_w.edj ${D}${datadir}/enlightenment/data/themes/ | ||
| 29 | } | ||
| 30 | |||
| 31 | FILES_${PN} = "${datadir}/enlightenment/data/themes/" | ||
| 32 | |||
| 33 | PNBLACKLIST[e-wm-theme-b-and-w] ?= "Runtime depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
| 34 | |||
| 35 | PNBLACKLIST[e-wm-theme-b-and-w] ?= "Runtime depends on blacklisted e-wm-theme-b-and-w - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
| 36 | |||
| 37 | PNBLACKLIST[e-wm-theme-b-and-w] ?= "Runtime depends on blacklisted e-wm-theme-b-and-w-dev - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht/LICENSE b/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht/LICENSE deleted file mode 100644 index 61bb2f603d..0000000000 --- a/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht/LICENSE +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | Copyright notice for Enlightenment: | ||
| 2 | |||
| 3 | Copyright (C) 2000-2010 Carsten Haitzler and various contributors (see AUTHORS) | ||
| 4 | |||
| 5 | All rights reserved. | ||
| 6 | |||
| 7 | Redistribution and use in source and binary forms, with or without | ||
| 8 | modification, are permitted provided that the following conditions are met: | ||
| 9 | |||
| 10 | 1. Redistributions of source code must retain the above copyright | ||
| 11 | notice, this list of conditions and the following disclaimer. | ||
| 12 | 2. Redistributions in binary form must reproduce the above copyright | ||
| 13 | notice, this list of conditions and the following disclaimer in the | ||
| 14 | documentation and/or other materials provided with the distribution. | ||
| 15 | |||
| 16 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, | ||
| 17 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
| 18 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | ||
| 19 | COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
| 20 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
| 21 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | ||
| 22 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
| 23 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
| 24 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, | ||
| 25 | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
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 deleted file mode 100644 index 5212134755..0000000000 --- a/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | DESCRIPTION = "efenniht illume theme - Efenniht was devised to be clean \ | ||
| 2 | and neutral. Its name (which means equinox) comes from the chromatic duality \ | ||
| 3 | that was decided at the very beginning, with a dark theme (black and orange) \ | ||
| 4 | and a bright one (white and blue) to be developed so that more people feel \ | ||
| 5 | comfortable using it. Efenniht uses few animations, discrete contrasts between \ | ||
| 6 | shades of gray and fine lines (colored) that outline the selected elements." | ||
| 7 | SECTION = "e/utils" | ||
| 8 | HOMEPAGE = "http://trac.enlightenment.org/e/wiki/Themes#Efenniht" | ||
| 9 | DEPENDS = "edje-native" | ||
| 10 | RDEPENDS_${PN} = "e-wm" | ||
| 11 | RSUGGESTS_${PN} = "elementary-theme-efenniht" | ||
| 12 | LICENSE = "MIT & BSD" | ||
| 13 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2" | ||
| 14 | |||
| 15 | SRCREV = "${EFL_SRCREV}" | ||
| 16 | PV = "0.0+svnr${SRCPV}" | ||
| 17 | |||
| 18 | inherit e-base allarch | ||
| 19 | |||
| 20 | SRCNAME = "efenniht" | ||
| 21 | SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};protocol=http \ | ||
| 22 | file://LICENSE \ | ||
| 23 | " | ||
| 24 | S = "${WORKDIR}/${SRCNAME}" | ||
| 25 | |||
| 26 | do_compile() { | ||
| 27 | ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/images ${S}/efenniht.edc -o ${S}/efenniht.edj | ||
| 28 | } | ||
| 29 | |||
| 30 | do_install() { | ||
| 31 | install -d ${D}${datadir}/enlightenment/data/themes/ | ||
| 32 | install -m 0644 ${S}/efenniht.edj ${D}${datadir}/enlightenment/data/themes/ | ||
| 33 | } | ||
| 34 | |||
| 35 | FILES_${PN} = "${datadir}/enlightenment/data/themes/" | ||
| 36 | |||
| 37 | PNBLACKLIST[e-wm-theme-illume-efenniht] ?= "Runtime depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
| 38 | |||
| 39 | PNBLACKLIST[e-wm-theme-illume-efenniht] ?= "Runtime depends on blacklisted e-wm-theme-illume-efenniht - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/e-wm.inc b/meta-efl/recipes-efl/e17/e-wm.inc deleted file mode 100644 index a6e964b550..0000000000 --- a/meta-efl/recipes-efl/e17/e-wm.inc +++ /dev/null | |||
| @@ -1,200 +0,0 @@ | |||
| 1 | DESCRIPTION = "The Enlightenment Window Manager Version 17" | ||
| 2 | DEPENDS = "eet evas eina ecore edje efreet edbus eeze eio elementary libxcb xcb-util-keysyms" | ||
| 3 | LICENSE = "MIT & BSD" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=76de290eb3fdda12121830191c152a7d" | ||
| 5 | SRCNAME = "e" | ||
| 6 | |||
| 7 | inherit e update-alternatives gettext pkgconfig | ||
| 8 | S = "${WORKDIR}/${SRCNAME}" | ||
| 9 | |||
| 10 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}" | ||
| 11 | PACKAGECONFIG[pam] = "--enable-pam,--disable-pam,libpam" | ||
| 12 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | ||
| 13 | |||
| 14 | EXTRA_OECONF = "\ | ||
| 15 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | ||
| 16 | --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ | ||
| 17 | --x-includes=${STAGING_INCDIR}/X11 \ | ||
| 18 | --x-libraries=${STAGING_LIBDIR} \ | ||
| 19 | --enable-simple-x11 \ | ||
| 20 | " | ||
| 21 | |||
| 22 | do_configure_prepend() { | ||
| 23 | autopoint || true | ||
| 24 | sed '/^ *EFL_PKG_CHECK_VAR/ s/systemduserunitdir/systemdsystemunitdir/g' -i ${S}/configure.ac | ||
| 25 | } | ||
| 26 | |||
| 27 | do_install_append() { | ||
| 28 | # customising - should rather make this simple upstream | ||
| 29 | install -m 755 ${WORKDIR}/enlightenment_start.oe ${D}/${bindir} | ||
| 30 | |||
| 31 | # security reasons, e-wm checks that in runtime | ||
| 32 | # xinit[418]: ERROR: CONFIGURATION FILE HAS BAD PERMISSIONS | ||
| 33 | chmod 600 ${D}/${sysconfdir}/enlightenment/sysactions.conf | ||
| 34 | |||
| 35 | install -d ${D}/${sysconfdir}/xdg/menus | ||
| 36 | install -m 644 ${WORKDIR}/applications.menu ${D}/${sysconfdir}/xdg/menus/ | ||
| 37 | for I in `find ${D}/${libdir}/enlightenment -name "*.a" -print`; do rm -f $I; done | ||
| 38 | for I in `find ${D}/${libdir}/enlightenment -name "*.la" -print`; do rm -f $I; done | ||
| 39 | |||
| 40 | # work around for issue caused in r78978, more infor in: | ||
| 41 | # http://sourceforge.net/mailarchive/forum.php?thread_name=20121118194904.GA3438%40jama.jama.net&forum_name=enlightenment-devel | ||
| 42 | mv ${D}/${libdir}/enlightenment/modules/policies ${D}/${libdir}/enlightenment/modules/illume2/ \ | ||
| 43 | || echo "illume2 policies are in correct place now" | ||
| 44 | mv ${D}/${libdir}/enlightenment/modules/keyboards ${D}/${libdir}/enlightenment/modules/illume2/ \ | ||
| 45 | || echo "illume2 keyboards are in correct place now" | ||
| 46 | } | ||
| 47 | |||
| 48 | RDEPENDS_${PN} += "\ | ||
| 49 | shared-mime-info \ | ||
| 50 | mime-support \ | ||
| 51 | setxkbmap \ | ||
| 52 | edje-utils \ | ||
| 53 | ${PN}-utils \ | ||
| 54 | dbus-x11 \ | ||
| 55 | " | ||
| 56 | |||
| 57 | # Uclibc build don't have 'glibc-utils' | ||
| 58 | RDEPENDS_${PN}_append_libc-glibc = " glibc-utils " | ||
| 59 | |||
| 60 | # The systray module used to be external, but is part of e-wm now | ||
| 61 | RREPLACES_${PN} = "systray" | ||
| 62 | |||
| 63 | RREPLACES_${PN}-config-mobile = "${PN}-config-illume2" | ||
| 64 | RCONFLICTS_${PN}-config-mobile = "${PN}-config-illume2" | ||
| 65 | RPROVIDES_${PN}-config-mobile = "${PN}-config-illume2" | ||
| 66 | |||
| 67 | PACKAGES =+ "\ | ||
| 68 | ${PN}-config-default \ | ||
| 69 | ${PN}-config-mobile \ | ||
| 70 | ${PN}-config-minimalist \ | ||
| 71 | ${PN}-config-netbook \ | ||
| 72 | ${PN}-config-scaleable \ | ||
| 73 | ${PN}-config-standard \ | ||
| 74 | ${PN}-config-tiling \ | ||
| 75 | ${PN}-theme-default \ | ||
| 76 | ${PN}-background-dark-gradient \ | ||
| 77 | ${PN}-background-light-gradient \ | ||
| 78 | ${PN}-backgrounds \ | ||
| 79 | ${PN}-images \ | ||
| 80 | ${PN}-icons \ | ||
| 81 | ${PN}-other \ | ||
| 82 | ${PN}-input-methods \ | ||
| 83 | ${PN}-sysactions \ | ||
| 84 | ${PN}-utils \ | ||
| 85 | ${PN}-menu \ | ||
| 86 | efm-desktop-icon \ | ||
| 87 | illume-keyboard-default-alpha \ | ||
| 88 | illume-keyboard-default-numeric \ | ||
| 89 | illume-keyboard-default-terminal \ | ||
| 90 | " | ||
| 91 | |||
| 92 | ESYSACTIONS ?= "${PN}-sysactions" | ||
| 93 | |||
| 94 | RRECOMMENDS_${PN} = "\ | ||
| 95 | ${PN}-config-default \ | ||
| 96 | ${PN}-images \ | ||
| 97 | ${PN}-icons \ | ||
| 98 | ${PN}-other \ | ||
| 99 | ${PN}-input-methods \ | ||
| 100 | ${ESYSACTIONS} \ | ||
| 101 | efreet \ | ||
| 102 | evas-generic-loader-svg \ | ||
| 103 | " | ||
| 104 | |||
| 105 | FILES_${PN} = "\ | ||
| 106 | ${bindir}/* \ | ||
| 107 | ${libdir}/enlightenment/utils/* \ | ||
| 108 | ${libdir}/enlightenment/modules/*/*.* \ | ||
| 109 | ${libdir}/enlightenment/modules/*/*/* \ | ||
| 110 | ${libdir}/enlightenment/modules/*/*/.order \ | ||
| 111 | ${libdir}/enlightenment/modules/keyboards/ignore_built_in_keyboards \ | ||
| 112 | ${libdir}/enlightenment/*plugins/*/*/* \ | ||
| 113 | ${libdir}/enlightenment/preload/e_precache.so \ | ||
| 114 | ${datadir}/enlightenment/data/icons \ | ||
| 115 | ${datadir}/enlightenment/data/favorites \ | ||
| 116 | ${datadir}/enlightenment/data/input_methods \ | ||
| 117 | ${datadir}/enlightenment/data/config/profile.cfg \ | ||
| 118 | ${datadir}/enlightenment/AUTHORS \ | ||
| 119 | ${datadir}/enlightenment/COPYING \ | ||
| 120 | ${datadir}/xsessions/enlightenment.desktop \ | ||
| 121 | ${sysconfdir}/xdg \ | ||
| 122 | ${systemd_unitdir} \ | ||
| 123 | " | ||
| 124 | |||
| 125 | FILES_${PN}-config-default = "${datadir}/enlightenment/data/config/default" | ||
| 126 | FILES_${PN}-config-mobile = "${datadir}/enlightenment/data/config/mobile" | ||
| 127 | FILES_${PN}-config-minimalist = "${datadir}/enlightenment/data/config/minimalist" | ||
| 128 | FILES_${PN}-config-netbook = "${datadir}/enlightenment/data/config/netbook" | ||
| 129 | FILES_${PN}-config-scaleable = "${datadir}/enlightenment/data/config/scaleable" | ||
| 130 | FILES_${PN}-config-standard = "${datadir}/enlightenment/data/config/standard" | ||
| 131 | FILES_${PN}-config-tiling = "${datadir}/enlightenment/data/config/tiling" | ||
| 132 | FILES_${PN}-theme-default = "${datadir}/enlightenment/data/themes/default.edj" | ||
| 133 | FILES_${PN}-theme-default = "${datadir}/enlightenment/data/themes/default.edj" | ||
| 134 | FILES_${PN}-background-dark-gradient = "${datadir}/enlightenment/data/backgrounds/Dark_Gradient.edj" | ||
| 135 | FILES_${PN}-background-light-gradient = "${datadir}/enlightenment/data/backgrounds/Light_Gradient.edj" | ||
| 136 | FILES_${PN}-backgrounds = "${datadir}/enlightenment/data/backgrounds/*.edj" | ||
| 137 | FILES_${PN}-images = "${datadir}/enlightenment/data/images ${datadir}/enlightenment/data/flags" | ||
| 138 | FILES_${PN}-icons = "${datadir}/enlightenment/data/icons" | ||
| 139 | FILES_${PN}-other = "${datadir}/enlightenment/data/other" | ||
| 140 | FILES_${PN}-input-methods = "${datadir}/enlightenment/data/input_methods" | ||
| 141 | FILES_${PN}-sysactions = "${sysconfdir}/enlightenment/sysactions.conf" | ||
| 142 | FILES_${PN}-utils = "${libdir}/enlightenment/utils/*" | ||
| 143 | FILES_${PN}-menu = "${sysconfdir}/xdg/menus/applications.menu" | ||
| 144 | |||
| 145 | FILES_efm-desktop-icon = "\ | ||
| 146 | ${datadir}/applications/efm.desktop \ | ||
| 147 | ${datadir}/applications/enlightenment_filemanager.desktop \ | ||
| 148 | ${datadir}/icons/e-module-fileman.png \ | ||
| 149 | " | ||
| 150 | |||
| 151 | KEYBOARDS_DIR="${libdir}/enlightenment/modules/illume-keyboard/keyboards" | ||
| 152 | FILES_illume-keyboard-default-alpha = "\ | ||
| 153 | ${KEYBOARDS_DIR}/Default.kbd \ | ||
| 154 | ${KEYBOARDS_DIR}/alpha.png \ | ||
| 155 | " | ||
| 156 | FILES_illume-keyboard-default-numeric = "\ | ||
| 157 | ${KEYBOARDS_DIR}/Numbers.kbd \ | ||
| 158 | ${KEYBOARDS_DIR}/numeric.png \ | ||
| 159 | " | ||
| 160 | FILES_illume-keyboard-default-terminal = "\ | ||
| 161 | ${KEYBOARDS_DIR}/Terminal.kbd \ | ||
| 162 | ${KEYBOARDS_DIR}/qwerty.png \ | ||
| 163 | " | ||
| 164 | |||
| 165 | RRECOMMENDS_${PN}-config-default = "${PN}-theme-default" | ||
| 166 | RRECOMMENDS_${PN}-config-mobile = "\ | ||
| 167 | illume-keyboard-default-alpha \ | ||
| 168 | illume-keyboard-default-numeric \ | ||
| 169 | illume-keyboard-default-terminal \ | ||
| 170 | " | ||
| 171 | |||
| 172 | RRECOMMENDS_${PN}-config-minimalist = "\ | ||
| 173 | ${PN}-background-light-gradient \ | ||
| 174 | ${PN}-theme-default \ | ||
| 175 | " | ||
| 176 | RRECOMMENDS_${PN}-config-netbook = "\ | ||
| 177 | ${PN}-background-dark-gradient \ | ||
| 178 | ${PN}-theme-default \ | ||
| 179 | " | ||
| 180 | RRECOMMENDS_${PN}-config-scaleable = "${PN}-theme-default" | ||
| 181 | RRECOMMENDS_${PN}-config-standard = "${PN}-theme-default" | ||
| 182 | |||
| 183 | FILES_${PN}-dbg += "\ | ||
| 184 | ${libdir}/enlightenment/modules/*/*/.debug/ \ | ||
| 185 | ${libdir}/enlightenment/modules/policies/.debug/ \ | ||
| 186 | ${libdir}/enlightenment/preload/.debug/ \ | ||
| 187 | ${libdir}/enlightenment/utils/.debug/ \ | ||
| 188 | ${libdir}/enlightenment/*plugins/*/*/.debug \ | ||
| 189 | " | ||
| 190 | |||
| 191 | FILES_${PN}-doc += "\ | ||
| 192 | ${datadir}/enlightenment/doc \ | ||
| 193 | " | ||
| 194 | |||
| 195 | CONFFILES_${PN}-menu = "${sysconfdir}/xdg/menus/applications.menu" | ||
| 196 | CONFFILES_${PN}-sysactions = "/etc/enlightenment/sysactions.conf" | ||
| 197 | |||
| 198 | ALTERNATIVE_${PN} = "x-window-manager" | ||
| 199 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/enlightenment_start.oe" | ||
| 200 | ALTERNATIVE_PRIORITY[x-window-manager] = "16" | ||
diff --git a/meta-efl/recipes-efl/e17/e-wm/0001-Fix-incorrect-message-type.patch b/meta-efl/recipes-efl/e17/e-wm/0001-Fix-incorrect-message-type.patch deleted file mode 100644 index e718ef3db3..0000000000 --- a/meta-efl/recipes-efl/e17/e-wm/0001-Fix-incorrect-message-type.patch +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | From 0aef43c9cd1656413cf2eb3dc7c19b355ee7ed52 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Carlos Rafael Giani <dv@pseudoterminal.org> | ||
| 3 | Date: Sun, 1 Jun 2014 14:45:49 +0200 | ||
| 4 | Subject: [PATCH] Fix incorrect message type | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 8 | Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> | ||
| 9 | --- | ||
| 10 | src/bin/e_desk.c | 2 +- | ||
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 12 | |||
| 13 | diff --git a/src/bin/e_desk.c b/src/bin/e_desk.c | ||
| 14 | index b156e19..77d7520 100644 | ||
| 15 | --- a/src/bin/e_desk.c | ||
| 16 | +++ b/src/bin/e_desk.c | ||
| 17 | @@ -221,7 +221,7 @@ e_desk_show(E_Desk *desk) | ||
| 18 | E_Event_Desk_Show *ev; | ||
| 19 | E_Event_Desk_Before_Show *eev; | ||
| 20 | E_Event_Desk_After_Show *eeev; | ||
| 21 | - Edje_Message_Float_Set *msg; | ||
| 22 | + Edje_Message_Int_Set *msg; | ||
| 23 | Eina_List *l; | ||
| 24 | E_Shelf *es; | ||
| 25 | int was_zone = 0, x, y, dx = 0, dy = 0; | ||
| 26 | -- | ||
| 27 | 1.8.3.2 | ||
| 28 | |||
diff --git a/meta-efl/recipes-efl/e17/e-wm/0001-configure.ac-add-foreign.patch b/meta-efl/recipes-efl/e17/e-wm/0001-configure.ac-add-foreign.patch deleted file mode 100644 index c7a574c908..0000000000 --- a/meta-efl/recipes-efl/e17/e-wm/0001-configure.ac-add-foreign.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | From 19e59b6e8148388e7a17f10d4390176a50e2917f Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 3 | Date: Mon, 25 Aug 2014 16:06:03 +0200 | ||
| 4 | Subject: [PATCH] configure.ac: add foreign | ||
| 5 | |||
| 6 | * fixes: | ||
| 7 | | configure.ac:312: error: required file './ABOUT-NLS' not found | ||
| 8 | |||
| 9 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 10 | --- | ||
| 11 | configure.ac | 2 +- | ||
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/configure.ac b/configure.ac | ||
| 15 | index 51ad0ba..cd77739 100644 | ||
| 16 | --- a/configure.ac | ||
| 17 | +++ b/configure.ac | ||
| 18 | @@ -34,7 +34,7 @@ AH_BOTTOM([ | ||
| 19 | #endif /* EFL_CONFIG_H__ */ | ||
| 20 | ]) | ||
| 21 | |||
| 22 | -AM_INIT_AUTOMAKE([1.11 dist-bzip2 dist-xz -Wno-portability]) | ||
| 23 | +AM_INIT_AUTOMAKE([1.11 dist-bzip2 dist-xz -Wno-portability foreign]) | ||
| 24 | AM_SILENT_RULES([yes]) | ||
| 25 | |||
| 26 | AC_USE_SYSTEM_EXTENSIONS | ||
| 27 | -- | ||
| 28 | 2.3.0 | ||
| 29 | |||
diff --git a/meta-efl/recipes-efl/e17/e-wm/applications.menu b/meta-efl/recipes-efl/e17/e-wm/applications.menu deleted file mode 100644 index ed9b906621..0000000000 --- a/meta-efl/recipes-efl/e17/e-wm/applications.menu +++ /dev/null | |||
| @@ -1,105 +0,0 @@ | |||
| 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 deleted file mode 100644 index ff86172752..0000000000 --- a/meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | E_PROFILE="" | ||
| 4 | if [ -r /etc/enlightenment/default_profile ]; then | ||
| 5 | . /etc/enlightenment/default_profile | ||
| 6 | fi | ||
| 7 | |||
| 8 | renice -2 -p $$ | ||
| 9 | exec enlightenment_start $E_PROFILE | ||
diff --git a/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb b/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb deleted file mode 100644 index ac18b59bbc..0000000000 --- a/meta-efl/recipes-efl/e17/e-wm_0.18.8.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | require ${BPN}.inc | ||
| 2 | |||
| 3 | SRCNAME = "enlightenment" | ||
| 4 | |||
| 5 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 6 | |||
| 7 | SRC_URI = "\ | ||
| 8 | ${E_RELEASES}/apps/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
| 9 | file://enlightenment_start.oe \ | ||
| 10 | file://applications.menu \ | ||
| 11 | file://0001-Fix-incorrect-message-type.patch \ | ||
| 12 | " | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "79c9f524e1d0510061c62c4b038a8ece" | ||
| 15 | SRC_URI[sha256sum] = "14c9bde4334d2f8b0776c6113d02b923ab159eea1cbf7013489e4f3bf37a51bb" | ||
| 16 | |||
| 17 | PNBLACKLIST[e-wm] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/e-wm_0.19.10.bb b/meta-efl/recipes-efl/e17/e-wm_0.19.10.bb deleted file mode 100644 index aa6a7b8d70..0000000000 --- a/meta-efl/recipes-efl/e17/e-wm_0.19.10.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | require ${BPN}.inc | ||
| 2 | |||
| 3 | SRCNAME = "enlightenment" | ||
| 4 | |||
| 5 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 6 | |||
| 7 | # couple of modules needed for illume2 (mobile) profile were removed in | ||
| 8 | # http://git.enlightenment.org/core/enlightenment.git/commit/src/modules/Makefile.mk?id=1be76d599ca27f820b58b8186c5f73d9844c67ca | ||
| 9 | # and replacements aren't included yet, if you want to use e-wm on device with small screen, better stay with 0.18 release | ||
| 10 | DEFAULT_PREFERENCE = "-1" | ||
| 11 | |||
| 12 | SRC_URI = "\ | ||
| 13 | ${E_RELEASES}/apps/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
| 14 | file://enlightenment_start.oe \ | ||
| 15 | file://applications.menu \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "9063617760329445ada8635270a4e627" | ||
| 19 | SRC_URI[sha256sum] = "484d305bcf403303b18c46a3a498445b93689cd325010ae8d0601551926469d8" | ||
| 20 | |||
| 21 | PNBLACKLIST[e-wm] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/e-wm_git.bb b/meta-efl/recipes-efl/e17/e-wm_git.bb deleted file mode 100644 index 0f25fd592b..0000000000 --- a/meta-efl/recipes-efl/e17/e-wm_git.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | require ${BPN}.inc | ||
| 2 | |||
| 3 | PV = "0.19.4+git${SRCPV}" | ||
| 4 | DEFAULT_PREFERENCE = "-2" | ||
| 5 | |||
| 6 | SRC_URI = " \ | ||
| 7 | git://git.enlightenment.org/core/enlightenment.git;branch=enlightenment-0.19 \ | ||
| 8 | file://0001-configure.ac-add-foreign.patch \ | ||
| 9 | file://enlightenment_start.oe \ | ||
| 10 | file://applications.menu \ | ||
| 11 | " | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | SRCREV = "4545d4a70031e0b2565b8d83d5f756bff1a584d0" | ||
| 15 | |||
| 16 | PNBLACKLIST[e-wm] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/edje-viewer_svn.bb b/meta-efl/recipes-efl/e17/edje-viewer_svn.bb deleted file mode 100644 index 6d3efda510..0000000000 --- a/meta-efl/recipes-efl/e17/edje-viewer_svn.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | SUMMARY = "Edje_Viewer is just that" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35 \ | ||
| 4 | file://COPYING-PLAIN;md5=e01359041001e8bf24c09acca556e792" | ||
| 5 | |||
| 6 | DEPENDS = "elementary" | ||
| 7 | PV = "0.0.0+svnr${SRCPV}" | ||
| 8 | SRCREV = "${EFL_SRCREV}" | ||
| 9 | |||
| 10 | inherit e | ||
| 11 | |||
| 12 | SRCNAME = "edje_viewer" | ||
| 13 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" | ||
| 14 | S = "${WORKDIR}/${SRCNAME}" | ||
| 15 | |||
| 16 | FILES_${PN} += "${datadir}" | ||
| 17 | |||
| 18 | PNBLACKLIST[edje-viewer] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/elbow_git.bb b/meta-efl/recipes-efl/e17/elbow_git.bb deleted file mode 100644 index d2a8539898..0000000000 --- a/meta-efl/recipes-efl/e17/elbow_git.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | SUMMARY = "EFL based browser" | ||
| 2 | LICENSE = "GPLv3" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | ||
| 4 | DEPENDS = "evas ecore edje eina elementary webkit-efl sqlite3" | ||
| 5 | |||
| 6 | PV = "0.0.1+gitr${SRCPV}" | ||
| 7 | SRCREV = "b41fd0bc9514ff61bb2a50d957efe4155fa3e6a8" | ||
| 8 | |||
| 9 | # webkit-efl isn't available for < armv7a | ||
| 10 | COMPATIBLE_MACHINE = "(-)" | ||
| 11 | COMPATIBLE_MACHINE_x86 = "(.*)" | ||
| 12 | COMPATIBLE_MACHINE_x86-64 = "(.*)" | ||
| 13 | COMPATIBLE_MACHINE_armv7a = "(.*)" | ||
| 14 | |||
| 15 | inherit e gettext cmake | ||
| 16 | |||
| 17 | EXTRA_OECMAKE = "-DDATA_INSTALL_DIR=${datadir}" | ||
| 18 | |||
| 19 | SRC_URI = " \ | ||
| 20 | git://github.com/bunhere/elbow.git;protocol=https \ | ||
| 21 | " | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | |||
| 24 | FILES_${PN} += "${datadir}/themes" | ||
| 25 | |||
| 26 | PNBLACKLIST[elbow] ?= "Depends on blacklisted webkit-efl - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/elfe_git.bb b/meta-efl/recipes-efl/e17/elfe_git.bb deleted file mode 100644 index e9f7f9e89e..0000000000 --- a/meta-efl/recipes-efl/e17/elfe_git.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | LICENSE = "MIT" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | ||
| 3 | PV = "0.0.1+gitr${SRCPV}" | ||
| 4 | PE = "1" | ||
| 5 | |||
| 6 | require e-module.inc | ||
| 7 | |||
| 8 | SRC_URI = " \ | ||
| 9 | git://git.enlightenment.org/enlightenment/modules/${BPN}.git \ | ||
| 10 | " | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | SRCREV = "1ec0e7713c3ca901014811ff78277d9e2aaac981" | ||
| 14 | |||
| 15 | DEPENDS += "elementary" | ||
| 16 | |||
| 17 | PNBLACKLIST[elfe] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/elmdentica/configure.patch b/meta-efl/recipes-efl/e17/elmdentica/configure.patch deleted file mode 100644 index 79a981b471..0000000000 --- a/meta-efl/recipes-efl/e17/elmdentica/configure.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Index: elmdentica/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- elmdentica.orig/configure.ac 2014-07-17 21:46:14.712566207 +0000 | ||
| 4 | +++ elmdentica/configure.ac 2014-07-17 21:51:34.960574935 +0000 | ||
| 5 | @@ -3,7 +3,7 @@ | ||
| 6 | AM_CONFIG_HEADER(config.h) | ||
| 7 | AC_CONFIG_MACRO_DIR([m4]) | ||
| 8 | |||
| 9 | -AM_INIT_AUTOMAKE | ||
| 10 | +AM_INIT_AUTOMAKE([foreign]) | ||
| 11 | |||
| 12 | AC_PROG_CC | ||
| 13 | AC_GNU_SOURCE | ||
diff --git a/meta-efl/recipes-efl/e17/elmdentica_svn.bb b/meta-efl/recipes-efl/e17/elmdentica_svn.bb deleted file mode 100644 index b17121721a..0000000000 --- a/meta-efl/recipes-efl/e17/elmdentica_svn.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | SUMMARY = "A indenti.ca client for E" | ||
| 2 | DEPENDS = "glib-2.0 gconf curl elementary sqlite3-native azy" | ||
| 3 | LICENSE = "GPLv3+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 5 | |||
| 6 | SECTION = "e/apps" | ||
| 7 | HOMEPAGE = "http://elmdentica.googlecode.com" | ||
| 8 | AUTHOR = "seabra" | ||
| 9 | |||
| 10 | inherit e gettext | ||
| 11 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" | ||
| 12 | S = "${WORKDIR}/${SRCNAME}" | ||
| 13 | |||
| 14 | EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" | ||
| 15 | |||
| 16 | PV = "0.9.9+svnr${SRCPV}" | ||
| 17 | SRCREV = "${EFL_SRCREV}" | ||
| 18 | |||
| 19 | RDEPENDS_${PN} = "${PN}-themes" | ||
| 20 | |||
| 21 | SRC_URI += "file://configure.patch" | ||
| 22 | |||
| 23 | PNBLACKLIST[elmdentica] ?= "OLD and depends on broken azy - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/emprint_svn.bb b/meta-efl/recipes-efl/e17/emprint_svn.bb deleted file mode 100644 index 115dc7cf53..0000000000 --- a/meta-efl/recipes-efl/e17/emprint_svn.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | DESCRIPTION = "Emprint is a utility for taking screenshots of the entire screen, a specific window, or a specific region." | ||
| 2 | LICENSE = "MIT & BSD" | ||
| 3 | DEPENDS = "imlib2 virtual/libx11 ecore evas edje eina" | ||
| 4 | PV = "0.0.1+svnr${SRCPV}" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | ||
| 6 | SRCREV = "${EFL_SRCREV}" | ||
| 7 | |||
| 8 | inherit e | ||
| 9 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" | ||
| 10 | S = "${WORKDIR}/${SRCNAME}" | ||
| 11 | |||
| 12 | FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug" | ||
| 13 | |||
| 14 | PNBLACKLIST[emprint] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/apps/emprint.git/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/enjoy/0001-always-use-position-as-percent-and-define-a-1-second.patch b/meta-efl/recipes-efl/e17/enjoy/0001-always-use-position-as-percent-and-define-a-1-second.patch deleted file mode 100644 index 09624503b3..0000000000 --- a/meta-efl/recipes-efl/e17/enjoy/0001-always-use-position-as-percent-and-define-a-1-second.patch +++ /dev/null | |||
| @@ -1,133 +0,0 @@ | |||
| 1 | From 751505501e0db31cf766ec0ae95a6968b4d1eb93 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alban Browaeys <prahal@yahoo.com> | ||
| 3 | Date: Wed, 5 Sep 2012 02:58:26 +0000 | ||
| 4 | Subject: [PATCH] always use position as percent and define a 1 seconds | ||
| 5 | tolerance. | ||
| 6 | |||
| 7 | Fix "reverb" effect: ie loop between setting the slider to match | ||
| 8 | the position and handling slider to position (seek). | ||
| 9 | --- | ||
| 10 | data/themes/default.edc | 8 +++----- | ||
| 11 | src/bin/win.c | 28 ++++++++++++++++++++++------ | ||
| 12 | 2 files changed, 25 insertions(+), 11 deletions(-) | ||
| 13 | |||
| 14 | diff --git a/data/themes/default.edc b/data/themes/default.edc | ||
| 15 | index ebf8ba4..7a906b1 100644 | ||
| 16 | --- a/data/themes/default.edc | ||
| 17 | +++ b/data/themes/default.edc | ||
| 18 | @@ -186,7 +186,6 @@ collections { | ||
| 19 | group { | ||
| 20 | name: "nowplaying"; | ||
| 21 | script { | ||
| 22 | - public cur_length; | ||
| 23 | public mute; | ||
| 24 | |||
| 25 | public get_time_str(Float:time, time_str[6]) | ||
| 26 | @@ -201,16 +200,15 @@ collections { | ||
| 27 | new Float:position = getfarg(2); | ||
| 28 | new Float:length = getfarg(3); | ||
| 29 | if (length > 0) | ||
| 30 | - external_param_set_float(PART:"progress.slider", "value", position / length * 100); | ||
| 31 | + external_param_set_float(PART:"progress.slider", "value", position * 100); | ||
| 32 | else | ||
| 33 | external_param_set_float(PART:"progress.slider", "value", 0); | ||
| 34 | |||
| 35 | new time_str[6]; | ||
| 36 | - get_time_str(position, time_str); | ||
| 37 | + get_time_str(position * length, time_str); | ||
| 38 | set_text(PART:"ejy.text.current_time", time_str); | ||
| 39 | get_time_str(length, time_str); | ||
| 40 | set_text(PART:"ejy.text.total_time", time_str); | ||
| 41 | - set_float(cur_length, length); | ||
| 42 | } else if (type == MSG_INT && id == MSG_SHUFFLE) { | ||
| 43 | external_param_set_bool(PART:"buttons.shuffle", "state", getarg(2)); | ||
| 44 | } else if (type == MSG_INT && id == MSG_LOOP) { | ||
| 45 | @@ -689,7 +687,7 @@ collections { | ||
| 46 | source: "progress.slider"; | ||
| 47 | signal: "changed"; | ||
| 48 | script { | ||
| 49 | - send_message(MSG_FLOAT, MSG_POSITION, (external_param_get_float(PART:"progress.slider", "value") * get_float(cur_length) / 100)); | ||
| 50 | + send_message(MSG_FLOAT, MSG_POSITION, (external_param_get_float(PART:"progress.slider", "value") / 100)); | ||
| 51 | } | ||
| 52 | } | ||
| 53 | program { | ||
| 54 | diff --git a/src/bin/win.c b/src/bin/win.c | ||
| 55 | index 2f65953..428e268 100644 | ||
| 56 | --- a/src/bin/win.c | ||
| 57 | +++ b/src/bin/win.c | ||
| 58 | @@ -194,8 +194,8 @@ _win_play_eval(Win *w) | ||
| 59 | { | ||
| 60 | Edje_Message_Float_Set *mf; | ||
| 61 | |||
| 62 | - w->play.position = emotion_object_position_get(w->emotion); | ||
| 63 | w->play.length = emotion_object_play_length_get(w->emotion); | ||
| 64 | + w->play.position = emotion_object_position_get(w->emotion) / w->play.length; | ||
| 65 | |||
| 66 | if ((w->song) && (w->song->length != (int)w->play.length)) | ||
| 67 | db_song_length_set(w->db, w->song, w->play.length); | ||
| 68 | @@ -542,8 +542,14 @@ _win_edje_msg(void *data, Evas_Object *o __UNUSED__, Edje_Message_Type type, int | ||
| 69 | else | ||
| 70 | { | ||
| 71 | Edje_Message_Float *m = msg; | ||
| 72 | + | ||
| 73 | + if ((((m->val - w->play.position) * w->play.length) < 1.0) | ||
| 74 | + && (((w->play.position - m->val) * w->play.length) < 1.0)) | ||
| 75 | + return; | ||
| 76 | + | ||
| 77 | w->play.position = m->val; | ||
| 78 | - emotion_object_position_set(w->emotion, w->play.position); | ||
| 79 | + emotion_object_position_set(w->emotion, w->play.position | ||
| 80 | + * w->play.length); | ||
| 81 | ecore_event_add(ENJOY_EVENT_POSITION_CHANGE, NULL, NULL, NULL); | ||
| 82 | } | ||
| 83 | break; | ||
| 84 | @@ -617,16 +623,21 @@ enjoy_control_seek(uint64_t position) | ||
| 85 | { | ||
| 86 | Win *w = &_win; | ||
| 87 | double seek_to; | ||
| 88 | + double new_pos = w->play.length / ((double)position / 1e6); | ||
| 89 | |||
| 90 | if (!w->db) return; | ||
| 91 | - seek_to = w->play.position + w->play.length / ((double)position / 1e6); | ||
| 92 | + | ||
| 93 | + if ((((new_pos - w->play.position) * w->play.length) < 1.0) | ||
| 94 | + && (((w->play.position - new_pos) * w->play.length) < 1.0)) return; | ||
| 95 | + | ||
| 96 | + seek_to = w->play.position + new_pos; | ||
| 97 | if (seek_to <= 0.0) | ||
| 98 | seek_to = 0.0; | ||
| 99 | else if (seek_to >= 1.0) | ||
| 100 | seek_to = 1.0; | ||
| 101 | |||
| 102 | w->play.position = seek_to; | ||
| 103 | - emotion_object_position_set(w->emotion, w->play.position); | ||
| 104 | + emotion_object_position_set(w->emotion, w->play.position * w->play.length); | ||
| 105 | ecore_event_add(ENJOY_EVENT_POSITION_CHANGE, NULL, NULL, NULL); | ||
| 106 | } | ||
| 107 | |||
| 108 | @@ -692,15 +703,20 @@ EAPI void | ||
| 109 | enjoy_position_set(int32_t position) | ||
| 110 | { | ||
| 111 | Win *w = &_win; | ||
| 112 | + double new_pos = w->play.length / ((double)position / 1e6); | ||
| 113 | |||
| 114 | if (!w->db) return; | ||
| 115 | - w->play.position = w->play.length / ((double)position / 1e6); | ||
| 116 | + | ||
| 117 | + if ((((new_pos - w->play.position) * w->play.length) < 1.0) | ||
| 118 | + && (((w->play.position - new_pos) * w->play.length) < 1.0)) return; | ||
| 119 | + | ||
| 120 | + w->play.position = new_pos; | ||
| 121 | if (w->play.position < 0.0) | ||
| 122 | w->play.position = 0.0; | ||
| 123 | else if (w->play.position > 1.0) | ||
| 124 | w->play.position = 1.0; | ||
| 125 | |||
| 126 | - emotion_object_position_set(w->emotion, w->play.position); | ||
| 127 | + emotion_object_position_set(w->emotion, w->play.position * w->play.length); | ||
| 128 | ecore_event_add(ENJOY_EVENT_POSITION_CHANGE, NULL, NULL, NULL); | ||
| 129 | } | ||
| 130 | |||
| 131 | -- | ||
| 132 | 1.8.5.2 | ||
| 133 | |||
diff --git a/meta-efl/recipes-efl/e17/enjoy/configure.patch b/meta-efl/recipes-efl/e17/enjoy/configure.patch deleted file mode 100644 index 6e0ed74610..0000000000 --- a/meta-efl/recipes-efl/e17/enjoy/configure.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Index: git/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- git.orig/configure.ac 2014-07-17 21:48:51.284570474 +0000 | ||
| 4 | +++ git/configure.ac 2014-07-17 21:53:39.104578318 +0000 | ||
| 5 | @@ -26,7 +26,7 @@ | ||
| 6 | AC_CANONICAL_HOST | ||
| 7 | AC_ISC_POSIX | ||
| 8 | |||
| 9 | -AM_INIT_AUTOMAKE(1.6 dist-bzip2) | ||
| 10 | +AM_INIT_AUTOMAKE([dist-bzip2 foreign]) | ||
| 11 | AC_CONFIG_HEADERS(config.h) | ||
| 12 | _XTERM_COLORS | ||
| 13 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
diff --git a/meta-efl/recipes-efl/e17/enjoy_git.bb b/meta-efl/recipes-efl/e17/enjoy_git.bb deleted file mode 100644 index 716d73ed17..0000000000 --- a/meta-efl/recipes-efl/e17/enjoy_git.bb +++ /dev/null | |||
| @@ -1,50 +0,0 @@ | |||
| 1 | SUMMARY = "Enjoy music player" | ||
| 2 | LICENSE = "LGPLv3" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | ||
| 4 | DEPENDS = "evas ecore edje elementary emotion lightmediascanner eldbus gst-plugins-good" | ||
| 5 | |||
| 6 | SRCREV = "aa8fec69e885eec048a849c2b34059ec58404e02" | ||
| 7 | PV = "0.1.0+gitr${SRCPV}" | ||
| 8 | |||
| 9 | #1st needed for all formats | ||
| 10 | #2nd needed for mp3 playback | ||
| 11 | #3d needed for ogg playback | ||
| 12 | #4th needed for flac playback | ||
| 13 | #5th needed binary to create db | ||
| 14 | RDEPENDS_${PN} += "\ | ||
| 15 | gst-plugins-base-typefindfunctions gst-plugins-base-playbin gst-plugins-base-volume gst-plugins-base-decodebin2 gst-plugins-good-autodetect \ | ||
| 16 | gst-plugins-base-ogg gst-plugins-base-ivorbisdec \ | ||
| 17 | gst-plugins-good-flac \ | ||
| 18 | lightmediascanner-test \ | ||
| 19 | " | ||
| 20 | |||
| 21 | inherit e gettext | ||
| 22 | SRC_URI = " \ | ||
| 23 | git://git.enlightenment.org/apps/enjoy.git \ | ||
| 24 | file://0001-always-use-position-as-percent-and-define-a-1-second.patch \ | ||
| 25 | file://configure.patch \ | ||
| 26 | " | ||
| 27 | S = "${WORKDIR}/git" | ||
| 28 | |||
| 29 | FILES_${PN} += "${datadir}/icons/" | ||
| 30 | |||
| 31 | EXTRA_OECONF = "\ | ||
| 32 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | ||
| 33 | " | ||
| 34 | |||
| 35 | PACKAGECONFIG[mad] = ",,gst-plugins-ugly,gst-plugins-ugly-mad" | ||
| 36 | PACKAGECONFIG[id3demux] = ",,,gst-plugins-good-id3demux" | ||
| 37 | |||
| 38 | do_configure_prepend() { | ||
| 39 | autopoint || touch config.rpath | ||
| 40 | } | ||
| 41 | |||
| 42 | pkg_postinst_${PN} () { | ||
| 43 | echo "enjoy: SCAN and LIBRARY MANAGER are not implemeted yet!" | ||
| 44 | echo "enjoy: Meanwhile please run:" | ||
| 45 | echo "enjoy: test-lms -m mono -p id3 -i 5000 -s /path/to/your/music/dir /home/root/.config/enjoy/media.db" | ||
| 46 | echo "enjoy:" | ||
| 47 | echo "enjoy: Use test-lms -P to see available formats that can be scanned" | ||
| 48 | } | ||
| 49 | |||
| 50 | PNBLACKLIST[enjoy] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/ephoto/configure.patch b/meta-efl/recipes-efl/e17/ephoto/configure.patch deleted file mode 100644 index 59466f8af8..0000000000 --- a/meta-efl/recipes-efl/e17/ephoto/configure.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Index: ephoto/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- ephoto.orig/configure.ac 2014-07-17 21:48:51.028570467 +0000 | ||
| 4 | +++ ephoto/configure.ac 2014-07-17 21:52:56.120577146 +0000 | ||
| 5 | @@ -27,7 +27,7 @@ | ||
| 6 | AC_CANONICAL_HOST | ||
| 7 | AC_ISC_POSIX | ||
| 8 | |||
| 9 | -AM_INIT_AUTOMAKE(1.6 dist-bzip2) | ||
| 10 | +AM_INIT_AUTOMAKE([dist-bzip2 foreign]) | ||
| 11 | AM_CONFIG_HEADER(src/bin/config.h) | ||
| 12 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
| 13 | |||
diff --git a/meta-efl/recipes-efl/e17/ephoto_svn.bb b/meta-efl/recipes-efl/e17/ephoto_svn.bb deleted file mode 100644 index f86ffe16f6..0000000000 --- a/meta-efl/recipes-efl/e17/ephoto_svn.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | LICENSE = "MIT & GPL-3.0" | ||
| 2 | PV = "0.1.0+svnr${SRCREV}" | ||
| 3 | PR = "${INC_PR}.0" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fdffcddb366d0cc78e0e46c4ea70c8d9 \ | ||
| 6 | file://COPYING.icons;md5=8f0e2cd40e05189ec81232da84bd6e1a" | ||
| 7 | |||
| 8 | require e-module.inc | ||
| 9 | |||
| 10 | inherit gettext | ||
| 11 | |||
| 12 | DEPENDS += "elementary ethumb ecore eio" | ||
| 13 | |||
| 14 | SRCNAME = "${PN}" | ||
| 15 | |||
| 16 | # autotools-brokensep | ||
| 17 | B = "${S}" | ||
| 18 | |||
| 19 | SRC_URI += "file://configure.patch" | ||
| 20 | |||
| 21 | PNBLACKLIST[ephoto] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/exalt-client/configure.patch b/meta-efl/recipes-efl/e17/exalt-client/configure.patch deleted file mode 100644 index d4ff801ce2..0000000000 --- a/meta-efl/recipes-efl/e17/exalt-client/configure.patch +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | Index: exalt-client/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- exalt-client.orig/configure.ac 2014-07-17 21:46:14.712566207 +0000 | ||
| 4 | +++ exalt-client/configure.ac 2014-07-17 21:47:56.880568991 +0000 | ||
| 5 | @@ -10,7 +10,7 @@ | ||
| 6 | AC_CANONICAL_HOST | ||
| 7 | AC_ISC_POSIX | ||
| 8 | |||
| 9 | -AM_INIT_AUTOMAKE(1.8) | ||
| 10 | +AM_INIT_AUTOMAKE([foreign]) | ||
| 11 | AM_CONFIG_HEADER(config.h) | ||
| 12 | |||
| 13 | AC_PROG_CC | ||
| 14 | @@ -29,7 +29,6 @@ | ||
| 15 | |||
| 16 | m4_ifdef([AM_GNU_GETTEXT], [ | ||
| 17 | AM_GNU_GETTEXT([external]) | ||
| 18 | -po_makefile_in=po/Makefile.in | ||
| 19 | AM_CONDITIONAL([HAVE_PO], [true]) | ||
| 20 | ],[ | ||
| 21 | AM_CONDITIONAL([HAVE_PO], [false]) | ||
| 22 | @@ -101,6 +100,5 @@ | ||
| 23 | src/Makefile | ||
| 24 | module.desktop | ||
| 25 | e_modules-exalt-client.spec | ||
| 26 | -$po_makefile_in | ||
| 27 | ], [ | ||
| 28 | ]) | ||
diff --git a/meta-efl/recipes-efl/e17/exalt-client_svn.bb b/meta-efl/recipes-efl/e17/exalt-client_svn.bb deleted file mode 100644 index cb78a2e3af..0000000000 --- a/meta-efl/recipes-efl/e17/exalt-client_svn.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | LICENSE = "LGPL-2.0" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
| 3 | |||
| 4 | PV = "0.0.1+svnr${SRCPV}" | ||
| 5 | |||
| 6 | require e-module.inc | ||
| 7 | |||
| 8 | DEPENDS += "elementary exalt edje-native" | ||
| 9 | |||
| 10 | CFLAGS += " -I${STAGING_INCDIR}/exalt -I${STAGING_INCDIR}/exalt_dbus" | ||
| 11 | |||
| 12 | do_configure_prepend() { | ||
| 13 | sed -i -e /po/d ${S}/configure.ac | ||
| 14 | sed -i -e s:\ po::g ${S}/Makefile.am | ||
| 15 | } | ||
| 16 | |||
| 17 | FILES_${PN} += "${libdir}/enlightenment/modules/*/*.desktop \ | ||
| 18 | ${libdir}/enlightenment/modules/*/*.edj \ | ||
| 19 | ${libdir}/enlightenment/modules/*/*/*.so" | ||
| 20 | |||
| 21 | FILES_${PN}-staticdev += "${libdir}/enlightenment/modules/*/*/*.a" | ||
| 22 | FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.la" | ||
| 23 | FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug" | ||
| 24 | |||
| 25 | SRC_URI += "file://configure.patch" | ||
| 26 | PNBLACKLIST[exalt-client] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/exalt_svn.bb b/meta-efl/recipes-efl/e17/exalt_svn.bb deleted file mode 100644 index 9e63f1bc28..0000000000 --- a/meta-efl/recipes-efl/e17/exalt_svn.bb +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | SUMMARY = "Exalt is a network manager for the windows manager Enlightenment DR17" | ||
| 2 | HOMEPAGE = "http://watchwolf.fr/wiki/doku.php?id=exalt" | ||
| 3 | |||
| 4 | LICENSE = "LGPLv2.1" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
| 6 | |||
| 7 | DEPENDS = "elementary vpnc wpa-supplicant ecore eet edbus" | ||
| 8 | RDEPENDS_${PN} = "vpnc wpa-supplicant" | ||
| 9 | |||
| 10 | PV = "0.9+svnr${SRCPV}" | ||
| 11 | SRCREV = "${EFL_SRCREV}" | ||
| 12 | |||
| 13 | inherit e | ||
| 14 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" | ||
| 15 | S = "${WORKDIR}/${SRCNAME}" | ||
| 16 | |||
| 17 | EXTRA_OECONF = " \ | ||
| 18 | --with-wpa_supplicant=${sbindir}/wpa_supplicant \ | ||
| 19 | --with-vpnc=${sbindir}/vpnc \ | ||
| 20 | --with-vpnc-disconnect=${sbindir}/vpnc-disconnect \ | ||
| 21 | " | ||
| 22 | |||
| 23 | do_install_append() { | ||
| 24 | # install dbus config file | ||
| 25 | install -d ${D}${sysconfdir}/dbus-1/system.d/ | ||
| 26 | install -m 0644 ${S}/data/daemon/dbus/exalt.conf ${D}${sysconfdir}/dbus-1/system.d/exalt.conf | ||
| 27 | |||
| 28 | # install dbus service file | ||
| 29 | install -d ${D}${datadir}/dbus-1/system-services/ | ||
| 30 | install -m 0644 ${B}/org.e.Exalt.service ${D}${datadir}/dbus-1/system-services/ | ||
| 31 | } | ||
| 32 | |||
| 33 | FILES_${PN} += "${datadir}/dbus-1" | ||
| 34 | |||
| 35 | |||
| 36 | PNBLACKLIST[exalt] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb b/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb deleted file mode 100644 index c9063bc445..0000000000 --- a/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb +++ /dev/null | |||
| @@ -1,41 +0,0 @@ | |||
| 1 | DDESCRIPTION = "A theme for exquisite" | ||
| 2 | LICENSE = "MIT & BSD" | ||
| 3 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2" | ||
| 4 | SECTION = "x11" | ||
| 5 | DEPENDS = "edje-native" | ||
| 6 | PV = "1.0+svnr${SRCPV}" | ||
| 7 | SRCREV = "${EFL_SRCREV}" | ||
| 8 | |||
| 9 | inherit e-base update-alternatives allarch | ||
| 10 | |||
| 11 | ALTERNATIVE_NAME = "exquisite-config" | ||
| 12 | ALTERNATIVE_LINK = "${sysconfdir}/exquisite/config" | ||
| 13 | ALTERNATIVE_PATH = "${sysconfdir}/exquisite/config-illume" | ||
| 14 | ALTERNATIVE_PRIORITY = "10" | ||
| 15 | |||
| 16 | SRCNAME = "b_and_w" | ||
| 17 | |||
| 18 | SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};protocol=http \ | ||
| 19 | file://LICENSE \ | ||
| 20 | " | ||
| 21 | S = "${WORKDIR}/${SRCNAME}" | ||
| 22 | |||
| 23 | do_compile() { | ||
| 24 | ${STAGING_BINDIR_NATIVE}/edje_cc exquisite.edc illume.edj | ||
| 25 | } | ||
| 26 | |||
| 27 | do_install() { | ||
| 28 | install -d ${D}${sysconfdir}/exquisite | ||
| 29 | install -d ${D}${datadir}/exquisite/data/themes | ||
| 30 | install -m 0644 ${S}/illume.edj ${D}${datadir}/exquisite/data/themes/ | ||
| 31 | echo 'THEME="-t illume"' > ${D}${sysconfdir}/exquisite/config-illume | ||
| 32 | } | ||
| 33 | |||
| 34 | CONFFILES_${PN} = "${sysconfdir}/exquisite/config-illume" | ||
| 35 | FILES_${PN} = "${sysconfdir}/exquisite ${datadir}/exquisite/data/themes" | ||
| 36 | |||
| 37 | PNBLACKLIST[exquisite-theme-illume] ?= "Depends on blacklisted edje-native - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
| 38 | |||
| 39 | PNBLACKLIST[exquisite-theme-illume] ?= "Runtime depends on blacklisted exquisite-theme-illume - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
| 40 | |||
| 41 | PNBLACKLIST[exquisite-theme-illume] ?= "Runtime depends on blacklisted exquisite-theme-illume-dev - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/exquisite-theme-illume/LICENSE b/meta-efl/recipes-efl/e17/exquisite-theme-illume/LICENSE deleted file mode 100644 index 61bb2f603d..0000000000 --- a/meta-efl/recipes-efl/e17/exquisite-theme-illume/LICENSE +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | Copyright notice for Enlightenment: | ||
| 2 | |||
| 3 | Copyright (C) 2000-2010 Carsten Haitzler and various contributors (see AUTHORS) | ||
| 4 | |||
| 5 | All rights reserved. | ||
| 6 | |||
| 7 | Redistribution and use in source and binary forms, with or without | ||
| 8 | modification, are permitted provided that the following conditions are met: | ||
| 9 | |||
| 10 | 1. Redistributions of source code must retain the above copyright | ||
| 11 | notice, this list of conditions and the following disclaimer. | ||
| 12 | 2. Redistributions in binary form must reproduce the above copyright | ||
| 13 | notice, this list of conditions and the following disclaimer in the | ||
| 14 | documentation and/or other materials provided with the distribution. | ||
| 15 | |||
| 16 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, | ||
| 17 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
| 18 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | ||
| 19 | COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
| 20 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
| 21 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | ||
| 22 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
| 23 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
| 24 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, | ||
| 25 | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
diff --git a/meta-efl/recipes-efl/e17/exquisite/exquisite-init b/meta-efl/recipes-efl/e17/exquisite/exquisite-init deleted file mode 100644 index 2de6774ffb..0000000000 --- a/meta-efl/recipes-efl/e17/exquisite/exquisite-init +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | for x in $(cat /proc/cmdline); do | ||
| 4 | case $x in | ||
| 5 | splash=false) | ||
| 6 | echo "Splash Disabled" | ||
| 7 | exit 0; | ||
| 8 | ;; | ||
| 9 | esac | ||
| 10 | done | ||
| 11 | |||
| 12 | . /etc/init.d/functions | ||
| 13 | |||
| 14 | ### Default config here - gets overriden later | ||
| 15 | THEME="-t default" | ||
| 16 | FPS="-fps 30" | ||
| 17 | ### Override config - if there is a config file - load it. | ||
| 18 | if test -f /etc/exquisite/config; then | ||
| 19 | . /etc/exquisite/config | ||
| 20 | fi | ||
| 21 | |||
| 22 | args='' | ||
| 23 | case `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' ;; | ||
| 28 | esac | ||
| 29 | args=$args" $FPS $THEME" | ||
| 30 | |||
| 31 | export EXDIR=/mnt/.splash | ||
| 32 | export EXQUISITE_IPC=$EXDIR/exquisite | ||
| 33 | mount tmpfs -t tmpfs $EXDIR -o,size=40k | ||
| 34 | exquisite -fb -fs $args & | ||
| 35 | |||
| 36 | exquisite-write -wait 120 | ||
| 37 | exquisite-write "PULSATE" | ||
| 38 | setterm -blank 0 | ||
| 39 | setterm -powersave off | ||
| 40 | setterm -powerdown 0 | ||
diff --git a/meta-efl/recipes-efl/e17/exquisite/splashfuncs b/meta-efl/recipes-efl/e17/exquisite/splashfuncs deleted file mode 100644 index ada2a96dd4..0000000000 --- a/meta-efl/recipes-efl/e17/exquisite/splashfuncs +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | status() { | ||
| 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 | |||
| 7 | status_position() { | ||
| 8 | status "PROGRESS $1" | ||
| 9 | } | ||
| 10 | |||
| 11 | status_title() { | ||
| 12 | status "TITLE $1" | ||
| 13 | } | ||
| 14 | |||
| 15 | status_text() { | ||
| 16 | if test -n "$1"; then | ||
| 17 | status "MSG $1" | ||
| 18 | else | ||
| 19 | status "CLEAR" | ||
| 20 | fi | ||
| 21 | } | ||
| 22 | |||
| 23 | status_pulse() { | ||
| 24 | status "PULSATE" | ||
| 25 | } | ||
| 26 | |||
| 27 | status_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 deleted file mode 100644 index 826cd444ec..0000000000 --- a/meta-efl/recipes-efl/e17/exquisite_svn.bb +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | SUMMARY = "A psplash replacement for display" | ||
| 2 | LICENSE = "MIT & BSD" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=14defa372a91118e755133bc8e6aff83" | ||
| 4 | DEPENDS = "eet evas ecore embryo edje" | ||
| 5 | PV = "0.0.1+svnr${SRCPV}" | ||
| 6 | SRCREV = "${EFL_SRCREV}" | ||
| 7 | RRECOMMENDS_${PN} = "exquisite-themes" | ||
| 8 | RCONFLICTS_${PN} = "psplash virtual-psplash" | ||
| 9 | |||
| 10 | SRCNAME = "exquisite" | ||
| 11 | |||
| 12 | inherit e | ||
| 13 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" | ||
| 14 | S = "${WORKDIR}/${SRCNAME}" | ||
| 15 | |||
| 16 | EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" | ||
| 17 | |||
| 18 | SRC_URI += "file://exquisite-init" | ||
| 19 | SRC_URI += "file://splashfuncs" | ||
| 20 | |||
| 21 | inherit update-rc.d | ||
| 22 | |||
| 23 | do_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 | |||
| 34 | do_install_append() { | ||
| 35 | rm -rf ${D}${datadir}/exquisite/data/fonts/* | ||
| 36 | } | ||
| 37 | |||
| 38 | INITSCRIPT_NAME = "exquisite" | ||
| 39 | INITSCRIPT_PARAMS = "start 01 S . stop 20 0 1 6 ." | ||
| 40 | |||
| 41 | FILES_${PN} += "/mnt/.splash/" | ||
| 42 | |||
| 43 | PNBLACKLIST[exquisite] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130619/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/flame/configure.patch b/meta-efl/recipes-efl/e17/flame/configure.patch deleted file mode 100644 index 87c85de9f8..0000000000 --- a/meta-efl/recipes-efl/e17/flame/configure.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Index: cpu/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- cpu.orig/configure.ac 2014-07-17 20:39:48.000000000 +0000 | ||
| 4 | +++ cpu/configure.ac 2014-07-17 21:39:55.320555868 +0000 | ||
| 5 | @@ -10,7 +10,7 @@ | ||
| 6 | AC_CANONICAL_HOST | ||
| 7 | AC_ISC_POSIX | ||
| 8 | |||
| 9 | -AM_INIT_AUTOMAKE(1.6) | ||
| 10 | +AM_INIT_AUTOMAKE([foreign]) | ||
| 11 | AM_CONFIG_HEADER(config.h) | ||
| 12 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
| 13 | |||
diff --git a/meta-efl/recipes-efl/e17/flame_svn.bb b/meta-efl/recipes-efl/e17/flame_svn.bb deleted file mode 100644 index 6583d27244..0000000000 --- a/meta-efl/recipes-efl/e17/flame_svn.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | LICENSE = "MIT" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35 \ | ||
| 3 | file://COPYING-PLAIN;md5=c910b645eda0005ccec46f75203dc96e" | ||
| 4 | |||
| 5 | PV = "0.0.3+svnr${SRCPV}" | ||
| 6 | PR = "${INC_PR}.0" | ||
| 7 | |||
| 8 | require e-module.inc | ||
| 9 | |||
| 10 | do_configure_prepend() { | ||
| 11 | sed -i -e /po/d ${S}/configure.ac | ||
| 12 | sed -i -e s:\ po::g ${S}/Makefile.am | ||
| 13 | } | ||
| 14 | |||
| 15 | SRC_URI += "file://configure.patch" | ||
| 16 | |||
| 17 | PNBLACKLIST[flame] ?= "Depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/forecasts/configure.patch b/meta-efl/recipes-efl/e17/forecasts/configure.patch deleted file mode 100644 index 87c85de9f8..0000000000 --- a/meta-efl/recipes-efl/e17/forecasts/configure.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Index: cpu/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- cpu.orig/configure.ac 2014-07-17 20:39:48.000000000 +0000 | ||
| 4 | +++ cpu/configure.ac 2014-07-17 21:39:55.320555868 +0000 | ||
| 5 | @@ -10,7 +10,7 @@ | ||
| 6 | AC_CANONICAL_HOST | ||
| 7 | AC_ISC_POSIX | ||
| 8 | |||
| 9 | -AM_INIT_AUTOMAKE(1.6) | ||
| 10 | +AM_INIT_AUTOMAKE([foreign]) | ||
| 11 | AM_CONFIG_HEADER(config.h) | ||
| 12 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
| 13 | |||
diff --git a/meta-efl/recipes-efl/e17/forecasts_svn.bb b/meta-efl/recipes-efl/e17/forecasts_svn.bb deleted file mode 100644 index 495f314fc7..0000000000 --- a/meta-efl/recipes-efl/e17/forecasts_svn.bb +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | LICENSE = "MIT" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35 \ | ||
| 3 | file://COPYING-PLAIN;md5=51328cfb73bfec3eed7cfd3dbed73988" | ||
| 4 | |||
| 5 | PV = "0.2.0+svnr${SRCREV}" | ||
| 6 | PR = "${INC_PR}.0" | ||
| 7 | |||
| 8 | require e-module.inc | ||
| 9 | |||
| 10 | SRC_URI += "file://configure.patch" | ||
| 11 | |||
| 12 | PNBLACKLIST[forecasts] ?= "Depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
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 deleted file mode 100644 index b18a69b0ba..0000000000 --- a/meta-efl/recipes-efl/e17/illume-keyboards-shr/0001-Makefile-update-KEYBOARDS_DIR-for-new-illume2.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | From 9316e3973c44b981e73b953b2861060c6902de47 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 3 | Date: Mon, 23 Aug 2010 12:54:05 +0200 | ||
| 4 | Subject: [PATCH] Makefile: update KEYBOARDS_DIR for new illume2 | ||
| 5 | |||
| 6 | --- | ||
| 7 | Makefile | 2 +- | ||
| 8 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
| 9 | |||
| 10 | diff --git a/Makefile b/Makefile | ||
| 11 | index 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 | -- | ||
| 22 | 1.7.2 | ||
| 23 | |||
diff --git a/meta-efl/recipes-efl/e17/illume-keyboards-shr/LICENSE b/meta-efl/recipes-efl/e17/illume-keyboards-shr/LICENSE deleted file mode 100644 index 61bb2f603d..0000000000 --- a/meta-efl/recipes-efl/e17/illume-keyboards-shr/LICENSE +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | Copyright notice for Enlightenment: | ||
| 2 | |||
| 3 | Copyright (C) 2000-2010 Carsten Haitzler and various contributors (see AUTHORS) | ||
| 4 | |||
| 5 | All rights reserved. | ||
| 6 | |||
| 7 | Redistribution and use in source and binary forms, with or without | ||
| 8 | modification, are permitted provided that the following conditions are met: | ||
| 9 | |||
| 10 | 1. Redistributions of source code must retain the above copyright | ||
| 11 | notice, this list of conditions and the following disclaimer. | ||
| 12 | 2. Redistributions in binary form must reproduce the above copyright | ||
| 13 | notice, this list of conditions and the following disclaimer in the | ||
| 14 | documentation and/or other materials provided with the distribution. | ||
| 15 | |||
| 16 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, | ||
| 17 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
| 18 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | ||
| 19 | COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
| 20 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
| 21 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | ||
| 22 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
| 23 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
| 24 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, | ||
| 25 | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
diff --git a/meta-efl/recipes-efl/e17/news_svn.bb b/meta-efl/recipes-efl/e17/news_svn.bb deleted file mode 100644 index 4349e04457..0000000000 --- a/meta-efl/recipes-efl/e17/news_svn.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | LICENSE = "GPL-2.0" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 3 | |||
| 4 | PV = "0.1.0+svnr${SRCPV}" | ||
| 5 | PR = "${INC_PR}.0" | ||
| 6 | |||
| 7 | require e-module.inc | ||
| 8 | |||
| 9 | do_configure_prepend() { | ||
| 10 | sed -i -e /po/d configure.ac | ||
| 11 | sed -i -e s:\ po::g Makefile.am | ||
| 12 | } | ||
| 13 | |||
| 14 | PNBLACKLIST[news] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/enlightenment/modules/news.git/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/places/configure.patch b/meta-efl/recipes-efl/e17/places/configure.patch deleted file mode 100644 index f8f48345c9..0000000000 --- a/meta-efl/recipes-efl/e17/places/configure.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Index: places/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- places.orig/configure.ac 2014-07-17 21:51:01.276574017 +0000 | ||
| 4 | +++ places/configure.ac 2014-07-17 21:52:07.096575810 +0000 | ||
| 5 | @@ -10,7 +10,7 @@ | ||
| 6 | AC_CANONICAL_HOST | ||
| 7 | AC_ISC_POSIX | ||
| 8 | |||
| 9 | -AM_INIT_AUTOMAKE(1.8) | ||
| 10 | +AM_INIT_AUTOMAKE([foreign]) | ||
| 11 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
| 12 | AM_CONFIG_HEADER(config.h) | ||
| 13 | |||
diff --git a/meta-efl/recipes-efl/e17/places_svn.bb b/meta-efl/recipes-efl/e17/places_svn.bb deleted file mode 100644 index b184f84c30..0000000000 --- a/meta-efl/recipes-efl/e17/places_svn.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | LICENSE = "BSD" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | ||
| 3 | |||
| 4 | PV = "0.1.0+svnr${SRCPV}" | ||
| 5 | PR = "${INC_PR}.0" | ||
| 6 | |||
| 7 | require e-module.inc | ||
| 8 | |||
| 9 | do_configure_prepend() { | ||
| 10 | autopoint || touch config.rpath | ||
| 11 | } | ||
| 12 | |||
| 13 | # Calls /usr/bin/eject for media | ||
| 14 | RRECOMMENDS_${PN} += "eject" | ||
| 15 | |||
| 16 | SRC_URI += "file://configure.patch" | ||
| 17 | |||
| 18 | PNBLACKLIST[places] ?= "Depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/rage_svn.bb b/meta-efl/recipes-efl/e17/rage_svn.bb deleted file mode 100644 index 0a90fe3cdc..0000000000 --- a/meta-efl/recipes-efl/e17/rage_svn.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | SUMMARY = "Rage is a media center application based on EFL" | ||
| 2 | AUTHOR = "Carsten 'The Rasterman' Haitzler" | ||
| 3 | HOMEPAGE = "http://www.rasterman.com" | ||
| 4 | LICENSE = "MIT & BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | ||
| 6 | DEPENDS = "emotion evas ecore edje" | ||
| 7 | SECTION = "x11/multimedia" | ||
| 8 | PV = "0.3.0.042+svnr${SRCPV}" | ||
| 9 | SRCREV = "${EFL_SRCREV}" | ||
| 10 | |||
| 11 | inherit e | ||
| 12 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" | ||
| 13 | S = "${WORKDIR}/${SRCNAME}" | ||
| 14 | |||
| 15 | PNBLACKLIST[rage] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/apps/rage.git/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/rain/configure.patch b/meta-efl/recipes-efl/e17/rain/configure.patch deleted file mode 100644 index 87c85de9f8..0000000000 --- a/meta-efl/recipes-efl/e17/rain/configure.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Index: cpu/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- cpu.orig/configure.ac 2014-07-17 20:39:48.000000000 +0000 | ||
| 4 | +++ cpu/configure.ac 2014-07-17 21:39:55.320555868 +0000 | ||
| 5 | @@ -10,7 +10,7 @@ | ||
| 6 | AC_CANONICAL_HOST | ||
| 7 | AC_ISC_POSIX | ||
| 8 | |||
| 9 | -AM_INIT_AUTOMAKE(1.6) | ||
| 10 | +AM_INIT_AUTOMAKE([foreign]) | ||
| 11 | AM_CONFIG_HEADER(config.h) | ||
| 12 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
| 13 | |||
diff --git a/meta-efl/recipes-efl/e17/rain_svn.bb b/meta-efl/recipes-efl/e17/rain_svn.bb deleted file mode 100644 index 14aa2ed386..0000000000 --- a/meta-efl/recipes-efl/e17/rain_svn.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | LICENSE = "MIT" | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35 \ | ||
| 4 | file://COPYING-PLAIN;md5=c910b645eda0005ccec46f75203dc96e" | ||
| 5 | |||
| 6 | PV = "0.0.3+svnr${SRCPV}" | ||
| 7 | PR = "${INC_PR}.0" | ||
| 8 | |||
| 9 | require e-module.inc | ||
| 10 | |||
| 11 | do_configure_prepend() { | ||
| 12 | sed -i -e /po/d ${S}/configure.ac | ||
| 13 | sed -i -e s:\ po::g ${S}/Makefile.am | ||
| 14 | } | ||
| 15 | |||
| 16 | SRC_URI += "file://configure.patch" | ||
| 17 | |||
| 18 | PNBLACKLIST[rain] ?= "Depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch b/meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch deleted file mode 100644 index 14f1141f1b..0000000000 --- a/meta-efl/recipes-efl/e17/screenshot/screenshot-fix-mkinstalldirs.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||
| 2 | Subject: fix screenshot po/ building | ||
| 3 | Upstream-Status: Pending | ||
| 4 | |||
| 5 | Somehow configure doesn't substitute @MKINSTALLDIRS@ by default anymore, | ||
| 6 | however this substitution is required for po/Makefile | ||
| 7 | |||
| 8 | Fix that by calling AM_MKINSTALLDIRS from configure.ac | ||
| 9 | |||
| 10 | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||
| 11 | |||
| 12 | Index: E-MODULES-EXTRA/screenshot/configure.ac | ||
| 13 | =================================================================== | ||
| 14 | --- E-MODULES-EXTRA.orig/screenshot/configure.ac 2011-08-17 15:49:22.000000000 +0400 | ||
| 15 | +++ E-MODULES-EXTRA/screenshot/configure.ac 2011-08-17 15:49:34.000000000 +0400 | ||
| 16 | @@ -24,6 +24,7 @@ | ||
| 17 | define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl | ||
| 18 | AC_PROG_LIBTOOL | ||
| 19 | |||
| 20 | +AM_MKINSTALLDIRS | ||
| 21 | m4_ifdef([AM_GNU_GETTEXT_VERSION], [ | ||
| 22 | AM_GNU_GETTEXT_VERSION([0.14]) | ||
| 23 | ]) | ||
diff --git a/meta-efl/recipes-efl/e17/screenshot_svn.bb b/meta-efl/recipes-efl/e17/screenshot_svn.bb deleted file mode 100644 index 233f7777f8..0000000000 --- a/meta-efl/recipes-efl/e17/screenshot_svn.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | LICENSE = "MIT" | ||
| 2 | PV = "0.3.0+svnr${SRCREV}" | ||
| 3 | PR = "${INC_PR}.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | ||
| 5 | SRC_URI += "file://screenshot-fix-mkinstalldirs.patch" | ||
| 6 | |||
| 7 | require e-module.inc | ||
| 8 | |||
| 9 | DEPENDS += "emprint" | ||
| 10 | RDEPENDS_${PN} += "emprint" | ||
| 11 | |||
| 12 | do_configure_prepend() { | ||
| 13 | sed -i -e 's:AC_MSG_ERROR(emprint not found):echo foo:g' ${S}/configure.ac | ||
| 14 | } | ||
| 15 | |||
| 16 | PNBLACKLIST[screenshot] ?= "depends on blacklisted emprint - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/terminology.inc b/meta-efl/recipes-efl/e17/terminology.inc deleted file mode 100644 index 24f789f59f..0000000000 --- a/meta-efl/recipes-efl/e17/terminology.inc +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | DESCRIPTION = "Enlightenment Terminal Emulator" | ||
| 2 | LICENSE = "MIT & BSD-2-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4efac6b05b3256ba7da66301ac1ee6c6" | ||
| 4 | DEPENDS = "evas ecore edje elementary eina eet emotion" | ||
| 5 | |||
| 6 | inherit e gettext | ||
| 7 | |||
| 8 | # Because latest release we have is 0.1.0 which sorts lower then 0.1.0+svnr${SRCPV} already in feeds | ||
| 9 | PE = "2" | ||
| 10 | |||
| 11 | EXTRA_OECONF = "\ | ||
| 12 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | ||
| 13 | " | ||
| 14 | |||
| 15 | FILES_${PN} += "\ | ||
| 16 | ${datadir}/icons/terminology.png \ | ||
| 17 | " | ||
| 18 | |||
| 19 | # doesn't start without own theme | ||
| 20 | # ERR<770>:terminology utils.c:26 theme_apply() Could not load any theme for group=terminology/background: No Error | ||
| 21 | # CRI<770>:terminology main.c:448 elm_main() Couldn't find terminology theme! Forgot 'make install'? | ||
| 22 | RDEPENDS_${PN} += "${PN}-themes" | ||
diff --git a/meta-efl/recipes-efl/e17/terminology_0.9.1.bb b/meta-efl/recipes-efl/e17/terminology_0.9.1.bb deleted file mode 100644 index 77dd223fdf..0000000000 --- a/meta-efl/recipes-efl/e17/terminology_0.9.1.bb +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | require ${BPN}.inc | ||
| 2 | |||
| 3 | SRC_URI = "\ | ||
| 4 | ${E_RELEASES}/apps/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
| 5 | " | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "c7ce2e8ebc5f311d3d3f59ecfdf18f61" | ||
| 8 | SRC_URI[sha256sum] = "7fb864a14202490e9181c5f254a7e772019216a3aa75c3952d0f12cd32113896" | ||
| 9 | |||
| 10 | PNBLACKLIST[terminology] ?= "Depends on blacklisted elementary - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-efl/recipes-efl/e17/uptime/configure.patch b/meta-efl/recipes-efl/e17/uptime/configure.patch deleted file mode 100644 index 87c85de9f8..0000000000 --- a/meta-efl/recipes-efl/e17/uptime/configure.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Index: cpu/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- cpu.orig/configure.ac 2014-07-17 20:39:48.000000000 +0000 | ||
| 4 | +++ cpu/configure.ac 2014-07-17 21:39:55.320555868 +0000 | ||
| 5 | @@ -10,7 +10,7 @@ | ||
| 6 | AC_CANONICAL_HOST | ||
| 7 | AC_ISC_POSIX | ||
| 8 | |||
| 9 | -AM_INIT_AUTOMAKE(1.6) | ||
| 10 | +AM_INIT_AUTOMAKE([foreign]) | ||
| 11 | AM_CONFIG_HEADER(config.h) | ||
| 12 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
| 13 | |||
diff --git a/meta-efl/recipes-efl/e17/uptime_svn.bb b/meta-efl/recipes-efl/e17/uptime_svn.bb deleted file mode 100644 index 60d48a2ca8..0000000000 --- a/meta-efl/recipes-efl/e17/uptime_svn.bb +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | LICENSE = "MIT" | ||
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35 \ | ||
| 3 | file://COPYING-PLAIN;md5=c910b645eda0005ccec46f75203dc96e" | ||
| 4 | |||
| 5 | PV = "0.0.2+svnr${SRCREV}" | ||
| 6 | PR = "${INC_PR}.0" | ||
| 7 | |||
| 8 | require e-module.inc | ||
| 9 | |||
| 10 | SRC_URI += "file://configure.patch" | ||
| 11 | |||
| 12 | PNBLACKLIST[uptime] ?= "Depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
