Trying to fix icons
authorKristoffer Grönlund <kristoffer.gronlund@purplescout.se>
Fri, 1 Jan 2010 17:18:00 +0000 (18:18 +0100)
committerKristoffer Grönlund <kristoffer.gronlund@purplescout.se>
Sat, 2 Jan 2010 23:37:45 +0000 (00:37 +0100)
data/26x26/jamaendo.png [new file with mode: 0644]
data/40x40/jamaendo.png [new file with mode: 0644]
data/64x64/jamaendo.png [new file with mode: 0644]
data/jamaendo-26.png [deleted file]
data/jamaendo.desktop
data/jamaendo.png
debian/jamaendo.menu
setup.py

diff --git a/data/26x26/jamaendo.png b/data/26x26/jamaendo.png
new file mode 100644 (file)
index 0000000..8fb2a16
Binary files /dev/null and b/data/26x26/jamaendo.png differ
diff --git a/data/40x40/jamaendo.png b/data/40x40/jamaendo.png
new file mode 100644 (file)
index 0000000..2f8c072
Binary files /dev/null and b/data/40x40/jamaendo.png differ
diff --git a/data/64x64/jamaendo.png b/data/64x64/jamaendo.png
new file mode 100644 (file)
index 0000000..1afa270
Binary files /dev/null and b/data/64x64/jamaendo.png differ
diff --git a/data/jamaendo-26.png b/data/jamaendo-26.png
deleted file mode 100644 (file)
index 8fb2a16..0000000
Binary files a/data/jamaendo-26.png and /dev/null differ
index f4b72f4..6412eaa 100644 (file)
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Name=Jamaendo Media Player
+Name=Jamaendo
 GenericName=Jamendo.com Free Music Player
 Comment=Streams music licensed under Creative Commons from jamendo.com
 Exec=jamaendo
index 658e4c6..8fb2a16 100644 (file)
Binary files a/data/jamaendo.png and b/data/jamaendo.png differ
index 07d48ab..a829205 100644 (file)
@@ -1,6 +1,6 @@
 ?package(jamaendo):\
   needs="X11"\
   section="Apps/Sound"\
-  title="Jamaendo Player"\
+  title="Jamaendo"\
   command="jamaendo"\
   icon=/usr/share/jamaendo/jamaendo.png
index 4d7731c..8c9777e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,9 @@ import sys
 data_files = [\r
     ('share/jamaendo', glob('data/icon_*.png') + ['data/bg.png']),\r
     ('share/applications/hildon', ['data/jamaendo.desktop']),\r
-    ('share/icons/hicolor/scalable/apps', ['data/jamaendo.png']),\r
+    ('share/icons/hicolor/26x26/apps', ['data/26x26/jamaendo.png']),\r
+    ('share/icons/hicolor/40x40/apps', ['data/40x40/jamaendo.png']),\r
+    ('share/icons/hicolor/scalable/apps', ['data/64x64/jamaendo.png']),\r
 ]\r
 \r
 # search for translations and repare to install\r