~ubuntu-branches/ubuntu/utopic/libgnomekbd/utopic

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher, Chris Coulson
  • Date: 2010-01-18 11:58:48 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20100118115848-69vv268ydkfz1gud
Tags: 2.29.5-0ubuntu1
* debian/rules:
  - updated shlibs versions

[ Chris Coulson ]
* New upstream version (LP: #508216)
  - GkbdIndicator rendering fixed.
  - GkbdStatus notification icon added.
* debian/control:
  - Bump libxklavier-dev build dep to >= 5.0
* Refreshed 99_lt_main_as-needed.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl ***************************************************************************
2
2
dnl *** configure.in for libgnomekbd                                        ***
3
3
dnl ***************************************************************************
4
 
AC_INIT(libgnomekbd, 2.28.2, [http://bugzilla.gnome.org/enter_bug.cgi?product=libgnomekbd])
 
4
AC_INIT(libgnomekbd, 2.29.5, [http://bugzilla.gnome.org/enter_bug.cgi?product=libgnomekbd])
5
5
AC_PREREQ(2.59)
6
6
 
7
 
VERSION_INFO=4:0:0
 
7
VERSION_INFO=5:0:1
8
8
AC_SUBST(VERSION_INFO)
9
9
 
10
10
AM_CONFIG_HEADER(config.h)
20
20
GCONF_REQUIRED=2.14.0
21
21
GDK_REQUIRED=2.13
22
22
GTK_REQUIRED=2.13
23
 
LIBXKLAVIER_REQUIRED=4.0
 
23
LIBXKLAVIER_REQUIRED=5.0
24
24
 
25
25
AC_SUBST([DBUS_REQUIRED])
26
26
AC_SUBST([DBUS_GLIB_REQUIRED])