mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/kmymoney: Updated for version 4.6.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
0141d9b739
commit
2bfe21b706
3 changed files with 5 additions and 34 deletions
|
@ -1,27 +0,0 @@
|
|||
commit c736b6f08e77df72d58c5b836b7b04f6098737df
|
||||
Author: Cristian Oneț <onet.cristian@gmail.com>
|
||||
Date: Sat Feb 18 14:07:35 2012 +0200
|
||||
|
||||
BUG: 293448 - Since KDChart will not be updated in 4.6 patch KDChart to make it build against Qt 4.8.
|
||||
|
||||
diff --git a/libkdchart/src/KDChartBackgroundAttributes.cpp b/libkdchart/src/KDChartBackgroundAttributes.cpp
|
||||
index f9f1520..3b86000 100644
|
||||
--- a/libkdchart/src/KDChartBackgroundAttributes.cpp
|
||||
+++ b/libkdchart/src/KDChartBackgroundAttributes.cpp
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
#include "KDChartBackgroundAttributes.h"
|
||||
#include <QPixmap>
|
||||
+#include <QVariant>
|
||||
|
||||
#include <KDABLibFakes>
|
||||
|
||||
@@ -150,7 +151,7 @@ QDebug operator<<(QDebug dbg, const KDChart::BackgroundAttributes& ba)
|
||||
<< "visible="<<ba.isVisible()
|
||||
<< "brush="<<ba.brush()
|
||||
<< "pixmapmode="<<ba.pixmapMode()
|
||||
- << "pixmap="<<ba.pixmap()
|
||||
+ << "pixmap="<<QVariant(ba.pixmap())
|
||||
<< ")";
|
||||
return dbg;
|
||||
}
|
|
@ -26,8 +26,8 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=kmymoney
|
||||
VERSION=${VERSION:-4.6.2}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-4.6.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -72,8 +72,6 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
patch -p1 < $CWD/kdchart.patch
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kmymoney"
|
||||
VERSION="4.6.2"
|
||||
VERSION="4.6.3"
|
||||
HOMEPAGE="http://kmymoney2.sourceforge.net/index-home.html"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/kmymoney2/kmymoney-4.6.2.tar.bz2"
|
||||
MD5SUM="5659706cbe85416cbabfa000a29b19b5"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/kmymoney2/kmymoney-4.6.3.tar.bz2"
|
||||
MD5SUM="756bc76d182aa7cbac7033f4469b6687"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libalkimia"
|
||||
|
|
Loading…
Reference in a new issue