about summary refs log tree commit diff
path: root/pkgs/desktops/gnome
Commit message (Collapse)AuthorAge
* gnomeExtensions.ddterm: fix gjs pathJack Wilsdon2023-12-06
|
* Merge pull request #271362 from pbsds/rm-dead-patchesRick van Schijndel2023-12-06
|\ | | | | treewide: remove unreferenced patch files
| * treewide: remove unreferenced patch filesPeder Bergebakken Sundt2023-12-01
| | | | | | | | Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
* | Merge pull request #270321: gnomeExtensions.unite: 72 -> 77piegames2023-12-05
|\ \
| * | gnomeExtensions.unite: 72 -> 77Ryan Horiguchi2023-12-04
| |/ | | | | | | This reverts commit a0f20138a4323764ead04e7ffda25dbc15dd81c6.
* | Merge pull request #271849: gnomeExtensions: autoupdatepiegames2023-12-04
|\ \
| * | gnomeExtensions: autoupdateCabia Rangris2023-12-03
| | |
* | | evolution-data-server: 3.50.1 → 3.50.2Jan Tojnar2023-12-02
| | | | | | | | | | | | | | | | | | Adds custom eds-oauth2 URI protocol handler. https://gitlab.gnome.org/GNOME/evolution-data-server/-/compare/3.50.1...3.50.2
* | | gnome.gnome-sudoku: 45.2 → 45.3Jan Tojnar2023-12-02
| | | | | | | | | | | | | | | https://gitlab.gnome.org/GNOME/gnome-sudoku/-/compare/45.2...45.3
* | | gnome.gnome-software: 45.1 → 45.2Jan Tojnar2023-12-02
| | | | | | | | | | | | | | | https://gitlab.gnome.org/GNOME/gnome-software/-/compare/45.1...45.2
* | | gnome.gnome-disk-utility: 45.0 → 45.1Jan Tojnar2023-12-02
|/ / | | | | | | | | https://gitlab.gnome.org/GNOME/gnome-disk-utility/-/compare/45.0...45.1
* | Merge pull request #270315: gnomeExtensions: auto-updatepiegames2023-11-29
|\ \
| * | gnomeExtensions: auto-updateRyan Horiguchi2023-11-27
| |/
* | Merge pull request #270142: gnomeExtensions.arcmenu: 44 -> 52piegames2023-11-29
|\ \
| * | gnomeExtensions.arcmenu: 44 -> 524JX2023-11-26
| |/
* | Merge pull request #270418: gnome.gpaste: Fix typelib path modificationpiegames2023-11-29
|\ \ | |/ |/|
| * gnome.gpaste: Fix typelib path modificationJan Tojnar2023-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - GPaste 45 switched to ES6 modules. - Imports in an ES6 module are resolved before the statements in the module body are evaluated. - If we want our typelib path modification to take effect, we need to do it before the typelibs are imported. One option is delaying further imports with a top-level await of dynamic import. I did that in 33cb22179266ae5d6c6b63e3bcb2606a5a9acc7d But forgot to do it in `extension.js`, causing the extensions to sometimes fail to start: JS ERROR: Extension GPaste@gnome-shell-extensions.gnome.org: Error: Requiring GPaste, version 2: Typelib file for namespace 'GPaste', version '2' not found require@resource:///org/gnome/gjs/modules/esm/gi.js:16:28 @gi://GPaste?version=2:3:25 @resource:///org/gnome/shell/ui/init.js:21:20 Not sure how it can sometimes work. I could apply the transformation to `extension.js` as well but there are multiple imports in the file so it would be pretty annoying since any import that transitively imports typelibs would need to be converted. Since gjs currently appears to load imports synchronously and module bodies are executed when all imports are resolved (post-order), we can instead just create a separate module and import it first.
* | gnomeExtensions.pop-shell: unstable-2023-04-27 -> unstable-2023-11-10Dawid Dziurla2023-11-25
| |
* | Merge pull request #269668: gnomeExtensions.gsconnect: 55 -> 56piegames2023-11-25
|\ \
| * | gnomeExtensions.gsconnect: 55 -> 56Stefan Kranich2023-11-24
| | |
* | | Merge pull request #269588: gnomeExtensions.pano: refresh patchpiegames2023-11-24
|\ \ \ | |/ / |/| |
| * | gnomeExtensions.pano: refresh patchDawid Dziurla2023-11-24
| |/
* | Merge pull request #269211: gnomeExtensions.ddterm: unbreakpiegames2023-11-24
|\ \ | |/ |/|
| * gnomeExtensions.ddterm: unbreakPeder Bergebakken Sundt2023-11-24
| |
* | gnomeExtensions.freon: fix patchPeder Bergebakken Sundt2023-11-22
|/
* gnomeExtensions: automatic updatepiegames2023-11-21
|
* gnome.gucharmap: 15.0.4 → 15.1.2Jan Tojnar2023-11-21
| | | | | | https://gitlab.gnome.org/GNOME/gucharmap/-/compare/15.0.4...15.1.2 Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* gnome.gnome-bluetooth: 42.6 → 42.7Jan Tojnar2023-11-21
| | | | | | https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/compare/42.6...42.7 Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* gnome.aisleriot: 3.22.29 → 3.22.30Jan Tojnar2023-11-21
| | | | | | https://gitlab.gnome.org/GNOME/aisleriot/-/compare/3.22.29...3.22.30 Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* evolution-data-server: Actually drop tentative settings constructorBobby Rong2023-11-21
| | | | | | | | | | 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.
* gnome.ghex: 45.0 → 45.1Bobby Rong2023-11-21
| | | | | | | https://gitlab.gnome.org/GNOME/ghex/-/compare/45.0...45.1 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* epiphany: 45.0 → 45.1Bobby Rong2023-11-21
| | | | | | | https://gitlab.gnome.org/GNOME/epiphany/-/compare/45.0...45.1 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* gnome-text-editor: 45.0 → 45.1Bobby Rong2023-11-21
| | | | | | | https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/45.0...45.1 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* gnome.mutter: 45.0 → 45.1Bobby Rong2023-11-21
| | | | | | | | | | | | | | | | | | | https://gitlab.gnome.org/GNOME/mutter/-/compare/45.0...45.1 xwayland: Enable XDG portal only when not nested https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3303 If I read it right, xwayland "added XTEST support using EIS" in [this MR][1], it seems to cause gamescope [broken][2], later portal support was made opt-in as a [commandline option][3], the above MR make use of that. But we don't build xwayland with libei now :shrug: [1]: https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/975 [2]: https://gitlab.gnome.org/GNOME/mutter/-/issues/3047 [3]: https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1170 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* gnome.gnome-shell: 45.0 → 45.1Bobby Rong2023-11-21
| | | | | | | https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/45.0...45.1 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* gnome.gnome-shell-extensions: 45.0 → 45.1Bobby Rong2023-11-21
| | | | | | | https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/compare/45.0...45.1 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* gnome.gnome-terminal: 3.50.0 → 3.50.1Bobby Rong2023-11-21
| | | | | | | https://gitlab.gnome.org/GNOME/gnome-terminal/-/compare/3.50.0...3.50.1 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* gnome.eog: 45.0 → 45.1Bobby Rong2023-11-21
| | | | | | | https://gitlab.gnome.org/GNOME/eog/-/compare/45.0...45.1 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* gnome.accerciser: 3.40.0 → 3.42.0Bobby Rong2023-11-21
| | | | | | | | | | https://gitlab.gnome.org/GNOME/accerciser/-/compare/3.40.0...3.42.0 node: Drop unused Node#blinkRect and Xlib dependency https://github.com/GNOME/accerciser/commit/94e19db5edbc70f1eb9e684ba5d10a34b87fe522 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* gnome.nautilus: 45.0 → 45.1Bobby Rong2023-11-21
| | | | | | | https://gitlab.gnome.org/GNOME/nautilus/-/compare/45.0...45.1 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* gnome.gnome-sudoku: 45.1 → 45.2Bobby Rong2023-11-21
| | | | | | | https://gitlab.gnome.org/GNOME/gnome-sudoku/-/compare/45.1...45.2 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* gnome.gnome-software: 45.0 → 45.1Bobby Rong2023-11-21
| | | | | | | https://gitlab.gnome.org/GNOME/gnome-software/-/compare/45.0...45.1 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* gnome.gnome-remote-desktop: 45.0 → 45.1Bobby Rong2023-11-21
| | | | | | | https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/compare/45.0...45.1 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* gnome.gnome-maps: 45.0 → 45.1Bobby Rong2023-11-21
| | | | | | | https://gitlab.gnome.org/GNOME/gnome-maps/-/compare/v45.0...v45.1 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* gnome.gnome-control-center: 45.0 → 45.1Bobby Rong2023-11-21
| | | | | | https://gitlab.gnome.org/GNOME/gnome-control-center/-/compare/45.0...45.1 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
* gnome.gnome-calendar: 45.0 → 45.1Bobby Rong2023-11-21
| | | | | | | | | | | | https://gitlab.gnome.org/GNOME/gnome-calendar/-/compare/45.0...45.1 utils: Remove 24h utility function https://github.com/GNOME/gnome-calendar/commit/b26f33ea10a430abbdea52e96d8dda820bb719fe g-d-s clock-format still has usage gcal-context.c. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
* evolution-data-server: 3.50.0 → 3.50.1Bobby Rong2023-11-21
| | | | | | | | | 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>
* gnomeExtensions: Update for GNOME 45piegames2023-11-21
|
* gnomeExtension: Reformat extension.jsonpiegames2023-11-21
| | | | | | | | | | | | | | | The idea of having one line per extension for diff reasons mostly worked out well. However, especially around major Gnome updates it happens that extensions only change in the set of supported versions. This information is currently a bit hard to track, since such a change would still result in a diff for the entire line, which can be pretty long. Additionally, it may happen that this applies to many extensions at once, and the way git renders diff (first all removals in a hunk, then all additions) makes it even harder to track because now the change is not local in the diff. Having one line per supported version per extension should solve this problem, while still providing a good compromise in overall line count of the file. It shall be noted that GitHub already refuses to render diffs on this file even for comparatively small updates, therefore this change cannot really make it worse here.
* nixosTests.gnome-extensions: Initpiegames2023-11-21
|