diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-18 18:00:34 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-18 18:00:34 +0800 |
commit | 73794b144e07ac12e9534321091bd6612a952566 (patch) | |
tree | 19893f3f0e49f8a30249d8382c7ccb16404d6b51 /x11-toolkits/py-gtk2/files | |
parent | 2c162908da1c78fceca716b8b1816179346348ff (diff) | |
download | marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.tar marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.tar.gz marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.tar.bz2 marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.tar.lz marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.tar.xz marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.tar.zst marcuscom-ports-73794b144e07ac12e9534321091bd6612a952566.zip |
Fix py-gobject depend.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15238 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gtk2/files')
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-configure | 11 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-doc_Makefile.in | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/x11-toolkits/py-gtk2/files/patch-Makefile.in b/x11-toolkits/py-gtk2/files/patch-Makefile.in new file mode 100644 index 000000000..1ddb1d6b9 --- /dev/null +++ b/x11-toolkits/py-gtk2/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2008-09-01 08:50:06.000000000 +0000 ++++ Makefile.in 2008-09-01 08:51:03.000000000 +0000 +@@ -124,7 +124,7 @@ + DATA = $(defs_DATA) $(pkgconfig_DATA) + ETAGS = etags + CTAGS = ctags +-DIST_SUBDIRS = . gtk examples tests docs ++DIST_SUBDIRS = . gtk examples + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + distdir = $(PACKAGE)-$(VERSION) + top_distdir = $(distdir) diff --git a/x11-toolkits/py-gtk2/files/patch-configure b/x11-toolkits/py-gtk2/files/patch-configure new file mode 100644 index 000000000..1c766c127 --- /dev/null +++ b/x11-toolkits/py-gtk2/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2010-09-26 10:02:15.000000000 +0000 ++++ configure 2010-09-26 10:02:33.000000000 +0000 +@@ -12288,7 +12288,7 @@ + $as_echo_n "(cached) " >&6 + else + +- for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do ++ for am_cv_pathless_PYTHON in python python2 python3 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do + test "$am_cv_pathless_PYTHON" = none && break + prog="import sys + # split strings by '.' and convert to numeric. Append some zeros diff --git a/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in b/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in new file mode 100644 index 000000000..857b4fa66 --- /dev/null +++ b/x11-toolkits/py-gtk2/files/patch-doc_Makefile.in @@ -0,0 +1,11 @@ +--- docs/Makefile.in.orig 2008-09-03 16:07:35.000000000 +0000 ++++ docs/Makefile.in 2008-09-03 16:07:55.000000000 +0000 +@@ -812,7 +812,7 @@ + html/unixprint-functions.html + + CSS_FILES = $(PYGOBJECT_PYGDOCS)/style.css +-TARGET_DIR = $(datadir)/gtk-doc/html/pygtk ++TARGET_DIR = $(datadir)/doc/py-gtk + CSSdir = $(TARGET_DIR) + EXTRA_DIST = \ + cursors icons \ |