seed r702 - trunk



Author: hortont
Date: Sat Jan 10 02:36:10 2009
New Revision: 702
URL: http://svn.gnome.org/viewvc/seed?rev=702&view=rev

Log:
Automatically update README version number.


Added:
   trunk/README.in
Removed:
   trunk/README
Modified:
   trunk/Makefile.am
   trunk/configure.ac
   trunk/ltmain.sh

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sat Jan 10 02:36:10 2009
@@ -10,9 +10,6 @@
 
 if BUILD_SEED_EXAMPLES
 SUBDIRS += examples
-
-tellme:
-	echo asdfasdf
 endif
 
 seeddocdir = ${prefix}/share/doc/seed

Added: trunk/README.in
==============================================================================
--- (empty file)
+++ trunk/README.in	Sat Jan 10 02:36:10 2009
@@ -0,0 +1,23 @@
+=== Seed @VERSION@ README ===
+
+Seed is a library and interpreter, dynamically bridging (through gobject-introspection) the WebKit JavaScriptCore engine with the GObject type system. In a more concrete sense, Seed enables you to immediately write applications around a significant portion of the GNOME platform, and easily embed JavaScript as a scripting language in your GObject library.
+
+Website: http://live.gnome.org/Seed
+SVN: svn://svn.gnome.org/svn/seed
+
+Dependencies (Ubuntu package name):
+   * gobject-introspection (gobject-introspection)
+   * gobject-introspection-glib (gobject-introspection-glib)
+   * gir-repository (gobject-introspection-repository)
+   * webkit (libwebkit-1.0-4-dev)
+   * readline (libreadline-dev)
+   * ffi (libffi-dev)
+
+Recommended Dependencies (Ubuntu package name):
+   * sqlite3 (libsqlite3-dev)
+   * soup (libsoup2.4-dev)
+   * clutter (libclutter-0.8-dev)
+   * clutter-gtk (libclutter-gtk-0.80dev)
+   * clutter-cairo (libclutter-cairo-0.8-dev)
+   * cairo (libcairo-dev)
+   * gtk-doc (gtk-doc-tools)

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Jan 10 02:36:10 2009
@@ -122,6 +122,7 @@
 dnl =============================Output========================================
 AC_OUTPUT([
 Makefile
+README
 libseed/Makefile
 po/Makefile.in
 src/Makefile

Modified: trunk/ltmain.sh
==============================================================================
--- trunk/ltmain.sh	(original)
+++ trunk/ltmain.sh	Sat Jan 10 02:36:10 2009
@@ -65,7 +65,7 @@
 #       compiler:		$LTCC
 #       compiler flags:		$LTCFLAGS
 #       linker:		$LD (gnu? $with_gnu_ld)
-#       $progname:		(GNU libtool) 2.2.4 Debian-2.2.4-0ubuntu5
+#       $progname:		(GNU libtool) 2.2.4 Debian-2.2.4-0ubuntu4
 #       automake:		$automake_version
 #       autoconf:		$autoconf_version
 #
@@ -73,7 +73,7 @@
 
 PROGRAM=ltmain.sh
 PACKAGE=libtool
-VERSION="2.2.4 Debian-2.2.4-0ubuntu5"
+VERSION="2.2.4 Debian-2.2.4-0ubuntu4"
 TIMESTAMP=""
 package_revision=1.2976
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]