about summary refs log tree commit diff
path: root/pkgs/desktops/gnome/core/evolution-data-server
AgeCommit message (Collapse)AuthorFilesLines
2024-04-22evolution-data-server: 3.52.0 → 3.52.1Maxine Aubrey1-2/+2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.52.0...3.52.1
2024-04-22evolution-data-server: 3.50.4 → 3.52.0Bobby Rong2-25/+21
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.50.4...3.52.0 libaccounts-glib cleanup already done in 3.50.3 bump.
2024-02-10evolution-data-server: 3.50.3 → 3.50.4Bobby Rong1-2/+2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.50.3...3.50.4
2024-01-07evolution-data-server: Fix darwin buildBobby Rong1-0/+4
Probably caused by the clang 16 bump. /tmp/nix-build-evolution-data-server-3.50.3.drv-0/evolution-data-server-3.50.3/src/addressbook/libebook-contacts/e-phone-number-private.cpp:186:7: error: no member named 'auto_ptr' in namespace 'std' std::auto_ptr<EPhoneNumber> parsed_number(new EPhoneNumber); ~~~~~^
2024-01-07evolution-data-server: 3.50.2 → 3.50.3Maxine Aubrey2-6/+3
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.50.2...3.50.3 Also removes libaccounts-glib dependency, which is not needed since 3.31.1: https://gitlab.gnome.org/GNOME/evolution-data-server/-/commit/66121edf92f8babe8de8d970faf2155ca8824c07
2023-12-02evolution-data-server: 3.50.1 → 3.50.2Jan Tojnar2-5/+5
Adds custom eds-oauth2 URI protocol handler. https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.50.1...3.50.2
2023-11-21evolution-data-server: Actually drop tentative settings constructorBobby Rong3-13/+50
Since makeHardcodeGsettingsPatch now supports applying patches, let's make use of it. Dropping e_reminder_watcher_load_settings_tentative entirely brings us benefits that the build will fail loudly when new calls appear. We apply hardcode-gsettings.patch at the very end so all the patches should apply fine.
2023-11-21evolution-data-server: 3.50.0 → 3.50.1Bobby Rong1-2/+2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.50.0...3.50.1 No changes for e-reminder-watcher.c. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21evolution-data-server: 3.49.3 → 3.50.0Bobby Rong1-2/+2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.49.3...3.50.0 Allows disabling tests, though I am not sure if we want that. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21evolution-data-server: 3.49.2 → 3.49.3Bobby Rong2-16/+40
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.49.2...3.49.3 libsecret-1 is in Requires.private instead of Requires, I am no longer propagating it. https://github.com/GNOME/evolution-data-server/commit/2bd22706d8823238fc6584f7c3a6a6b5ff1acc7e Apply org.gnome.desktop.interface a non-optional because update script is not happy. But the current solution is quite dirty, I imagine we will need to re-check usage of e_reminder_watcher_load_settings_tentative on every bump now. https://github.com/GNOME/evolution-data-server/commit/007eda01e27788827a3776d2c5cc8ca3709558c6 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21evolution-data-server: 3.48.4 → 3.49.2Bobby Rong2-16/+64
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.48.4...3.49.2 The major build change will be "Add gi-docgen based documentation for all the libraries". ENABLE_GI_DOCGEN defaults to false. https://github.com/GNOME/evolution-data-server/commit/97a152b83bfa1143ad80d39439104a1371960765 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-07-01evolution-data-server: 3.48.3 → 3.48.4Bobby Rong1-2/+2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.48.3...3.48.4
2023-06-02evolution-data-server: 3.48.2 → 3.48.3Bobby Rong1-2/+2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.48.2...3.48.3
2023-05-26evolution-data-server: 3.48.1 → 3.48.2Bobby Rong2-3/+3
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.48.1...3.48.2
2023-04-21evolution-data-server: 3.48.0 → 3.48.1Bobby Rong2-7/+7
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.48.0...3.48.1
2023-04-06evolution-data-server: 3.47.3 → 3.48.0Jan Tojnar2-4/+4
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.47.3...3.48.0 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-04-06evolution-data-server: 3.47.2 → 3.47.3Jan Tojnar2-4/+4
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.47.2...3.47.3 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-04-06webkitgtk_6_0: init, webkitgtk_5_0: dropBobby Rong1-2/+2
GTK 4 API version is bumped to 6.0. i.e. we now only have webkitgtk-6.0, and no more webkit2gtk-5.0.
2023-04-06evolution-data-server: 3.46.4 → 3.47.2Bobby Rong2-17/+17
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.46.4...3.47.2 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-02-12evolution-data-server: 3.46.3 → 3.46.4Bobby Rong2-3/+3
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.46.3...3.46.4
2023-01-18evolution-data-server: 3.46.2 → 3.46.3Bobby Rong2-6/+6
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.46.2...3.46.3
2022-12-19makeHardcodeGsettingsPatch: Rename from glib.mkHardcodeGsettingsPatchJan Tojnar1-2/+3
glib expression is messy enough as is. Also rename the `glib-schema-to-var` argument to `schemaIdToVariableMapping` to better match Nixpkgs coding style.
2022-12-04evolution-data-server: 3.46.1 → 3.46.2Jan Tojnar2-4/+4
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.46.1...3.46.2 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-11-11glib: add an update script combinator to patch gsettings schema pathsGuillaume Girol3-149/+59
and use it in evolution-data-server and evolution-ews as a proof of concept
2022-10-25Merge pull request #197238 from NixOS/gnomeJan Tojnar2-4/+4
GNOME: 43.0 → 43.1
2022-10-25evolution-data-server: add darwin supportWeijia Wang1-2/+22
2022-10-22evolution-data-server: 3.46.0 → 3.46.1Jan Tojnar2-4/+4
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.46.0...3.46.1 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11evolution-data-server: 3.45.3 → 3.46.0Bobby Rong1-2/+2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.45.3...3.46.0 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11evolution-data-server: 3.45.2 → 3.45.3Jan Tojnar1-4/+2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.45.2...3.45.3 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com> Co-Authored-By: Bobby Rong <rjl931189261@126.com>
2022-10-11evolution-data-server: 3.45.1 → 3.45.2Jan Tojnar2-10/+7
- Replaced libgdata by custom functions w/ json-glib: https://gitlab.gnome.org/GNOME/evolution-data-server/-/commit/6b62b6e32f56663136242121b709c3606be49a26 https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.45.1...3.45.2 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11evolution-data-server: 3.44.4 → 3.45.1Jan Tojnar3-73/+113
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.44.4...3.45.1 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com> Add a variant with libedataserverui-gtk4.
2022-09-08_experimental-update-script-combinators: rename from update-script-combinatorsJan Tojnar1-3/+3
To make it obvious they are not stable yet.
2022-09-07evolution-data-server: generate GSettings patch as part of update scriptJan Tojnar3-147/+289
This should avoid it getting out of sync again.
2022-08-25gnome.evolution-data-server: 3.44.3 -> 3.44.4Julian Stecklina1-2/+2
2022-07-04treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFFJosef Kemetmüller1-1/+0
This is now the new default and thus doesn't need to be set manually anymore.
2022-07-02evolution-data-server: 3.44.2 → 3.44.3Jan Tojnar1-2/+2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.44.2...3.44.3
2022-05-28evolution-data-server: 3.44.1 -> 3.44.2R. Ryantm1-2/+2
2022-04-25evolution-data-server: 3.44.0 -> 3.44.1R. Ryantm1-2/+2
2022-03-25evolution-data-server: 3.43.3 → 3.44.0Jan Tojnar1-2/+2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.43.3...3.44.0
2022-03-25evolution-data-server: 3.43.2 → 3.43.3Jan Tojnar2-147/+3
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.43.2...3.43.3
2022-03-25evolution-data-server: 3.42.3 → 3.43.2Jan Tojnar2-13/+225
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.42.3...3.43.2 Replaced intltool with gettext. Also formatted the expression.
2022-02-17evolution-data-server: 3.42.3 -> 3.42.4R. Ryantm1-2/+2
2022-01-15evolution-data-server: propagate libgdataTom Fitzhenry1-1/+9
Motivation: Stop programs from having to declare transitive dependencies (fixed in this commit). Per https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/57/diffs, evolution-data-server requires libgdata for gobject introspection. See also https://github.com/NixOS/nixpkgs/commit/025960d2296456b8a4cc3b2bcd5a6c624c68a54b, which did a similar thing for libsoup.
2022-01-09evolution-data-server: 3.42.2 -> 3.42.3Guillaume Girol1-2/+2
2021-12-06evolution-data-server: 3.42.1 -> 3.42.2R. Ryantm1-2/+2
2021-10-29evolution-data-server: 3.42.0 → 3.42.1Jan Tojnar1-2/+2
2021-10-09evolution-data-server: 3.40.4 → 3.42.0Jan Tojnar1-2/+2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/blob/3.42.0/NEWS
2021-08-14evolution-data-server: 3.40.3 -> 3.40.4Ilan Joselevich1-2/+2
2021-07-25evolution-data-server: 3.40.2 -> 3.40.3R. RyanTM1-2/+2
2021-06-06evolution-data-server: 3.40.1 -> 3.40.2R. RyanTM1-2/+2