gear up svn for release. one of many steps/things to do.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 17 Mar 2012 04:17:29 +0000 (04:17 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 17 Mar 2012 04:17:29 +0000 (04:17 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@69481 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

30 files changed:
AUTHORS
README
configure.ac
ecore-cocoa.pc.in
ecore-con.pc.in
ecore-config.pc.in
ecore-directfb.pc.in
ecore-evas.pc.in
ecore-fb.pc.in
ecore-file.pc.in
ecore-imf.pc.in
ecore-input-evas.pc.in
ecore-input.pc.in
ecore-ipc.pc.in
ecore-psl1ght.pc.in
ecore-sdl.pc.in
ecore-wayland.pc.in
ecore-win32.pc.in
ecore-wince.pc.in
ecore-x.pc.in
ecore.pc.in
po/cs.po
po/de.po
po/el.po
po/fr.po
po/it.po
po/nl.po
po/pt.po
po/sl.po
src/lib/ecore/Ecore.h

diff --git a/AUTHORS b/AUTHORS
index a220068..ebe354c 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,4 @@
+Myoungwoon Roy Kim(roy_kim) <myoungwoon.kim@samsung.com> <myoungwoon@gmail.com>
 The Rasterman <raster@rasterman.com>
 Tom Gilbert <tom@linuxbrit.co.uk>
 Burra <burra@colorado.edu>
diff --git a/README b/README
index 59933ee..c902528 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Ecore 1.1.0
+Ecore 1.2.0
 
 ******************************************************************************
 
index f4a5806..80dc7f8 100644 (file)
@@ -1,12 +1,12 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [1])
-m4_define([v_min], [1])
-m4_define([v_mic], [99])
+m4_define([v_min], [2])
+m4_define([v_mic], [0])
 m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n' | sed 's/Unversioneddirectory/0/' | tr -d '\n']))
 m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))])
 ##--   When released, remove the dnl on the below line
-dnl m4_undefine([v_rev])
+m4_undefine([v_rev])
 ##--   When doing snapshots - change soname. remove dnl on below line
 dnl m4_define([relname], [ver-pre-svn-07])
 dnl m4_define([v_rel], [-release relname])
@@ -18,7 +18,7 @@ m4_define([lt_age], v_min)
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 
-AC_INIT([ecore], [v_ver], [enlightenment-devel@lists.sourceforge.net])
+AC_INIT([ecore], [v_ver]-alpha, [enlightenment-devel@lists.sourceforge.net])
 AC_PREREQ([2.52])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])
index 91fc4ee..8c3ffa0 100644 (file)
@@ -5,7 +5,6 @@ includedir=@includedir@
 
 Name: ecore-cocoa
 Description: E core library, Cocoa module
-@pkgconfig_requires_private@: @requirements_ecore_cocoa@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_cocoa
 Cflags: -I${includedir}/ecore-@VMAJ@
index 9b188aa..3c03c93 100644 (file)
@@ -5,7 +5,6 @@ includedir=@includedir@
 
 Name: ecore-con
 Description: E core library, Con module
-@pkgconfig_requires_private@: @requirements_ecore_con@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_con
 Cflags: -I${includedir}/ecore-@VMAJ@
index 0235eb8..9849d27 100644 (file)
@@ -5,7 +5,6 @@ includedir=@includedir@
 
 Name: ecore-config
 Description: E core library, Config module
-@pkgconfig_requires_private@: @requirements_ecore_config@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_config
 Cflags: -I${includedir}/ecore-@VMAJ@
index 9eb104a..ac3a436 100644 (file)
@@ -5,7 +5,6 @@ includedir=@includedir@
 
 Name: ecore-directfb
 Description: E core library, DirectFB module
-@pkgconfig_requires_private@: @requirements_ecore_directfb@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_directfb
 Cflags: -I${includedir}/ecore-@VMAJ@
index 155abbe..9c394e4 100644 (file)
@@ -5,7 +5,6 @@ includedir=@includedir@
 
 Name: ecore-evas
 Description: E core library, Evas module
-@pkgconfig_requires_private@: @requirements_ecore_evas@
 Version: @VERSION@
 Libs: -L${libdir} @ecore_evas_libs@
 Cflags: -I${includedir}/ecore-@VMAJ@
index 4e70c48..7cb780d 100644 (file)
@@ -5,7 +5,6 @@ includedir=@includedir@
 
 Name: ecore-fb
 Description: E core library, FB module
-@pkgconfig_requires_private@: @requirements_ecore_fb@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_fb
 Cflags: -I${includedir}/ecore-@VMAJ@
index 833ff1e..44ca838 100644 (file)
@@ -5,7 +5,6 @@ includedir=@includedir@
 
 Name: ecore-file
 Description: E core library, File module
-@pkgconfig_requires_private@: @requirements_ecore_file@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_file
 Cflags: -I${includedir}/ecore-@VMAJ@
index cc155ed..6053162 100644 (file)
@@ -5,7 +5,6 @@ includedir=@includedir@
 
 Name: ecore-imf
 Description: E core library, IMF module
-@pkgconfig_requires_private@: @requirements_ecore_imf@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_imf
 Cflags: -I${includedir}/ecore-@VMAJ@
index f95325c..eb79453 100644 (file)
@@ -5,7 +5,6 @@ includedir=@includedir@
 
 Name: ecore-input-evas
 Description: E core library, Input module Evas extension
-@pkgconfig_requires_private@: @requirements_ecore_input_evas@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_input_evas
 Cflags: -I${includedir}/ecore-@VMAJ@
index b670b71..53e48a9 100644 (file)
@@ -5,7 +5,6 @@ includedir=@includedir@
 
 Name: ecore-input
 Description: E core library, Input module
-@pkgconfig_requires_private@: @requirements_ecore_input@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_input
 Cflags: -I${includedir}/ecore-@VMAJ@
index d66f404..fd2f615 100644 (file)
@@ -5,7 +5,6 @@ includedir=@includedir@
 
 Name: ecore-ipc
 Description: E core library, IPC module
-@pkgconfig_requires_private@: @requirements_ecore_ipc@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_ipc
 Cflags: -I${includedir}/ecore-@VMAJ@
index e81f4e8..eca9e3b 100644 (file)
@@ -5,8 +5,6 @@ includedir=@includedir@
 
 Name: ecore-psl1ght
 Description: E core library, PSL1GHT module
-@pkgconfig_requires_private@: @requirements_ecore_psl1ght@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_psl1ght
-Libs.private: -lio -lsysutil -lgem -lcamera -lspurs
 Cflags: -I${includedir}/ecore-@VMAJ@
index 78170c1..6c96000 100644 (file)
@@ -5,7 +5,6 @@ includedir=@includedir@
 
 Name: ecore-sdl
 Description: E core library, SDL module
-@pkgconfig_requires_private@: @requirements_ecore_sdl@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_sdl
 Cflags: -I${includedir}/ecore-@VMAJ@
index f4f5cf3..9093d85 100644 (file)
@@ -5,8 +5,6 @@ includedir=@includedir@
 
 Name: ecore-wayland
 Description: E core library, Wayland module
-@pkgconfig_requires_private@: @requirements_ecore_wayland@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_wayland
-Libs.private: -lwayland-client
 Cflags: -I${includedir}/ecore-@VMAJ@
index 17dba6e..ddcbe71 100644 (file)
@@ -5,8 +5,6 @@ includedir=@includedir@
 
 Name: ecore-win32
 Description: E core library, Win32 module
-@pkgconfig_requires_private@: @requirements_ecore_win32@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_win32
-Libs.private:
 Cflags: -I${includedir}/ecore-@VMAJ@
index c937e88..0e67976 100644 (file)
@@ -5,8 +5,6 @@ includedir=@includedir@
 
 Name: ecore-wince
 Description: E core library, WinCE module
-@pkgconfig_requires_private@: @requirements_ecore_wince@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_wince
-Libs.private: @WIN32_LIBS@
 Cflags: -I${includedir}/ecore-@VMAJ@
index a02b42b..b3a69f9 100644 (file)
@@ -5,8 +5,6 @@ includedir=@includedir@
 
 Name: ecore-x
 Description: E core library, X module
-@pkgconfig_requires_private@: @requirements_ecore_x@
 Version: @VERSION@
 Libs: -L${libdir} -lecore_x
-Libs.private: @x_libs@ @ecore_x_libs_private@
-Cflags: -I${includedir}/ecore-@VMAJ@ @have_ecore_x_xcb_define@
+Cflags: -I${includedir}/ecore-@VMAJ@
index 950a96b..a050620 100644 (file)
@@ -5,8 +5,6 @@ includedir=@includedir@
 
 Name: ecore
 Description: Ecore event abstraction library
-@pkgconfig_requires_private@: @requirements_ecore@
 Version: @VERSION@
-Libs: -L${libdir} -lecore
-Libs.private: -lm
-Cflags: -I${includedir}/ecore-@VMAJ@
+Libs: -L${libdir} -lecore @EINA_LIBS@
+Cflags: -I${includedir}/ecore-@VMAJ@ @EINA_CFLAGS@
index fb209db..4492269 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ecore\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-03-05 18:53+0900\n"
+"POT-Creation-Date: 2012-03-17 11:44+0900\n"
 "PO-Revision-Date: 2011-10-23 01:28+0100\n"
 "Last-Translator: Daniel Kolesa <quaker66@gmail.com>\n"
 "Language-Team: Czech <kde-i18n-doc@kde.org>\n"
index 1c02a31..9dacdbf 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ecore 0.9.9.063-2\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-03-05 18:53+0900\n"
+"POT-Creation-Date: 2012-03-17 11:44+0900\n"
 "PO-Revision-Date: 2010-01-03 21:52+GMT\n"
 "Last-Translator: Fabian Nowak <timystery@arcor.de>\n"
 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
index c65bd1d..0dd56bd 100644 (file)
--- a/po/el.po
+++ b/po/el.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Ecore\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-03-05 18:53+0900\n"
+"POT-Creation-Date: 2012-03-17 11:44+0900\n"
 "PO-Revision-Date: 2011-11-20 22:42+0200\n"
 "Last-Translator: George Rizopoulos <george.rizopoulos.1@gmail.com>\n"
 "Language-Team: Greek\n"
index a5d5b7c..3435366 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Ecore\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-03-05 18:53+0900\n"
+"POT-Creation-Date: 2012-03-17 11:44+0900\n"
 "PO-Revision-Date: 2010-07-11 11:01+0400\n"
 "Last-Translator: batden <batden@orange.fr>\n"
 "Language-Team: Enlightenment French Team <pourunmondesansgourou@gmail.com>\n"
index b8e858a..45ceb9f 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Ecore\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-03-05 18:53+0900\n"
+"POT-Creation-Date: 2012-03-17 11:44+0900\n"
 "PO-Revision-Date: 2009-10-27 19:36+0100\n"
 "Last-Translator: quaker66 <quaker66@gmail.com>\n"
 "Language-Team: none\n"
index 324881e..54785e2 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Ecore\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-03-05 18:53+0900\n"
+"POT-Creation-Date: 2012-03-17 11:44+0900\n"
 "PO-Revision-Date: 2011-09-03 15:48+0100\n"
 "Last-Translator: Heimen Stoffels <vistausss@gmail.com>\n"
 "Language-Team:  <vistausss@gmail.com>\n"
index 4f52317..3892c6b 100644 (file)
--- a/po/pt.po
+++ b/po/pt.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ecore\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-03-05 18:53+0900\n"
+"POT-Creation-Date: 2012-03-17 11:44+0900\n"
 "PO-Revision-Date: 2010-10-06 12:37-0000\n"
 "Last-Translator: Sérgio Marques <smarquespt@gmail.com>\n"
 "Language-Team: \n"
index f18c330..f16b172 100644 (file)
--- a/po/sl.po
+++ b/po/sl.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ecore 1.0\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2012-03-05 18:53+0900\n"
+"POT-Creation-Date: 2012-03-17 11:44+0900\n"
 "PO-Revision-Date: 2011-02-24 16:54+0100\n"
 "Last-Translator: r1to <renato.rener@gmail.com>\n"
 "Language-Team: Slovenian <sl@li.org>\n"
index 1140b34..f3d8a70 100644 (file)
@@ -394,7 +394,7 @@ EAPI int ecore_shutdown(void);
  */
 
 #define ECORE_VERSION_MAJOR 1
-#define ECORE_VERSION_MINOR 0
+#define ECORE_VERSION_MINOR 2
 
 typedef struct _Ecore_Version
 {