E CVS: news englebass

2007-11-23 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news/po


Modified Files:
Makevars 


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

===
RCS file: /cvs/e/e_modules/news/po/Makevars,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makevars14 Nov 2007 18:10:27 -  1.2
+++ Makevars23 Nov 2007 10:06:49 -  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: news englebass

2007-11-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news


Modified Files:
configure.in 


Log Message:
Fix homedir install

===
RCS file: /cvs/e/e_modules/news/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- configure.in15 Nov 2007 19:36:55 -  1.8
+++ configure.in20 Nov 2007 06:06:13 -  1.9
@@ -48,8 +48,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} ]
+)
 
 AC_OUTPUT([
 e_modules-news.spec



-
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: news englebass

2007-11-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news


Modified Files:
configure.in 


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

===
RCS file: /cvs/e/e_modules/news/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- configure.in20 Nov 2007 06:06:13 -  1.9
+++ configure.in20 Nov 2007 06:23:47 -  1.10
@@ -32,16 +32,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: news englebass

2007-11-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news


Modified Files:
configure.in 


Log Message:
find edje_cc in path

===
RCS file: /cvs/e/e_modules/news/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- configure.in13 Nov 2007 06:39:03 -  1.7
+++ configure.in15 Nov 2007 19:36:55 -  1.8
@@ -30,15 +30,7 @@
 AC_DEFINE_UNQUOTED(MODULE_ARCH, $MODULE_ARCH, Module architecture)
 AC_DEFINE_UNQUOTED(MODULE_VERSION, 0.1.0, Module version)
 
-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: news englebass

2007-11-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news/data/theme


Modified Files:
Makefile.am 


Log Message:
find edje_cc in path

===
RCS file: /cvs/e/e_modules/news/data/theme/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 12 Nov 2007 17:32:26 -  1.4
+++ Makefile.am 15 Nov 2007 19:36:56 -  1.5
@@ -39,7 +39,7 @@
 images/popup_warn_logo_info.png
 
 e-module-news.edj: Makefile $(EXTRA_DIST)
-   $(edje_cc) $(EDJE_FLAGS) \
+   $(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/theme/module.edc \
$(top_builddir)/data/theme/e-module-news.edj
 



-
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: news englebass

2007-11-14 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news/po


Modified Files:
Makevars 


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

===
RCS file: /cvs/e/e_modules/news/po/Makevars,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makevars12 Nov 2007 17:32:26 -  1.1
+++ Makevars14 Nov 2007 18:10:27 -  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: news englebass

2007-11-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news/po




Log Message:
Directory /cvs/e/e_modules/news/po added to the repository




-
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: news englebass

2007-11-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news/po


Added Files:
LINGUAS Makevars POTFILES.in 


Log Message:
NLS




-
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: news englebass

2007-11-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news/src/module


Modified Files:
e_mod_main.c e_mod_main.h news_config.c news_config_dialog.c 
news_config_dialog_category.c news_config_dialog_feed.c 
news_config_dialog_feeds.c news_config_dialog_item.c 
news_config_dialog_item_content.c news_config_dialog_langs.c 
news_feed.c news_menu.c news_utils.h news_viewer.c 


Log Message:
NLS

===
RCS file: /cvs/e/e_modules/news/src/module/e_mod_main.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_mod_main.c12 Nov 2007 04:15:52 -  1.8
+++ e_mod_main.c12 Nov 2007 17:32:26 -  1.9
@@ -1,10 +1,10 @@
 #include News.h
 
-#define E_MOD_INIT_FAIL(m, msg)\
-{  \
-news_util_message_error_show(msg); \
-   e_modapi_shutdown(m);   \
-   return NULL;\
+#define E_MOD_INIT_FAIL(m, msg)   \
+{ \
+   news_util_message_error_show(msg); \
+   e_modapi_shutdown(m);  \
+   return NULL;   \
 }
 
 /* module requirements */
@@ -49,11 +49,11 @@
 
DMAIN((Initialisation ...));
 
-   if (!news_config_init()) E_MOD_INIT_FAIL(m, _(Config init failed));
-   if (!news_parse_init())  E_MOD_INIT_FAIL(m, _(Parser init failed));
-   if (!news_feed_init())   E_MOD_INIT_FAIL(m, _(Feeds init failed));
-   if (!news_viewer_init()) E_MOD_INIT_FAIL(m, _(Viewer init failed));
-   if (!news_popup_init()) E_MOD_INIT_FAIL(m, _(Popup subsystem init 
failed));
+   if (!news_config_init()) E_MOD_INIT_FAIL(m, D_(Config init failed));
+   if (!news_parse_init())  E_MOD_INIT_FAIL(m, D_(Parser init failed));
+   if (!news_feed_init())   E_MOD_INIT_FAIL(m, D_(Feeds init failed));
+   if (!news_viewer_init()) E_MOD_INIT_FAIL(m, D_(Viewer init failed));
+   if (!news_popup_init()) E_MOD_INIT_FAIL(m, D_(Popup subsystem init 
failed));
 
e_gadcon_provider_register((E_Gadcon_Client_Class *)_gadcon_class);
 
@@ -216,7 +216,7 @@
 static char *
 _gc_label(void)
 {
-   return _(News);
+   return D_(News);
 }
 
 static Evas_Object *
===
RCS file: /cvs/e/e_modules/news/src/module/e_mod_main.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_main.h2 Nov 2007 12:22:16 -   1.4
+++ e_mod_main.h12 Nov 2007 17:32:26 -  1.5
@@ -1,3 +1,5 @@
+#define D_(str) dgettext(PACKAGE, str)
+
 #ifdef E_MOD_NEWS_TYPEDEFS
 
 typedef struct _News News;
===
RCS file: /cvs/e/e_modules/news/src/module/news_config.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- news_config.c   16 Sep 2007 03:31:41 -  1.6
+++ news_config.c   12 Nov 2007 17:32:26 -  1.7
@@ -97,24 +97,24 @@
  {
 if (news-config-version  NEWS_CONFIG_VERSION)
   {
- news_util_message_show(_(hilightNews module : Configuration 
Upgraded/hilightbrbr
-  Your configuration of news modulebr
-  has been upgradedbr
-  Your settings were removedbr
-  Sorry for the inconveniencebrbr
-  (%d - %d)), news-config-version, 
NEWS_CONFIG_VERSION);
+ news_util_message_show(D_(hilightNews module : Configuration 
Upgraded/hilightbrbr
+   Your configuration of news modulebr
+   has been upgradedbr
+   Your settings were removedbr
+   Sorry for the inconveniencebrbr
+   (%d - %d)), news-config-version, 
NEWS_CONFIG_VERSION);
  news-config = NULL;
   }
 else
   {
  if (news-config-version  NEWS_CONFIG_VERSION)
{
-  news_util_message_show(_(hilightNews module : 
Configuration Downgraded/hilightbrbr
-   Your configuration of News 
modulebr
-   has been downgradedbr
-   Your settings were removedbr
-   Sorry for the 
inconveniencebrbr
-   (%d -%d)), 
news-config-version, NEWS_CONFIG_VERSION);
+  news_util_message_show(D_(hilightNews module : 
Configuration Downgraded/hilightbrbr
+Your configuration of News 
modulebr
+has been downgradedbr
+Your 

E CVS: news englebass

2007-11-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news/data/theme


Modified Files:
Makefile.am 


Log Message:
NLS

===
RCS file: /cvs/e/e_modules/news/data/theme/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 3 Jun 2007 23:44:43 -   1.3
+++ Makefile.am 12 Nov 2007 17:32:26 -  1.4
@@ -39,7 +39,7 @@
 images/popup_warn_logo_info.png
 
 e-module-news.edj: Makefile $(EXTRA_DIST)
-   $(EDJE_CC) $(EDJE_FLAGS) \
+   $(edje_cc) $(EDJE_FLAGS) \
$(top_srcdir)/data/theme/module.edc \
$(top_builddir)/data/theme/e-module-news.edj
 



-
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: news englebass

2007-11-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news


Modified Files:
Makefile.am autogen.sh configure.in 


Log Message:
NLS

===
RCS file: /cvs/e/e_modules/news/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 7 Nov 2007 19:08:02 -   1.3
+++ Makefile.am 12 Nov 2007 17:32:25 -  1.4
@@ -1,6 +1,6 @@
 MAINTAINERCLEANFILES = Makefile.in
 
-SUBDIRS = src data
+SUBDIRS = src data po
 
 filesdir = $(datadir)
 files_DATA = module.desktop
===
RCS file: /cvs/e/e_modules/news/autogen.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- autogen.sh  12 Nov 2007 03:51:30 -  1.4
+++ autogen.sh  12 Nov 2007 17:32:26 -  1.5
@@ -3,7 +3,8 @@
 rm -rf autom4te.cache
 rm -f aclocal.m4 ltmain.sh
 
-echo Running aclocal... ; aclocal $ACLOCAL_FLAGS || exit 1
+echo Running autopoint... ; autopoint -f || :
+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
===
RCS file: /cvs/e/e_modules/news/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- configure.in12 Nov 2007 04:40:54 -  1.5
+++ configure.in12 Nov 2007 17:32:26 -  1.6
@@ -3,104 +3,61 @@
 # get rid of that stupid cache mechanism
 rm -f config.cache
 
+AC_INIT(news, 0.1.0, [EMAIL PROTECTED])
 AC_PREREQ(2.59)
-AC_INIT([news], [0.1.0], [EMAIL PROTECTED])
-AC_CONFIG_HEADERS(config.h)
-AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.8 foreign])
-
+AC_CONFIG_SRCDIR(configure.in)
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
+AC_ISC_POSIX
+
+AM_INIT_AUTOMAKE(1.6)
+AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
-AM_PROG_LIBTOOL
+AM_PROG_CC_STDC
 AC_HEADER_STDC
+AC_C_CONST
+
+define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
+define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
+AC_PROG_LIBTOOL
 
-ALL_LINGUAS=fi it ja ru sv
-AC_SUBST(ALL_LINGUAS)
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION(0.14)
 
 MODULE_ARCH=$host_os-$host_cpu
 AC_SUBST(MODULE_ARCH)
 AC_DEFINE_UNQUOTED(MODULE_ARCH, $MODULE_ARCH, Module architecture)
 AC_DEFINE_UNQUOTED(MODULE_VERSION, 0.1.0, Module version)
 
-# Check Library Directory
-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
-
-#
-# Set Library Directory 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
-
-#
-# Set Data Directory in config.h
-#
-if test x${prefix} = xNONE; then
-   datadir=${HOME}/.e/e/modules/${PACKAGE}
-else
-   datadir=${libdir}/enlightenment/modules/${PACKAGE}
-fi
-AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, ${datadir}, Package data destination)
-
-#
-# Set Data Root and Locale Directory in config.h
-#
-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)
- 
-#
-# Check EFL Libs
-#
-PKG_CHECK_MODULES(EDJE, [edje = 0.5.0])
-AC_PATH_PROG(EDJE_CC, edje_cc, , $PATH)
-
-#
-# Check Enlightenment
-#
+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]),
+  [
+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 CVS: news englebass

2007-11-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news/po


Added Files:
.cvsignore 


Log Message:
ignore




-
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: news englebass

2007-11-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news


Modified Files:
configure.in 


Log Message:
AC_HELP_STRING is deprecated

===
RCS file: /cvs/e/e_modules/news/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- configure.in12 Nov 2007 17:32:26 -  1.6
+++ configure.in13 Nov 2007 06:39:03 -  1.7
@@ -32,7 +32,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;
@@ -41,7 +41,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: news englebass

2007-11-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news


Modified Files:
autogen.sh 


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

===
RCS file: /cvs/e/e_modules/news/autogen.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- autogen.sh  7 Nov 2007 19:28:19 -   1.3
+++ autogen.sh  12 Nov 2007 03:51:30 -  1.4
@@ -1,12 +1,7 @@
 #!/bin/sh
 
-rm -Rf  aclocal.m4 autom4te.cache/ ltmain.sh config.log config.status 
config.cache configure configure.scan libtool Makefile \
-   data/Makefile.in data/Makefile \
-   data/images/Makefile.in data/images/Makefile \
-   data/themes/Makefile.in data/themes/Makefile \
-   data/themes/minimal/Makefile.in data/themes/minimal/Makefile \
-   src/Makefile src/Makefile.in \
-   src/module/Makefile src/module/Makefile.in
+rm -rf autom4te.cache
+rm -f aclocal.m4 ltmain.sh
 
 echo Running aclocal... ; aclocal $ACLOCAL_FLAGS || exit 1
 echo Running autoheader... ; autoheader || 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: news englebass

2007-11-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news/src/module


Modified Files:
e_mod_main.c 


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

===
RCS file: /cvs/e/e_modules/news/src/module/e_mod_main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_mod_main.c2 Nov 2007 12:22:16 -   1.7
+++ e_mod_main.c12 Nov 2007 04:15:52 -  1.8
@@ -38,6 +38,12 @@
 EAPI void *
 e_modapi_init(E_Module *m)
 {
+   char buf[4096];
+
+   snprintf(buf, sizeof(buf), %s/locale, e_module_dir_get(m));
+   bindtextdomain(PACKAGE, buf);
+   bind_textdomain_codeset(PACKAGE, UTF-8);
+
news = E_NEW(News, 1);
news-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: news englebass

2007-11-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news


Modified Files:
configure.in 


Log Message:
package isn't localized.

===
RCS file: /cvs/e/e_modules/news/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- configure.in18 Jun 2007 18:30:27 -  1.4
+++ configure.in12 Nov 2007 04:40:54 -  1.5
@@ -19,9 +19,6 @@
 ALL_LINGUAS=fi it ja ru sv
 AC_SUBST(ALL_LINGUAS)
 
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION(0.14)
-
 MODULE_ARCH=$host_os-$host_cpu
 AC_SUBST(MODULE_ARCH)
 AC_DEFINE_UNQUOTED(MODULE_ARCH, $MODULE_ARCH, Module architecture)



-
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: news englebass

2007-11-07 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news


Modified Files:
Makefile.am 


Log Message:
Pass make distcheck

===
RCS file: /cvs/e/e_modules/news/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Sep 2007 01:48:35 -  1.2
+++ Makefile.am 7 Nov 2007 19:08:02 -   1.3
@@ -5,4 +5,6 @@
 filesdir = $(datadir)
 files_DATA = module.desktop
 
+EXTRA_DIST = $(files_DATA)
+
 pkgdir = $(datadir)/$(MODULE_ARCH)



-
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: news englebass

2007-11-07 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news


Modified Files:
.cvsignore autogen.sh 


Log Message:
no gettext support in this module

===
RCS file: /cvs/e/e_modules/news/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- .cvsignore  29 May 2007 12:36:46 -  1.2
+++ .cvsignore  7 Nov 2007 19:28:19 -   1.3
@@ -19,3 +19,4 @@
 missing
 mkinstalldirs
 stamp-h1
+*.tar.gz
===
RCS file: /cvs/e/e_modules/news/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- autogen.sh  17 May 2007 14:21:29 -  1.2
+++ autogen.sh  7 Nov 2007 19:28:19 -   1.3
@@ -8,8 +8,7 @@
src/Makefile src/Makefile.in \
src/module/Makefile src/module/Makefile.in
 
-echo Running autopoint... ; autopoint -f || :
-echo Running aclocal... ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
+echo Running aclocal... ; aclocal $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: news englebass

2007-11-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news/src/module


Modified Files:
e_mod_main.c e_mod_main.h 


Log Message:
Remove deprecated functions.

===
RCS file: /cvs/e/e_modules/news/src/module/e_mod_main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_main.c16 Sep 2007 03:31:41 -  1.6
+++ e_mod_main.c2 Nov 2007 12:22:16 -   1.7
@@ -99,28 +99,6 @@
return ret;
 }
 
-EAPI int
-e_modapi_about(E_Module *m)
-{
-   news_util_message_show(_(Module to display information feedsbr
-like Rss (and soon Atom), on youre 
desktopbrbr
-[EMAIL PROTECTED]br
-http://.zapto.org;));
-   return 1;
-}
-
-EAPI int
-e_modapi_config(E_Module *m)
-{
-   int ret;
-
-   if (!news) return 0;
-   ret = news_config_dialog_show();
-
-   return ret;
-}
-
-
 /*
  * Gadcon functions
  */
===
RCS file: /cvs/e/e_modules/news/src/module/e_mod_main.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_main.h16 Sep 2007 03:31:41 -  1.3
+++ e_mod_main.h2 Nov 2007 12:22:16 -   1.4
@@ -30,9 +30,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_info(E_Module *m);
-EAPI int   e_modapi_about(E_Module *m);
-EAPI int   e_modapi_config(E_Module *m);
 
 const char *_gc_name(void);
 



-
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: news englebass

2007-11-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news


Modified Files:
e_modules-news.spec.in 


Log Message:
Hum

===
RCS file: /cvs/e/e_modules/news/e_modules-news.spec.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_modules-news.spec.in  16 May 2007 12:06:02 -  1.1
+++ e_modules-news.spec.in  2 Nov 2007 12:48:57 -   1.2
@@ -42,9 +42,9 @@
 %files -f %{module_name}.lang
 %defattr(-, root, root)
 %doc AUTHORS ChangeLog COPYING* INSTALL NEWS README
-if %{module_name} == emu
+%if %{module_name} == emu
 %{_bindir}/%{module_name}*
-endif
+%endif
 %{_libdir}/enlightenment/modules/%{module_name}*
 
 %changelog



-
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: news englebass

2007-09-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news/src/module


Modified Files:
e_mod_main.c news_item.c news_item.h news_viewer.c 


Log Message:
Fix for gadcon update. Not added new gadcon functions.

===
RCS file: /cvs/e/e_modules/news/src/module/e_mod_main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_main.c7 Jun 2007 19:01:38 -   1.4
+++ e_mod_main.c16 Sep 2007 01:46:50 -  1.5
@@ -135,7 +135,7 @@
 
o = edje_object_add(gc-evas);
gcc = e_gadcon_client_new(gc, name, id, style, o);
-   ni = news_item_new(gcc, o);
+   ni = news_item_new(gcc, o, id);
gcc-data = ni;
 
news-items = evas_list_append(news-items, ni);
===
RCS file: /cvs/e/e_modules/news/src/module/news_item.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- news_item.c 3 Jun 2007 23:44:43 -   1.3
+++ news_item.c 16 Sep 2007 01:46:50 -  1.4
@@ -12,7 +12,7 @@
  */
 
 News_Item *
-news_item_new(E_Gadcon_Client *gcc, Evas_Object *obj)
+news_item_new(E_Gadcon_Client *gcc, Evas_Object *obj, const char *id)
 {
News_Item *ni;
News_Config_Item *nic;
@@ -23,7 +23,7 @@
 
news_theme_edje_set(obj, NEWS_THEME_ITEM);
 
-   nic = news_config_item_add(gcc-id);
+   nic = news_config_item_add(id);
ni-gcc = gcc;
ni-obj = obj;
ni-config = nic;
===
RCS file: /cvs/e/e_modules/news/src/module/news_item.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- news_item.h 23 May 2007 23:32:37 -  1.2
+++ news_item.h 16 Sep 2007 01:46:50 -  1.3
@@ -74,7 +74,7 @@
 };
 
 
-News_Item   *news_item_new(E_Gadcon_Client *gcc, Evas_Object *obj);
+News_Item   *news_item_new(E_Gadcon_Client *gcc, Evas_Object *obj, const char 
*id);
 void news_item_free(News_Item *ni);
 
 void news_item_refresh(News_Item *ni, int changed_order, int 
changed_content, int changed_state);
===
RCS file: /cvs/e/e_modules/news/src/module/news_viewer.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- news_viewer.c   7 Jun 2007 19:01:38 -   1.7
+++ news_viewer.c   16 Sep 2007 01:46:50 -  1.8
@@ -298,7 +298,7 @@
E_Dialog*dia;
char buf[4096];
 
-   snprintf(buf, sizeof(buf), _e_mod_news_viewer_%c, nv-item-gcc-id[0]);
+   snprintf(buf, sizeof(buf), _e_mod_news_viewer_%d, nv-item-gcc-id);
dia = e_dialog_new(e_container_current_get(e_manager_current_get()),
   E, buf);
if (!dia) return 0;



-
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: news englebass

2007-09-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news


Modified Files:
Makefile.am 


Log Message:
Fix for gadcon...

===
RCS file: /cvs/e/e_modules/news/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 16 May 2007 12:06:01 -  1.1
+++ Makefile.am 16 Sep 2007 01:48:35 -  1.2
@@ -5,4 +5,4 @@
 filesdir = $(datadir)
 files_DATA = module.desktop
 
-pkgdir = $(datadir)/$(MODULE_ARCH)
\ No newline at end of file
+pkgdir = $(datadir)/$(MODULE_ARCH)



-
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: news englebass

2007-09-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news/src/module


Modified Files:
e_mod_main.c e_mod_main.h news_config.c 


Log Message:
Implement id_new()

===
RCS file: /cvs/e/e_modules/news/src/module/e_mod_main.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_mod_main.c16 Sep 2007 01:46:50 -  1.5
+++ e_mod_main.c16 Sep 2007 03:31:41 -  1.6
@@ -20,12 +20,13 @@
 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,
   news,
   {
- _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_INSET
};
@@ -242,4 +243,19 @@
o = edje_object_add(evas);
edje_object_file_set(o, news_theme_file_get(NULL), icon);
return o;
+}
+
+static const char *
+_gc_id_new(void)
+{
+   News_Config_Item *nic;
+
+   nic = news_config_item_add(NULL);
+   return nic-id;
+}
+
+const char *
+_gc_name(void)
+{
+   return _gadcon_class.name;
 }



-
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: news englebass

2007-06-18 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : news

Dir : e_modules/news


Modified Files:
configure.in 
Added Files:
module.desktop 
Removed Files:
module.desktop.in 


Log Message:
module.desktop.in not needed.

===
RCS file: /cvs/e/e_modules/news/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- configure.in29 May 2007 12:35:06 -  1.3
+++ configure.in18 Jun 2007 18:30:27 -  1.4
@@ -107,7 +107,6 @@
 
 AC_OUTPUT([
 e_modules-news.spec
-module.desktop
 Makefile
 data/Makefile
 data/images/Makefile



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs