Skip to content

Commit

Permalink
Rename icon, desktop and other files to pick-colour-picker
Browse files Browse the repository at this point in the history
  • Loading branch information
HEXcube committed May 30, 2016
1 parent 7868d9f commit 7828dc2
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion pick.desktop → pick-colour-picker.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Comment=Pick is a colour picker
Comment[en_us]=Pick is a color picker
GenericName=Colour Picker
GenericName[en_us]=Color Picker
Icon=pick
Icon=pick-colour-picker
Exec=pick-colour-picker
Terminal=false
Actions=AboutDialog;PickFirst
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
package_dir={'pick': 'pick'},

data_files=[
(sys.prefix+'/share/applications',['pick.desktop']),
(sys.prefix+'/share/pixmaps', ['pick.png'])
(sys.prefix+'/share/applications',['pick-colour-picker.desktop']),
(sys.prefix+'/share/pixmaps', ['pick-colour-picker.png'])
] + icons,

zip_safe=True,
Expand Down

0 comments on commit 7828dc2

Please sign in to comment.