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: | None |
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-gitAUR)
- kirigami2 (kirigami2-gitAUR)
- libdeltachat-gitAUR
- qt5-imageformats
- qt5-multimedia
- qt5-quickcontrols (qt5-quickcontrols-gitAUR)
- qt5-webengine
- qt5ct (qt5ct-svn-translucentAUR, qmarineplatformtheme5AUR, qt5ct-svnAUR, qt5ct-kdeAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 Next › Last »
dreieck commented on 2023-12-18 13:39 (UTC)
Do you really need the
-git
variant oflibdeltachat
as dependency?Just depending on
libdeltachat
and notlibdeltachat-git
gives the user freedom of choice which package to install. (↗ libdeltachat-git
currently does not build.)I just tried compilation with
libdeltachat
, and it works.Please change the dependency
libdeltachat-git
tolibdeltachat
.dreieck commented on 2023-12-18 13:37 (UTC)
You need to add
-fpermissive
to$CXXFLAGS
/$CFLAGS
, otherwise build fails (for me) withaccounts.cpp:10:63: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
:A solution is to add the following to
build()
:Regards and thans for maintaining!
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
1 2 Next › Last »