~ubuntu-branches/ubuntu/quantal/seahorse-nautilus/quantal

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-05 10:28:20 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120905102820-7x3dkumkaya523mn
Tags: 3.5.91-0ubuntu1
* New upstream release (LP: #1045572)
* debian/control:
  - Add build-depends on libgcr-3-dev
  - Drop build-depends on libgconf2-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ([2.63])
2
 
AC_INIT([seahorse-nautilus], [3.3.1],
 
2
AC_INIT([seahorse-nautilus], [3.5.91],
3
3
        [http://bugzilla.gnome.org/enter_bug.cgi?product=seahorse-plugins&component=Nautilus],
4
4
        [seahorse-nautilus])
5
5
 
39
39
# -----------------------------------------------------------------------------
40
40
# GLib and GTK+ stuff
41
41
 
42
 
AM_GCONF_SOURCE_2
 
42
GLIB_GSETTINGS
43
43
AM_GLIB_GNU_GETTEXT
44
44
 
45
 
PKG_CHECK_MODULES(GCONF, gconf-2.0)
46
45
PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.0 gio-2.0)
47
46
 
48
47
AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
179
178
SEAHORSE_LIBS="$SEAHORSE_LIBS $LIBCRYPTUI_LIBS"
180
179
 
181
180
# -----------------------------------------------------------------------------
 
181
# Gcr
 
182
 
 
183
PKG_CHECK_MODULES(GCR, gcr-3 > 3.4.0)
 
184
SEAHORSE_CFLAGS="$SEAHORSE_CFLAGS $GCR_CFLAGS"
 
185
SEAHORSE_LIBS="$SEAHORSE_LIBS $GCR_LIBS"
 
186
 
 
187
# -----------------------------------------------------------------------------
182
188
# Libnotify
183
189
 
184
190
LIBNOTIFY_REQUIRED=0.3
288
294
 
289
295
AC_OUTPUT([
290
296
Makefile
 
297
data/Makefile
291
298
po/Makefile.in
292
299
tool/Makefile
293
300
tool/seahorse-pgp-encrypted.desktop.in