~ubuntu-branches/ubuntu/lucid/gnome-control-center/lucid-proposed

« back to all changes in this revision

Viewing changes to capplets/appearance/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-01-26 12:08:15 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20100126120815-nbcwnlbpeyy9jmq8
Tags: 1:2.29.6-0ubuntu1
* New upstream version:
  - Don't leak file descriptors when checking for colour schemes
  - Disable tapping only for touchpads without a left mouse button
  - use GtkInfoBar rather than a copy of GeditMessageArea
  - Some typo fixes in strings
  - Translation updates.
* 99_autoreconf.patch: Refresh.
* Add 02_gnome-at-session_autostart-condition.patch: The gnome-at-session
  autostart desktop file launches a shell script, which in turn calls
  gconftool-2, just to find out that it's disabled, and exit. This
  wastes unnecessary cycles on starting the desktop.  Add an
  AutostartCondition to the .desktop file which only runs when a11y is
  enabled. (submitted to GNOME #608138)

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
am_gnome_appearance_properties_OBJECTS = appearance-desktop.$(OBJEXT) \
55
55
        appearance-font.$(OBJEXT) appearance-main.$(OBJEXT) \
56
56
        appearance-themes.$(OBJEXT) appearance-style.$(OBJEXT) \
57
 
        gedit-message-area.$(OBJEXT) gnome-wp-info.$(OBJEXT) \
58
 
        gnome-wp-item.$(OBJEXT) gnome-wp-xml.$(OBJEXT) \
59
 
        theme-installer.$(OBJEXT) theme-save.$(OBJEXT) \
60
 
        theme-util.$(OBJEXT)
 
57
        gnome-wp-info.$(OBJEXT) gnome-wp-item.$(OBJEXT) \
 
58
        gnome-wp-xml.$(OBJEXT) theme-installer.$(OBJEXT) \
 
59
        theme-save.$(OBJEXT) theme-util.$(OBJEXT)
61
60
gnome_appearance_properties_OBJECTS =  \
62
61
        $(am_gnome_appearance_properties_OBJECTS)
63
62
am__DEPENDENCIES_1 =
263
262
PACKAGE_NAME = @PACKAGE_NAME@
264
263
PACKAGE_STRING = @PACKAGE_STRING@
265
264
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
265
PACKAGE_URL = @PACKAGE_URL@
266
266
PACKAGE_VERSION = @PACKAGE_VERSION@
267
267
PATH_SEPARATOR = @PATH_SEPARATOR@
268
268
PKG_CONFIG = @PKG_CONFIG@
361
361
        appearance-themes.h \
362
362
        appearance-style.c \
363
363
        appearance-style.h \
364
 
        gedit-message-area.c \
365
 
        gedit-message-area.h \
366
364
        gnome-wp-info.c \
367
365
        gnome-wp-info.h \
368
366
        gnome-wp-item.c \
491
489
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appearance-main.Po@am__quote@
492
490
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appearance-style.Po@am__quote@
493
491
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appearance-themes.Po@am__quote@
494
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gedit-message-area.Po@am__quote@
495
492
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-wp-info.Po@am__quote@
496
493
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-wp-item.Po@am__quote@
497
494
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-wp-xml.Po@am__quote@