public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-office/kraft/files/, app-office/kraft/
@ 2017-12-28  1:38 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2017-12-28  1:38 UTC (permalink / raw
  To: gentoo-commits

commit:     93a4521f87a6d6cdf3d1a45209eb400a55a91db7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 01:32:28 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 01:37:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a4521f

app-office/kraft: Drop slot 4

Closes: https://bugs.gentoo.org/635058
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-office/kraft/Manifest                          |  1 -
 .../kraft/files/kraft-0.80_pre20171115-deps.patch  | 62 ----------------------
 app-office/kraft/kraft-0.59.ebuild                 | 30 -----------
 3 files changed, 93 deletions(-)

diff --git a/app-office/kraft/Manifest b/app-office/kraft/Manifest
index 328f30a1fca..44f3a17d2eb 100644
--- a/app-office/kraft/Manifest
+++ b/app-office/kraft/Manifest
@@ -1,2 +1 @@
-DIST kraft-0.59.tar.xz 560116 BLAKE2B bd9ab18015582c34343e0fa93601937c8bb874a063ae37a6ed481170206ba6430cbe09068c4cdc879f80a37f1cd770b350b3841752f3146ef95680a565e4126f SHA512 53576855e3a4ac054818cc3fcb5d123222c0a5839ba621ea7c1f390f1e3180b5c87b00daa09a57fbea64cbd1dc857c4cb7645c5f539635811ef236c76483dc36
 DIST kraft-0.80_beta3.tar.gz 625756 BLAKE2B ecbad304b76b7bec827573d4f001ac36b55c84df1a78fcdee25d71dc6efc9b341aa6d708bd288beee3a7c75d2f1b60f01aa6877a29ef750487a516d7575de5a3 SHA512 d94b00fb8b366473948641425288118acf276b429169c4e187b66dfb1ce4bc0d326ee215bd8b3dcbde25d2ec04ab2f0c3dcf4c22ada676a31e761a8278bc06da

diff --git a/app-office/kraft/files/kraft-0.80_pre20171115-deps.patch b/app-office/kraft/files/kraft-0.80_pre20171115-deps.patch
deleted file mode 100644
index cebf558fd35..00000000000
--- a/app-office/kraft/files/kraft-0.80_pre20171115-deps.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-From 63248f8004e7e0b05fe1716f6ff432b16b382e8f Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Thu, 16 Nov 2017 22:14:05 +0100
-Subject: [PATCH] Sort deps, add implicit, and split PIM from real KF5 libs
-
-Add descriptions to PIM dependencies.
----
- CMakeLists.txt | 33 ++++++++++++++++++++++++++-------
- 1 file changed, 26 insertions(+), 7 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 739daac..9f95ecf 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -25,21 +25,40 @@ remove_definitions(-DQT_NO_CAST_FROM_ASCII)
- 
- find_package(Qt5 CONFIG REQUIRED
-     Core
--    Network
--    Widgets
-+    Gui
-     Sql
-+    Widgets
-+    Xml
- )
- 
- find_package(KF5 REQUIRED COMPONENTS
--    Contacts
-+    Config
-+    ConfigWidgets
-+    CoreAddons
-     I18n
-+    WidgetsAddons
-     XmlGui
--    OPTIONAL_COMPONENTS
--    Akonadi
--    AkonadiContact
- )
- 
--if(KF5Akonadi_FOUND)
-+find_package(KF5Contacts REQUIRED)
-+
-+find_package(KF5Akonadi)
-+set_package_properties(KF5Akonadi PROPERTIES
-+    DESCRIPTION "Library for general Access to Akonadi"
-+    URL "https://www.kde.org/"
-+    PURPOSE "Optionally used for addressbook integration"
-+    TYPE OPTIONAL
-+)
-+
-+find_package(KF5AkonadiContact)
-+set_package_properties(KF5AkonadiContact PROPERTIES
-+    DESCRIPTION "Library for Accessing Contacts stored in Akonadi"
-+    URL "https://www.kde.org/"
-+    PURPOSE "Optionally used for addressbook integration"
-+    TYPE OPTIONAL
-+)
-+
-+if(KF5Akonadi_FOUND AND KF5AkonadiContact_FOUND)
-    add_definitions(-DHAVE_AKONADI)
- endif()
- 

diff --git a/app-office/kraft/kraft-0.59.ebuild b/app-office/kraft/kraft-0.59.ebuild
deleted file mode 100644
index 48777bb0f34..00000000000
--- a/app-office/kraft/kraft-0.59.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDE_LINGUAS="ast bg bs cs da de en_GB eo es et fi fr ga gl hu it ja lt mai mr nds
-nl pl pt pt_BR ru sk sv tr ug uk zh_CN"
-QT3SUPPORT_REQUIRED="true"
-SQL_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="Software for operating a small business, creating documents such as invoices"
-HOMEPAGE="http://www.volle-kraft-voraus.de/"
-SRC_URI="mirror://sourceforge/kraft/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="
-	dev-cpp/ctemplate
-	dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	dev-qt/qtsql:4[mysql,sqlite]
-	$(add_kdeapps_dep kdepimlibs)
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-office/kraft/files/, app-office/kraft/
@ 2018-04-03 15:18 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2018-04-03 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0807a4346d31bdf070e6140bb9e580401ac387c6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  3 14:58:34 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 15:17:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0807a434

app-office/kraft: 0.80 version bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-office/kraft/Manifest                       |  1 +
 app-office/kraft/files/kraft-0.80-qt-5.11.patch | 63 +++++++++++++++++++++++++
 app-office/kraft/kraft-0.80.ebuild              | 51 ++++++++++++++++++++
 3 files changed, 115 insertions(+)

diff --git a/app-office/kraft/Manifest b/app-office/kraft/Manifest
index d510cc3feb6..804a135af33 100644
--- a/app-office/kraft/Manifest
+++ b/app-office/kraft/Manifest
@@ -1 +1,2 @@
+DIST kraft-0.80.tar.gz 673818 BLAKE2B 80d9608c458b793e7f1fe2f568243c72512ff9bd7a4e3b4ba8232d7b47b890e60b6e93cd0fcf2204027abc942198f6f2f5d10248e77b2f4729d3345631883dbc SHA512 a8a1496db434f899e293c765a9733bfb2d5ec6d461da3a3d805f52befa4e71526a3b5f21a7edf214d4946b8d409133dac77050452db97fb46256377960649fe9
 DIST kraft-0.80_beta11.tar.gz 674372 BLAKE2B f9b59640bc5c875c7cd2cc56dd02d6f66b4932533f7548dce66c305fca111653ce3ae6f7128107e926c9a2d14c79f5c105f0986c72130a4eb099af0b0fd4b25a SHA512 bdb521d9213df5f191824cfff00b91b755eb67a0ce596b2ce10bc16ef134b6d10887fde355169f88aa1b11303e23af06e6c938d76e09519d676bbd49131a99f0

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 00000000000..33a6a769bd5
--- /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.ebuild b/app-office/kraft/kraft-0.80.ebuild
new file mode 100644
index 00000000000..ea0cd15a44f
--- /dev/null
+++ b/app-office/kraft/kraft-0.80.ebuild
@@ -0,0 +1,51 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-office/kraft/files/, app-office/kraft/
@ 2019-04-18 17:56 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2019-04-18 17:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c1a578a065c10449bcfaef8fb273456e1cf824ce
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 18:56:07 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 17:53:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a578a0

app-office/kraft: Drop 0.80

Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/kraft/Manifest                       |  1 -
 app-office/kraft/files/kraft-0.80-qt-5.11.patch | 63 -------------------------
 app-office/kraft/kraft-0.80.ebuild              | 51 --------------------
 3 files changed, 115 deletions(-)

diff --git a/app-office/kraft/Manifest b/app-office/kraft/Manifest
index 516002b2177..a87b46ddb37 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 33a6a769bd5..00000000000
--- 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 ea0cd15a44f..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-office/kraft/files/, app-office/kraft/
@ 2020-09-28 21:33 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2020-09-28 21:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a8794f72fc5e0108c0d076feb397b25c8c51bed9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 20:43:16 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 21:28:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8794f72

app-office/kraft: 0.95 version bump

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/kraft/Manifest                          |  1 +
 .../kraft/files/kraft-0.95-i18n-warning.patch      | 35 ++++++++++++++++
 app-office/kraft/kraft-0.95.ebuild                 | 47 ++++++++++++++++++++++
 3 files changed, 83 insertions(+)

diff --git a/app-office/kraft/Manifest b/app-office/kraft/Manifest
index 4ef69315332..bb0f44b04f2 100644
--- a/app-office/kraft/Manifest
+++ b/app-office/kraft/Manifest
@@ -1 +1,2 @@
 DIST kraft-0.90.tar.gz 705767 BLAKE2B 63f048be32e794e3c13d59ebbac90558e661eabe8b08270ea684adc338e2ae45b59cfbb3a746d1248ff8c0026308209f2821cac7c2feaf67af04903125be34c7 SHA512 1ca87a828e74b508b229787459f32e8ab5ad0ca4bf2630e236d65beaaa7503dc61af42d3b13106aeb6e43fcf3c419133958c5492a2c25c7233c9ac0205b3800c
+DIST kraft-0.95.tar.gz 877790 BLAKE2B 4099845816191c5760f81a5512dc5d5afab1a76eb79c5d3fdead58d7a25342c4f461a6bf4d65313837d6bce32e80c1c8348f674b62358bb08cfdfd3ecf845bad SHA512 8070827a491b2a923b4608752ee2202377aeb2c472a3ee81feaad3b853d13bafe9f9c70719e1dfffeceb1492df80608327a56541453456be87a97bb3d5457f42

diff --git a/app-office/kraft/files/kraft-0.95-i18n-warning.patch b/app-office/kraft/files/kraft-0.95-i18n-warning.patch
new file mode 100644
index 00000000000..2e189a233ca
--- /dev/null
+++ b/app-office/kraft/files/kraft-0.95-i18n-warning.patch
@@ -0,0 +1,35 @@
+From 1e8f15a6c54c0c29cb463deacefd1fe8b32ad41d Mon Sep 17 00:00:00 2001
+From: Klaas Freitag <kraft@freisturz.de>
+Date: Wed, 2 Sep 2020 18:32:14 +0200
+Subject: [PATCH] Fix call to i18n - same problem as before....
+
+Fixes #85
+---
+ src/prefsdialog.cpp | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/src/prefsdialog.cpp b/src/prefsdialog.cpp
+index 13b4bcb..ddce27d 100644
+--- a/src/prefsdialog.cpp
++++ b/src/prefsdialog.cpp
+@@ -335,15 +335,15 @@ QWidget* PrefsDialog::docTab()
+   const QDate d = QDate::currentDate();
+   mCbDateFormats->setToolTip( i18n( "The default date format for documents." ) );
+   QString formattedDate = d.toString(Qt::ISODate);
+-  mCbDateFormats->insertItem( 0, i18n("ISO-Format: %1").arg(formattedDate));
++  mCbDateFormats->insertItem( 0, i18n("ISO-Format: %1", formattedDate));
+   formattedDate = d.toString(Qt::DefaultLocaleShortDate);
+-  mCbDateFormats->insertItem( 1, i18n("Short-Date: %1").arg(formattedDate));
++  mCbDateFormats->insertItem( 1, i18n("Short-Date: %1", formattedDate));
+   formattedDate = d.toString(Qt::DefaultLocaleLongDate);
+-  mCbDateFormats->insertItem( 2, i18n("Long-Date: %1").arg(formattedDate));
++  mCbDateFormats->insertItem( 2, i18n("Long-Date: %1", formattedDate));
+   formattedDate = d.toString(Qt::RFC2822Date);
+-  mCbDateFormats->insertItem( 3, i18n("RFC 2822-Format: %1").arg(formattedDate));
++  mCbDateFormats->insertItem( 3, i18n("RFC 2822-Format: %1", formattedDate));
+   formattedDate = d.toString("dd.MM.yyyy");
+-  mCbDateFormats->insertItem( 4, i18n("\"German Format\": %1").arg(formattedDate));
++  mCbDateFormats->insertItem( 4, i18n("\"German Format\": %1", formattedDate));
+   mCbDateFormats->insertItem( 5, i18n("Custom Setting in Settingsfile"));
+   vboxLay->addLayout( butLay );
+ 

diff --git a/app-office/kraft/kraft-0.95.ebuild b/app-office/kraft/kraft-0.95.ebuild
new file mode 100644
index 00000000000..c9690d97cef
--- /dev/null
+++ b/app-office/kraft/kraft-0.95.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit ecm
+
+DESCRIPTION="Software to manage quotes and invoices in small enterprises"
+HOMEPAGE="https://www.volle-kraft-voraus.de/"
+SRC_URI="https://github.com/dragotin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+IUSE="pim"
+
+DEPEND="
+	dev-cpp/ctemplate
+	dev-libs/grantlee:5
+	dev-qt/qtgui:5
+	dev-qt/qtsql:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	kde-frameworks/kconfig:5
+	kde-frameworks/kcontacts:5
+	kde-frameworks/ki18n:5
+	pim? (
+		>=kde-apps/akonadi-19.04.3:5
+		>=kde-apps/akonadi-contacts-19.04.3:5
+		kde-frameworks/kcoreaddons:5
+	)
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO )
+
+PATCHES=( "${FILESDIR}/${P}-i18n-warning.patch" )
+
+src_configure() {
+	local mycmakeargs=(
+		-DCMAKE_DISABLE_FIND_PACKAGE_Asciidoctor=ON
+		$(cmake_use_find_package pim KF5Akonadi)
+		$(cmake_use_find_package pim KF5AkonadiContact)
+	)
+
+	ecm_src_configure
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-28 21:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-18 17:56 [gentoo-commits] repo/gentoo:master commit in: app-office/kraft/files/, app-office/kraft/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2020-09-28 21:33 Andreas Sturmlechner
2018-04-03 15:18 Andreas Sturmlechner
2017-12-28  1:38 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox