Re: [Evolution] [solved] Is there a workaround for deleting messages after 1 day from the server?



The issue is solved,

https://bugzilla.gnome.org/show_bug.cgi?id=767865#c5
https://bugzilla.gnome.org/show_bug.cgi?id=767865#c6

Does a feature request make sense, if I would like to be able to change
the "24" (gint day_lag = time_diff / (60 * 60 * 24);[1]) to a smaller
value by the GUI or do you think this is an to unusual wish?

If you want to fix the issue for Arch Linux, but automatically get the
next package version update from the extra repository, download the
snapshots from

https://aur.archlinux.org/packages/evolution-data-server-git/
https://aur.archlinux.org/packages/evolution-git/

Edit the PKGBUILDS, by changing "pkgname=" and "source="

[rocketmouse archlinux evolution-data-server-git]$ grep pkgname=._ PKGBUILD; grep source= PKGBUILD 
pkgname=$_pkgname
source=('git://git.gnome.org/evolution-data-server#branch=gnome-3-20')
[rocketmouse archlinux evolution-data-server-git]$ cd ../evolution-git/ 
[rocketmouse archlinux evolution-git]$ grep pkgname=._ PKGBUILD; grep source= PKGBUILD 
pkgname=$_pkgname
source=(git://git.gnome.org/evolution#branch=gnome-3-20)

This will build packages without the "-git" extension and the latest
commit of the gnome-3-20 branch, instead of the master, so the packages
will be replaced by the next package version update from the official
Arch repository. You still need to care about a package release update,
e.g. regarding a soname issue and since the package isn't split, you
also need to care about optional dependencies or take a look at ABS how
to split the package [2], but care about everything, not only the
pkgname.

Btw. "Optional Deps" of evolution and "Provides" of evolution-data-
server provided by the AUR PKGBUILDS are nonsense, I didn't edit it, but
perhaps you want to fix it.

[1]
https://git.gnome.org/browse/evolution-data-server/commit/?h=gnome-3-20&id=2dadbba6c577b32fcf276713c8c749ba22105757

[2]
[rocketmouse archlinux evolution-git]$ grep pkgname= /var/abs/extra/evolution/PKGBUILD
pkgname=(evolution evolution-bogofilter evolution-spamassassin)

Regards,
Ralf



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]