E CVS: language englebass

2007-11-23 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language/po


Modified Files:
Makevars 


Log Message:
We might need N_, _ isn't needed.

===
RCS file: /cvs/e/e_modules/language/po/Makevars,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makevars14 Nov 2007 18:10:26 -  1.2
+++ Makevars23 Nov 2007 10:06:48 -  1.3
@@ -8,7 +8,7 @@
 top_builddir = ..
 
 # These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=D_ --from-code=UTF-8 --foreign-user
+XGETTEXT_OPTIONS = --keyword=N_ --keyword=D_ --from-code=UTF-8 --foreign-user
 
 # This is the copyright holder that gets inserted into the header of the
 # $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language


Modified Files:
configure.in 


Log Message:
Fix homedir install

===
RCS file: /cvs/e/e_modules/language/configure.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- configure.in15 Nov 2007 19:36:54 -  1.25
+++ configure.in20 Nov 2007 06:06:12 -  1.26
@@ -47,8 +47,11 @@
 AC_SUBST(e_cflags)
 AC_SUBST(e_libs)
 
-dnl TODO: Fix better install for homedir
 datadir=${e_modules}/${PACKAGE}
+AC_ARG_ENABLE(homedir-install,
+  AS_HELP_STRING([--enable-homedir-install], [Install module in homedir]),
+  [ datadir=${HOME}/.e/e/modules/${PACKAGE} ]
+)
 
 PKG_CHECK_MODULES(EXML, [exml = 0.1.1])
 



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language


Modified Files:
configure.in 


Log Message:
Remove --with-enlightenment-config, set E_CONFIG variable if needed.

===
RCS file: /cvs/e/e_modules/language/configure.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- configure.in20 Nov 2007 06:06:12 -  1.26
+++ configure.in20 Nov 2007 06:23:46 -  1.27
@@ -31,16 +31,7 @@
 
 AC_PATH_PROG(EDJE_CC, edje_cc, , $PATH)
 
-AC_ARG_WITH(enlightenment-config,
-  AS_HELP_STRING([--with-enlightenment-config=E_CONFIG], [use 
enlightenment-config specified]),
-  [
-E_CONFIG=$withval;
-echo using $E_CONFIG for enlightenment-config;
-  ], [
-PROG=enlightenment-config;
-AC_PATH_PROG(E_CONFIG, $PROG, , $PATH)
-  ]
-)
+AC_PATH_PROG(E_CONFIG, enlightenment-config, , $PATH)
 e_cflags=`$E_CONFIG --cflags`
 e_libs=`$E_CONFIG --libs`
 e_modules=`$E_CONFIG --module-dir`



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language


Modified Files:
configure.in 


Log Message:
find edje_cc in path

===
RCS file: /cvs/e/e_modules/language/configure.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- configure.in13 Nov 2007 06:39:02 -  1.24
+++ configure.in15 Nov 2007 19:36:54 -  1.25
@@ -29,15 +29,7 @@
 AC_SUBST(MODULE_ARCH)
 AC_DEFINE_UNQUOTED(MODULE_ARCH, $MODULE_ARCH, Module architecture)
 
-edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc
-AC_ARG_WITH(edje-cc,
-  AS_HELP_STRING([--with-edje-cc=PATH], [specify a specific path to edje_cc]),
-  [
-edje_cc=$withval;
-echo   Enlightenment edje_cc explicitly set to $edje_cc;
-  ]
-)
-AC_SUBST(edje_cc)
+AC_PATH_PROG(EDJE_CC, edje_cc, , $PATH)
 
 AC_ARG_WITH(enlightenment-config,
   AS_HELP_STRING([--with-enlightenment-config=E_CONFIG], [use 
enlightenment-config specified]),



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language/data/themes


Modified Files:
Makefile.am 


Log Message:
find edje_cc in path

===
RCS file: /cvs/e/e_modules/language/data/themes/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 15 Jul 2006 15:52:00 -  1.4
+++ Makefile.am 15 Nov 2007 19:36:54 -  1.5
@@ -2,7 +2,6 @@
 
 SUBDIRS = images
 
-EDJE_CC = @edje_cc@
 EDJE_FLAGS = -v -id ./images
 
 filesdir = $(datadir)



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language/po


Modified Files:
eo.po fr.po it.po sv.po 


Log Message:
Updated po files.




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-14 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language/po


Modified Files:
Makevars 


Log Message:
We don't use N_, we do use D_ as keyword.

===
RCS file: /cvs/e/e_modules/language/po/Makevars,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makevars7 Nov 2007 20:27:41 -   1.1
+++ Makevars14 Nov 2007 18:10:26 -  1.2
@@ -8,7 +8,7 @@
 top_builddir = ..
 
 # These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 --foreign-user
+XGETTEXT_OPTIONS = --keyword=_ --keyword=D_ --from-code=UTF-8 --foreign-user
 
 # This is the copyright holder that gets inserted into the header of the
 # $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language/src/module


Modified Files:
e_mod_keybindings.c 


Log Message:
get text from module nls

===
RCS file: /cvs/e/e_modules/language/src/module/e_mod_keybindings.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- e_mod_keybindings.c 28 Jul 2007 09:45:44 -  1.14
+++ e_mod_keybindings.c 12 Nov 2007 08:13:24 -  1.15
@@ -3,9 +3,9 @@
 #include e_mod_lang.h
 #include e_mod_keybindings.h
 
-#define LANG_ACTION_GROUP  _(Language)
-#define LANG_ACTION_NEXT_LANGUAGE   _(Switch To Next Language)
-#define LANG_ACTION_PREV_LANGUAGE   _(Switch To Previous Language)
+#define LANG_ACTION_GROUP  D_(Language)
+#define LANG_ACTION_NEXT_LANGUAGE   D_(Switch To Next Language)
+#define LANG_ACTION_PREV_LANGUAGE   D_(Switch To Previous Language)
 
 #define ACT_FN_GO(act) \
static void _e_actions_act_##act##_go(E_Object *obj, const char *params)



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language


Modified Files:
configure.in 


Log Message:
clean up configure scripts

===
RCS file: /cvs/e/e_modules/language/configure.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- configure.in11 Nov 2007 19:52:13 -  1.21
+++ configure.in12 Nov 2007 21:09:03 -  1.22
@@ -3,19 +3,24 @@
 # get rid of that stupid cache mechanism
 rm -f config.cache
 
-AC_INIT(configure.in)
+AC_INIT(language, 0.0.1, [EMAIL PROTECTED])
+AC_PREREQ(2.52)
+AC_CONFIG_SRCDIR(configure.in)
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
+AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(language, 0.0.1)
+AM_INIT_AUTOMAKE(1.6)
 AM_CONFIG_HEADER(config.h)
-AC_ISC_POSIX
+
 AC_PROG_CC
 AM_PROG_CC_STDC
 AC_HEADER_STDC
 AC_C_CONST
-AM_ENABLE_SHARED
-AM_PROG_LIBTOOL
+
+define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
+define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
+AC_PROG_LIBTOOL
 
 AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_VERSION(0.14)
@@ -24,120 +29,42 @@
 AC_SUBST(MODULE_ARCH)
 AC_DEFINE_UNQUOTED(MODULE_ARCH, $MODULE_ARCH, Module architecture)
 
-if test x${bindir} = 'x${exec_prefix}/bin'; then
-  if test x${exec_prefix} = xNONE; then
-if test x${prefix} = xNONE; then
-  bindir=${ac_default_prefix}/bin;
-else
-  bindir=${prefix}/bin;
-fi
-  else
-if test x${prefix} = xNONE; then
-  bindir=${ac_default_prefix}/bin;
-else
-  bindir=${prefix}/bin;
-fi
-  fi
-fi
-
-if test x${libdir} = 'x${exec_prefix}/lib'; then
-  if test x${exec_prefix} = xNONE; then
-if test x${prefix} = xNONE; then
-  libdir=${ac_default_prefix}/lib;
-else
-  libdir=${prefix}/lib;
-fi
-  else
-if test x${prefix} = xNONE; then
-  libdir=${ac_default_prefix}/lib;
-else
-  libdir=${prefix}/lib;
-fi
-  fi
-fi
-
-dnl Set PACKAGE_BIN_DIR in config.h.
-if test x${bindir} = 'xNONE'; then
-  if test x${prefix} = xNONE; then
-AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, ${ac_default_prefix}/bin, Package 
installed binaries destination)
-  else
-AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, ${prefix}/bin, Package installed 
binaries destination)
-  fi
-else
-  AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, ${bindir}, Package installed binaries 
destination)
-fi
-
-dnl Set PACKAGE_LIB_DIR in config.h.
-if test x${libdir} = 'xNONE'; then
-  if test x${prefix} = xNONE; then
-AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, ${ac_default_prefix}/lib, Package 
installed libraries destination)
-  else
-AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, ${prefix}/lib, Package installed 
libraries destination)
-  fi
-else
-  AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, ${libdir}, Package installed 
libraries destination)
-fi
-
-dnl Set PACKAGE_DATA_DIR in config.h.
-if test x${prefix} = xNONE; then
-AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, ${HOME}/.e/e/modules/${PACKAGE}, 
Package installed data destination)
-datadir=${HOME}/.e/e/modules/${PACKAGE}
-else
-AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, 
${libdir}/enlightenment/modules/${PACKAGE}, Package installed data 
destination)
-datadir=${libdir}/enlightenment/modules/${PACKAGE}
-fi
-
-AC_PREFIX_DEFAULT(${HOME}/.e/e)
-if test x$prefix = xNONE; then
-  datarootdir=${ac_default_prefix}
-else
-  datarootdir=${prefix}/share
-fi
-localedir=${datarootdir}/locale
-AC_SUBST(LOCALEDIR, ${localedir})
-AC_DEFINE_UNQUOTED(LOCALEDIR, ${localedir}, [Module Locale Directory])
-
-#AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
-#AC_SUBST(dlopen_libs)
-
-PKG_CHECK_MODULES(EDJE, [edje = 0.5.0])
-
 edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc
 AC_ARG_WITH(edje-cc,
-[  --with-edje-cc=PATH  specify a specific path to edje_cc],
-[
-  v=$withval;
-  edje_cc=$v
-  echo   Enlightenment edje_cc explicitly set to $edje_cc;
-],[
-  edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc
-])
+  AC_HELP_STRING([--with-edje-cc=PATH], [specify a specific path to edje_cc]),
+  [
+edje_cc=$withval;
+echo   Enlightenment edje_cc explicitly set to $edje_cc;
+  ]
+)
 AC_SUBST(edje_cc)
 
 AC_ARG_WITH(enlightenment-config,
-[  --with-enlightenment-config=E_CONFIGuse enlightenment-config specified 
],
-[
-  E_CONFIG=$withval;
-  echo using $E_CONFIG for enlightenment-config;
-],[
-  PROG=enlightenment-config;
-  AC_PATH_PROG(E_CONFIG, $PROG, , $PATH)
-])
+  AC_HELP_STRING([--with-enlightenment-config=E_CONFIG], [use 
enlightenment-config specified]),
+  [
+E_CONFIG=$withval;
+echo using $E_CONFIG for enlightenment-config;
+  ], [
+PROG=enlightenment-config;
+AC_PATH_PROG(E_CONFIG, $PROG, , $PATH)
+  ]
+)
 e_cflags=`$E_CONFIG --cflags`
 e_libs=`$E_CONFIG --libs`
 e_modules=`$E_CONFIG --module-dir`
 AC_SUBST(e_cflags)
 AC_SUBST(e_libs)
-AC_SUBST(e_modules)
 
-PKG_CHECK_MODULES(EXML, [exml = 0.1.1])
+dnl TODO: Fix better install for homedir
+datadir=${e_modules}/${PACKAGE}
 

E CVS: language englebass

2007-11-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language


Modified Files:
configure.in 


Log Message:
Fix author e-mail, taken from AUTHORS file.

===
RCS file: /cvs/e/e_modules/language/configure.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- configure.in12 Nov 2007 21:09:03 -  1.22
+++ configure.in13 Nov 2007 06:20:38 -  1.23
@@ -3,7 +3,7 @@
 # get rid of that stupid cache mechanism
 rm -f config.cache
 
-AC_INIT(language, 0.0.1, [EMAIL PROTECTED])
+AC_INIT(language, 0.0.1, [EMAIL PROTECTED])
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR(configure.in)
 AC_CANONICAL_BUILD



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language


Modified Files:
configure.in 


Log Message:
AC_HELP_STRING is deprecated

===
RCS file: /cvs/e/e_modules/language/configure.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- configure.in13 Nov 2007 06:20:38 -  1.23
+++ configure.in13 Nov 2007 06:39:02 -  1.24
@@ -31,7 +31,7 @@
 
 edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc
 AC_ARG_WITH(edje-cc,
-  AC_HELP_STRING([--with-edje-cc=PATH], [specify a specific path to edje_cc]),
+  AS_HELP_STRING([--with-edje-cc=PATH], [specify a specific path to edje_cc]),
   [
 edje_cc=$withval;
 echo   Enlightenment edje_cc explicitly set to $edje_cc;
@@ -40,7 +40,7 @@
 AC_SUBST(edje_cc)
 
 AC_ARG_WITH(enlightenment-config,
-  AC_HELP_STRING([--with-enlightenment-config=E_CONFIG], [use 
enlightenment-config specified]),
+  AS_HELP_STRING([--with-enlightenment-config=E_CONFIG], [use 
enlightenment-config specified]),
   [
 E_CONFIG=$withval;
 echo using $E_CONFIG for enlightenment-config;



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language/src/module


Modified Files:
Makefile.am 


Log Message:
Remove useless subst

===
RCS file: /cvs/e/e_modules/language/src/module/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 3 Sep 2006 15:29:38 -   1.3
+++ Makefile.am 11 Nov 2007 19:52:13 -  1.4
@@ -1,7 +1,7 @@
 INCLUDES   = -I. \
  -I$(top_srcdir) \
  -I$(includedir) \
- @e_cflags@ @exml_cflags@
+ @e_cflags@ @EXML_CFLAGS@
 
 pkgdir = $(datadir)/$(MODULE_ARCH)
 pkg_LTLIBRARIES= module.la
@@ -13,7 +13,7 @@
  e_mod_keybindings.h \
  e_mod_lang.c \
  e_mod_lang.h
-module_la_LIBADD   = @e_libs@ @exml_libs@ -lxkbfile -lX11
+module_la_LIBADD   = @e_libs@ @EXML_LIBS@ -lxkbfile -lX11
 module_la_LDFLAGS  = -module -avoid-version
 module_la_DEPENDENCIES = $(top_builddir)/config.h
 



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language


Modified Files:
configure.in 


Log Message:
Remove useless subst

===
RCS file: /cvs/e/e_modules/language/configure.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- configure.in7 Nov 2007 22:08:56 -   1.20
+++ configure.in11 Nov 2007 19:52:13 -  1.21
@@ -131,10 +131,6 @@
 AC_SUBST(e_modules)
 
 PKG_CHECK_MODULES(EXML, [exml = 0.1.1])
-exml_cflags=$EXML_CFLAGS
-exml_libs=$EXML_LIBS
-AC_SUBST(exml_cflags)
-AC_SUBST(exml_libs)
 
 #AC_CHECK_HEADERS(EXML.h,, AC_MSG_ERROR([Cannot find EXML.h. Make sure your 
CFLAGS environment variable contains include lines for the location of this 
file and EXML lib is installed]))
 



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language


Modified Files:
autogen.sh 


Log Message:
No need to create the .pot file all the time

===
RCS file: /cvs/e/e_modules/language/autogen.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- autogen.sh  8 Nov 2007 04:56:52 -   1.6
+++ autogen.sh  12 Nov 2007 03:51:29 -  1.7
@@ -11,17 +11,6 @@
 echo Running autoconf... ; autoconf || exit 1
 echo Running libtoolize... ; (libtoolize --copy --automake || glibtoolize 
--automake) || exit 1
 echo Running automake... ; automake --add-missing --copy --foreign || exit 1
-echo Generating gettext language.pot template; \
-xgettext \
---output language.pot \
---output-dir=po \
---language=C \
---add-location \
---keyword=D_ \
---sort-by-file \
---copyright-holder=TODO \
---foreign-user \
-`find . -name *.[ch] -print` || exit 1
 
 if [ -z $NOCONFIGURE ]; then
./configure $@



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language/src/module


Modified Files:
e_mod_main.c 


Log Message:
Use module dir for nls, make modules relocateable.

===
RCS file: /cvs/e/e_modules/language/src/module/e_mod_main.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- e_mod_main.c2 Nov 2007 12:22:16 -   1.31
+++ e_mod_main.c12 Nov 2007 04:15:51 -  1.32
@@ -141,11 +141,13 @@
 EAPI void *
 e_modapi_init(E_Module *m)
 {
-   bindtextdomain(PACKAGE, LOCALEDIR);
-   bind_textdomain_codeset(PACKAGE, UTF-8);
-   
-   int  load_default_config = 0;
+   int   load_default_config = 0;
Evas_List *l;
+   char   buf[4096];
+
+   snprintf(buf, sizeof(buf), %s/locale, e_module_dir_get(m));
+   bindtextdomain(PACKAGE, buf);
+   bind_textdomain_codeset(PACKAGE, UTF-8);
 
conf_langlist_edd = E_CONFIG_DD_NEW(Language_List_Config, Language);
 #undef T



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-07 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language


Modified Files:
.cvsignore 


Log Message:
ignore generated tarball

===
RCS file: /cvs/e/e_modules/language/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- .cvsignore  29 May 2007 16:26:01 -  1.8
+++ .cvsignore  7 Nov 2007 19:24:26 -   1.9
@@ -24,3 +24,4 @@
 *.lo
 *.la
 language.edj
+*.tar.gz



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-07 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language


Modified Files:
configure.in 


Log Message:
No need for subdirs

===
RCS file: /cvs/e/e_modules/language/configure.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- configure.in7 Nov 2007 20:27:41 -   1.18
+++ configure.in7 Nov 2007 20:30:28 -   1.19
@@ -3,8 +3,6 @@
 # get rid of that stupid cache mechanism
 rm -f config.cache
 
-SUBDIRS = po
-
 AC_INIT(configure.in)
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-07 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language


Modified Files:
autogen.sh configure.in 


Log Message:
Fix gettext

===
RCS file: /cvs/e/e_modules/language/autogen.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- autogen.sh  19 Apr 2007 00:32:46 -  1.4
+++ autogen.sh  7 Nov 2007 20:27:41 -   1.5
@@ -6,7 +6,7 @@
 touch README
 
 echo Running autopoint... ; autopoint -f || :
-echo Running aclocal... ; aclocal $ACLOCAL_FLAGS || exit 1
+echo Running aclocal... ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
 echo Running autoheader... ; autoheader || exit 1
 echo Running autoconf... ; autoconf || exit 1
 echo Running libtoolize... ; (libtoolize --copy --automake || glibtoolize 
--automake) || exit 1
===
RCS file: /cvs/e/e_modules/language/configure.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- configure.in4 Jun 2007 17:48:39 -   1.17
+++ configure.in7 Nov 2007 20:27:41 -   1.18
@@ -3,6 +3,8 @@
 # get rid of that stupid cache mechanism
 rm -f config.cache
 
+SUBDIRS = po
+
 AC_INIT(configure.in)
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
@@ -17,9 +19,6 @@
 AM_ENABLE_SHARED
 AM_PROG_LIBTOOL
 
-ALL_LINGUAS=eo it sv fr
-AC_SUBST(ALL_LINGUAS)
-
 AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_VERSION(0.14)
 
@@ -153,7 +152,7 @@
 data/Makefile
 data/themes/Makefile
 data/themes/images/Makefile
-po/Makefile
+po/Makefile.in
 ],[
 ])
 



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-07 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language/po


Modified Files:
eo.po fr.po it.po sv.po 
Added Files:
LINGUAS Makevars POTFILES.in 
Removed Files:
Makefile.am 


Log Message:
Fix gettext




-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-07 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language/po


Modified Files:
.cvsignore eo.po fr.po it.po sv.po 


Log Message:
ignore

===
RCS file: /cvs/e/e_modules/language/po/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- .cvsignore  27 May 2007 16:01:35 -  1.2
+++ .cvsignore  7 Nov 2007 21:23:30 -   1.3
@@ -9,5 +9,9 @@
 insert-header.sin
 quot.sed
 remove-potcdate.sin
+POTFILES
+remove-potcdate.sed
+stamp-po
 *.mo
 *.pot
+*.gmo



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-07 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language


Modified Files:
configure.in 


Log Message:
fix header check

===
RCS file: /cvs/e/e_modules/language/configure.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- configure.in7 Nov 2007 20:30:28 -   1.19
+++ configure.in7 Nov 2007 22:08:56 -   1.20
@@ -138,9 +138,14 @@
 
 #AC_CHECK_HEADERS(EXML.h,, AC_MSG_ERROR([Cannot find EXML.h. Make sure your 
CFLAGS environment variable contains include lines for the location of this 
file and EXML lib is installed]))
 
-AC_CHECK_HEADERS(X11/XKBlib.h,, AC_MSG_ERROR([Cannot find XKBlib.h. Make sure 
your CFLAGS environment variable contains include lines for the location of 
this file.]))
+AC_CHECK_HEADERS(X11/XKBlib.h, ,
+AC_MSG_ERROR([Cannot find XKBlib.h. Make sure your CFLAGS 
environment variable contains include lines for the location of this file.]))
 
-AC_CHECK_HEADERS(X11/extensions/XKBrules.h,, AC_MSG_ERROR([Cannot find 
XKBrules.h. Make sure your CFLAGS environment variable contains include lines 
for the location of this file.]))
+AC_CHECK_HEADERS(X11/extensions/XKBrules.h,, AC_MSG_ERROR([Cannot find 
XKBrules.h. Make sure your CFLAGS environment variable contains include lines 
for the location of this file.]),
+[
+   #include stdio.h
+   #include X11/XKBlib.h
+])
 
 AC_OUTPUT([
 e_modules-language.spec



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-07 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language


Modified Files:
autogen.sh 


Log Message:
needed for gettext

===
RCS file: /cvs/e/e_modules/language/autogen.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- autogen.sh  7 Nov 2007 20:27:41 -   1.5
+++ autogen.sh  8 Nov 2007 04:56:52 -   1.6
@@ -6,7 +6,7 @@
 touch README
 
 echo Running autopoint... ; autopoint -f || :
-echo Running aclocal... ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
+echo Running aclocal... ; aclocal -I m4 $ACLOCAL_FLAGS || exit 1
 echo Running autoheader... ; autoheader || exit 1
 echo Running autoconf... ; autoconf || exit 1
 echo Running libtoolize... ; (libtoolize --copy --automake || glibtoolize 
--automake) || exit 1



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-11-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language/src/module


Modified Files:
e_mod_main.c e_mod_main.h 


Log Message:
Remove deprecated functions.

===
RCS file: /cvs/e/e_modules/language/src/module/e_mod_main.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- e_mod_main.c1 Nov 2007 10:41:41 -   1.30
+++ e_mod_main.c2 Nov 2007 12:22:16 -   1.31
@@ -291,16 +291,6 @@
return 1;
 }
 
-EAPI int
-e_modapi_config(E_Module *m)
-{
-   if (!language_config) return 0;
-   if (language_config-config_dialog) return 0;
-   _lang_configure_language_module(language_config);
-   return 1;
-}
-
-
 /* Just publics 
**/
 void language_face_language_indicator_update()
 {
===
RCS file: /cvs/e/e_modules/language/src/module/e_mod_main.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_mod_main.h1 Nov 2007 10:41:41 -   1.17
+++ e_mod_main.h2 Nov 2007 12:22:16 -   1.18
@@ -51,7 +51,6 @@
 EAPI void   *e_modapi_init (E_Module *m);
 EAPI int e_modapi_shutdown (E_Module *m);
 EAPI int e_modapi_save (E_Module *m);
-EAPI int e_modapi_config   (E_Module *m);
 
 /***/
 



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-09-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language/src/module


Modified Files:
e_mod_main.c 


Log Message:
Implement id_new()

===
RCS file: /cvs/e/e_modules/language/src/module/e_mod_main.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- e_mod_main.c26 Aug 2007 17:54:43 -  1.28
+++ e_mod_main.c16 Sep 2007 03:31:40 -  1.29
@@ -30,13 +30,14 @@
 static void_gc_orient   (E_Gadcon_Client *gcc);
 static char*_gc_label   (void);
 static Evas_Object *_gc_icon(Evas *evas);
+static const char   *_gc_id_new  (void);
 
 static const E_Gadcon_Client_Class  _gadcon_class =
 {
GADCON_CLIENT_CLASS_VERSION,
language,
{
-  _gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon
+  _gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon, _gc_id_new, NULL
},
E_GADCON_CLIENT_STYLE_PLAIN
 };
@@ -122,6 +123,12 @@
e_module_dir_get(language_config-module));
edje_object_file_set(o, buf, icon);
return o;
+}
+
+static const char *
+_gc_id_new(void)
+{
+   return _gadcon_class.name;
 }
 
 /* module setup */



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-08-26 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language/src/module


Modified Files:
e_mod_main.c 


Log Message:
keybindings configure is in a module now.

===
RCS file: /cvs/e/e_modules/language/src/module/e_mod_main.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- e_mod_main.c26 Jul 2007 07:39:19 -  1.27
+++ e_mod_main.c26 Aug 2007 17:54:43 -  1.28
@@ -486,7 +486,7 @@
 static void
 _language_face_cb_menu_keybindings_configure(void *data, E_Menu *m, 
E_Menu_Item *mi)
 {
-   e_int_config_keybindings(e_container_current_get(e_manager_current_get()), 
NULL);
+   e_configure_registry_call(keyboard_and_mouse/key_bindings, 
e_container_current_get(e_manager_current_get()), NULL);
 }
 static void
 _language_face_cb_menu_switch_language_to(void *data, E_Menu *m, E_Menu_Item 
*mi)



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: language englebass

2007-07-26 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : language

Dir : e_modules/language/src/module


Modified Files:
e_mod_main.c 


Log Message:
Function prototype has changed.

===
RCS file: /cvs/e/e_modules/language/src/module/e_mod_main.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- e_mod_main.c29 May 2007 16:26:01 -  1.26
+++ e_mod_main.c26 Jul 2007 07:39:19 -  1.27
@@ -486,7 +486,7 @@
 static void
 _language_face_cb_menu_keybindings_configure(void *data, E_Menu *m, 
E_Menu_Item *mi)
 {
-   e_int_config_keybindings(e_container_current_get(e_manager_current_get()));
+   e_int_config_keybindings(e_container_current_get(e_manager_current_get()), 
NULL);
 }
 static void
 _language_face_cb_menu_switch_language_to(void *data, E_Menu *m, E_Menu_Item 
*mi)



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs