openbsd-ports/x11/partiwm/patches/patch-setup_py
jasper 48bf3c92b3 import parti 0.0.6, includes partiwm, xpra and wimpiggy.
Parti is a tabbing/tiling (one might say "partitioning") window manager.
Its goal is to bring this superior window management interface to
modern, mainstream desktop environments. It is written in Python and
uses GTK+.
[...]

ok aja@
2010-09-06 08:21:09 +00:00

16 lines
541 B
Plaintext

$OpenBSD: patch-setup_py,v 1.1.1.1 2010/09/06 08:21:09 jasper Exp $
Fix location of manual page.
--- setup.py.orig Sun Sep 5 19:00:34 2010
+++ setup.py Sun Sep 5 19:00:43 2010
@@ -69,7 +69,7 @@ setup(
scripts=["scripts/parti", "scripts/parti-repl",
"scripts/xpra",
],
- data_files = [("share/man/man1", ["xpra.1"])],
+ data_files = [("man/man1", ["xpra.1"])],
ext_modules=[
Extension("wimpiggy.lowlevel.bindings",
["wimpiggy/lowlevel/wimpiggy.lowlevel.bindings.pyx"],