6bf6b278a0
In addition to PR#45023 by ISIHARA Takanori, * LICENSE=gnu-gpl-v3 * register egg * convert some buildlink to simple DEPENDS, because no contents to buildlink. * drop dependency on py-elementtree, it's py24 way. * honor PKGMANDIR. v1.6.2.1 - September 21, 2009 + Library artwork caching/displaying improvements + Lyricwiki screen scraping workaround + Replace Amazon.com cover art fetching with Rhapsody.com + Bug: Fix library sorting when adding, e.g., albums to playlist + Bug: Fix window positioning weirdness when unwithdrawing from systray + Bug: Fix album being labeled various artists when a duplicate exists + Bug: Fix album tracks in the info tab being out of order sometimes + Bug: Show songs with a missing date in info album listing + Bug: Library icons change after adding stream to playlist + Bug: Cpu spike, tooltips missing in library search results with gtk 2.16.2
13 lines
724 B
Text
13 lines
724 B
Text
$NetBSD: patch-aa,v 1.3 2011/06/08 13:03:34 obache Exp $
|
|
|
|
--- setup.py.orig 2008-05-04 02:30:45.000000000 +0200
|
|
+++ setup.py
|
|
@@ -73,7 +73,7 @@ setup(name='Sonata',
|
|
data_files=[('share/sonata', ['README', 'CHANGELOG', 'TODO', 'TRANSLATORS']),
|
|
('share/applications', ['sonata.desktop']),
|
|
('share/pixmaps', glob.glob('sonata/pixmaps/*')),
|
|
- ('share/man/man1', ['sonata.1']),
|
|
+ ('@PKGMANDIR@/man1', ['sonata.1']),
|
|
('share/locale/de/LC_MESSAGES', ['mo/de/sonata.mo']),
|
|
('share/locale/pl/LC_MESSAGES', ['mo/pl/sonata.mo']),
|
|
('share/locale/ru/LC_MESSAGES', ['mo/ru/sonata.mo']),
|