From: Michael Tremer Date: Sat, 6 Nov 2010 14:10:28 +0000 (+0100) Subject: python-qtermwidget: Add patch to remove SEGV in the module. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8cd422890c02cb2a6847b0cf905030b2f414eb3;p=ipfire-3.x.git python-qtermwidget: Add patch to remove SEGV in the module. Fixes #80. It has been a hard one. --- diff --git a/pkgs/core/python-qtermwidget/patches/addStartShell.patch b/pkgs/core/python-qtermwidget/patches/addStartShell.patch new file mode 100644 index 000000000..7ff30c478 --- /dev/null +++ b/pkgs/core/python-qtermwidget/patches/addStartShell.patch @@ -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); diff --git a/pkgs/core/python-qtermwidget/python-qtermwidget.nm b/pkgs/core/python-qtermwidget/python-qtermwidget.nm index 2e8026843..70713fee6 100644 --- a/pkgs/core/python-qtermwidget/python-qtermwidget.nm +++ b/pkgs/core/python-qtermwidget/python-qtermwidget.nm @@ -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