Skip to content

Commit 9bc0502

Browse files
author
Ilya Portnov
committed
Merge branch 'master' of github.com:portnov/color-palette
2 parents a060fa5 + 7651e98 commit 9bc0502

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

palette-editor/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include LICENSE INSTALL CHANGES.txt
1+
include LICENSE INSTALL CHANGES.txt *.desktop
22
recursive-include share/icons *.png
33
recursive-include share/palettes *.xml *.gpl *.css
44
recursive-include share/templates *.svg
File renamed without changes.

palette-editor/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def locate_locales():
3434
('share/palette-editor/icons', glob('share/icons/*.png')),
3535
('share/palette-editor/palettes', glob('share/palettes/*')),
3636
('share/palette-editor/templates', glob('share/templates/*.svg')),
37+
('share/applications', ['palette-editor.desktop']),
3738
] + locate_locales()
3839
)
3940

palette-editor/stdeb.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[DEFAULT]
22
Depends: python-qt4
33
Recommends: pyton-pillow, python-colourlovers, python-tinycss
4+
MIME-Desktop-File: palette-editor.desktop
5+

0 commit comments

Comments
 (0)