]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
python-qtermwidget: Add patch to remove SEGV in the module.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Nov 2010 14:10:28 +0000 (15:10 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Nov 2010 14:10:28 +0000 (15:10 +0100)
Fixes #80. It has been a hard one.

pkgs/core/python-qtermwidget/patches/addStartShell.patch [new file with mode: 0644]
pkgs/core/python-qtermwidget/python-qtermwidget.nm

diff --git a/pkgs/core/python-qtermwidget/patches/addStartShell.patch b/pkgs/core/python-qtermwidget/patches/addStartShell.patch
new file mode 100644 (file)
index 0000000..7ff30c4
--- /dev/null
@@ -0,0 +1,12 @@
+Index: qtermwidget/qtermwidget.sip
+===================================================================
+--- qtermwidget.orig/qtermwidget.sip
++++ qtermwidget/qtermwidget.sip
+@@ -19,6 +19,7 @@ public:
+         ScrollBarLeft=1,
+         ScrollBarRight=2
+     };
++    void startShellProgram();
+       void setTerminalFont(QFont &font);
+       void setShellProgram(QString &progname);
+       void setArgs(QStringList &args);
index 2e8026843010482fe05fba6434ee76eed55fba47..70713fee6093680a8985464be852048d6ca85c00 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = python-qtermwidget
 PKG_VER        = 0.1.2
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = Development/Languages