Mercurial > geeqie
view Makefile.am @ 223:73efc1ba150f
Setting no limit size to trash directory is now possible using zero as value.
A tooltip was added to the spinner to inform the user of this possibility.
When 0 is set, no remaining/free space check occurs.
Default size of the trash was set to a 128M and maximum size is now 2048MB, which
is more conform to today's standards.
The delete dialog now displays more information:
- if external command will be used
- if safe delete is on, max size and path to the trash
- if safe delete is off
author | zas_ |
---|---|
date | Thu, 03 Apr 2008 08:51:32 +0000 |
parents | e3f10b6046ab |
children | 35991929975d |
line wrap: on
line source
## Process this file with automake to produce Makefile.in. SUBDIRS = src po doc DIST_SUBDIRS = src po doc man_MANS = geeqie.1 readmedir = $(datadir)/doc/geeqie-$(VERSION) readme_DATA = README COPYING ChangeLog TODO desktopdir = $(datadir)/applications desktop_DATA = geeqie.desktop icondir = $(datadir)/pixmaps icon_DATA = geeqie.png EXTRA_DIST = \ $(readme_DATA) \ $(desktop_DATA) \ $(icon_DATA) \ geeqie.spec.in \ geeqie.1 dist-hook: geeqie.spec cp $(top_builddir)/geeqie.spec $(distdir)