mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
d4770cbafa
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>
15 lines
530 B
Python
15 lines
530 B
Python
--- 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',
|