forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
16 lines
508 B
Python
16 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:
|