~ubuntu-branches/ubuntu/dapper/file-roller/dapper-updates

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-12-13 00:19:53 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051213001953-0klipgnhk6vikhrt
Tags: 2.13.2-0ubuntu1
* New upstream version:
  - Fixed bug #323713: "Save as" should default to current archive filename
    (Ubuntu: #20132)
  - Fixed bug #315069: file-roller: drag 'n drop doesn't work for more
    than 1 file.
  - Fixed bug #323534: Passwords improperly escaped for zip files
  - Do not open a progress dialog when dragging files, use a progressbar
    in the statusbar instead.
  - Fixed bug #316364: Nautilus dependency should be optional
  - Fixed bug #311821: ascending and descending indicators are opposite
    from expected.
  - Fixed bug #317423: Conflicting mnemonic in "Extract" dialog.
  - Fixed bug #323068: file-roller fails in chosing extract-to directory
  - Fixed bug #322197: Improve Naming Filename when create new Archive file
  - Fixed bug #316564: needs unzip AND zip
    (Ubuntu: #15595)
  - Simplified the add dialog populating the file type combobox with the
    extensions instead of the descriptions.
  - Set progress dialog display delay to 1 second.
  - More HIG compliant progress dialog.
  - Use a single command execution to add many files and folders to an
    archive to speed up the operation.
  - Allow to stop creation of a new archive.
  - Correctly associate fr to 7zip files.
* debian/patches/03_lp-autoconf.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
AUTOHEADER = @AUTOHEADER@
46
46
AUTOMAKE = @AUTOMAKE@
47
47
AWK = @AWK@
48
 
BONOBO_ACTIVATION_REQUIRED = @BONOBO_ACTIVATION_REQUIRED@
49
48
CATALOGS = @CATALOGS@
50
49
CATOBJEXT = @CATOBJEXT@
51
50
CC = @CC@
69
68
EGREP = @EGREP@
70
69
ENABLE_DEPRECATIONS_FALSE = @ENABLE_DEPRECATIONS_FALSE@
71
70
ENABLE_DEPRECATIONS_TRUE = @ENABLE_DEPRECATIONS_TRUE@
 
71
ENABLE_NAUTILUS_ACTIONS_FALSE = @ENABLE_NAUTILUS_ACTIONS_FALSE@
 
72
ENABLE_NAUTILUS_ACTIONS_TRUE = @ENABLE_NAUTILUS_ACTIONS_TRUE@
72
73
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
73
74
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
74
75
EXEEXT = @EXEEXT@
123
124
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
124
125
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
125
126
LDFLAGS = @LDFLAGS@
126
 
LIBBONOBOUI_REQUIRED = @LIBBONOBOUI_REQUIRED@
127
 
LIBBONOBO_REQUIRED = @LIBBONOBO_REQUIRED@
128
127
LIBGLADE_REQUIRED = @LIBGLADE_REQUIRED@
129
128
LIBGNOMEUI_REQUIRED = @LIBGNOMEUI_REQUIRED@
130
129
LIBGNOME_REQUIRED = @LIBGNOME_REQUIRED@
156
155
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
157
156
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
158
157
RANLIB = @RANLIB@
159
 
SCHEMAS_INSTALL_FALSE = @SCHEMAS_INSTALL_FALSE@
160
 
SCHEMAS_INSTALL_TRUE = @SCHEMAS_INSTALL_TRUE@
161
158
SET_MAKE = @SET_MAKE@
162
159
SHELL = @SHELL@
163
160
STRIP = @STRIP@
170
167
ac_ct_F77 = @ac_ct_F77@
171
168
ac_ct_RANLIB = @ac_ct_RANLIB@
172
169
ac_ct_STRIP = @ac_ct_STRIP@
 
170
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
173
171
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
174
172
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
175
173
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
197
195
libexecdir = @libexecdir@
198
196
localstatedir = @localstatedir@
199
197
mandir = @mandir@
200
 
mkdir_p = @mkdir_p@
201
198
oldincludedir = @oldincludedir@
202
199
prefix = @prefix@
203
200
program_transform_name = @program_transform_name@
297
294
        fr-command-7z.h                 \
298
295
        fr-error.c                      \
299
296
        fr-error.h                      \
 
297
        fr-list-model.c                 \
 
298
        fr-list-model.h                 \
300
299
        fr-stock.c                      \
301
300
        fr-stock.h                      \
302
301
        fr-process.c                    \
303
302
        fr-process.h                    \
304
303
        gconf-utils.c                   \
305
304
        gconf-utils.h                   \
 
305
        glib-utils.c                    \
 
306
        glib-utils.h                    \
306
307
        gnome-vfs-helpers.c             \
307
308
        gnome-vfs-helpers.h             \
308
309
        gtk-utils.c                     \
355
356
        fr-command-tar.h fr-command-unstuff.c fr-command-unstuff.h \
356
357
        fr-command-zip.c fr-command-zip.h fr-command-zoo.c \
357
358
        fr-command-zoo.h fr-command-7z.c fr-command-7z.h fr-error.c \
358
 
        fr-error.h fr-stock.c fr-stock.h fr-process.c fr-process.h \
359
 
        gconf-utils.c gconf-utils.h gnome-vfs-helpers.c \
 
359
        fr-error.h fr-list-model.c fr-list-model.h fr-stock.c \
 
360
        fr-stock.h fr-process.c fr-process.h gconf-utils.c \
 
361
        gconf-utils.h glib-utils.c glib-utils.h gnome-vfs-helpers.c \
360
362
        gnome-vfs-helpers.h gtk-utils.c gtk-utils.h main.c main.h \
361
363
        preferences.c preferences.h typedefs.h ui.h utf8-fnmatch.c \
362
364
        utf8-fnmatch.h window.h window.c mkdtemp.c mkdtemp.h \
377
379
        fr-command-rar.$(OBJEXT) fr-command-rpm.$(OBJEXT) \
378
380
        fr-command-tar.$(OBJEXT) fr-command-unstuff.$(OBJEXT) \
379
381
        fr-command-zip.$(OBJEXT) fr-command-zoo.$(OBJEXT) \
380
 
        fr-command-7z.$(OBJEXT) fr-error.$(OBJEXT) fr-stock.$(OBJEXT) \
381
 
        fr-process.$(OBJEXT) gconf-utils.$(OBJEXT) \
 
382
        fr-command-7z.$(OBJEXT) fr-error.$(OBJEXT) \
 
383
        fr-list-model.$(OBJEXT) fr-stock.$(OBJEXT) fr-process.$(OBJEXT) \
 
384
        gconf-utils.$(OBJEXT) glib-utils.$(OBJEXT) \
382
385
        gnome-vfs-helpers.$(OBJEXT) gtk-utils.$(OBJEXT) main.$(OBJEXT) \
383
386
        preferences.$(OBJEXT) utf8-fnmatch.$(OBJEXT) window.$(OBJEXT) \
384
387
        $(am__objects_1) $(am__objects_2)
413
416
@AMDEP_TRUE@    ./$(DEPDIR)/fr-command-zip.Po \
414
417
@AMDEP_TRUE@    ./$(DEPDIR)/fr-command-zoo.Po \
415
418
@AMDEP_TRUE@    ./$(DEPDIR)/fr-command.Po ./$(DEPDIR)/fr-error.Po \
 
419
@AMDEP_TRUE@    ./$(DEPDIR)/fr-list-model.Po \
416
420
@AMDEP_TRUE@    ./$(DEPDIR)/fr-marshal.Po ./$(DEPDIR)/fr-process.Po \
417
421
@AMDEP_TRUE@    ./$(DEPDIR)/fr-stock.Po ./$(DEPDIR)/gconf-utils.Po \
 
422
@AMDEP_TRUE@    ./$(DEPDIR)/glib-utils.Po \
418
423
@AMDEP_TRUE@    ./$(DEPDIR)/gnome-vfs-helpers.Po \
419
424
@AMDEP_TRUE@    ./$(DEPDIR)/gtk-utils.Po ./$(DEPDIR)/main.Po \
420
425
@AMDEP_TRUE@    ./$(DEPDIR)/mkdtemp.Po ./$(DEPDIR)/preferences.Po \
514
519
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr-command-zoo.Po@am__quote@
515
520
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr-command.Po@am__quote@
516
521
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr-error.Po@am__quote@
 
522
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr-list-model.Po@am__quote@
517
523
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr-marshal.Po@am__quote@
518
524
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr-process.Po@am__quote@
519
525
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr-stock.Po@am__quote@
520
526
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gconf-utils.Po@am__quote@
 
527
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib-utils.Po@am__quote@
521
528
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-vfs-helpers.Po@am__quote@
522
529
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtk-utils.Po@am__quote@
523
530
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@