mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
0dbe893ff7
- Add optional run dependency on audio/py-mutagen - Install additional fonts - Add LICENSE PR: ports/172217 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
17 lines
508 B
Python
17 lines
508 B
Python
--- setup.py.orig 2011-06-15 03:59:31.000000000 +0900
|
|
+++ setup.py 2012-09-28 07:03:50.000000000 +0900
|
|
@@ -61,12 +61,7 @@
|
|
'icons/microphone.ico',
|
|
'icons/microphone.png',
|
|
'icons/pykaraoke.xpm',
|
|
- 'icons/splash.png']),
|
|
- ('share/pykaraoke/fonts', [
|
|
- 'fonts/DejaVuSans.ttf',
|
|
- 'fonts/DejaVuSansCondensed.ttf',
|
|
- 'fonts/DejaVuSansCondensed-Bold.ttf',
|
|
- ])]
|
|
+ 'icons/splash.png'])]
|
|
|
|
# These data files only make sense on Unix-like systems.
|
|
if env != ENV_WINDOWS:
|