Package Details: kraft 1.2.1-5

Git Clone URL: https://aur.archlinux.org/kraft.git (read-only, click to copy)
Package Base: kraft
Description: Handle documents like quotes and invoices in your small business.
Upstream URL: http://www.volle-kraft-voraus.de/
Licenses: GPL-2.0-only
Submitter: None
Maintainer: t-8ch
Last Packager: t-8ch
Votes: 9
Popularity: 0.000000
First Submitted: 2007-03-08 08:57 (UTC)
Last Updated: 2024-11-28 21:13 (UTC)

Dependencies (13)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

DanSman commented on 2024-06-01 02:26 (UTC) (edited on 2024-06-01 02:43 (UTC) by DanSman)

Hi

I'm not sure what happened, but since the last update(s) Kraft has stopped working on this side. Even if I just reinstall it, something seems to be wrong. Usually something appears under the “About Kraft” button, but it's all blank there.

I usually connect to a remote mariadb database. I have also tried just sql, but nothing works.

So basically, even a fresh install with sql database doesn't work.

ccorn commented on 2024-05-13 22:21 (UTC)

@t-8ch: Yes, QT_QPA_PLATFORM=offscreen make test works.

t-8ch commented on 2024-05-13 21:31 (UTC)

@ccorn QT_QPA_PLATFORM=offscreen should be enough, no?

ccorn commented on 2024-05-13 21:16 (UTC)

To be able to run check in a chroot (no DISPLAY), test runs should be prefixed with xvfb-run -a:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,7 @@ optdepends=(
    'python-weasyprint: alternative PDF generator'
 )
 makedepends=('cmake' 'extra-cmake-modules' 'asciidoctor' 'po4a')
+checkdepends=('xorg-server-xvfb')
 source=(
   "kraft-v${pkgver}.tar.gz::https://github.com/dragotin/kraft/archive/${_ver}.tar.gz"
 )
@@ -54,7 +55,7 @@ build() {

 check() {
   cd "${srcdir}/${pkgname}-${pkgver}/build"
-  make test
+  xvfb-run -a make test
 }

 package() {

DanSman commented on 2024-03-08 07:14 (UTC)

Yeah, I also installed akonadi-contacts5. Didn't have time to give you the hint. You probably figured it out quickly anyway ;)

I need to ask dragotin for support for 6. Contacts aren't listed as well. A bit annoying to have both versions running.

Anyhow, not a big issue.

t-8ch commented on 2024-03-08 06:22 (UTC)

@DanSman Thanks for the hint!

Install akonadi-contacts5 or update the AUR package.

DanSman commented on 2024-03-08 01:46 (UTC)

Hey!

New plasma available!

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find KF5 (missing: Contacts) (found version "5.115.0") Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /usr/share/ECM/find-modules/FindKF5.cmake:93 (find_package_handle_standard_args) CMakeLists.txt:81 (find_package)

Any suggestions?

DanSman commented on 2023-08-29 19:12 (UTC)

Yep, that was it!

Everything works again.

As usual, thank you ;)

t-8ch commented on 2023-08-29 08:37 (UTC)

Hey @DanSman,

thanks for the report! It seems you are running into https://github.com/dragotin/kraft/issues/209 on your rebuild. Please try the latest version of the AUR package, it should build correctly.

DanSman commented on 2023-08-29 07:25 (UTC) (edited on 2023-08-29 07:35 (UTC) by DanSman)

Hey @t-8ch!

Latest update lead to the following issue:

kraft: symbol lookup error: kraft: undefined symbol: _ZN7Akonadi19ContactEditorDialog10setContactERKNS_4ItemE

Any suggestions?

Edit:

Rebuild has this issue: build/kraft/src/kraft-1.0/build/src/kraftlib_autogen/EWIEGA46WW/../../../../src/addressselectorwidget.h:34:10: fatal error: AkonadiContact/Akonadi/ContactViewer: No such file or directory 34 | #include <AkonadiContact/Akonadi/ContactViewer>