Enlightenment CVS committal

Author  : mej
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        ChangeLog Makefile.am acconfig.h configure.in e.spec 


Log Message:
Sun Mar 23 22:45:31 EST 2003
(KainX)

Patch from Kim Woelders <[EMAIL PROTECTED]> for freedesktop.org WM hints.


===================================================================
RCS file: /cvsroot/enlightenment/e16/e/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ChangeLog   5 Sep 2002 01:16:24 -0000       1.23
+++ ChangeLog   24 Mar 2003 03:48:07 -0000      1.24
@@ -1752,3 +1752,11 @@
 
 Applied patch from Boris Buegling <[EMAIL PROTECTED]> for XFree86 4.2.0.
 
+-------------------------------------------------------------------------------
+
+Sun Mar 23 22:45:31 EST 2003
+(KainX)
+
+Patch from Kim Woelders <[EMAIL PROTECTED]> for freedesktop.org WM hints.
+
+-------------------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/Makefile.am,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- Makefile.am 10 Oct 2002 15:36:08 -0000      1.26
+++ Makefile.am 24 Mar 2003 03:48:07 -0000      1.27
@@ -9,7 +9,7 @@
        po \
        debian
 
-EXTRA_DIST = config.rpath  \
+EXTRA_DIST = \
 sample-scripts/bouncingball.pl \
 sample-scripts/lcdmover.sh \
 sample-scripts/testroller.pl \
@@ -27,5 +27,3 @@
 INSTALL \
 NEWS \
 README
-
-ACLOCAL_AMFLAGS = -I m4
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/acconfig.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- acconfig.h  24 Mar 2000 04:54:05 -0000      1.4
+++ acconfig.h  24 Mar 2003 03:48:07 -0000      1.5
@@ -31,3 +31,9 @@
 #undef PACKAGE
 
 #undef HAS_XINERAMA
+
+#undef VERSION
+
+#undef ENABLE_EWMH
+#undef ENABLE_GNOME
+#undef ENABLE_KDE
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/configure.in,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -3 -r1.55 -r1.56
--- configure.in        10 Oct 2002 15:36:08 -0000      1.55
+++ configure.in        24 Mar 2003 03:48:07 -0000      1.56
@@ -2,7 +2,7 @@
 
 ENLIGHTENMENT_MAJOR=0
 ENLIGHTENMENT_MINOR=16
-ENLIGHTENMENT_MICRO=5
+ENLIGHTENMENT_MICRO=6
 ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO
 
 VERSION=$ENLIGHTENMENT_VERSION
@@ -78,6 +78,20 @@
 AC_ARG_ENABLE(sound, [  --enable-sound          compile with sound support 
[default=yes]], ,enable_sound=yes)
 
 AC_ARG_ENABLE(upgrade, [  --enable-upgrade        compile with auto-upgrade support 
[default=yes]], ,enable_upgrade=yes)
+
+AC_ARG_ENABLE(hints-ewmh,
+  [  --enable-hints-ewmh     compile with Extended Window Manager Hints support 
[default=yes]],, enable_hints_ewmh=yes)
+AC_ARG_ENABLE(hints-gnome,
+  [  --enable-hints-gnome    compile with GNOME hints support [default=yes]],, 
enable_hints_gnome=yes)
+AC_ARG_ENABLE(hints-kde,
+  [  --enable-hints-kde      compile with KDE hints support [default=no]],, 
enable_hints_kde=no)
+
+if test "x$enable_hints_ewmh" = "xyes"; then AC_DEFINE(ENABLE_EWMH) fi
+if test "x$enable_hints_gnome" = "xyes"; then AC_DEFINE(ENABLE_GNOME) fi
+if test "x$enable_hints_kde" = "xyes"; then AC_DEFINE(ENABLE_KDE) fi
+AM_CONDITIONAL(ENABLE_EWMH, test "x$enable_hints_ewmh" = "xyes")
+AM_CONDITIONAL(ENABLE_GNOME, test "x$enable_hints_gnome" = "xyes")
+AM_CONDITIONAL(ENABLE_KDE, test "x$enable_hints_kde" = "xyes")
 
 dnl The following test must come after AM_GNU_GETTEXT as it relies on
 dnl ${DATADIRNAME} being defined.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/e.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- e.spec      5 Sep 2002 01:16:24 -0000       1.25
+++ e.spec      24 Mar 2003 03:48:07 -0000      1.26
@@ -2,8 +2,8 @@
 
 Summary: The Enlightenment window manager.
 Name: enlightenment
-Version: 0.16.5
-Release: 5
+Version: 0.16.6
+Release: 0.1
 Copyright: BSD
 Group: User Interface/Desktops
 Source: ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment-%{version}.tar.gz




-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to