Commit graph

13191 commits

Author SHA1 Message Date
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
Bobby Rong ac43ad99a9
Merge pull request #270438 from bobby285271/upd/xfce
xfce.xfce4-whiskermenu-plugin: 2.8.1 -> 2.8.2
2023-11-28 20:24:10 +08:00
Bobby Rong ca9cc0f6cc
Merge pull request #270424 from bobby285271/upd/cinnamon
Cinnamon updates 2023-11-27
2023-11-28 20:18:26 +08:00
Bobby Rong b29fef3331
xfce.xfce4-whiskermenu-plugin: 2.8.1 -> 2.8.2
https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/-/compare/v2.8.1...v2.8.2
2023-11-27 23:49:12 +08:00
Bobby Rong b83da2587c
cinnamon.mint-l-theme: 1.9.5 -> 1.9.6
078219f4f9...1444bacf3f
2023-11-27 22:16:06 +08:00
Bobby Rong f598dcdc95
cinnamon.mint-l-icons: 1.6.5 -> 1.6.6
https://github.com/linuxmint/mint-l-icons/compare/1.6.5...1.6.6
2023-11-27 22:16:00 +08:00
Bobby Rong 18d00072f7
cinnamon.mint-y-icons: 1.6.7 -> 1.6.9
https://github.com/linuxmint/mint-y-icons/compare/1.6.7...1.6.9
2023-11-27 22:10:33 +08:00
Bobby Rong 2b98c6462f
cinnamon.mint-themes: 2.1.5 -> 2.1.6
https://github.com/linuxmint/mint-themes/compare/2.1.5...2.1.6
2023-11-27 22:10:28 +08:00
Bobby Rong 31519d989e
cinnamon.xreader: 3.8.2 -> 3.8.3
https://github.com/linuxmint/xreader/compare/3.8.2...3.8.3
2023-11-27 22:05:28 +08:00
Bobby Rong 9e6fbe3bfd
cinnamon.mint-artwork: 1.7.6 -> 1.7.7
See debian/changelog for what is changed.
2023-11-27 22:05:12 +08: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
Bobby Rong 26dc877716
Merge pull request #269553 from FedericoSchonborn/budgie.magpie-no-shared-components
budgie.magpie: Don't install shared components
2023-11-26 18:14:17 +08:00
Federico Damián Schonborn bf68ef906b
budgie.budgie-desktop: Add dependency on Mutter
Magpie no longer provides the "org.gnome.mutter" settings schema.

Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-11-25 19:38:07 -03:00
Federico Damián Schonborn 47523ccec2
budgie.budgie-control-center: Replace Magpie with Mutter
Magpie no longer provides the "org.gnome.mutter" settings schema.

Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-11-25 19:38:07 -03:00
Federico Damián Schonborn 198e57d2df
budgie.budgie-gsettings-overrides: Replace Magpie with Mutter
Magpie no longer provides the "org.gnome.mutter" settings schema.

Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-11-25 19:37:46 -03: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
Federico Damián Schonborn 31c1161b08
budgie.magpie: Don't install shared components
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-11-24 00:24:09 -03:00
Peder Bergebakken Sundt 57fad0dbec gnomeExtensions.ddterm: unbreak 2023-11-24 01:21:47 +01:00
Bobby Rong fe69c517e1
Merge pull request #269073 from bobby285271/upd/cinnamon
cinnamon.cinnamon-screensaver: Fix broken theming with pygobject 3.46
2023-11-23 21:18:50 +08:00
Peder Bergebakken Sundt 2ccae77687 gnomeExtensions.freon: fix patch 2023-11-22 16:19:29 +01:00
Bobby Rong a27235684b
Merge pull request #268969 from bobby285271/upd/xfce
xfce.xfce4-dict: 0.8.5 -> 0.8.6
2023-11-22 21:00:46 +08:00
Bobby Rong 12f3bd8ac3
cinnamon.cinnamon-screensaver: Fix broken theming with pygobject 3.46
pygobject!231 ("Fix incompatibility for CssProvider.load_from_data()
(GTK 4.10)") breaks theming here since they eliminated any return value
from GtkCssProvider.load_from_data.
2023-11-22 07:02:26 +08:00
Vladimír Čunát 35a3cb94c6
Merge #269032: GNOME: 44 -> 45 2023-11-21 20:49:59 +01:00
José Romildo Malaquias 489d27a235
Merge pull request #264845 from romildo/upd.papirus-icon-theme
papirus-icon-theme: 20230901 -> 20231101
2023-11-21 16:48:24 -03:00
Nick Cao 079c123145
Merge pull request #268954 from wineee/deepin-editor
deepin.deepin-editor: 6.0.11 -> 6.0.15
2023-11-21 11:58:08 -05:00
José Romildo c410675631 deepin.deepin-icon-theme: update icon cache before fixup
This avoids updating icon cache of parent icon themes, which are added
as symbolic links in the nix store (at the fixup phase), which is not
writable.
2023-11-21 12:31:33 -03:00
Bobby Rong fb43952358
xfce.xfce4-dict: 0.8.5 -> 0.8.6
https://gitlab.xfce.org/apps/xfce4-dict/-/compare/xfce4-dict-0.8.5...xfce4-dict-0.8.6
2023-11-21 21:52:57 +08:00
rewine 008fa1502f deepin.deepin-editor: 6.0.11 -> 6.0.15 2023-11-21 20:58:31 +08: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