Package Details: kraft 1.2.1-3

Git Clone URL: https://aur.archlinux.org/kraft.git (read-only, click to copy)
Package Base: kraft
Description: Kraft helps you to handle documents like quotes and invoices in your small business.
Upstream URL: http://www.volle-kraft-voraus.de/
Licenses: GPL
Submitter: None
Maintainer: t-8ch
Last Packager: t-8ch
Votes: 9
Popularity: 0.000001
First Submitted: 2007-03-08 08:57 (UTC)
Last Updated: 2024-06-01 09:20 (UTC)

Dependencies (10)

Required by (0)

Sources (2)

Latest Comments

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

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>

DanSman commented on 2023-05-01 06:12 (UTC)

Nice!

Thanks for the quick response and for the update! New version works.

t-8ch commented on 2023-05-01 04:41 (UTC)

@DanSman,

should be fixed in the new package version. No need to report an issue as it's already fixed upstream.

DanSman commented on 2023-05-01 00:58 (UTC) (edited on 2023-05-01 01:08 (UTC) by DanSman)

Heyho

I just updated the system and I can't start Kraft anymore due to:

kraft: error while loading shared libraries: libKF5AkonadiContact.so.5: cannot open shared object file: No such file or directory

Do you experience similar issues?

Edit:

Soname list has changed. It's now libKF5Contact.so.5 instead of libKF5AkonadiContact.so.5.

There is also libKF5AkonadiWidgets.so.5 and probably more.

I'm going to downgrade akonadi(packages) for now.

I can create a github issue for the new akonadi version. Probably changed for all OSs?