diff options
Diffstat (limited to 'misc/py-osd/files')
-rw-r--r-- | misc/py-osd/files/patch-pyosd-__init__.py | 11 | ||||
-rw-r--r-- | misc/py-osd/files/patch-setup.py | 15 |
2 files changed, 0 insertions, 26 deletions
diff --git a/misc/py-osd/files/patch-pyosd-__init__.py b/misc/py-osd/files/patch-pyosd-__init__.py deleted file mode 100644 index a500ff131512..000000000000 --- a/misc/py-osd/files/patch-pyosd-__init__.py +++ /dev/null @@ -1,11 +0,0 @@ ---- pyosd/__init__.py.orig Wed Mar 7 16:02:22 2007 -+++ pyosd/__init__.py Wed Mar 7 16:03:00 2007 -@@ -44,7 +44,7 @@ - - error = _pyosd.error - --default_font="-*-helvetica-medium-r-normal-*-*-360-*-*-p-*-*-*" -+default_font="-misc-fixed-medium-r-semicondensed--*-*-*-*-c-*-*-*" - - class osd: - """ osd is a class used to create an object which can display messages on diff --git a/misc/py-osd/files/patch-setup.py b/misc/py-osd/files/patch-setup.py deleted file mode 100644 index 72f3812256bb..000000000000 --- a/misc/py-osd/files/patch-setup.py +++ /dev/null @@ -1,15 +0,0 @@ ---- setup.py.orig Thu Jan 27 15:46:22 2005 -+++ setup.py Sat Feb 26 18:43:15 2005 -@@ -8,9 +8,11 @@ - url = "http://repose.cx/pyosd/", - author = "Damien Elmes", - author_email = "pyosd@repose.cx", -+ include_dirs = ['/usr/X11R6/include'], - packages = ['pyosd'], - ext_modules = \ - [Extension("_pyosd", ["_pyosd.c"], -- libraries=["xosd"])] -+ libraries=["xosd"], -+ library_dirs = ['/usr/X11R6/lib'])] - ) - |