pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gnome-shell



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May  9 20:27:46 UTC 2024

Modified Files:
        pkgsrc/x11/gnome-shell: Makefile distinfo
Added Files:
        pkgsrc/x11/gnome-shell/patches:
            patch-js_dbusServices_screencast_screencastService.js

Log Message:
gnome-shell: add patch for compatibility with glib2 2.80.1

From
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3303

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/gnome-shell/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/gnome-shell/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/x11/gnome-shell/patches/patch-js_dbusServices_screencast_screencastService.js

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

Modified files:

Index: pkgsrc/x11/gnome-shell/Makefile
diff -u pkgsrc/x11/gnome-shell/Makefile:1.39 pkgsrc/x11/gnome-shell/Makefile:1.40
--- pkgsrc/x11/gnome-shell/Makefile:1.39        Sun Apr  7 07:35:16 2024
+++ pkgsrc/x11/gnome-shell/Makefile     Thu May  9 20:27:46 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2024/04/07 07:35:16 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2024/05/09 20:27:46 wiz Exp $
 
 DISTNAME=      gnome-shell-40.2
-PKGREVISION=   25
+PKGREVISION=   26
 CATEGORIES=    x11 gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/gnome-shell/distinfo
diff -u pkgsrc/x11/gnome-shell/distinfo:1.7 pkgsrc/x11/gnome-shell/distinfo:1.8
--- pkgsrc/x11/gnome-shell/distinfo:1.7 Thu Jul  6 21:45:25 2023
+++ pkgsrc/x11/gnome-shell/distinfo     Thu May  9 20:27:46 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2023/07/06 21:45:25 wiz Exp $
+$NetBSD: distinfo,v 1.8 2024/05/09 20:27:46 wiz Exp $
 
 BLAKE2s (gnome-shell-40.2.tar.xz) = 865b979ac26f1dcbe401dec8f0fba2ea00dc8d42ae594bb43cb797e7c304306d
 SHA512 (gnome-shell-40.2.tar.xz) = 0df0a68a0e2440f73dfc147045ac2f003e5f133950cdbec7fb07b92e71aa53e2e4f3ce75510552f1043404850623fc84c08aad215b39ce9d33862994ae35ba87
@@ -6,6 +6,7 @@ Size (gnome-shell-40.2.tar.xz) = 1869600
 SHA1 (patch-config.h.meson) = 204829c331612de97f5c8d60b7788c96d60cc010
 SHA1 (patch-data_gnome-shell-dbus-interfaces_gresource_xml) = de2bec04695594c5b1e4b0ecce3284bfd2edfab7
 SHA1 (patch-data_meson.build) = 3b9949fbdc34c547b8778506b75ffca10f3834e1
+SHA1 (patch-js_dbusServices_screencast_screencastService.js) = adc9cc45f496c98e0ff5241701dda47ff9df2797
 SHA1 (patch-js_misc_loginManager_js) = d37d17dd8a121d5ef5497fccafea954cc797286c
 SHA1 (patch-js_ui_endSessionDialog.js) = 6971df6ee8b65fa827131d92404f6ae817acd84c
 SHA1 (patch-js_ui_main.js) = ea2f5b715fac292019438fe9baec074cf90fe686

Added files:

Index: pkgsrc/x11/gnome-shell/patches/patch-js_dbusServices_screencast_screencastService.js
diff -u /dev/null pkgsrc/x11/gnome-shell/patches/patch-js_dbusServices_screencast_screencastService.js:1.1
--- /dev/null   Thu May  9 20:27:46 2024
+++ pkgsrc/x11/gnome-shell/patches/patch-js_dbusServices_screencast_screencastService.js        Thu May  9 20:27:46 2024
@@ -0,0 +1,16 @@
+$NetBSD: patch-js_dbusServices_screencast_screencastService.js,v 1.1 2024/05/09 20:27:46 wiz Exp $
+
+Fix compatibility with glib2 2.80.1.
+https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3303
+
+--- js/dbusServices/screencast/screencastService.js.orig       2021-06-10 11:33:01.564930400 +0000
++++ js/dbusServices/screencast/screencastService.js
+@@ -161,7 +161,7 @@ var Recorder = class {
+             });
+ 
+         this._streamProxy = new ScreenCastStreamProxy(Gio.DBus.session,
+-            'org.gnome.ScreenCast.Stream',
++            'org.gnome.Mutter.ScreenCast',
+             streamPath);
+ 
+         this._streamProxy.connectSignal('PipeWireStreamAdded',



Home | Main Index | Thread Index | Old Index