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

« back to all changes in this revision

Viewing changes to src/orca/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:
49
49
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
50
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51
51
        $(ACLOCAL_M4)
52
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
52
mkinstalldirs = $(install_sh) -d
53
53
CONFIG_CLEAN_FILES = orca orca_i18n.py orca_platform.py
54
54
CONFIG_CLEAN_VPATH_FILES =
55
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
124
124
ACLOCAL = @ACLOCAL@
125
125
ALL_LINGUAS = @ALL_LINGUAS@
126
126
AMTAR = @AMTAR@
 
127
ATSPI2_CFLAGS = @ATSPI2_CFLAGS@
 
128
ATSPI2_LIBS = @ATSPI2_LIBS@
127
129
AUTOCONF = @AUTOCONF@
128
130
AUTOHEADER = @AUTOHEADER@
129
131
AUTOMAKE = @AUTOMAKE@
146
148
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
147
149
GMSGFMT = @GMSGFMT@
148
150
GMSGFMT_015 = @GMSGFMT_015@
 
151
GTK_CFLAGS = @GTK_CFLAGS@
 
152
GTK_LIBS = @GTK_LIBS@
149
153
HELP_DIR = @HELP_DIR@
150
154
INSTALL = @INSTALL@
151
155
INSTALL_DATA = @INSTALL_DATA@
189
193
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
190
194
PLATFORM_PATH = @PLATFORM_PATH@
191
195
POSUB = @POSUB@
 
196
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
 
197
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
192
198
PYTHON = @PYTHON@
193
199
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
194
200
PYTHON_PLATFORM = @PYTHON_PLATFORM@
303
309
        orca_gui_main.py \
304
310
        orca_gui_prefs.py \
305
311
        orca_gui_profile.py \
 
312
        orca_gui_quit.py \
306
313
        orca_gui_splash.py \
307
314
        orca_i18n.py \
308
315
        orca_prefs.py \
309
 
        orca_quit.py \
310
316
        orca_state.py \
311
317
        outline.py \
312
318
        outloud.py \
337
343
 
338
344
ui_DATA = \
339
345
        orca-find.ui \
340
 
        orca-mainwin.ui \
341
 
        orca-preferences-warning.ui \
342
 
        orca-quit.ui \
343
 
        orca-setup.ui \
344
 
        orca-profile.ui \
345
 
        orca-splash.ui
 
346
        orca-setup.ui
346
347
 
347
348
gfx_DATA = \
348
349
        orca-splash.png