summaryrefslogtreecommitdiff
path: root/app-office/kraft
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-05 21:52:00 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-05 21:52:00 +0100
commit2d446203bcf1a0db08e99abca43513d246dfa73d (patch)
treeec623bb5f1f389976977e375342ec59ff441eab7 /app-office/kraft
parent171a011ad3a131671aeb5a98b9e3adf219ad2865 (diff)
gentoo resync : 05.04.2018
Diffstat (limited to 'app-office/kraft')
-rw-r--r--app-office/kraft/Manifest5
-rw-r--r--app-office/kraft/files/kraft-0.80-qt-5.11.patch63
-rw-r--r--app-office/kraft/kraft-0.80.ebuild (renamed from app-office/kraft/kraft-0.80_beta11.ebuild)4
3 files changed, 69 insertions, 3 deletions
diff --git a/app-office/kraft/Manifest b/app-office/kraft/Manifest
index 39a7d83a1c3d..541522e2b56f 100644
--- a/app-office/kraft/Manifest
+++ b/app-office/kraft/Manifest
@@ -1,3 +1,4 @@
-DIST kraft-0.80_beta11.tar.gz 674372 BLAKE2B f9b59640bc5c875c7cd2cc56dd02d6f66b4932533f7548dce66c305fca111653ce3ae6f7128107e926c9a2d14c79f5c105f0986c72130a4eb099af0b0fd4b25a SHA512 bdb521d9213df5f191824cfff00b91b755eb67a0ce596b2ce10bc16ef134b6d10887fde355169f88aa1b11303e23af06e6c938d76e09519d676bbd49131a99f0
-EBUILD kraft-0.80_beta11.ebuild 1131 BLAKE2B 94f1610400e24f1e828a8654ef189612415a450a187d53edba0c518802ac0d1af7eac3aa000d6b3779e9a473fea2b5260e3717ccd6237f9ae42b683f8f8d137a SHA512 2fefe524ac0cd82092606f2f7d4dd2d17bcba5b9768d53064ff35f0ae176e08d52cade58390b83e27a9462c2c83a043b421390dbb7dc1e0e91d0d321f045baf9
+AUX kraft-0.80-qt-5.11.patch 1810 BLAKE2B d7225869ca03b2723d40d0d0218e93bb57abe0f1e43c3198d513801083ad64021c32de980c92b155f43100165f4c2867f4d685f5fbab76dd1fbdc8e50eb037de SHA512 db33309419879abaa644a0a7aa50648c3e8d93543c9bbf8f2db34326a82d47113cc1896702ad1cc5d71cc87b8a88613917f10c0e1dfdce65f86200914509e4dd
+DIST kraft-0.80.tar.gz 673818 BLAKE2B 80d9608c458b793e7f1fe2f568243c72512ff9bd7a4e3b4ba8232d7b47b890e60b6e93cd0fcf2204027abc942198f6f2f5d10248e77b2f4729d3345631883dbc SHA512 a8a1496db434f899e293c765a9733bfb2d5ec6d461da3a3d805f52befa4e71526a3b5f21a7edf214d4946b8d409133dac77050452db97fb46256377960649fe9
+EBUILD kraft-0.80.ebuild 1175 BLAKE2B 2a6b010f412f77fcf76c195685d5173238e9988650232603b9e3635c99d562aede6991e3457e32f725e94105868a03b27fb161b48a5bcaa46c6475775ca1e3b9 SHA512 9b528b6989dfe26470fc6f810f23492a923d5e6edac3f79a286dbe8e0d66d975d4bc601b1350dd446b972b192f207e57cd1a7aa79784a1de11f3177a8e596f67
MISC metadata.xml 418 BLAKE2B b99b3d436a90af1cd1a791e8cd1aeaed2c654a659a45f5e88b5c5b0cd02d57bc15df8e225cd93e9041732dfbf45792721d29df8c2187d409ecf3a4202855266e SHA512 eb8a053a7375546c713741d2bcacdb4604c725322c6680d76eade40ea4166cf20d8ecef4c4f0a7ef4304961bf2740b8277f5372137e04d32a52bc254daf65232
diff --git a/app-office/kraft/files/kraft-0.80-qt-5.11.patch b/app-office/kraft/files/kraft-0.80-qt-5.11.patch
new file mode 100644
index 000000000000..33a6a769bd5f
--- /dev/null
+++ b/app-office/kraft/files/kraft-0.80-qt-5.11.patch
@@ -0,0 +1,63 @@
+From 29cd92c31705fbe63dfb324b5beb3758967dc900 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
+Date: Tue, 3 Apr 2018 17:05:06 +0200
+Subject: [PATCH] Fix build with Qt 5.11
+
+---
+ src/flostempldialog.cpp | 1 +
+ src/importitemdialog.cpp | 1 +
+ src/materialkatalogview.cpp | 1 +
+ src/setupassistant.cpp | 1 +
+ 4 files changed, 4 insertions(+)
+
+diff --git a/src/flostempldialog.cpp b/src/flostempldialog.cpp
+index 420b10e..e705ec7 100644
+--- a/src/flostempldialog.cpp
++++ b/src/flostempldialog.cpp
+@@ -16,6 +16,7 @@
+ ***************************************************************************/
+
+ // include files for Qt
++#include <QButtonGroup>
+ #include <QRadioButton>
+ #include <QLabel>
+ #include <QString>
+diff --git a/src/importitemdialog.cpp b/src/importitemdialog.cpp
+index a02c7d4..70d524e 100644
+--- a/src/importitemdialog.cpp
++++ b/src/importitemdialog.cpp
+@@ -19,6 +19,7 @@
+
+ // include files for Qt
+ #include <QLabel>
++#include <QButtonGroup>
+ #include <QComboBox>
+ #include <QCheckBox>
+ #include <QToolTip>
+diff --git a/src/materialkatalogview.cpp b/src/materialkatalogview.cpp
+index 76c0b2b..fd0f277 100644
+--- a/src/materialkatalogview.cpp
++++ b/src/materialkatalogview.cpp
+@@ -15,6 +15,7 @@
+ * *
+ ***************************************************************************/
+
++#include <QHeaderView>
+ #include <QLayout>
+ #include <QLabel>
+ #include <QSplitter>
+diff --git a/src/setupassistant.cpp b/src/setupassistant.cpp
+index 1ea1d5b..4dd0ef3 100644
+--- a/src/setupassistant.cpp
++++ b/src/setupassistant.cpp
+@@ -17,6 +17,7 @@
+ #include <QtGui>
+
+ #include <QDebug>
++#include <QTabWidget>
+
+ #include <kcontacts/address.h>
+ #include <kcontacts/vcardconverter.h>
+--
+2.17.0
+
diff --git a/app-office/kraft/kraft-0.80_beta11.ebuild b/app-office/kraft/kraft-0.80.ebuild
index 2c55249930b6..ea0cd15a44f1 100644
--- a/app-office/kraft/kraft-0.80_beta11.ebuild
+++ b/app-office/kraft/kraft-0.80.ebuild
@@ -8,7 +8,7 @@ inherit kde5
DESCRIPTION="Software to manage quotes and invoices in small enterprises"
HOMEPAGE="http://www.volle-kraft-voraus.de/"
-SRC_URI="https://github.com/dragotin/${PN}/archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/dragotin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
IUSE="pim"
@@ -37,6 +37,8 @@ RDEPEND="${DEPEND}
DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO )
+PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
+
S="${WORKDIR}/${PN}-${PV/_/}"
src_configure() {