Commit Graph

1952 Commits

Author SHA1 Message Date
R. Ryantm
a7622619d6 gnome.pomodoro: 0.24.0 -> 0.24.1 2023-12-09 17:10:38 +01:00
Jack Wilsdon
ebbfa91857 gnomeExtensions.ddterm: fix gjs path 2023-12-06 22:07:42 +00:00
Rick van Schijndel
ba75066821
Merge pull request #271362 from pbsds/rm-dead-patches
treewide: remove unreferenced patch files
2023-12-06 03:28:15 +01:00
piegames
96482988bd
Merge pull request #270321: gnomeExtensions.unite: 72 -> 77 2023-12-05 20:17:41 +01:00
Ryan Horiguchi
8f54001d9c gnomeExtensions.unite: 72 -> 77
This reverts commit a0f20138a4.
2023-12-04 23:10:48 +01:00
piegames
8dd75c8fb8
Merge pull request #271849: gnomeExtensions: autoupdate 2023-12-04 14:23:53 +01:00
Cabia Rangris
cb7ba3fde4
gnomeExtensions: autoupdate 2023-12-03 15:51:25 +04: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
Jan Tojnar
8852a858d7 gnome.gnome-sudoku: 45.2 → 45.3
https://gitlab.gnome.org/GNOME/gnome-sudoku/-/compare/45.2...45.3
2023-12-02 15:15:25 +01:00
Jan Tojnar
5ed6c86757 gnome.gnome-software: 45.1 → 45.2
https://gitlab.gnome.org/GNOME/gnome-software/-/compare/45.1...45.2
2023-12-02 15:15:25 +01:00
Jan Tojnar
487b33d61a gnome.gnome-disk-utility: 45.0 → 45.1
https://gitlab.gnome.org/GNOME/gnome-disk-utility/-/compare/45.0...45.1
2023-12-02 15:15:25 +01:00
Peder Bergebakken Sundt
f41aba3739 treewide: remove unreferenced patch files
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2023-12-01 06:11:20 +01:00
piegames
c67a44307a
Merge pull request #270315: gnomeExtensions: auto-update 2023-11-29 12:50:40 +01:00
piegames
8bdcb69782
Merge pull request #270142: gnomeExtensions.arcmenu: 44 -> 52 2023-11-29 12:34:48 +01:00
piegames
cf3503e9dc
Merge pull request #270418: gnome.gpaste: Fix typelib path modification 2023-11-29 12:27:47 +01:00
Jan Tojnar
af9e3ddc1d gnome.gpaste: Fix typelib path modification
- 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 33cb221792
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.
2023-11-27 14:42:29 +01:00
Ryan Horiguchi
72d6cf87ae gnomeExtensions: auto-update 2023-11-27 02:10:54 +01:00
4JX
b59ed689c4 gnomeExtensions.arcmenu: 44 -> 52 2023-11-26 13:55:43 +01:00
Dawid Dziurla
da87e679f5
gnomeExtensions.pop-shell: unstable-2023-04-27 -> unstable-2023-11-10 2023-11-25 14:45:16 +01:00
piegames
efe27d768e
Merge pull request #269668: gnomeExtensions.gsconnect: 55 -> 56 2023-11-25 13:24:37 +01:00
Stefan Kranich
889760fb2a gnomeExtensions.gsconnect: 55 -> 56 2023-11-24 23:15:22 +01:00
piegames
3be5097d90
Merge pull request #269588: gnomeExtensions.pano: refresh patch 2023-11-24 21:54:31 +01:00
Dawid Dziurla
2b2e00caec
gnomeExtensions.pano: refresh patch 2023-11-24 20:05:05 +01:00
piegames
965d12abf8
Merge pull request #269211: gnomeExtensions.ddterm: unbreak 2023-11-24 11:05:18 +01:00
Peder Bergebakken Sundt
57fad0dbec gnomeExtensions.ddterm: unbreak 2023-11-24 01:21:47 +01:00
Peder Bergebakken Sundt
2ccae77687 gnomeExtensions.freon: fix patch 2023-11-22 16:19:29 +01:00
piegames
8182c92af9 gnomeExtensions: automatic update 2023-11-21 09:21:55 +01:00
Jan Tojnar
c688132081 gnome.gucharmap: 15.0.4 → 15.1.2
https://gitlab.gnome.org/GNOME/gucharmap/-/compare/15.0.4...15.1.2

Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:42:51 +01:00
Jan Tojnar
bea8e13cb0 gnome.gnome-bluetooth: 42.6 → 42.7
https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/compare/42.6...42.7

Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:42:50 +01:00
Jan Tojnar
7b0e23e6a6 gnome.aisleriot: 3.22.29 → 3.22.30
https://gitlab.gnome.org/GNOME/aisleriot/-/compare/3.22.29...3.22.30

Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:42:50 +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
549c51d541 gnome.ghex: 45.0 → 45.1
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>
2023-11-21 08:42:47 +01:00
Bobby Rong
fe4b52e60a epiphany: 45.0 → 45.1
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>
2023-11-21 08:42:45 +01:00
Bobby Rong
dab6a33c74 gnome-text-editor: 45.0 → 45.1
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>
2023-11-21 08:42:44 +01:00
Bobby Rong
ee2f32a4c8 gnome.mutter: 45.0 → 45.1
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 🤷

[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>
2023-11-21 08:42:44 +01:00
Bobby Rong
464762c584 gnome.gnome-shell: 45.0 → 45.1
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>
2023-11-21 08:42:43 +01:00
Bobby Rong
41c7211b5d gnome.gnome-shell-extensions: 45.0 → 45.1
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>
2023-11-21 08:42:43 +01:00
Bobby Rong
0a15233070 gnome.gnome-terminal: 3.50.0 → 3.50.1
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>
2023-11-21 08:42:43 +01:00
Bobby Rong
f723d2ab0f gnome.eog: 45.0 → 45.1
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>
2023-11-21 08:42:41 +01:00
Bobby Rong
ba4a077f55 gnome.accerciser: 3.40.0 → 3.42.0
https://gitlab.gnome.org/GNOME/accerciser/-/compare/3.40.0...3.42.0

node: Drop unused Node#blinkRect and Xlib dependency
94e19db5ed

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:42:41 +01:00
Bobby Rong
9f1e796487 gnome.nautilus: 45.0 → 45.1
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>
2023-11-21 08:42:39 +01:00
Bobby Rong
d5269b522a gnome.gnome-sudoku: 45.1 → 45.2
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>
2023-11-21 08:42:38 +01:00
Bobby Rong
3c18a64ea7 gnome.gnome-software: 45.0 → 45.1
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>
2023-11-21 08:42:38 +01:00
Bobby Rong
5ad73097db gnome.gnome-remote-desktop: 45.0 → 45.1
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>
2023-11-21 08:42:37 +01:00
Bobby Rong
f10a2b5a27 gnome.gnome-maps: 45.0 → 45.1
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>
2023-11-21 08:42:37 +01:00
Bobby Rong
80028f1b31 gnome.gnome-control-center: 45.0 → 45.1
https://gitlab.gnome.org/GNOME/gnome-control-center/-/compare/45.0...45.1

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
2023-11-21 08:42:37 +01:00
Bobby Rong
56cadcfbc7 gnome.gnome-calendar: 45.0 → 45.1
https://gitlab.gnome.org/GNOME/gnome-calendar/-/compare/45.0...45.1

utils: Remove 24h utility function
b26f33ea10

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>
2023-11-21 08:42:36 +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
piegames
fc495aea1f gnomeExtensions: Update for GNOME 45 2023-11-21 08:42:35 +01:00
piegames
573f967c39 gnomeExtension: Reformat extension.json
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.
2023-11-21 08:42:34 +01:00