~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-02-09 22:48:43 UTC
  • mfrom: (1.1.13 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20070209224843-yfbivwi3cg0s5a71
Tags: 0.5.6-0ubuntu1
* New upstream release:
  + This is a bugfix-only release...
  + Fix multi-line indent in bulleted lists (#402338).
  + Fix panel icon sizing (#354416, #403500).
  + Fix search window timestamp when notes are changed (#378400).
  + Fix problem of formatting being applied to bullet chars (#403026).
  + Fix crashes opening help and preferences dialog from menu (#403290).
  + Fix to prevent note title from being bulleted (#403408).
  + Fix non-translatable strings in plugins (Mathias Hasselmann, #387579).
  + Fix NoteOfTheDay title rename from "NotD" to "Today".
  + And others (#356448, #403033, #403745)
* Tomboy/NoteTag.cs:
  + Fix wrong C# syntax that caused a FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_INIT(Tomboy/Tomboy.cs)
2
 
AM_INIT_AUTOMAKE(tomboy, 0.5.5)
 
2
AM_INIT_AUTOMAKE(tomboy, 0.5.6)
3
3
AM_MAINTAINER_MODE
4
4
 
5
5
GNOME_COMMON_INIT
173
173
AC_SUBST(NUNIT_LIBS)
174
174
AC_PATH_PROG(NUNIT, nunit-console)
175
175
 
 
176
#
 
177
# Replace xgettext by our PluginInfo aware wrapper script
 
178
#
 
179
XGETTEXT_XCOMMENT=`echo 'Test("1")' |\
 
180
       xgettext -L C\# -k'Test:1,"XCOMMENT"' -o- - |\
 
181
       grep XCOMMENT`
 
182
 
 
183
# Test to see if comments are supported in xgettext
 
184
# (known to work in 0.15 but not in 0.14.5)
 
185
if test "x#. XCOMMENT" = "x${XGETTEXT_XCOMMENT}"; then
 
186
       XGETTEXT_PLUGIN_NAME=',"Plugin Name"'
 
187
       XGETTEXT_PLUGIN_DESC=',"Plugin Description"'
 
188
else
 
189
       XGETTEXT_PLUGIN_NAME=
 
190
       XGETTEXT_PLUGIN_DESC=
 
191
fi
 
192
 
 
193
AC_SUBST(XGETTEXT_PLUGIN_NAME)
 
194
AC_SUBST(XGETTEXT_PLUGIN_DESC)
 
195
 
 
196
INTLTOOL_UPDATE="XGETTEXT=\$(top_builddir)/pot-update $INTLTOOL_UPDATE"
 
197
AC_CONFIG_FILES([pot-update], [chmod +x pot-update])
 
198
 
176
199
AC_OUTPUT([
177
200
Makefile
178
201
tomboy.spec