E CVS: libs/etk tilman
Enlightenment CVS committal Author : tilman Project : e17 Module : libs/etk Dir : e17/libs/etk Modified Files: etk.pc.in Log Message: missing include in etk.pc === RCS file: /cvs/e/e17/libs/etk/etk.pc.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- etk.pc.in 21 Mar 2007 17:39:11 - 1.2 +++ etk.pc.in 22 Mar 2007 14:07:59 - 1.3 @@ -10,4 +10,4 @@ Requires: @requirements@ Version: @VERSION@ Libs: -L${libdir} -letk -Cflags: -I${includedir} +Cflags: -I${includedir} -I${includedir}/etk - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
E CVS: libs/etk tilman
Enlightenment CVS committal Author : tilman Project : e17 Module : libs/etk Dir : e17/libs/etk/data/wm/default/images Modified Files: Makefile.am Log Message: w00t, etk passes distcheck now === RCS file: /cvs/e/e17/libs/etk/data/wm/default/images/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 13 Jan 2007 23:00:37 - 1.2 +++ Makefile.am 22 Mar 2007 14:02:29 - 1.3 @@ -1,5 +1,6 @@ MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = \ +images.edc \ bg_brushed.png \ bg_overlay.png \ win_border.png \ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
E CVS: libs/etk tilman
Enlightenment CVS committal Author : tilman Project : e17 Module : libs/etk Dir : e17/libs/etk/data/themes/default/fonts Modified Files: Makefile.am Log Message: distribute VeraMono.ttf === RCS file: /cvs/e/e17/libs/etk/data/themes/default/fonts/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 15 Mar 2006 10:04:35 - 1.2 +++ Makefile.am 22 Mar 2007 13:53:12 - 1.3 @@ -1,4 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = VeraBd.ttf \ VeraIt.ttf \ +VeraMono.ttf \ Vera.ttf - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
E CVS: libs/etk tilman
Enlightenment CVS committal Author : tilman Project : e17 Module : libs/etk Dir : e17/libs/etk/data/themes/default/macros Modified Files: Makefile.am Log Message: distribute style.edc === RCS file: /cvs/e/e17/libs/etk/data/themes/default/macros/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- Makefile.am 26 Dec 2006 14:51:23 - 1.4 +++ Makefile.am 22 Mar 2007 13:48:58 - 1.5 @@ -4,5 +4,6 @@ glint.edc \ paned.edc \ scrollbar.edc \ +style.edc \ toolbar.edc \ tree_header.edc - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
E CVS: libs/etk tilman
Enlightenment CVS committal Author : tilman Project : e17 Module : libs/etk Dir : e17/libs/etk/src/engines/ecore_evas_software_x11 Modified Files: Makefile.am Log Message: pkgconfig === RCS file: /cvs/e/e17/libs/etk/src/engines/ecore_evas_software_x11/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- Makefile.am 3 Sep 2006 18:36:11 - 1.3 +++ Makefile.am 21 Mar 2007 18:41:36 - 1.4 @@ -6,7 +6,7 @@ -I$(top_srcdir)/src/engines/ecore_evas \ -I$(top_srcdir)/src/engines/ecore_evas_x11 \ -I$(top_srcdir)/src/engines/ecore_evas_software_x11 \ - @EVAS_CFLAGS@ @ECORE_CFLAGS@ -g -Wall + @EVAS_CFLAGS@ @ECORE_CFLAGS@ @ECORE_X_CFLAGS@ -g -Wall pkgdir = $(libdir)/etk/engines - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
E CVS: libs/etk tilman
Enlightenment CVS committal Author : tilman Project : e17 Module : libs/etk Dir : e17/libs/etk Modified Files: configure.in Log Message: pkgconfig === RCS file: /cvs/e/e17/libs/etk/configure.in,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- configure.in12 Jan 2007 02:53:54 - 1.22 +++ configure.in21 Mar 2007 18:41:36 - 1.23 @@ -111,122 +111,37 @@ echo $V } -AC_PATH_GENERIC(evas, 0.9.9, - [ ], - [ -echo "ERROR:" -echo "The evas-config development script was not found in your execute" -echo "path. This may mean one of several things" -echo "1. You may not have installed the evas-devel (or evas-dev)" -echo " packages." -echo "2. You may have evas installed somewhere not covered by your path." -echo "" -echo "If this is the case make sure you have the packages installed, AND" -echo "that the evas-config script is in your execute path (see your" -echo "shell's manual page on setting the \$PATH environment variable), OR" -echo "alternatively, specify the script to use with --with-evas-config." -AC_MSG_ERROR([Fatal Error: no evas-config detected.]) - ] -) - -AC_PATH_GENERIC(ecore, 0.9.9, - [ ], - [ -echo "ERROR:" -echo "The ecore-config development script was not found in your execute" -echo "path. This may mean one of several things" -echo "1. You may not have installed the ecore-devel (or ecore-dev)" -echo " packages." -echo "2. You may have ecore installed somewhere not covered by your path." -echo "" -echo "If this is the case make sure you have the packages installed, AND" -echo "that the ecore-config script is in your execute path (see your" -echo "shell's manual page on setting the \$PATH environment variable), OR" -echo "alternatively, specify the script to use with --with-ecore-config." -AC_MSG_ERROR([Fatal Error: no ecore-config detected.]) - ] -) - -CFLAGS=$ECORE_CFLAGS" "$CFLAGS -AC_PATH_GENERIC(edje, 0.5.0, - [ ], - [ -echo "ERROR:" -echo "The edje-config development script was not found in your execute" -echo "path. This may mean one of several things" -echo "1. You may not have installed the edje-devel (or edje-dev)" -echo " packages." -echo "2. You may have edje installed somewhere not covered by your path." -echo "" -echo "If this is the case make sure you have the packages installed, AND" -echo "that the edje-config script is in your execute path (see your" -echo "shell's manual page on setting the \$PATH environment variable), OR" -echo "alternatively, specify the script to use with --with-edje-config." -AC_MSG_ERROR([Fatal Error: no edje-config detected.]) - ] -) +requirements="evas ecore ecore-file edje" + +PKG_CHECK_MODULES(EVAS, [evas >= 0.9.9]) +PKG_CHECK_MODULES(ECORE, [ecore >= 0.9.9 ecore-file >= 0.9.9]) +PKG_CHECK_MODULES(EDJE, [edje >= 0.5.0]) # ## Ecore_X -have_ecore_x="no" -save_CPPFLAGS=$CPPFLAGS -CPPFLAGS="$CPPFLAGS $ECORE_CFLAGS" -save_LDFLAGS=$LDFLAGS -LDFLAGS="$LDFLAGS $ECORE_LIBS" -AC_CHECK_HEADER(Ecore_X.h, - [AC_CHECK_LIB(ecore_x, - ecore_x_init, - [AC_DEFINE(HAVE_ECORE_X, - 1, - [Define to 1 if you have the Ecore_X headers and libraries]) - have_ecore_x="yes"], - [AC_DEFINE(HAVE_ECORE_X, - 0, - [Define to 1 if you have the Ecore_X headers and libraries])])], - - [AC_DEFINE(HAVE_ECORE_X, - 0, - [Define to 1 if you have the Ecore_X headers and libraries])] -) -CPPFLAGS=$save_CPPFLAGS -LDFLAGS=$save_LDFLAGS - -if test "x${have_ecore_x}" = 'xyes'; then -AM_CONDITIONAL(BUILD_ENGINE_EE_S_X11, true) -else -AM_CONDITIONAL(BUILD_ENGINE_EE_S_X11, false) -fi +PKG_CHECK_MODULES(ECORE_X, [ecore-x >= 0.9.9], [ +have_ecore_x=yes +AC_DEFINE(HAVE_ECORE_X, 1, [Define to 1 if you have the Ecore_X headers and libraries]) +requirements="$requirements ecore-x" + ], [ +have_ecore_x=no +AC_DEFINE(HAVE_ECORE_X, 0, [Define to 1 if you have the Ecore_X headers and libraries]) +]) + +AM_CONDITIONAL(BUILD_ENGINE_EE_S_X11, test $have_ecore_x = yes) # ## Ecore_FB -have_ecore_fb="no" -save_CPPFLAGS=$CPPFLAGS -CPPFLAGS="$CPPFLAGS $ECORE_CFLAGS" -save_LDFLAGS=$LDFLAGS -LDFLAGS="$LDFLAGS $ECORE_LIBS" -AC_CHECK_HEADER(Ecore_Fb.h, - [AC_CHECK_LIB(ecore_fb, - ecore_fb_init, - [AC_DEFINE(HAVE_ECORE_FB, - 1, - [Define to 1 if you have the Ecore_FB headers and libraries]) - have_ecore_fb="yes"], - [AC_DEFINE(HAVE_ECORE_FB, - 0, - [Define to 1 if you have the Ecore_FB headers and libraries])])], - - [AC_DEFINE(HAVE_ECORE_FB, - 0, - [Define to 1 if you
E CVS: libs/etk tilman
Enlightenment CVS committal Author : tilman Project : e17 Module : libs/etk Dir : e17/libs/etk/src/engines/ecore_fb Modified Files: Makefile.am Log Message: pkgconfig === RCS file: /cvs/e/e17/libs/etk/src/engines/ecore_fb/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- Makefile.am 5 Sep 2006 19:21:57 - 1.5 +++ Makefile.am 21 Mar 2007 18:41:37 - 1.6 @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/engines/ecore_evas \ - @EVAS_CFLAGS@ @ECORE_CFLAGS@ -g -Wall + @EVAS_CFLAGS@ @ECORE_CFLAGS@ @ECORE_FB_CFLAGS@ -g -Wall pkgdir = $(libdir)/etk/engines - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
E CVS: libs/etk tilman
Enlightenment CVS committal Author : tilman Project : e17 Module : libs/etk Dir : e17/libs/etk Modified Files: etk.pc.in Log Message: export etk's datadir === RCS file: /cvs/e/e17/libs/etk/etk.pc.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- etk.pc.in 7 Dec 2005 09:55:52 - 1.1 +++ etk.pc.in 21 Mar 2007 17:39:11 - 1.2 @@ -2,6 +2,8 @@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ Name: etk Description: Enlightenment Foundations Library based toolkit. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs