~ubuntu-branches/ubuntu/quantal/gnome-documents/quantal

« back to all changes in this revision

Viewing changes to .pc/02-no-gettext.patch/configure.ac

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-06-29 13:16:35 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120629131635-tkocc51xk4c37a39
Tags: 0.5.3-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump minimum GTK
  - Build-depend on libzapojit-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl -*- mode: m4 -*-
2
2
AC_PREREQ(2.63)
3
 
AC_INIT([gnome-documents],[0.4.2],[],[gnome-documents])
 
3
AC_INIT([gnome-documents],[0.5.3],[],[gnome-documents])
4
4
 
5
5
AM_CONFIG_HEADER(config/config.h)
6
6
AC_CONFIG_SRCDIR([src/main.js])
51
51
 
52
52
EVINCE_MIN_VERSION=3.3.0
53
53
GLIB_MIN_VERSION=2.31.6
54
 
GTK_MIN_VERSION=3.3.6
 
54
GTK_MIN_VERSION=3.5.5
55
55
GOBJECT_INTROSPECTION_MIN_VERSION=1.31.6
56
56
GDATA_MIN_VERSION=0.11.0
57
57
GOA_MIN_VERSION=3.2.0
58
58
CLUTTER_GTK_MIN_VERSION=1.0.2
59
59
TRACKER_MIN_VERSION=0.13.1
 
60
ZAPOJIT_MIN_VERSION=0.0.2
60
61
 
61
62
PKG_CHECK_MODULES(DOCUMENTS,
62
63
                  clutter-gtk-1.0 >= $CLUTTER_GTK_MIN_VERSION
70
71
                  tracker-sparql-0.14 >= $TRACKER_MIN_VERSION
71
72
                  goa-1.0 >= $GOA_MIN_VERSION
72
73
                  libgdata >= $GDATA_MIN_VERSION
 
74
                  zapojit-0.0 >= $ZAPOJIT_MIN_VERSION
73
75
                  oauth)
74
76
 
75
77
PKG_CHECK_MODULES(MINER,
78
80
                  gio-2.0 >= $GLIB_MIN_VERSION
79
81
                  goa-1.0 >= $GOA_MIN_VERSION
80
82
                  libgdata >= $GDATA_MIN_VERSION
 
83
                  zapojit-0.0 >= $ZAPOJIT_MIN_VERSION
81
84
                  oauth)
82
85
 
83
86
GJS_CONSOLE=`$PKG_CONFIG --variable=gjs_console gjs-1.0`