Enlightenment CVS committal

Author  : monkeyiq
Project : misc
Module  : gevas2

Dir     : misc/gevas2


Modified Files:
        .cvsignore README configure.in gevas.spec 
Added Files:
        ChangeLog INSTALL NEWS TODO 


Log Message:
A flurry of updates. Syned to work with latest evas event _feed_() functions
amoung other misc changes.

===================================================================
RCS file: /cvsroot/enlightenment/misc/gevas2/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- .cvsignore  15 Aug 2002 02:40:36 -0000      1.1
+++ .cvsignore  4 Aug 2005 04:12:15 -0000       1.2
@@ -5,5 +5,13 @@
 acloacl.m4
 libltdl
 autom4te-2.53.cache
-
+aclocal.m4
+autom4te.cache
+config.guess
+config.h
+config.log
+config.status
+config.sub
+libtool
+ltmain.sh
 
===================================================================
RCS file: /cvsroot/enlightenment/misc/gevas2/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- README      15 Aug 2002 02:38:06 -0000      1.1
+++ README      4 Aug 2005 04:12:15 -0000       1.2
@@ -4,3 +4,4 @@
 ./autogen.sh
 make
 
+You'll need evas, edje and ecore installed first.
===================================================================
RCS file: /cvsroot/enlightenment/misc/gevas2/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- configure.in        19 Nov 2004 15:13:11 -0000      1.6
+++ configure.in        4 Aug 2005 04:12:15 -0000       1.7
@@ -1,8 +1,8 @@
 AC_INIT(src/gevas.h)
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gevas, 2.2.0)
+AM_INIT_AUTOMAKE(gevas, 2.2.1)
 
-AM_PATH_GTK_2_0( 2.0.6 )
+AM_PATH_GTK_2_0( 2.2.0 )
 
 AC_PROG_CC
 AM_PROG_CC_STDC
@@ -37,7 +37,15 @@
 AC_SUBST(edb_libs)
 
 
-AC_PATH_GENERIC(edje, 0.5.0)
+have_edje=no
+PKG_CHECK_MODULES(EDJE, edje >= 0.5.0, 
+[
+       have_edje=yes
+],
+[
+       AC_MSG_ERROR([Fatal Error: please install latest edje package.])        
+])
+AM_CONDITIONAL(HAVE_EDJE, test "$have_edje" = yes)
 AC_SUBST(EDJE_LIBS)
 AC_SUBST(EDJE_CFLAGS)
 
===================================================================
RCS file: /cvsroot/enlightenment/misc/gevas2/gevas.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- gevas.spec  4 Aug 2005 03:44:36 -0000       1.1
+++ gevas.spec  4 Aug 2005 04:12:15 -0000       1.2
@@ -1,5 +1,5 @@
 %define        name     gevas
-%define ver      2.2.0
+%define ver      2.2.1
 %define rel      monkeyiq9000d
 %define prefix   /usr
 
@@ -21,11 +21,8 @@
 BuildRoot: %{buildroot}
 Packager: Ben Martin <[EMAIL PROTECTED]>
 URL: http://sourceforge.net/project/showfiles.php?group_id=2
-Requires: evas >= 0.0.4
-Requires: edb >= 1.0.2
-Requires: XFree86
-BuildRequires: edb-devel >= 1.0.2
-BuildRequires: XFree86-devel
+Requires: evas >= 0.9.9.013
+BuildRequires: evas-devel >= 0.9.9.013
 
 %description
 gevas is a GTK+ wrapper for the Evas API. 




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to