openbsd-ports/databases/luma/patches/patch-setup_py
landry 1a479b4312 Update to luma 3.0.7, now uses py-qt4.
Nothing uses x11/py-qt3 anymore, so it will hit the Attic after a grace
period...
2013-01-02 20:40:21 +00:00

22 lines
837 B
Plaintext

$OpenBSD: patch-setup_py,v 1.1 2013/01/02 20:40:21 landry Exp $
--- setup.py.orig Thu May 26 11:46:38 2011
+++ setup.py Wed Nov 28 21:55:27 2012
@@ -159,7 +159,7 @@ elif sys.platform.lower().startswith('darwin'):
)
# Linux
-elif sys.platform.lower().startswith('linux'):
+elif sys.platform.lower().startswith('openbsd'):
# Include the application icon in various sizes, so that icon themers
# can change this as per the iconthemeing standards defined by
# freedesktop.org
@@ -179,7 +179,7 @@ elif sys.platform.lower().startswith('linux'):
# Create the nroff man page for linux.
if createNroffManpage():
- _data_files.append(('share/man/man1', glob('data/man/luma.1.gz')))
+ _data_files.append(('man/man1', glob('data/man/luma.1')))
_extras = dict(
data_files=_data_files,