Skip to content

Commit

Permalink
Require soup 3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Oct 27, 2023
1 parent e236812 commit 5eda3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ imports.gi.versions.Gio = '2.0';
imports.gi.versions.Gdk = '3.0';
imports.gi.versions.GdkPixbuf = '2.0';
imports.gi.versions.Gtk = '3.0';
imports.gi.versions.Soup = '2.4';
imports.gi.versions.Soup = '3.0';

const GObject = imports.gi.GObject;
const Clutter = imports.gi.Clutter;
Expand Down

2 comments on commit 5eda3d4

@Fantu
Copy link
Contributor

@Fantu Fantu commented on 5eda3d4 Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mtwebster hi, there is also gir1.2-soup-2.4 dep. of cinnamon in debian/control to change
all applets/extensions/desklets now support soup3?

@mtwebster
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, forgot.

Yes 99% of applets using soup now support either version, there are just a few left -

Ref:
linuxmint/cinnamon-spices-applets#4849
linuxmint/cinnamon-spices-desklets#850
linuxmint/cinnamon-spices-desklets#848

Please sign in to comment.