Changeset 2302

Show
Ignore:
Timestamp:
05/19/08 12:36:05 (5 months ago)
Author:
wrobe..@pld-linux.org
Message:

- provide desktop file (taken from PLD Linux Distribution CVS)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/trunk/setup.py

    r2281 r2302  
    128128It uses the GTK+ environment for user interaction. 
    129129""", 
     130    data_files=[ 
     131        ('share/pixmaps', ['gaphor/ui/pixmaps/gaphor-48x48.png']), 
     132        ('share/applications', ['gaphor.desktop']), 
     133    ], 
    130134    classifiers = [ 
    131135        'Development Status :: 4 - Beta',