~ubuntu-branches/ubuntu/intrepid/gwenview/intrepid

« back to all changes in this revision

Viewing changes to desktopfiles/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christopher Martin
  • Date: 2005-04-06 11:33:06 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050406113306-7zovl7z0io5bacpd
Tags: 1.2.0-1
* New upstream release.
  + Fixes crashes when using "Back" to navigate. (Closes: #301811)
* Enable KIPI support.
* Add a doc-base file for the handbook.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# this is where the kdelnk file will go
2
 
kdelnkdir   = $(kde_appsdir)/Graphics
3
 
kdelnk_DATA = gwenview.desktop
 
2
xdg_apps_DATA = gwenview.desktop
4
3
 
5
4
# file for konqueror integration
6
5
konqservicedir = $(kde_datadir)/konqueror/servicemenus
7
6
konqservice_DATA = konqgwenview.desktop
 
7
 
 
8
 
 
9
EXTRA_DIST = $(xdg_apps_DATA) $(konqservice_DATA)