Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
2fbbee43de
2 changed files with 48 additions and 0 deletions
  1. +46
    -0
      package/rene/qmatplot/gcc34.patch
  2. +2
    -0
      package/rene/qmatplot/qmatplot.conf

+ 46
- 0
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;

+ 2
- 0
package/rene/qmatplot/qmatplot.conf

@ -22,3 +22,5 @@
. $base/package/*/*/kde-32.conf
# qmatplotrc goes into / otherwise...
export QSETTINGSDIR=$sysconfdir

Loading…
Cancel
Save