aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2022-03-27 15:19:29 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-03-27 15:19:29 +0000
commit683aeeebd2c496d01b936380aff2a4975016f57b (patch)
tree5ba96460c95a2aebf934b61256ec276830525f29 /x11
parent9cfa411670f16ee5f33d5c48f7a30b933f6333c5 (diff)
downloadports-683aeeebd2c496d01b936380aff2a4975016f57b.tar.gz
ports-683aeeebd2c496d01b936380aff2a4975016f57b.zip
x11/gnome-shell: Fix crash with gnome-desktop 42.0
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-shell/Makefile2
-rw-r--r--x11/gnome-shell/files/patch-js_ui_environment.js10
2 files changed, 11 insertions, 1 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile
index 932c7e00fa09..8bd8301dd92f 100644
--- a/x11/gnome-shell/Makefile
+++ b/x11/gnome-shell/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gnome-shell
PORTVERSION= 41.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
diff --git a/x11/gnome-shell/files/patch-js_ui_environment.js b/x11/gnome-shell/files/patch-js_ui_environment.js
new file mode 100644
index 000000000000..0bd7baa7a9ee
--- /dev/null
+++ b/x11/gnome-shell/files/patch-js_ui_environment.js
@@ -0,0 +1,10 @@
+--- js/ui/environment.js.orig 2022-03-27 15:10:52 UTC
++++ js/ui/environment.js
+@@ -6,6 +6,7 @@ imports.gi.versions.GdkPixbuf = '2.0';
+ imports.gi.versions.Clutter = Config.LIBMUTTER_API_VERSION;
+ imports.gi.versions.Gio = '2.0';
+ imports.gi.versions.GdkPixbuf = '2.0';
++imports.gi.versions.GnomeDesktop = '3.0';
+ imports.gi.versions.Gtk = '3.0';
+ imports.gi.versions.Soup = '3.0';
+ imports.gi.versions.TelepathyGLib = '0.12';