Search Criteria
Package Details: kcaldav 0.2.5-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/kcaldav.git (read-only, click to copy) |
---|---|
Package Base: | kcaldav |
Description: | Simple, safe, minimal CalDAV server |
Upstream URL: | https://kristaps.bsd.lv/kcaldav/ |
Keywords: | caldav cgi fastcgi server sqlite |
Licenses: | custom:BSD |
Submitter: | aperez |
Maintainer: | aperez |
Last Packager: | aperez |
Votes: | 2 |
Popularity: | 0.000035 |
First Submitted: | 2018-12-30 23:02 (UTC) |
Last Updated: | 2025-05-02 18:10 (UTC) |
Latest Comments
aperez commented on 2025-05-02 18:37 (UTC)
@m040601: You have to rebuild
kcgi
, thekcaldav
package itself doesn't need to be updated.m040601 commented on 2025-05-02 17:43 (UTC) (edited on 2025-05-02 17:51 (UTC) by m040601)
There is a problem with this PKGBUILD for "kcaldav" or its dependency "kcgi" It links to non existing files.
https://wiki.archlinux.org/title/System_maintenance#Be_careful_with_unofficial_packages
https://archlinux.org/packages/?name=rebuild-detector
$ checkrebuild -v
I think the problem lies in it dependency "kcgi"
A rebuild does not solve the issue. It still links to "not found" stuff,
$ ldd /usr/lib/kcaldav/kcaldav
fordprefect commented on 2024-01-10 09:31 (UTC)
I see, thanks for the update!
aperez commented on 2024-01-10 09:30 (UTC)
@fordprefect: I was waiting to add the post-install notice before updating
.SRCINFO
, which I just did a moment ago. Thanks!fordprefect commented on 2024-01-10 09:04 (UTC)
Thanks for the PKGBUILD update. To reflect updates also in aurweb you'd need to update the .SRCINFO as well…
fordprefect commented on 2024-01-06 14:56 (UTC)
The PKGBUILD seems to miss installing the main compilation artefact, the cgi binary 'kcaldav', which has to be relocated by the user to match their webserver configuration. I'd propose moving it to /usr/share/kcaldav and notify the user via install message of the necessary configuration steps. Also, you could consider building from downloaded archives instead of pinning a specific commit.