diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-05 04:15:09 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-05 04:15:09 +0000 |
commit | d4770cbafa3978fd2fa12f7d09fa4d2516ab853c (patch) | |
tree | e2e69fe9521dce199a1619feacccb5df69a4ef04 /audio/shellac/files/patch-setup.py | |
parent | update to 2.2.4 (diff) |
[NEW PORT] audio/py24-shellac: Shellac is a PyGTK XMMS2 Client
Shellac is an XMMS2 client written in Python with Pygtk.
Goals:
* Configurable
* Easy to use
* No excessive eye candy
WWW: http://hem.bredband.net/b298027/
PR: ports/95333
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes
Notes:
svn path=/head/; revision=158827
Diffstat (limited to 'audio/shellac/files/patch-setup.py')
-rw-r--r-- | audio/shellac/files/patch-setup.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/shellac/files/patch-setup.py b/audio/shellac/files/patch-setup.py new file mode 100644 index 000000000000..8dbe35d1f19f --- /dev/null +++ b/audio/shellac/files/patch-setup.py @@ -0,0 +1,14 @@ +--- setup.py.orig Tue Apr 4 18:41:33 2006 ++++ setup.py Tue Apr 4 18:42:07 2006 +@@ -7,10 +7,7 @@ + author_email = 'bjernstad@gmail.com', + url = 'http://hem.bredband.net/b298027/', + packages=['Shellac'], +- data_files = [ ('share/doc/shellac', +- ['COPYING', 'README']), +- +- ('share/shellac', ++ data_files = [ ('share/shellac', + ['defaults.conf']), + + ('share/shellac/images', |