~ubuntu-branches/ubuntu/precise/gnome-do/precise-backports

« back to all changes in this revision

Viewing changes to Do.Addins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2008-10-08 20:35:38 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20081008203538-yty5q4gpfx1ldint
Tags: 0.6.1.0-0ubuntu1
* New upstream release.  FFe is (LP: #279328)
* debian/patches/04_fix_locale_path:
  + Fix the translations path sent to gettext.  Without this, translations
    aren't used by Do.
* debian/gnome-do.gconf-defaults:
  + Don't popup the UI on login; wait for the user to summon Do.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
DATA = $(linuxdesktopapplications_DATA) $(linuxpkgconfig_DATA) \
69
69
        $(programfiles_DATA)
70
70
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
71
ABI_VERSION = @ABI_VERSION@
71
72
ACLOCAL = @ACLOCAL@
72
73
ALL_LINGUAS = @ALL_LINGUAS@
73
74
AMTAR = @AMTAR@
74
75
AR = @AR@
75
 
ASM_VERSION = @ASM_VERSION@
76
76
AUTOCONF = @AUTOCONF@
77
77
AUTOHEADER = @AUTOHEADER@
78
78
AUTOMAKE = @AUTOMAKE@
97
97
EGREP = @EGREP@
98
98
EXEEXT = @EXEEXT@
99
99
FGREP = @FGREP@
 
100
GCONFTOOL = @GCONFTOOL@
 
101
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
102
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
100
103
GCONF_SHARP_20_CFLAGS = @GCONF_SHARP_20_CFLAGS@
101
104
GCONF_SHARP_20_LIBS = @GCONF_SHARP_20_LIBS@
102
105
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
203
206
STRIP = @STRIP@
204
207
USE_NLS = @USE_NLS@
205
208
VERSION = @VERSION@
 
209
VERSION_INFO = @VERSION_INFO@
206
210
XGETTEXT = @XGETTEXT@
207
211
abs_builddir = @abs_builddir@
208
212
abs_srcdir = @abs_srcdir@
289
293
        src/Do.Addins/IPreferences.cs \
290
294
        src/Do.Addins/SearchContext.cs \
291
295
        src/Do.Addins/Util.cs \
 
296
        src/Do.Addins/LogBridge.cs \
292
297
        src/Do.UI/AbstractLoginWidget.cs \
293
298
        src/Do.UI/BaseWidgets/DefaultObjects.cs \
294
299
        src/Do.UI/BaseWidgets/Frame.cs \