diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-17 20:56:07 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-18 19:53:20 +0200 |
commit | c1a578a065c10449bcfaef8fb273456e1cf824ce (patch) | |
tree | fd5b3ed65ab094e5b1f8b27e675370bd94a44cd9 /app-office/kraft | |
parent | app-office/kraft: 0.82 version bump (diff) | |
download | gentoo-c1a578a065c10449bcfaef8fb273456e1cf824ce.tar.gz gentoo-c1a578a065c10449bcfaef8fb273456e1cf824ce.tar.bz2 gentoo-c1a578a065c10449bcfaef8fb273456e1cf824ce.zip |
app-office/kraft: Drop 0.80
Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/kraft')
-rw-r--r-- | app-office/kraft/Manifest | 1 | ||||
-rw-r--r-- | app-office/kraft/files/kraft-0.80-qt-5.11.patch | 63 | ||||
-rw-r--r-- | app-office/kraft/kraft-0.80.ebuild | 51 |
3 files changed, 0 insertions, 115 deletions
diff --git a/app-office/kraft/Manifest b/app-office/kraft/Manifest index 516002b21774..a87b46ddb370 100644 --- a/app-office/kraft/Manifest +++ b/app-office/kraft/Manifest @@ -1,2 +1 @@ -DIST kraft-0.80.tar.gz 673818 BLAKE2B 80d9608c458b793e7f1fe2f568243c72512ff9bd7a4e3b4ba8232d7b47b890e60b6e93cd0fcf2204027abc942198f6f2f5d10248e77b2f4729d3345631883dbc SHA512 a8a1496db434f899e293c765a9733bfb2d5ec6d461da3a3d805f52befa4e71526a3b5f21a7edf214d4946b8d409133dac77050452db97fb46256377960649fe9 DIST kraft-0.82.tar.gz 668251 BLAKE2B 82ef37b695d0e7a2c72e0525c4aa9b9742d6c8d73c95e3ef5517c49c01869a5f1ba0fed1f18200f2a39ada5a92bcca5cabfac901f07c0a968783506d298ff164 SHA512 7a342bf94e2fe0de42004a69a29ce07a32dd70eb0f16b1dc18c889b7f0a0290142d5c0bc26b40a321753b0a0e62f6b91ecc8fbed98d32913881996a2507070e8 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 deleted file mode 100644 index 33a6a769bd5f..000000000000 --- a/app-office/kraft/files/kraft-0.80-qt-5.11.patch +++ /dev/null @@ -1,63 +0,0 @@ -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.ebuild b/app-office/kraft/kraft-0.80.ebuild deleted file mode 100644 index ea0cd15a44f1..000000000000 --- a/app-office/kraft/kraft-0.80.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -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/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -IUSE="pim" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep kcontacts) - $(add_qt_dep qtgui) - $(add_qt_dep qtsql) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - dev-cpp/ctemplate - pim? ( - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep akonadi-contacts) - ) -" -RDEPEND="${DEPEND} - !app-office/kraft:4 -" - -DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO ) - -PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" ) - -S="${WORKDIR}/${PN}-${PV/_/}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package pim KF5Akonadi) - $(cmake-utils_use_find_package pim KF5AkonadiContact) - ) - - kde5_src_configure -} |