From 2fbbee43deef0768a33568d135fe15dd4bcd1f24 Mon Sep 17 00:00:00 2001 From: fake Date: Sat, 18 Sep 2004 19:21:21 +0000 Subject: [PATCH] fake: qmatplot: add gcc34.patch export variable in .conf so qmatplotrc doesn't get installed in '/' (which was thus never in the flists) [2004091107152131271] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4255 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/rene/qmatplot/gcc34.patch | 46 +++++++++++++++++++++++++++++ package/rene/qmatplot/qmatplot.conf | 2 ++ 2 files changed, 48 insertions(+) create mode 100644 package/rene/qmatplot/gcc34.patch diff --git a/package/rene/qmatplot/gcc34.patch b/package/rene/qmatplot/gcc34.patch new file mode 100644 index 000000000..9d32ba649 --- /dev/null +++ b/package/rene/qmatplot/gcc34.patch @@ -0,0 +1,46 @@ +--- ./src/ksmatrix.h.orig 2004-09-11 06:37:29.176089088 +0200 ++++ ./src/ksmatrix.h 2004-09-11 06:37:57.477786576 +0200 +@@ -332,8 +332,8 @@ + class KSMatrixFormula : public QSMatrix + { + Q_OBJECT +- Q_PROPERTY( QString formula READ formula WRITE setFormula ); +- Q_PROPERTY( bool transposition READ transposition WRITE setTransposition ); ++ Q_PROPERTY( QString formula READ formula WRITE setFormula ) ++ Q_PROPERTY( bool transposition READ transposition WRITE setTransposition ) + + public: + /** +--- ./src/qscobjects.h.orig 2004-09-11 06:41:39.403048808 +0200 ++++ ./src/qscobjects.h 2004-09-11 06:42:05.619063368 +0200 +@@ -246,7 +246,7 @@ + QSGArrow m_end2style; + QSGPoint m_end1point; + QSGPoint m_end2point; +- QSGLine m_line;; ++ QSGLine m_line; + }; + + //-----------------------------------------------------------------------// +--- ./src/kspanelmanager.cpp.orig 2004-09-11 06:42:46.286880920 +0200 ++++ ./src/kspanelmanager.cpp 2004-09-11 06:42:57.271211048 +0200 +@@ -47,7 +47,7 @@ + Qt::Orientation o; + + qmatplotShell *shell; +- KSWorkbook *workbook;; ++ KSWorkbook *workbook; + KSPanel *curr_panel; + + QSplitter *splitter; +--- ./src/kswinworksheet.h.orig 2004-09-11 06:45:34.993233656 +0200 ++++ ./src/kswinworksheet.h 2004-09-11 06:46:08.607123568 +0200 +@@ -40,7 +40,7 @@ + public: + KSWinWorksheet( KSWorkspace *workspace, bool worksheetMode ); + virtual ~KSWinWorksheet(); +- void KSWinWorksheet::setDataObject( QSData *data ); ++ void setDataObject( QSData *data ); + KSChannelList *chanList() const; + KSChannelListItem *selectedItem() const; + KSMPanel *settingsPanel() const; diff --git a/package/rene/qmatplot/qmatplot.conf b/package/rene/qmatplot/qmatplot.conf index eb015e2bb..23776e2f2 100644 --- a/package/rene/qmatplot/qmatplot.conf +++ b/package/rene/qmatplot/qmatplot.conf @@ -22,3 +22,5 @@ . $base/package/*/*/kde-32.conf +# qmatplotrc goes into / otherwise... +export QSETTINGSDIR=$sysconfdir