Package Details: e-modules-extra-git 20251207-2

Git Clone URL: https://aur.archlinux.org/e-modules-extra-git.git (read-only, click to copy)
Package Base: e-modules-extra-git
Description: Enlightenment modules: Extra unsupported modules in Git not already packaged elsewhere
Upstream URL: https://git.enlightenment.org/
Licenses: MIT, GPL-1.0-or-later
Provides: e-modules-extra
Submitter: Cravix
Maintainer: mpento
Last Packager: mpento
Votes: 44
Popularity: 0.000000
First Submitted: 2013-06-18 10:41 (UTC)
Last Updated: 2025-12-07 15:58 (UTC)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

mpento commented on 2025-12-10 14:59 (UTC)

@Techman35, glad I could fix it. Keep an eye on this package periodically, I have started working on fixing some of the commented out modules, especially those that don't compile because of implicit-declaration errors.

Techman35 commented on 2025-12-09 00:45 (UTC)

@mpento thanks for the update, I'm staring to like Enlightenment :)

mpento commented on 2025-12-08 00:49 (UTC)

Update to 20251207

Changed c dialect to gnu17 to address compile issues using gcc 15.

Updated SPDX license naming based on namcap output.

Fixed email address.

mpento commented on 2024-11-12 01:22 (UTC)

Update to 20241111

Corrected URL and paths in build() and package() steps.

Unfortunately, had to disable alarm, eweather, tclock and wlan modules, since they either are no longer supported on the latest version of Enlightenment (0.26.0), or they are no longer able to build on the latest gcc version (14.2.1).

Currently, this package only provides the cpu, desksanity, eenvader.fractal, mem and net modules.

NeWolf commented on 2024-06-27 18:45 (UTC)

folder structure change? fails to build


  -> Cloning alarm git repo...
Cloning into bare repository '/home/newolf/e-modules-extra-git/alarm'...
remote: Not found.
fatal: repository 'https://git.enlightenment.org/enlightenment/modules/alarm.git/' not found
==> ERROR: Failure while downloading alarm git repo
    Aborting...

Ptero-4 commented on 2020-09-30 01:19 (UTC)

You need to add libeweather to the depends line.

zlowly commented on 2020-08-26 03:02 (UTC)

configure: error: Package requirements (enlightenment >= 0.18.99 eweather) were not met:

Package 'eweather', required by 'virtual:world', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables E_CFLAGS and E_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.

timofonic commented on 2017-08-14 10:04 (UTC)

make[2]: Entering directory '/home/timofonic/.cache/pacaur/e-modules-extra-git/src/everything-websearch/src' CC e_mod_main.lo e_mod_main.c: In function ‘_icon_get’: e_mod_main.c:1179:6: error: void value not ignored as it ought to be if (e_icon_file_edje_set(o, _conf->theme, it->icon)) ^~~~~~~~~~~~~~~~~~~~ e_mod_main.c: In function ‘_conf_dialog’: e_mod_main.c:1375:30: warning: passing argument 1 of ‘e_config_dialog_new’ from incompatible pointer type [-Wincompatible-pointer-types] cfd = e_config_dialog_new(con, _("Everything Websearch"), ^~~ In file included from /usr/include/enlightenment/e_includes.h:72:0, from /usr/include/enlightenment/e.h:163, from e_mod_main.c:1: /usr/include/enlightenment/e_config_dialog.h:58:24: note: expected ‘Evas_Object * {aka struct _Eo_Opaque *}’ but argument is of type ‘E_Comp * {aka struct _E_Comp *}’ E_API E_Config_Dialog *e_config_dialog_new(Evas_Object *parent, const char *title, const char *name, const char *class, const char *icon, int icon_size, E_Config_Dialog_View *view, void *data); ^~~~~~~~~~~~~~~~~~~ e_mod_main.c: In function ‘_conf_init’: e_mod_main.c:1547:64: warning: passing argument 6 of ‘e_configure_registry_item_add’ from incompatible pointer type [-Wincompatible-pointer-types] (_config_path, 110, _("Everything Websearch"), NULL, buf, _conf_dialog); ^~~~~~~~~~~~ In file included from /usr/include/enlightenment/e_includes.h:57:0, from /usr/include/enlightenment/e.h:163, from e_mod_main.c:1: /usr/include/enlightenment/e_configure.h:33:12: note: expected ‘E_Config_Dialog * (*)(Evas_Object *, const char *) {aka struct _E_Config_Dialog * (*)(struct _Eo_Opaque *, const char *)}’ but argument is of type ‘E_Config_Dialog * (*)(E_Comp *, const char *) {aka struct _E_Config_Dialog * (*)(struct _E_Comp *, const char *)}’ E_API void e_configure_registry_item_add(const char *path, int pri, const char *label, const char *icon_file, const char *icon, E_Config_Dialog *(*func) (Evas_Object *parent, const char *params)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: *** [Makefile:460: e_mod_main.lo] Error 1 make[2]: Leaving directory '/home/timofonic/.cache/pacaur/e-modules-extra-git/src/everything-websearch/src' make[1]: *** [Makefile:495: all-recursive] Error 1 make[1]: Leaving directory '/home/timofonic/.cache/pacaur/e-modules-extra-git/src/everything-websearch' make: *** [Makefile:402: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

Scimmia commented on 2015-04-13 16:10 (UTC)

Looks like cpu is no longer compatible with E19, just E20 now. As for mail, you should have read the PKGBUILD.

garfi commented on 2015-04-13 09:00 (UTC)

error whith compilation: make[2] : on entre dans le répertoire « /tmp/yaourt-tmp-lolop/aur-e-modules-extra-git/src/cpu/src » CC e_mod_main.lo e_mod_main.c: In function ‘_button_cb_mouse_down’: e_mod_main.c:427:10: erreur: too few arguments to function ‘e_zone_current_get’ e_zone_current_get(), ^ In file included from /usr/include/enlightenment/e_includes.h:8:0, from /usr/include/enlightenment/e.h:281, from e_mod_main.c:1: /usr/include/enlightenment/e_zone.h:141:16: note: declared here EAPI E_Zone *e_zone_current_get(E_Comp *c); ^ Makefile:452 : la recette pour la cible « e_mod_main.lo » a échouée make[2]: *** [e_mod_main.lo] Erreur 1 make[2] : on quitte le répertoire « /tmp/yaourt-tmp-lolop/aur-e-modules-extra-git/src/cpu/src » Makefile:491 : la recette pour la cible « all-recursive » a échouée make[1]: *** [all-recursive] Erreur 1 make[1] : on quitte le répertoire « /tmp/yaourt-tmp-lolop/aur-e-modules-extra-git/src/cpu » Makefile:398 : la recette pour la cible « all » a échouée make: *** [all] Erreur 2 End please add?: https://git.enlightenment.org/enlightenment/modules/mail.git/