Browse Source

fixed libvte

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1564 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
3c53c41d0c
3 changed files with 39 additions and 2 deletions
  1. +1
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +38
    -0
      package/gnome2/libvte/pygtk-include-path.patch
  3. +0
    -1
      package/gnome2/pygtk20/pygtk20.conf

+ 1
- 1
Documentation/Developers/CHANGELOG-RENE

@ -3,7 +3,7 @@
- Dimitar Zhekov: xfree86 xfs.init installation name fix
addde xfree86-cyrillic-fonts package
- fixed vim
- fixed vim and libvte
*) 2003-09-29 (2.0.0-rc1 - 2.0.0-rc2)

+ 38
- 0
package/gnome2/libvte/pygtk-include-path.patch

@ -0,0 +1,38 @@
Fix the include patch used.
- Rene Rebe <rene@rocklinux.org>
--- vte-0.10.29/python/vte.c 2003-09-30 17:43:33.000000000 +0200
+++ vte-0.10.29/python/vte.c.orig 2003-09-30 17:42:23.000000000 +0200
@@ -6,7 +6,7 @@
#line 4 "vte.override"
#include <Python.h>
-#include <pygtk.h>
+#include <pygtk/pygtk.h>
#include <pygobject.h>
#include <gtk/gtk.h>
#include "../src/vte.h"
--- vte-0.10.29/python/vte.override 2003-09-30 17:43:31.000000000 +0200
+++ vte-0.10.29/python/vte.override.orig 2003-09-30 17:42:50.000000000 +0200
@@ -2,7 +2,7 @@
%%
headers
#include <Python.h>
-#include <pygtk.h>
+#include <pygtk/pygtk.h>
#include <pygobject.h>
#include <gtk/gtk.h>
#include "../src/vte.h"
--- vte-0.10.29/python/vtemodule.c 2003-09-30 17:40:20.000000000 +0200
+++ vte-0.10.29/python/vtemodule.c.orig 2003-09-30 17:40:13.000000000 +0200
@@ -23,7 +23,7 @@
#endif
#include <Python.h>
#include <pygobject.h>
-#include <pygtk.h>
+#include <pygtk/pygtk.h>
#include "../src/vte.h"
extern void pyvte_register_classes(PyObject * d);

+ 0
- 1
package/gnome2/pygtk20/pygtk20.conf

@ -20,6 +20,5 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
. $base/package/*/*/gnome-2.conf

Loading…
Cancel
Save