opnsense-ports/audio/py-karaoke/files/patch-setup.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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: