~ubuntu-branches/ubuntu/trusty/gtk+2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-11-22 14:19:02 UTC
  • mfrom: (1.14.23) (72.5.30 sid)
  • Revision ID: package-import@ubuntu.com-20131122141902-0a2lnsp8ltfute54
Tags: 2.24.22-1ubuntu1
* Merge with Debian, remaining changes:
  + debian/libgtk2.0-0.symbols:
    - Add Ubuntu specific symbols
  + debian/patches/012_ubuntu-set-grab-add.patch
    - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and 
      things in menus, needed by ido
  + debian/patches/062_dnd_menubar.patch:
    - Allow click on menubars for dnd
  + debian/patches/063_treeview_almost_fixed.patch:
    - Add an ubuntu-almost-fixed-height-mode property, (required for
      software-center)
  + debian/patches/071_no_offscreen_widgets_grabbing.patch:
    - Don't let offscreen widgets do grabbing
  + debian/patches/090_logging_file_saves.patch:
    - improve the logging of saved files
  + debian/patches/092_default_to_xdg_document_dir.patch:
    - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
      directory for the 'Print to File' function.
  + debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
    - Backported gtk3 patch to add a "use-fallback" property to GtkImage,
      using it "icon-name and GIcon type of GtkImages can use automatic
      fallback names.", it will be useful for the indicator stack
  + debian/patches/095_git_menus_scrolling.patch:
    - backported gtk3 commit to fix menu scrolling issues
  + debian/patches/096_git_gtkprintsettings.patch:
    - upstream git commit backported from the gtk3 serie, don't ignore the 
      gtkprintsettings resolution settings 
  + debian/patches/097_statusicon_image_fallback.patch: Make GtkStatusIcon
    images use fallbacks by default if the property is available.
  + debian/patches/098_multiarch_module_path.patch:
    - Fallback to the pre-multiarch directory for compatibility
  + debian/patches/099_printer_filename_fix.patch
    - Fix to the print dialog for print to file, make sure a non-hidden filename 
      is the default (LP: #488857)
  + debian/patches/100_overlay_scrollbar_loading.patch
    - support for dynamically loading overlay scrollbars
  + debian/patches/gtk-shell-shows-menubar.patch:
    - list gtk-shell-shows-menubar setting, that's required to have the local
      menubars hidding under unity in favor of the unity ones,

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
        $(srcdir)/gail.pc.in $(srcdir)/gdk-2.0-uninstalled.pc.in \
90
90
        $(srcdir)/gtk+-2.0-uninstalled.pc.in \
91
91
        $(srcdir)/gail-uninstalled.pc.in COPYING compile config.guess \
92
 
        config.sub depcomp install-sh missing ltmain.sh
 
92
        config.sub install-sh missing ltmain.sh
93
93
@OS_UNIX_TRUE@am__append_1 = gtk+-unix-print-2.0.pc
94
94
subdir = .
95
95
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
97
 
        $(top_srcdir)/configure.ac
 
96
am__aclocal_m4_deps = $(top_srcdir)/m4/introspection.m4 \
 
97
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
98
98
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99
99
        $(ACLOCAL_M4)
100
100
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \