~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to kapptemplate/kapp/app-desktop

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
echo "Creating $LOCATION_ROOT/${APP_NAME_LC}/${APP_NAME_LC}.desktop...";
2
 
cat << EOF > $LOCATION_ROOT/${APP_NAME_LC}/${APP_NAME_LC}.desktop
3
 
[Desktop Entry]
4
 
Encoding=UTF-8
5
 
Name=${APP_NAME}
6
 
Exec=${APP_NAME_LC} %i %m -caption "%c"
7
 
Icon=${APP_NAME_LC}
8
 
Type=Application
9
 
DocPath=${APP_NAME_LC}/${APP_NAME_LC}.html
10
 
GenericName=A KDE Application
11
 
Terminal=0