Commit Graph

49 Commits

Author SHA1 Message Date
Bobby Rong
5f0daae6c0
evolution-data-server: 3.50.3 → 3.50.4
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.50.3...3.50.4
2024-02-10 21:01:19 +08:00
Bobby Rong
09686ed7f8
evolution-data-server: Fix darwin build
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-07 14:05:39 +08:00
Maxine Aubrey
85f0144502
evolution-data-server: 3.50.2 → 3.50.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:
66121edf92
2024-01-07 12:27:56 +08:00
Jan Tojnar
1f62848076 evolution-data-server: 3.50.1 → 3.50.2
Adds custom eds-oauth2 URI protocol handler.

https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.50.1...3.50.2
2023-12-02 15:32:20 +01:00
Bobby Rong
dd011a2e79 evolution-data-server: Actually drop tentative settings constructor
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-21 08:42:48 +01:00
Bobby Rong
461f880000 evolution-data-server: 3.50.0 → 3.50.1
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-21 08:42:36 +01:00
Bobby Rong
f8c9c832ce evolution-data-server: 3.49.3 → 3.50.0
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-21 08:42:10 +01:00
Bobby Rong
4062d9400c evolution-data-server: 3.49.2 → 3.49.3
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.

2bd22706d8

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.

007eda01e2

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:42:08 +01:00
Bobby Rong
dac768c92d evolution-data-server: 3.48.4 → 3.49.2
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.

97a152b83b

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:41:49 +01:00
Bobby Rong
128b83fc3a
evolution-data-server: 3.48.3 → 3.48.4
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.48.3...3.48.4
2023-07-01 22:11:03 +08:00
Bobby Rong
75bc4c18c2
evolution-data-server: 3.48.2 → 3.48.3
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.48.2...3.48.3
2023-06-02 20:11:20 +08:00
Bobby Rong
f059182f74
evolution-data-server: 3.48.1 → 3.48.2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.48.1...3.48.2
2023-05-26 19:51:07 +08:00
Bobby Rong
f4c66d55c4
evolution-data-server: 3.48.0 → 3.48.1
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.48.0...3.48.1
2023-04-21 21:52:50 +08:00
Jan Tojnar
1939066a42 evolution-data-server: 3.47.3 → 3.48.0
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-06 01:35:24 +02:00
Jan Tojnar
da6fc4476a evolution-data-server: 3.47.2 → 3.47.3
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-06 01:35:07 +02:00
Bobby Rong
0f4129cc5a webkitgtk_6_0: init, webkitgtk_5_0: drop
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-06 01:35:02 +02:00
Bobby Rong
971dd3a752 evolution-data-server: 3.46.4 → 3.47.2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.46.4...3.47.2

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2023-04-06 01:35:01 +02:00
Bobby Rong
549d7f905e
evolution-data-server: 3.46.3 → 3.46.4
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.46.3...3.46.4
2023-02-12 14:10:54 +00:00
Bobby Rong
c2bf247bec
evolution-data-server: 3.46.2 → 3.46.3
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.46.2...3.46.3
2023-01-18 15:21:42 +08:00
Jan Tojnar
35d24b51f5 makeHardcodeGsettingsPatch: Rename from glib.mkHardcodeGsettingsPatch
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-19 17:17:32 +01:00
Jan Tojnar
dd06e8176b evolution-data-server: 3.46.1 → 3.46.2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.46.1...3.46.2

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-12-04 00:43:50 +01:00
Guillaume Girol
e094494915 glib: add an update script combinator to patch gsettings schema paths
and use it in evolution-data-server and evolution-ews as a proof of
concept
2022-11-11 13:30:00 +01:00
Jan Tojnar
dd21d0b041
Merge pull request #197238 from NixOS/gnome
GNOME: 43.0 → 43.1
2022-10-25 17:40:25 +02:00
Weijia Wang
b082de986e evolution-data-server: add darwin support 2022-10-25 16:08:28 +02:00
Jan Tojnar
591fd945b2 evolution-data-server: 3.46.0 → 3.46.1
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-22 16:41:32 +02:00
Bobby Rong
09cfb4f7a4 evolution-data-server: 3.45.3 → 3.46.0
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-11 18:52:32 +02:00
Jan Tojnar
6a0555be7b evolution-data-server: 3.45.2 → 3.45.3
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-11 18:52:20 +02:00
Jan Tojnar
f1dc56b455 evolution-data-server: 3.45.1 → 3.45.2
- Replaced libgdata by custom functions w/ json-glib: 6b62b6e32f

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-11 18:52:13 +02:00
Jan Tojnar
753784ec26 evolution-data-server: 3.44.4 → 3.45.1
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-10-11 18:52:08 +02:00
Jan Tojnar
ad2aac1e24 _experimental-update-script-combinators: rename from update-script-combinators
To make it obvious they are not stable yet.
2022-09-08 13:01:47 +02:00
Jan Tojnar
6262fa0b17 evolution-data-server: generate GSettings patch as part of update script
This should avoid it getting out of sync again.
2022-09-07 14:23:28 +02:00
Julian Stecklina
a2f98e5914 gnome.evolution-data-server: 3.44.3 -> 3.44.4 2022-08-25 18:29:11 +03:00
Josef Kemetmüller
1ca04aa9f1 treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFF
This is now the new default and thus doesn't need to be set manually
anymore.
2022-07-04 03:49:01 +03:00
Jan Tojnar
d87a011c1e evolution-data-server: 3.44.2 → 3.44.3
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.44.2...3.44.3
2022-07-02 02:22:59 +02:00
R. Ryantm
d77b9e43eb evolution-data-server: 3.44.1 -> 3.44.2 2022-05-28 12:09:00 +02:00
R. Ryantm
8b62eae040 evolution-data-server: 3.44.0 -> 3.44.1 2022-04-25 11:48:42 +02:00
Jan Tojnar
ebc11eed59 evolution-data-server: 3.43.3 → 3.44.0
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.43.3...3.44.0
2022-03-25 15:02:40 +01:00
Jan Tojnar
6ef351611a evolution-data-server: 3.43.2 → 3.43.3
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.43.2...3.43.3
2022-03-25 15:02:34 +01:00
Jan Tojnar
dde7232802 evolution-data-server: 3.42.3 → 3.43.2
https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.42.3...3.43.2

Replaced intltool with gettext.

Also formatted the expression.
2022-03-25 15:01:22 +01:00
R. Ryantm
08a56a0435 evolution-data-server: 3.42.3 -> 3.42.4 2022-02-17 02:05:36 +01:00
Tom Fitzhenry
47a8b15664 evolution-data-server: propagate libgdata
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 025960d229, which did a similar thing for libsoup.
2022-01-15 06:05:40 +11:00
Guillaume Girol
aba6be0888 evolution-data-server: 3.42.2 -> 3.42.3 2022-01-09 22:00:35 +01:00
R. Ryantm
74d8cc0190 evolution-data-server: 3.42.1 -> 3.42.2 2021-12-06 22:07:46 +01:00
Jan Tojnar
2d4f057ca6 evolution-data-server: 3.42.0 → 3.42.1 2021-10-29 10:20:40 +00:00
Jan Tojnar
ac38867f3d evolution-data-server: 3.40.4 → 3.42.0
https://gitlab.gnome.org/GNOME/evolution-data-server/-/blob/3.42.0/NEWS
2021-10-09 21:35:53 +02:00
Ilan Joselevich
55a77507e4 evolution-data-server: 3.40.3 -> 3.40.4 2021-08-14 10:26:36 +03:00
R. RyanTM
2e9d0ededc evolution-data-server: 3.40.2 -> 3.40.3 2021-07-25 10:25:12 +02:00
R. RyanTM
1c8c6e2d9a evolution-data-server: 3.40.1 -> 3.40.2 2021-06-06 11:38:22 +02:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00