pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gnome-shell: pkglint, explicit version dependency on libgweather



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Wed Apr 14 23:55:36 2021 +0200
Changeset:	b7b114cabf932848ca98ff42fd03801312e9afe7

Modified Files:
	gnome-shell/Makefile
	gnome-shell/patches/patch-js_ui_main.js
	gnome-shell/patches/patch-js_ui_windowManager.js
	gnome-shell/patches/patch-src_main.c

Log Message:
gnome-shell: pkglint, explicit version dependency on libgweather

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b7b114cabf932848ca98ff42fd03801312e9afe7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnome-shell/Makefile                             | 1 +
 gnome-shell/patches/patch-js_ui_main.js          | 4 ++++
 gnome-shell/patches/patch-js_ui_windowManager.js | 2 ++
 gnome-shell/patches/patch-src_main.c             | 2 ++
 4 files changed, 9 insertions(+)

diffs:
diff --git a/gnome-shell/Makefile b/gnome-shell/Makefile
index f09b3fa246..f5cbb3e44f 100644
--- a/gnome-shell/Makefile
+++ b/gnome-shell/Makefile
@@ -42,6 +42,7 @@ post-extract:
 	cp ${FILESDIR}/*.xml ${WRKSRC}/data/dbus-interfaces/
 
 .include "../../devel/meson/build.mk"
+BUILDLINK_API_DEPENDS.libgweather+=	libgweather>=40.0
 .include "../../devel/libgweather/buildlink3.mk"
 .include "../../x11/gtk4/buildlink3.mk"
 .include "../../archivers/gnome-autoar/buildlink3.mk"
diff --git a/gnome-shell/patches/patch-js_ui_main.js b/gnome-shell/patches/patch-js_ui_main.js
index 03d5cae46a..966692b466 100644
--- a/gnome-shell/patches/patch-js_ui_main.js
+++ b/gnome-shell/patches/patch-js_ui_main.js
@@ -1,5 +1,9 @@
 $NetBSD$
 
+Remove usages of unsupported functions:
+- Gio.Credentials.get_unix_user
+- file.touch_async
+
 --- js/ui/main.js.orig	2021-03-20 12:17:01.417523000 +0000
 +++ js/ui/main.js
 @@ -289,19 +289,11 @@ function _initializeUI() {
diff --git a/gnome-shell/patches/patch-js_ui_windowManager.js b/gnome-shell/patches/patch-js_ui_windowManager.js
index bece6ecc5a..9d6c3e983b 100644
--- a/gnome-shell/patches/patch-js_ui_windowManager.js
+++ b/gnome-shell/patches/patch-js_ui_windowManager.js
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Remove systemd code
+
 --- js/ui/windowManager.js.orig	2021-03-20 12:17:01.442522300 +0000
 +++ js/ui/windowManager.js
 @@ -974,8 +974,8 @@ var WindowManager = class {
diff --git a/gnome-shell/patches/patch-src_main.c b/gnome-shell/patches/patch-src_main.c
index a600e0d32d..6f575b326c 100644
--- a/gnome-shell/patches/patch-src_main.c
+++ b/gnome-shell/patches/patch-src_main.c
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Disable gjs stack dumps?
+
 --- src/main.c.orig	2021-03-20 12:17:01.570519000 +0000
 +++ src/main.c
 @@ -352,6 +352,7 @@ dump_gjs_stack_on_signal_handler (int si


Home | Main Index | Thread Index | Old Index