summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-22 02:29:52 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-22 02:29:52 +0000
commitdb11a3e7f14c261b29f0e1d600209cab8a017aa1 (patch)
treeea819081e9f766e668b990a3b2aa0b9adc0fbda4 /media-sound/pympd/files
parentBug #270746 - Fix UnicodeEncodeError for LANG=pl_PL.UTF-8. Also, change (diff)
downloadgentoo-2-db11a3e7f14c261b29f0e1d600209cab8a017aa1.tar.gz
gentoo-2-db11a3e7f14c261b29f0e1d600209cab8a017aa1.tar.bz2
gentoo-2-db11a3e7f14c261b29f0e1d600209cab8a017aa1.zip
Improve desktop entry and scalable icon install and stabilize amd64.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/pympd/files')
-rw-r--r--media-sound/pympd/files/pympd-0.08.1-desktop-entry.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/media-sound/pympd/files/pympd-0.08.1-desktop-entry.patch b/media-sound/pympd/files/pympd-0.08.1-desktop-entry.patch
new file mode 100644
index 000000000000..ac8698c67940
--- /dev/null
+++ b/media-sound/pympd/files/pympd-0.08.1-desktop-entry.patch
@@ -0,0 +1,30 @@
+diff -ur pympd-0.08.1.orig/pympd.desktop pympd-0.08.1/pympd.desktop
+--- pympd-0.08.1.orig/pympd.desktop 2007-05-10 16:11:16.000000000 +0300
++++ pympd-0.08.1/pympd.desktop 2009-05-22 05:20:43.000000000 +0300
+@@ -1,11 +1,10 @@
+ [Desktop Entry]
+-Version=0.06.2
++Version=1.0
+ Type=Application
+-Encoding=UTF-8
+ Name=pympd
+ Comment=pyGTK+ Frontend for MPD
+ TryExec=pympd
+ Exec=pympd
+-Icon=pympd.svg
+-Categories=Application;AudioVideo;Audio;Player;
++Icon=pympd
++Categories=AudioVideo;Audio;Player;
+ Terminal=false
+diff -ur pympd-0.08.1.orig/setup.py pympd-0.08.1/setup.py
+--- pympd-0.08.1.orig/setup.py 2007-05-10 16:11:16.000000000 +0300
++++ pympd-0.08.1/setup.py 2009-05-22 05:24:56.000000000 +0300
+@@ -23,7 +23,7 @@
+ package_dir= {'pympd':'src'},
+ packages=['pympd', 'pympd.modules'],
+ package_data={'pympd.modules': ['trayicon.so']},
+- data_files=[('share/pympd/glade', glades + ['pympd.svg']), ('share/pympd/plugins', plugins), ('share/pixmaps', ['pympd.svg']), ('share/pympd/', ['pympd.svg']), ('share/applications', ['pympd.desktop']), ('share/pympd/pixmaps',icons) ],
++ data_files=[('share/pympd/glade', glades + ['pympd.svg']), ('share/pympd/plugins', plugins), ('share/icons/hicolor/scalable/apps', ['pympd.svg']), ('share/pympd/', ['pympd.svg']), ('share/applications', ['pympd.desktop']), ('share/pympd/pixmaps',icons) ],
+
+ scripts = ['pympd']
+ )