Search Criteria
Package Details: kraft 1.2.2-1
Package Actions
| 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: | 2025-07-21 05:45 (UTC) |
Dependencies (13)
- ctemplate
- grantleeAUR (grantlee-gitAUR)
- kcontacts5AUR
- ki18n5
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- asciidoctor (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- po4a (make)
- python-pypdf2AUR (optional) – default PDF generator
- python-reportlab (optional) – default PDF generator
- python-weasyprint (optional) – alternative PDF generator
Latest Comments
1 2 3 4 5 6 7 Next › Last »
dandiy commented on 2025-07-21 08:42 (UTC)
That was definitely an easier fix :D
Thanks again!
t-8ch commented on 2025-07-21 05:40 (UTC)
Hey DanSman,
thanks for the report. Should be fixed.
dandiy commented on 2025-07-20 23:58 (UTC) (edited on 2025-07-21 01:24 (UTC) by dandiy)
Hey t-8ch
build failed.
Is it possible to use cmake 4 instead of installing cmake3 from the AUR?
-- Found Ctemplate: /usr/include CMake Error at tests/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier. Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. -- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting... Command 'sudo --user=#1000 --preserve-env=VISUAL,EDITOR -- makepkg --force' failed to execute.Edit:
Got it running.I changed:
https://github.com/dragotin/kraft/blob/ef50168870e1e316ff4a1f13f9fb1996c1ec2084/CMakeLists.txt#L1
https://github.com/dragotin/kraft/blob/ef50168870e1e316ff4a1f13f9fb1996c1ec2084/CMakeLists.txt#L60
and in
tests/CMakeLists.txt:1(after downloading the gz file) toVERSION 4.0Edit2:
BTW I can also print documents again. Thats great!
Bitals commented on 2024-11-28 18:52 (UTC)
qt5-baseandlibdbusmenu-qt5need to be added to dependencies list.t-8ch commented on 2024-11-24 08:11 (UTC)
@DanSman Thanks for the hint. I just added a patch to remove the akonadi-contacts5 dependency. But the missing functionality indeed limmits the package.
dandiy commented on 2024-11-24 02:08 (UTC)
Hey t-8ch
There is a new update available but I think it doesn't really makes sense to keep updating it until plasma 6 is fully supported. akonadi-contacts5 package is also not available anymore.
Anyway, hope kraft supports plasma6 soon. At the moment I moved to a debian vm for kraft.
dandiy commented on 2024-07-22 07:50 (UTC)
I see I see. Thanks for the explanation!
t-8ch commented on 2024-07-21 20:30 (UTC)
MR 189 is only to avoid the infinite hang. It does not make Akonadi actually work. To avoid the hang I also have a patch in this package.
To make it actually work we need 233 fixed.
dandiy commented on 2024-07-21 20:07 (UTC)
"This will help in future versions of Akonadi: https://invent.kde.org/pim/akonadi/-/merge_requests/189"
Does this somehow help now or do we have to wait until Klaas has this https://github.com/dragotin/kraft/issues/233 updated?
dandiy commented on 2024-06-03 02:13 (UTC) (edited on 2024-06-03 02:13 (UTC) by dandiy)
I just created a quote and came across exactly what you said:
org.kde.pim.akonadicore: Protocol version mismatch. Server version is newer ( 65 ) than ours ( 63 ). If you updated your system recently please restart all KDE PIM applications. org.kde.pim.akonadicore: Job error: "The protocol version of the Akonadi server is incompatible. Make sure you have a compatible version installed. (Protocol version mismatch. Server version is newer (65) than ours (63). If you updated your system recently please restart all KDE PIM applications.)" for collection: QVector()So I can't print the document. It's not so bad for me because I can still use the other PC, but in case anyone else has the problem, here's why.
Let's hope it gets merged quickly.
1 2 3 4 5 6 7 Next › Last »