~ubuntu-branches/ubuntu/raring/nautilus/raring

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Jeremy Bicha
  • Date: 2012-01-31 13:45:01 UTC
  • mfrom: (1.17.25)
  • Revision ID: package-import@ubuntu.com-20120131134501-yn7mqny7fgzx9fao
Tags: 1:3.3.4-0ubuntu1
* New upstream version which fixes:
  - "Opening Popupmenu in Context of Folder with List-View impossible?"
    (lp: #126540)
  - "'Create folder in here' context menu option for nautilus" (lp: #61786)
  - the file count and the size count change in opposite direction.
    (lp: #503330)
  - the mounts in the place menu should have a properties entry.
    (lp: #846289)
  - add command line option to select file (lp: #575719)
  - Media in 'Places' side bar should have same context menu as in 
    'Computer' (lp: #230098)
* debian/nautilus-data.install:
  - updated, ui and icons have been moved into gresources
* debian/patches/05_desktop_menu_export.patch:
   - updated to correctly include the gresources desktop definition

[ Jeremy Bicha ]
* New upstream release.
* debian/control.in:
  - Bump minimum GTK and glib
* Refreshed patches
* Dropped upstream patches:
  - 17_dont_allow_new_tab_on_desktop.patch
  - 18_fix_crash_in_get_current_uri.patch
  - 19_lazily_initialize_notification_service.patch
  - git_sideplace_sorting.patch
  - git_next_row.patch
  - git_dont_document_browser_option.patch
  - git_browser_compat.patch
  - git_bookmarks_reordering.patch
  - git_listview_context_menus.patch
  - git_use_gtk_grid.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
dnl ===========================================================================
4
4
 
5
 
m4_define(glib_minver,                 2.29.13)
 
5
m4_define(glib_minver,                 2.31.9)
6
6
m4_define(gnome_desktop_minver,        3.0.0)
7
7
m4_define(pango_minver,                1.28.3)
8
 
m4_define(gtk_minver,                  3.1.6)
 
8
m4_define(gtk_minver,                  3.3.7)
9
9
m4_define(xml_minver,                  2.7.8)
10
10
m4_define(exif_minver,                 0.6.20)
11
11
m4_define(exempi_minver,               2.1.0)
21
21
m4_define(nautilus_extension_current,  5)
22
22
m4_define(nautilus_extension_revision, 0)
23
23
 
24
 
AC_INIT(nautilus, 3.2.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
 
24
AC_INIT(nautilus, 3.3.4, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
25
25
 
26
26
dnl ===========================================================================
27
27
 
29
29
AC_CONFIG_HEADERS(config.h)
30
30
AC_CONFIG_MACRO_DIR([m4])
31
31
 
32
 
AM_INIT_AUTOMAKE([1.9 tar-ustar])
 
32
AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip tar-ustar])
33
33
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
34
34
AM_MAINTAINER_MODE([enable])
35
35
 
361
361
dnl additional nautilus libs
362
362
PKG_CHECK_MODULES(NAUTILUS, [
363
363
        gthread-2.0 >= glib_minver
 
364
        gmodule-no-export-2.0 >= glib_minver
364
365
        gio-2.0 >= glib_minver
365
366
        gio-unix-2.0 >= glib_minver
366
367
        gsettings-desktop-schemas