first step to move systray to e/src/modules.

SVN revision: 40609
This commit is contained in:
Gustavo Sverzut Barbieri 2009-05-13 00:06:08 +00:00
parent fcdd2678dd
commit 4a30e53e1d
4 changed files with 1184 additions and 0 deletions

View File

@ -0,0 +1,18 @@
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I. \
-I$(top_srcdir) \
-I$(includedir) \
@E_CFLAGS@
pkgdir = $(datadir)/$(MODULE_ARCH)
pkg_LTLIBRARIES = module.la
module_la_SOURCES = e_mod_main.h \
e_mod_main.c
module_la_LIBADD = @E_LIBS@
module_la_LDFLAGS = -module -avoid-version
module_la_DEPENDENCIES = $(top_builddir)/config.h
clean-local:
rm -rf *~

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,12 @@
#ifndef E_MOD_MAIN_H
#define E_MOD_MAIN_H
#define D_(str) dgettext(PACKAGE, str)
EAPI extern E_Module_Api e_modapi;
EAPI void *e_modapi_init(E_Module *m);
EAPI int e_modapi_shutdown(E_Module *m);
EAPI int e_modapi_save(E_Module *m);
#endif

View File

@ -0,0 +1,11 @@
[Desktop Entry]
Type=Link
Name=Systray
Name[fr]=Zone de notification
Name[cs]=Upozorňovací oblast
Icon=e-module-systray
Comment=<title>System Tray:</title><br>system tray that hold applications icons like Skype, Pidgin, Kopete and others.
Comment[cs]=<title>Upozorňovací oblast:</title><br>spravuje aplikace jako Skype, Pidgin, Kopete a jiné.
Comment[fr]=<title>Zone de notification:</title><br>Une zone qui reçoit les icones des applications comme Skype, Pidgin, Kopete et autres.
Comment[it]=<title>Vassoio di sistema:</title><br>Un'area che contiene le icone di notifica di applicazioni come Skype, Pidgin, Kopete e altre.
X-Enlightenment-ModuleType=shelf