Search Criteria
Package Details: kdeltachat-git r195.8cce6d2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/kdeltachat-git.git (read-only, click to copy) |
---|---|
Package Base: | kdeltachat-git |
Description: | KDeltaChat is a Delta Chat client using Kirigami framework |
Upstream URL: | https://git.sr.ht/~link2xt/kdeltachat |
Licenses: | GPL3 |
Conflicts: | kdeltachat |
Provides: | kdeltachat |
Submitter: | gcala |
Maintainer: | gcala |
Last Packager: | gcala |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-09-18 14:29 (UTC) |
Last Updated: | 2022-11-20 10:09 (UTC) |
Dependencies (9)
- extra-cmake-modules (extra-cmake-modules-git)
- kirigami2 (kirigami2-git)
- libdeltachat-git
- qt5-imageformats (qt5-imageformats-git)
- qt5-multimedia (qt5-multimedia-git)
- qt5-quickcontrols (qt5-quickcontrols-git)
- qt5-webengine
- qt5ct (qt5ct-allow-theme-override, qt5ct-svn, qt5ct-svn-translucent, qt5ct-kde)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
Latest Comments
gcala commented on 2022-11-20 10:16 (UTC) (edited on 2022-11-20 10:17 (UTC) by gcala)
@emulti I just bumped release of kdeltachat since there is an updated version of libdeltachat-git. No issues during compiling, though. This is a list of all qt packages installed on my system:
emulti commented on 2022-11-03 04:11 (UTC) (edited on 2022-11-03 04:40 (UTC) by emulti)
Multiple packages on my system have installed Qt6 as dependencies:
However, building kDeltaChat on this system gives the following error, plus a warning:
There don't seem to be qt6-quickcontrols[*] packages for Arch like there are for qt5.
What can I try? Is it possible to force Cmake to build using Qt5?
To answer my own question:
then remove the reference to Qt6 from
in line 19 of CMakelists.txt
then
Builds correctly.
gcala commented on 2022-01-29 18:21 (UTC)
@MightyPork Are you sure? I removed sqlcipher from my system and kdeltachat compiles fine.
MightyPork commented on 2022-01-25 22:42 (UTC)
build failed with = note: /usr/bin/ld: cannot find -lsqlcipher
some dependency missing?
gcala commented on 2021-11-26 17:34 (UTC)
@polpetta I can't reproduce your error. It just compiled fine right now but I have not any qt6 package. Maybe the compiler want to use qt 6 if it finds some qt6-* package installed?
Can you try again removing any application from this output
pacman -Q | grep qt6
?polpetta commented on 2021-11-25 11:40 (UTC)
@gcala, the build fails on my system, it is asking for qt6-webengine (that I've installed btw). The error I get is the following:
The Qt6 modules I've installed are
qt6-core
andqt6-webengine
. If I check my/usr/lib64/cmake
folder I get only this results:gcala commented on 2021-10-03 08:41 (UTC)
@lionelm done, thanks
lionelm commented on 2021-09-21 16:01 (UTC) (edited on 2021-09-22 09:57 (UTC) by lionelm)
You should add
qt5-quickcontrols extra-cmake-modules qt5-imageformats qt5-webengine qt5-multimedia qt5ct
to the deps.
Source: https://git.sr.ht/~link2xt/kdeltachat#arch-linux and https://git.sr.ht/~link2xt/kdeltachat#buttons-have-no-icons