~ubuntu-branches/ubuntu/precise/gnome-orca/precise-proposed

« back to all changes in this revision

Viewing changes to icons/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2011-09-05 16:11:45 UTC
  • mfrom: (0.9.39 upstream)
  • Revision ID: package-import@ubuntu.com-20110905161145-1hi5a6dva201le8l
Tags: 3.1.90-0ubuntu1
* New upstream release
  - General
    + Fix for bug 626254 - Migrate from PyGTK to PyGObject introspection-
      based bindings
    + Fix for bug 652485 - Remove deprecated (or soon-to-be deprecated)
      GtkBox, GtkTable, etc. and use GtkGrid instead.
    + Fix for bug 657646 - Default stopSpeechOnActiveDescendantChanged()
      should not be so restrictive
    + Fix for bug 657579 - Orca should not present tooltips shown as a
      result of mouse hovering unless the 'present tooltips' setting is
      enabled
  - Gecko
    + Fix for bug 599361 - Significant delay building up the contents
      of certain lines in Firefox
    + Fix for bug 650904 - Work around AT-SPI2 caching issues with
      Thunderbird
  - New and updated translations (THANKS EVERYONE!!!):
    + ca            Catalan              Gil Forcada
    + de            German               Mario Blättermann
    + es            Spanish              Gonzalo Sanhueza, Jorge González
    + id            Indonesian           Andika Triwidada
    + nb            Norwegian bokmål     Kjartan Maraas
    + sr            Serbian              Miroslav Nikolić
    + ug            Uyghur               Abduxukur Abdurixit, Sahran
* debian/control: Update build-depends and package depends as follows:
  - Removed python-gtk2 deps
  - Depend on python-gobject >= 2.91.3
  - Depend on python-pyatspi2 >= 2.1.90
  - Depend on gobject introspection bindings for GTK3, wnck3, and pango

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
47
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
48
        $(ACLOCAL_M4)
49
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
49
mkinstalldirs = $(install_sh) -d
50
50
CONFIG_CLEAN_FILES =
51
51
CONFIG_CLEAN_VPATH_FILES =
52
52
SOURCES =
55
55
ACLOCAL = @ACLOCAL@
56
56
ALL_LINGUAS = @ALL_LINGUAS@
57
57
AMTAR = @AMTAR@
 
58
ATSPI2_CFLAGS = @ATSPI2_CFLAGS@
 
59
ATSPI2_LIBS = @ATSPI2_LIBS@
58
60
AUTOCONF = @AUTOCONF@
59
61
AUTOHEADER = @AUTOHEADER@
60
62
AUTOMAKE = @AUTOMAKE@
77
79
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
78
80
GMSGFMT = @GMSGFMT@
79
81
GMSGFMT_015 = @GMSGFMT_015@
 
82
GTK_CFLAGS = @GTK_CFLAGS@
 
83
GTK_LIBS = @GTK_LIBS@
80
84
HELP_DIR = @HELP_DIR@
81
85
INSTALL = @INSTALL@
82
86
INSTALL_DATA = @INSTALL_DATA@
120
124
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
121
125
PLATFORM_PATH = @PLATFORM_PATH@
122
126
POSUB = @POSUB@
 
127
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
 
128
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
123
129
PYTHON = @PYTHON@
124
130
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
125
131
PYTHON_PLATFORM = @PYTHON_PLATFORM@