~ubuntu-branches/ubuntu/lucid/nautilus-actions/lucid

« back to all changes in this revision

Viewing changes to nact/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christine Spang
  • Date: 2006-05-02 21:15:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060502211503-ygoa8zap193bi9gq
Tags: 1.2-1
* New upstream release.
  - Add support for filtering using mimetypes of selected files
  - Add support for choice about case sensitiveness of file patterns
  - New Tango style icons
  - Grammar and spelling errors fixed
  - Fix segfault when defining an action with an empty file pattern
  - Fix a crash when selecting a cdrom drive with Nautilus 2.14
  - Added Bengali translation; others updated
  - Other minor bugfixes
* Bumped standards version to 2.7.0.0; no change.
* Added debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
gladedir = $(datadir)/nautilus-actions/nact
24
24
glade_DATA = nautilus-actions-config.glade
25
25
 
26
 
pixmapsdir = $(datadir)/pixmaps
27
 
pixmaps_DATA = nautilus-actions-icon.png
28
 
 
29
 
gladepixmapsdir = $(datadir)/nautilus-actions/nact
30
 
gladepixmaps_DATA = nautilus-actions-icon.png
31
 
 
32
26
Applicationsdir = $(datadir)/applications
33
27
Applications_in_files = nact.desktop.in
34
28
Applications_DATA = $(Applications_in_files:.desktop.in=.desktop)