Search Criteria
Package Details: evolution-etesync-git 1.0.0.r5.gc90f7d8-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/evolution-etesync-git.git (read-only, click to copy) |
---|---|
Package Base: | evolution-etesync-git |
Description: | EteSync (end-to-end encrypted sync) plugin for Evolution |
Upstream URL: | https://gitlab.gnome.org/GNOME/evolution-etesync/ |
Licenses: | LGPL |
Conflicts: | evolution-etesync |
Provides: | evolution-etesync |
Submitter: | tasn |
Maintainer: | tasn |
Last Packager: | tasn |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2020-08-20 10:45 (UTC) |
Last Updated: | 2025-08-04 00:38 (UTC) |
Dependencies (12)
- evolution (evolution-gitAUR)
- evolution-data-server (evolution-data-server-gitAUR)
- json-glib (json-glib-gitAUR)
- libetebase
- libgee (libgee-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2-devel (make)
- intltool (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- vala (vala-gitAUR) (make)
Latest Comments
1 2 3 Next › Last »
tasn commented on 2025-08-04 00:39 (UTC)
Object42, this was fixed a while back (when you posted it), I just forgot to comment. Sorry!
antsa, thanks for the patch! This has now been pushed, please lmk if there's anything missing.
antsa commented on 2025-06-29 09:21 (UTC)
Right now, the build process relies on CMake using the default "Unix Makefiles" generator. If the default generator is overridden using the environment variable
CMAKE_GENERATOR
, the build fails.Would it be possible to modify the PKGBUILD to allow other generators, such as Ninja, to be used? Perhaps something like this:
Object42 commented on 2024-08-17 21:21 (UTC)
Just tried to build this packages, which fails because
glib2-devel
was not installed and thus it was missingglib-mkenums
.Please add
glib2-devel
to themakedepends
in thePKGBUILD
.plague-doctor commented on 2022-11-02 21:30 (UTC) (edited on 2022-11-02 21:36 (UTC) by plague-doctor)
etesync is not working with Evolution 3.46.1... evolution-etesync-git package installed, but I cannot see my calendars nor recreate them (no etesync option in New Calendar).
tasn commented on 2022-01-12 23:49 (UTC)
As per the GNOME ticket, a clean build of this plugin fixes it.
jhq commented on 2022-01-08 15:46 (UTC)
After my last update this plugin for evolution stopped working. I had to downgrade libetebase-0.5.1-1 to libetebase-0.5.0-1 so it works again now. Report: https://gitlab.gnome.org/GNOME/evolution-etesync/-/issues/13
enbQao commented on 2020-11-25 17:50 (UTC)
Alright, thanks!
tasn commented on 2020-11-25 17:36 (UTC)
Ahh sorry, I got it wrong. Yeah, the official
libetebase
used to be calledetebase
but it's now part of the main Arch repos under this new name. You'd need to remove it and installlibetebase
instead and then it'll work.enbQao commented on 2020-11-25 17:12 (UTC)
@tasn these files belong to a package called etebase which I think used to be a dependency of this package. Can this also be uninstalled then?
tasn commented on 2020-11-25 15:59 (UTC)
How come do you have all of these files on the filesystem, did you install libetebase manually? Or actually, maybe do you have libetebase-git installed? If you have libetebase-git installed remove it and replace it with libetebase. The issue is that libetebase is no longer in AUR and is now part of Arch proper, and I don't think they set a "conflicts" and we can't do it either. If you don't have libetebase-git installed, and you installed libetebase externally, you can just:
pacman -S libetebase --overwrite
or whatever the syntax is. :)1 2 3 Next › Last »