[gnome-dictionary] Release GNOME Dictionary 3.3.2



commit c9845548762bd2402f5213fec7f7ac008494c51a
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Oct 25 15:02:25 2011 +0100

    Release GNOME Dictionary 3.3.2

 .gitignore   |   70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 NEWS         |    5 ++++
 configure.ac |   26 +++++++--------------
 3 files changed, 81 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d4f270..87572bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,6 @@
-/data/GNOME_DictionaryApplet.server
-/data/GNOME_DictionaryApplet.server.in
 /data/default.desktop
 /data/gnome-dictionary.desktop
 /data/gnome-dictionary.desktop.in
-/data/gnome-dictionary.schemas
 /data/spanish.desktop
 /data/thai.desktop
 *.mo
@@ -19,3 +16,70 @@
 /libgdict/stamp-gdict-marshal.h
 /src/gnome-dictionary
 /src/gnome-dictionary-applet
+ABOUT-NLS
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+compile
+config.guess
+config.h
+config.h.in
+config.log
+config.rpath
+config.status
+config.sub
+configure
+/data/org.gnome.dictionary.gschema.valid
+/data/org.gnome.dictionary.gschema.xml
+/data/org.gnome.dictionary.gschema.xml.in
+depcomp
+docs/reference/gdict/gdict-decl-list.txt
+docs/reference/gdict/gdict-decl.txt
+docs/reference/gdict/gdict-undeclared.txt
+docs/reference/gdict/gdict-undocumented.txt
+docs/reference/gdict/gdict-unused.txt
+docs/reference/gdict/gdict.args
+docs/reference/gdict/gdict.hierarchy
+docs/reference/gdict/gdict.interfaces
+docs/reference/gdict/gdict.prerequisites
+docs/reference/gdict/gdict.signals
+docs/reference/gdict/html-build.stamp
+docs/reference/gdict/html.stamp
+docs/reference/gdict/html/
+docs/reference/gdict/scan-build.stamp
+docs/reference/gdict/setup-build.stamp
+docs/reference/gdict/sgml-build.stamp
+docs/reference/gdict/sgml.stamp
+docs/reference/gdict/tmpl-build.stamp
+docs/reference/gdict/tmpl.stamp
+docs/reference/gdict/tmpl/
+docs/reference/gdict/version.xml
+docs/reference/gdict/xml/
+gnome-doc-utils.make
+gtk-doc.make
+install-sh
+libgdict/.deps/
+libgdict/gdict-1.0.pc
+libgdict/gdict-version.h
+libtool
+ltmain.sh
+m4/
+missing
+omf.make
+po/*.gmo
+po/.intltool-merge-cache
+po/Makefile.in.in
+po/Makevars.template
+po/POTFILES
+po/Rules-quot
+po/boldquot.sed
+po/en boldquot header
+po/en quot header
+po/insert-header.sin
+po/quot.sed
+po/remove-potcdate.sin
+po/stamp-it
+src/.deps/
+stamp-h1
+xmldocs.make
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..aa054ae
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,5 @@
+GNOME Dictionary 3.3.2						      2011-10-25
+================================================================================
+
+  â First unstable release of the 3.3 cycle.
+  â First release after the split from GNOME Utilities.
diff --git a/configure.ac b/configure.ac
index 79b415d..42a5b51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,17 +1,15 @@
 dnl -*- mode: m4 -*-
 AC_PREREQ(2.63)
-AC_INIT([gnome-dictionary],[3.3.0],[],[gnome-dictionary])
+AC_INIT([gnome-dictionary],[3.3.2],[],[gnome-dictionary])
 
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_MACRO_DIR([m4])
 
-m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
-
 AC_CANONICAL_TARGET
 
 # require automake 1.10
-AM_INIT_AUTOMAKE([1.10 dist-bzip2 no-dist-gzip foreign])
-AM_MAINTAINER_MODE
+AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip foreign])
+AM_SILENT_RULES([yes])
 
 GETTEXT_PACKAGE=AC_PACKAGE_NAME
 AC_SUBST(GETTEXT_PACKAGE)
@@ -31,13 +29,6 @@ AC_HEADER_STDC
 AC_PATH_PROG(GLIB_GENMARSHAL, [glib-genmarshal])
 AC_PATH_PROG(GLIB_MKENUMS, [glib-mkenums])
 
-AM_DISABLE_STATIC
-# enable libtool
-AC_PROG_LIBTOOL
-
-## don't rerun to this point if we abort
-AC_CACHE_SAVE
-
 # Before making a release, the LT_VERSION string should be modified.
 # The string is of the form C:R:A.
 # - If interfaces have been changed or added, but binary compatibility has
@@ -49,6 +40,9 @@ AC_CACHE_SAVE
 LT_PREREQ([2.2.6])
 LT_INIT([disable-static win32-dll])
 
+## don't rerun to this point if we abort
+AC_CACHE_SAVE
+
 LIBGDICT_LT_VERSION=6:7:0
 AC_SUBST(LIBGDICT_LT_VERSION)
 
@@ -152,7 +146,7 @@ AS_IF([test "x$have_ipv6" = "xyes"],
 
 GLIB_GSETTINGS
 
-GTK_DOC_CHECK([1.10])
+GTK_DOC_CHECK([1.15], [--flavour no-tmpl])
 
 GNOME_DOC_INIT
 
@@ -187,10 +181,8 @@ echo "
         GNOME Dictionary $VERSION
         =========================
 
-        prefix:    ${prefix}
-        compiler:  ${CC}
+        prefix: ${prefix}
+        compiler: ${CC}
 
         IPv6 support: ${msg_ipv6}
-
-        Now type 'make' to build $PACKAGE
 "



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