From unknown Fri Jun 20 18:19:24 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#68556 <68556@debbugs.gnu.org> To: bug#68556 <68556@debbugs.gnu.org> Subject: Status: [PATCH gnome-team 00/25] Update the GNOME Shell extensions Reply-To: bug#68556 <68556@debbugs.gnu.org> Date: Sat, 21 Jun 2025 01:19:24 +0000 retitle 68556 [PATCH gnome-team 00/25] Update the GNOME Shell extensions reassign 68556 guix-patches submitter 68556 Vivien Kraus severity 68556 normal tag 68556 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:12:20 2024 Received: (at submit) by debbugs.gnu.org; 17 Jan 2024 23:12:20 +0000 Received: from localhost ([127.0.0.1]:53821 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF51-0008Sw-Km for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:12:20 -0500 Received: from lists.gnu.org ([2001:470:142::17]:40690) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF50-0008Sf-7a for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:12:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rQF4t-0001F6-0h for guix-patches@gnu.org; Wed, 17 Jan 2024 18:12:11 -0500 Received: from planete-kraus.eu ([89.234.140.182]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rQF4q-0007vG-Vm for guix-patches@gnu.org; Wed, 17 Jan 2024 18:12:10 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 128e963b for ; Wed, 17 Jan 2024 23:12:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:from:date:subject:to:mime-version; s=albinoniA; bh=GT SAuo9jqyx2cpYNmFZNXasRLfk=; b=UP5DBVXLWdhwMYw2HRGPtghL1dbn4y5cpg OsZ4UD0WZwePvK5yh+lGkDVMVtAW80KgnaTHonOainzJ5wS2xch8oDsvP4ppSSHR cCD+nsakI2O6kPu7yyV0iQePVSr/NNtxdVq2gLXxHe2eV1Z7fHmem03BkHpKJuQP Hf4NRUOq3FDtgtYscSSNnj8lhz7PPX1oZ5QMovksaxcrts1s4++VjIGYYGiKqQMK hxAt23bm3unb/LyxiJWY3nNzO0N9fEsuLGFYdcd+wy4yi5fM7iZj8cAI5DCZUAGt lgrzqAuIt06kn9Ls29fmkx9DEgwId1zE4Z7WvNUgw79bJZN1CnUg== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 002c8b50 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for ; Wed, 17 Jan 2024 23:12:04 +0000 (UTC) Message-ID: From: Vivien Kraus Date: Thu, 18 Jan 2024 00:03:42 +0100 X-Debbugs-Cc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com, rg@raghavgururajan.name, vivien@planete-kraus.eu Subject: [PATCH gnome-team 00/25] Update the GNOME Shell extensions To: guix-patches@gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 Received-SPF: pass client-ip=89.234.140.182; envelope-from=vivien@planete-kraus.eu; helo=planete-kraus.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) Dear Guix, My GNOME shell now resembles a full airliner cockpit, but I have more or less checked that the extensions work. There is 1 exception though: the built-in Applications Menu extension (bundled with gnome-shell-extensions) displays a line of error. I cannot enable it: Requiring GMenu, version none: Typelib file for namespace 'GMenu' (any version) not found As far as I remember, GMenu should be a GLib thing, and gnome-shell-extensions already propagates glib. Do you have an idea? Should I wrap something? If so, what? I think we should not keep the extensions that have not been ported to the oldstable GNOME 44. I removed them, but I updated the style before that in case someone decides to port them after all. Best regards, Vivien Vivien Kraus (25): gnu: gnome-shell-extension-dash-to-dock: Update to 79. gnu: gnome-shell-extension-hide-app-icon: Modernize style. gnu: Remove gnome-shell-extension-hide-app-icon. gnu: gnome-shell-extension-dash-to-panel: Update to 56. gnu: gnome-shell-extension-unite-shell: Update to 72. gnu: gnome-shell-extension-appindicator: Update to 53. gnu: gnome-shell-extension-clipboard-indicator: Update to 47. gnu: gnome-shell-extensions-customize-ibus: Update to 86. gnu: gnome-shell-extension-topicons-redux: Update style. gnu: gnome-shell-extension-gsconnect: Update to 55. gnu: gnome-shell-extension-blur-my-shell: Update to 47. gnu: gnome-shell-extension-burn-my-windows: Update to 40. gnu: gnome-shell-extension-radio: Update to 21. gnu: gnome-shell-extension-jiggle: Update style. gnu: Remove gnome-shell-extension-jiggle. gnu: gnome-shell-extension-just-perfection: Update to 26.0. gnu: gnome-shell-extension-night-theme-switcher: Update to 74. gnu: gnome-shell-extension-noannoyance: Update style. gnu: Remove gnome-shell-extension-noannoyance. gnu: gnome-shell-extension-paperwm: Update to 44.17.0. gnu: Remove gnome-shell-extension-sound-output-device-chooser. gnu: Remove gnome-shell-extension-topicons-redux. gnu: Remove gnome-shell-extension-transparent-window. gnu: gnome-shell-extension-vertical-overview: Update style. gnu: Remove gnome-shell-extension-vertical-overview. gnu/packages/gnome-xyz.scm | 643 +++++++++++-------------------------- 1 file changed, 196 insertions(+), 447 deletions(-) base-commit: 2cbb1a6e1e2679c7db74b6b906d223fb3661d09f -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:15:30 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:15:30 +0000 Received: from localhost ([127.0.0.1]:53830 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF86-0001Bx-CK for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:30 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49316) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF84-0000yn-5v for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:29 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 70914b3d; Wed, 17 Jan 2024 23:15:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=hC1c22s9pWEmM/8wBnJvpM4SmIQ=; b=U T8E426ttken8B0UZRV3NjIDY700rO+vCVkJBS/0q5bZg6OdEsEw/XrEiduLVT355 t+PsQypF0mNfqgBQ+vO9PH+uwIyI9gKleC+wBRQ7vCy6AcVyQJ4OLTCE3ZDXkYLU 508rW3ZnflyEz1gJ44EQqr0+5j5b+jwZuA0Kl8AIxnSHb1fB4MtWcJsWnw9+fS9g c7ognXpoXMH8WG9ZLIgyCD6+T2UDl9X3wuisSYMPwS8t7qo0dBy2VecOQszVc/Ux Gl7avsS6bHzLf/iPKJs0Kess+BtrQ/yCTmHOpVQd6+58mphHM46bcekW8yp6F7J2 QjGycjhwfh/jPggncGYpg== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id cd7bb0dd (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:15:20 +0000 (UTC) Message-ID: <711f86a2163f3ddf0e672be5117d351cce1424b2.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 17:20:41 +0100 Subject: [PATCH gnome-team 03/25] gnu: Remove gnome-shell-extension-hide-app-icon. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension does not work with GNOME 44, and has not received any work. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-hide-app-icon): Remove variable. Change-Id: I6af14b6c9e1db7176d9be6bec2b90f77e7db36c1 --- gnu/packages/gnome-xyz.scm | 47 1 file changed, 47 deletions(-) Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 1.1 DATE_IN_PAST_06_12 Date: is 6 to 12 hours before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.1 (/) This extension does not work with GNOME 44, and has not received any work. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-hide-app-icon): Remove variable. Change-Id: I6af14b6c9e1db7176d9be6bec2b90f77e7db36c1 --- gnu/packages/gnome-xyz.scm | 47 -------------------------------------- 1 file changed, 47 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 2488e93eb9..d96cf953c6 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -851,53 +851,6 @@ (define-public gnome-shell-extension-gsconnect control.") (license license:gpl2))) -(define-public gnome-shell-extension-hide-app-icon - (let ((commit "4188aa5f4ba24901a053a0c3eb0d83baa8625eab") - (revision "0")) - (package - (name "gnome-shell-extension-hide-app-icon") - (version (git-version "2.7" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url (string-append "https://github.com/michael-rapp" - "/gnome-shell-extension-hide-app-icon.git")) - (commit commit))) - (sha256 - (base32 - "1i28n4bz6wrhn07vpxkr6l1ljyn7g8frp5xrr11z3z32h2hxxcd6")) - (file-name (git-file-name name version)))) - (build-system gnu-build-system) - (arguments - (list - #:tests? #f ; no test target - #:make-flags #~(list (string-append "EXTENSIONS_DIR=" - #$output - "/share/gnome-shell/extensions")) - #:phases - #~(modify-phases %standard-phases - (delete 'configure) ; no configure script - (replace 'install - (lambda _ - (let ((pre "/share/gnome-shell/extensions/") - (dir "hide-app-icon@mrapp.sourceforge.com")) - (copy-recursively dir (string-append #$output pre dir)))))))) - (native-inputs - (list `(,glib "bin") intltool)) - (propagated-inputs - (list glib)) - (synopsis "Hide app icon from GNOME's panel") - (description "This extension hides the icon and/or title of the -currently focused application in the top panel of the GNOME shell.") - (home-page - "https://github.com/michael-rapp/gnome-shell-extension-hide-app-icon/") - (license - ;; README.md and LICENSE.txt disagree -- the former claims v3, the - ;; latter v2. No mention of "or later" in either place or in the code. - (list license:gpl2 - license:gpl3))))) - (define-public gnome-shell-extension-just-perfection (package (name "gnome-shell-extension-just-perfection") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:15:35 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:15:35 +0000 Received: from localhost ([127.0.0.1]:53833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8A-0001J1-T2 for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:35 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49316) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF85-0000yn-Qf for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:30 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 6e65d685; Wed, 17 Jan 2024 23:15:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=3SyaTb/NiOsPiCkmsXO5ppxE2Uw=; b=C FqF59azlukKyj2sIhw0hDUZbMIixjjnUNS0yzMjUwcv6/eJZaDgzpshRNMOpGB56 zxRl2DAyjWKPv3+QcBvf/wFUkasGjJlZSyirrqIAJYXxrc36KreL/MjOo9h6So90 HxicBBsH3kPYV0X5nBuv7dX/QqjFX9M+AbaVndi5m/PEFg18Xrxvim6bLch2FKfB E5q6D18xcR20rn0fJ88AzXVcMcf+TyHfGEMUUK+zhxi1ttRAlhVIoL4ATbt2gEVI 55eFr3jUp7EUQIQz9Yk6HgqkiCuH029RIUW5gInZplseMi9undk985hGfj/2BhWM mJTn7r6a4Tx5crlWZW9jA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 07b39c1c (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:15:24 +0000 (UTC) Message-ID: <27465476b1e201a11448966a9c18dbd3b1f5efed.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:31:43 +0100 Subject: [PATCH gnome-team 04/25] gnu: gnome-shell-extension-dash-to-panel: Update to 56. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 56. [arguments]: Convert to list of G-Expressions. [native-inputs]: Add `(,glib "bin"). [propagated-inputs]: Remove `(,glib "bin"). Change-Id: I24a83766b750feb1004bbaf2f5badc9e21f1c30e --- gnu/packages/gnome-xyz.scm | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index d96cf953c6..d4028cd913 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -905,7 +905,7 @@ (define-public gnome-shell-extension-just-perfection (define-public gnome-shell-extension-dash-to-panel (package (name "gnome-shell-extension-dash-to-panel") - (version "56") + (version "56") ;Compatible with GNOME 44 (source (origin (method git-fetch) (uri (git-reference @@ -917,22 +917,24 @@ (define-public gnome-shell-extension-dash-to-panel (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments - `(#:tests? #f - #:make-flags (list (string-append "INSTALLBASE=" - (assoc-ref %outputs "out") - "/share/gnome-shell/extensions") - (string-append "VERSION=" - ,(package-version - gnome-shell-extension-dash-to-panel))) + (list + #:tests? #f + #:make-flags #~(list (string-append "INSTALLBASE=" + #$output + "/share/gnome-shell/extensions") + (string-append "VERSION=" + #$version)) #:phases - (modify-phases %standard-phases - (delete 'bootstrap) - (delete 'configure)))) + #~(modify-phases %standard-phases + (delete 'bootstrap) + (delete 'configure)))) (native-inputs - (list intltool pkg-config)) + (list + `(,glib "bin") + intltool + pkg-config)) (propagated-inputs - (list glib - `(,glib "bin"))) + (list glib)) (synopsis "Icon taskbar for GNOME Shell") (description "This extension moves the dash into the gnome main panel so that the application launchers and system tray are combined -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:15:36 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:15:36 +0000 Received: from localhost ([127.0.0.1]:53836 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8B-0001Jm-CJ for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:36 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49316) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF86-0000yn-O8 for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:31 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 564c838d; Wed, 17 Jan 2024 23:15:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=JMS1Mhm/is2huKVKrMq+lkGm/qg=; b=a sqqtVfgV2tr99bvIqPRbhuElR++B8hy5I0k0wq5GWwr3gE0QW+lbNcMlTGmVBH4A jn+Cv/KLs78eiWN4cRZhrfl35U6lRg7L6sM9LXc7VvVRnYwYvR7qPrAVa3b9JQDE FH0VfiuiIgSAgkUAo+ijtT+WLwYnO9RXSVZGYYcVJNmBhYFcw6SCKr3qaDe1yp3m UUFTQTajSv+1kaQnL0q8oJ842KkHlBziXqaHV/LAmmO8bCv98uFkaBz6mad5nuDs nu+msc3UYsJr1ooXaekGsP0JN523qB28BdD1TKvUPXl5tF30cDc63TNAURbPlw3l 74BoNwIT3uunH7VruaJjQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id b348a482 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:15:27 +0000 (UTC) Message-ID: <1142c26a7db5df6740a9c2e0ac85d40df86edc1b.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:35:39 +0100 Subject: [PATCH gnome-team 05/25] gnu: gnome-shell-extension-unite-shell: Update to 72. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): Update to 72. Change-Id: Ie91c004cb0ab3f81d8ad7c4a15bb357d939d8508 --- gnu/packages/gnome-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index d4028cd913..ff45ae3419 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -541,7 +541,7 @@ (define-public portfolio (define-public gnome-shell-extension-unite-shell (package (name "gnome-shell-extension-unite-shell") - (version "69") + (version "72") ;Listed as compatible on extensions.gnome.org (source (origin (method git-fetch) (uri (git-reference @@ -550,7 +550,7 @@ (define-public gnome-shell-extension-unite-shell (file-name (git-file-name name version)) (sha256 (base32 - "10yh6ylyp43ykcza180iak08wfypay3raqf3p0vrj9ngm98qzq70")))) + "006m54ribfbqij0p3zzglzqjw1rbvw0f9468j7p6zdaf43vdvhgc")))) (build-system copy-build-system) (native-inputs (list `(,glib "bin") gettext-minimal)) (inputs (list xprop)) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:15:42 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:15:42 +0000 Received: from localhost ([127.0.0.1]:53841 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8I-0001R1-58 for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:42 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8A-00018a-Q0 for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:35 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id cc957e58; Wed, 17 Jan 2024 23:15:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=wHlUUKAHHhjeb2YZUR6zeReZw18=; b=J fQfP4kshKqmVSqYcjkZD/fjPrXenW89f6seVlS05FcE9o0KU1pVE+uHSW2GPGoxp /RniregEqzzsrm1qPLWmhblUcIYJ2/2h7LP/dhy8hAkfvprFNwlQzlkvVqIrnmt+ hxrP1+aHuNgCUZklVByvxrjSxh8XgShryTyvdqW4F6QtRegDIDxiNhpo0VIVvx01 Y1e655iV/YxV3TwiiPgb3l5AGE7+qrTYpVjg+GcpGFwSR8uMy4jtAP4N3XkcK2P8 gdb11bqU9qL+jp3bbR5jaH6sDw4GwHEPuEcOJE8QjiGIXSG7mIKjI71UeiK/p807 jjG64OHRV8d2km72+fNSg== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 693b33cc (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:15:31 +0000 (UTC) Message-ID: <2f387bf76b6efa808b0ac17a0dfdd46b4e211207.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:19:27 +0100 Subject: [PATCH gnome-team 13/25] gnu: gnome-shell-extension-radio: Update to 21. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-radio): Update to 21. Change-Id: I11aab4c80c96d1237112bb9a089763bd3c331d1a --- gnu/packages/gnome-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 7f84dc7590..aeadd443bd 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1252,7 +1252,7 @@ (define-public gnome-shell-extension-blur-my-shell (define-public gnome-shell-extension-radio (package (name "gnome-shell-extension-radio") - (version "20") + (version "21") (source (origin (method git-fetch) (uri (git-reference @@ -1262,7 +1262,7 @@ (define-public gnome-shell-extension-radio (file-name (git-file-name name version)) (sha256 (base32 - "01dmziad9g7bs3hr59aaz3mivkc6rqfyb9bz2v202zk22vcr5a2y")))) + "1ghk95q3lhliz3his58hh2ql4p9csh6llzip412vwf29zdkr58s2")))) (build-system copy-build-system) (arguments (list -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:15:43 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:15:43 +0000 Received: from localhost ([127.0.0.1]:53843 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8I-0001RN-Lg for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:43 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8B-00018a-UA for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:36 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id db6fe426; Wed, 17 Jan 2024 23:15:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=IIM66IWwWBCoHT0aGXzbZJzCen0=; b=S UejAWymvCbXQrvhl8iYck1KqWgYS9XX0E/KvUbTIJRfxfSPKrd/h1MMG/tGLuD/r ivxSCO51tn/pGshrjmfEU+o/DV22LJroEGgSxlAYGlHL2uI3tQuCsbXYvM8HthSZ g4yCnixr5mq/kz1FKHXu9FutSPtqwyIaH+a50PMl1v217nggXX6Tm++d2ws0DOd5 4RQU4ozceIY4xKQOyyK8Y95DaGPn2iEbPBGICQlIFydyQH+N9grxOzfXyE5G+bE5 2aQg5+M+5MI9DQUZFvvshJ30pPFaGesjo/a62878YenmYQeK9glLr973n/ZR9DxE azZ+nXHeZyYC+BVWdtuQA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id dedf3b02 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:15:33 +0000 (UTC) Message-ID: <668d8217326a04a7790e3dc15cc8c5b8868ce244.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:40:57 +0100 Subject: [PATCH gnome-team 06/25] gnu: gnome-shell-extension-appindicator: Update to 53. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator): Update to 53. Change-Id: Ifc3ae680b8f1d66068ce03e94d991de0d479da4e --- gnu/packages/gnome-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index ff45ae3419..4b6717d58b 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -579,7 +579,7 @@ (define-public gnome-shell-extension-unite-shell (define-public gnome-shell-extension-appindicator (package (name "gnome-shell-extension-appindicator") - (version "42") + (version "53") (source (origin (method git-fetch) (uri (git-reference @@ -588,7 +588,7 @@ (define-public gnome-shell-extension-appindicator (commit (string-append "v" version)))) (sha256 (base32 - "1lf3aqb924nzhj87rhy2zvm5pcfqcklhfw21m6ic3i7wzd9r7cnc")) + "0lyfznsq5x287vpz133y593s7s4mz9i4x2491sgqvir891zwsivy")) (file-name (git-file-name name version)))) (build-system meson-build-system) (native-inputs (list jq gnu-gettext -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:15:44 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:15:44 +0000 Received: from localhost ([127.0.0.1]:53846 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8J-0001S3-FX for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:44 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8F-00018a-4x for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:39 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 625fa0cf; Wed, 17 Jan 2024 23:15:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=ji7cKo2DuZ4zk4ZK6lQOFAJMnjw=; b=n lyXOK61iVxVA6K5JQdoRR+Pc4NNb2pNMXhpURuisj7ZpOuqYGfGFZCyU/kc5ywyl 29CLJ8P8t5MhzdZgcYVJzhhHViBJox9K8UQJo5ou1uUDextMOShjegltpjJEgve2 yOGHQUz/v2vAQGUrZQ8hCJzWT5rS+8Q24HC7Rty7FmAyDWECKB9In0Bhz3oUaSyq HdYVerzCB0pNMLZkLQRFtScdANw5VdvAv6xTaxz28yd58Cz1xYQas7GMWphFNfAh AVu/8MdCUU+NKzGQZsoAR5cTma8+qNNxsyMxZAjTUgfI1v5QH2eVOawb+D/eMNpS 8DHdxapOu1TRR7gsOgkkg== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id ef282823 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:15:35 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:23:21 +0100 Subject: [PATCH gnome-team 14/25] gnu: gnome-shell-extension-jiggle: Update style. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle) [arguments]: Convert to list of G-Expressions. Change-Id: I633c31a9112df9e5077e91e396683fb69f440703 --- gnu/packages/gnome-xyz.scm | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index aeadd443bd..e6ca29cd63 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1146,22 +1146,23 @@ (define-public gnome-shell-extension-jiggle '(begin (delete-file "schemas/gschemas.compiled"))))) (build-system copy-build-system) (arguments - `(#:install-plan - '(("." ,(string-append - "share/gnome-shell/extensions/" - "jiggle@jeffchannell.com") - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$"))) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-version - (lambda _ - (substitute* "metadata.json" - (("\"40.0\"") "\"40\", \"41\"")))) - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" "."))))))) + (list + #:install-plan + #~'(("." #$(string-append + "share/gnome-shell/extensions/" + "jiggle@jeffchannell.com") + #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" + "\\.xml$" "\\.compiled$"))) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-version + (lambda _ + (substitute* "metadata.json" + (("\"40.0\"") "\"40\", \"41\"")))) + (add-before 'install 'compile-schemas + (lambda _ + (with-directory-excursion "schemas" + (invoke "glib-compile-schemas" "."))))))) (native-inputs (list `(,glib "bin"))) ; for glib-compile-resources (home-page "https://github.com/jeffchannell/jiggle") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:15:52 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:15:52 +0000 Received: from localhost ([127.0.0.1]:53850 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8R-0001b7-Dk for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:51 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8H-00018a-QY for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:42 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id d79aed80; Wed, 17 Jan 2024 23:15:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=LSVKJfi3VXMsEm08Oi4qovAYCVo=; b=V jVOeF8AEUM3NnFbyY71EBg4mhsJgcL/0sygmH9INw+7FRYHiu/MjNMIL2WwXL0h5 WJ0tW34JUj9no/+jyp+TyekzFQNB5EA4IeMAKxYihAkkpL2UPLqNcYOxqSb1FzIV CkvSj2IKEAjtpGXrC2hXFnc5HywYl3eb4GTqHTPn2qDWg0sIqRMpRCLOJqNk8rV1 abrXTgmKO9vvPEGOF5mqKifUMSbg1TlqJwkvILwMxixukju03vT6w3t4keIXSsE6 Uq751hdRUeLw/VSUWKmNZYbzPbl9nYe7lQJjVEDSrUrhLyofIQF/PvNsiBwgkfZ6 BD2vclUkQ6JqmBOOxxS6Q== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 28409a09 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:15:38 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:26:28 +0100 Subject: [PATCH gnome-team 15/25] gnu: Remove gnome-shell-extension-jiggle. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This extension has not been made compatible with GNOME 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle): Remove variable. Change-Id: I9afa9c2fe110ba883524eb9ca9acab42fbdd8f00 --- gnu/packages/gnome-xyz.scm | 43 -------------------------------------- 1 file changed, 43 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index e6ca29cd63..383d2d69b6 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1128,49 +1128,6 @@ (define-public gnome-shell-extension-vertical-overview style.") (license license:gpl3))) -(define-public gnome-shell-extension-jiggle - (package - (name "gnome-shell-extension-jiggle") - (version "8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jeffchannell/jiggle/") - (commit version))) - (sha256 - (base32 - "1wbdx2bp22bdwj51ckgivwglkmckr7z8kfwvc8nv4y376hjz5jxz")) - (file-name (git-file-name name version)) - (snippet - '(begin (delete-file "schemas/gschemas.compiled"))))) - (build-system copy-build-system) - (arguments - (list - #:install-plan - #~'(("." #$(string-append - "share/gnome-shell/extensions/" - "jiggle@jeffchannell.com") - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$"))) - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-version - (lambda _ - (substitute* "metadata.json" - (("\"40.0\"") "\"40\", \"41\"")))) - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" "."))))))) - (native-inputs - (list `(,glib "bin"))) ; for glib-compile-resources - (home-page "https://github.com/jeffchannell/jiggle") - (synopsis "Mouse cursor enlargement for small and fast movements") - (description "Jiggle is a Gnome Shell extension that highlights the cursor -position when the mouse is moved rapidly.") - (license license:gpl2))) - (define-public gnome-shell-extension-burn-my-windows (package (name "gnome-shell-extension-burn-my-windows") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:15:52 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:15:53 +0000 Received: from localhost ([127.0.0.1]:53852 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8S-0001bY-12 for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:52 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8I-00018a-Vj for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:44 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id a163735b; Wed, 17 Jan 2024 23:15:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=/UWDz3QBEMFVdemLzQ8yMPaRj2U=; b=O 93Gi91Frl6Hz7kljrHSCv7l879Hik5TZPCzkQ9P6CT1KHy15Ksr9gQzETPtxUE1f lIGeiWZW+s6pxQw10tspVWe6XAsb3+2q1nq+dGgsJVEQ7r4bSWBKIHCfRu/CDti4 KUHTJLS23Pz5RqrOFijlLrJ3ETSZT6P8gfyiXmGTBXQm6RgH3KLA8RYKUoPX2wtB slDz05coyzFj91hIF3RzN8C4FJZ8XB2o5a4HR1vIqXFHQVaWiNFv3UlmX/OJd0I/ YFbCmwP7WuJe/CsxarSGmE+kcBbZL1ijV5sTKvGLn9J9zYx80bs3aafqbqIvyJim Kl/hQykUPFRNpkjdyHUsw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id ae69d0e9 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:15:40 +0000 (UTC) Message-ID: <12ad30466f6960817475a47ca0c43d823a5dd8a6.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:41:28 +0100 Subject: [PATCH gnome-team 07/25] gnu: gnome-shell-extension-clipboard-indicator: Update to 47. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator): Update to 47. [arguments]: Convert to a list of G-Expressions. Change-Id: Ie982a1820dab1f01b2e8198cd6914d1e676865ad --- gnu/packages/gnome-xyz.scm | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 4b6717d58b..75c7bb9ed0 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -603,7 +603,7 @@ (define-public gnome-shell-extension-appindicator (define-public gnome-shell-extension-clipboard-indicator (package (name "gnome-shell-extension-clipboard-indicator") - (version "42") + (version "47") (source (origin (method git-fetch) (uri (git-reference @@ -615,7 +615,7 @@ (define-public gnome-shell-extension-clipboard-indicator (file-name (git-file-name name version)) (sha256 (base32 - "0wf2k33pbwjdf8i4y3aw32fgvjbh751qh7504lwhnl02rcq5dc88")) + "00v0v454y6hblzsx06aaysxbs6aky89vnkf7ydzxrddns24c2wix")) (modules '((guix build utils))) (snippet ;; Remove pre-compiled settings schemas and translations from @@ -628,15 +628,16 @@ (define-public gnome-shell-extension-clipboard-indicator (find-files "locale" "\\.mo$")))))) (build-system copy-build-system) (arguments - '(#:install-plan - '(("." "share/gnome-shell/extensions/clipboard-indicator@tudmotu.com" - #:include-regexp ("\\.css$" "\\.compiled$" "\\.js(on)?$" "\\.mo$" "\\.xml$"))) - #:phases - (modify-phases %standard-phases - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" "."))))))) + (list + #:install-plan + #~'(("." "share/gnome-shell/extensions/clipboard-indicator@tudmotu.com" + #:include-regexp ("\\.css$" "\\.compiled$" "\\.js(on)?$" "\\.mo$" "\\.xml$"))) + #:phases + #~(modify-phases %standard-phases + (add-before 'install 'compile-schemas + (lambda _ + (with-directory-excursion "schemas" + (invoke "glib-compile-schemas" "."))))))) (native-inputs (list `(,glib "bin") gettext-minimal)) (home-page "https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:15:53 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:15:54 +0000 Received: from localhost ([127.0.0.1]:53855 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8S-0001c0-NT for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:53 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8M-00018a-RL for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:47 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 157d9ffc; Wed, 17 Jan 2024 23:15:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=m80ldIu5U8eP5ZrZ3ScryZ9zU6w=; b=I Eh00/9gBIQv0d/U3L91HdklJxLCtx0DohdjCjixLZISabu4io/dzWBOfnIWh+iJ8 PB0kkaGlTAxMOH7MjWZz/0lymyvjP1IyVpyoAr5jPZhN6cOs9xJiGB2C3WD01Thz 1QhCFuC4lBFQmGcwDRJIqelfNOaQuQf6aSs+JkY7u5emPYdwnB8DrtjN0JWk+XZu ds6ey7MTUPWN1dfBaFl+dl5G76MfczPjrDzf69+OqUOV8Pb+GvXIe9inCVeNvA9A qw3dXy4acRUU/JSpGs2270WBJcfRF4URLKGTP6w470ipJCZ0wIh9dgTjGSvT7s/G E1xUWmgjkezfbT4gvvUOg== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id aeb941e8 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:15:43 +0000 (UTC) Message-ID: <57d1cc34e553709ad06455adb4d610473f50ff8a.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:25:46 +0100 Subject: [PATCH gnome-team 16/25] gnu: gnome-shell-extension-just-perfection: Update to 26.0. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-just-perfection): Update to 26.0. [arguments]: Convert to list of G-Expressions. Change-Id: Ib02ab984310705bfa435ab1ea8d47c74a6162db0 --- gnu/packages/gnome-xyz.scm | 59 +++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 383d2d69b6..347424f35e 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -853,7 +853,7 @@ (define-public gnome-shell-extension-gsconnect (define-public gnome-shell-extension-just-perfection (package (name "gnome-shell-extension-just-perfection") - (version "22.0") + (version "26.0") (source (origin (method git-fetch) (uri (git-reference @@ -862,36 +862,37 @@ (define-public gnome-shell-extension-just-perfection (file-name (git-file-name name version)) (sha256 (base32 - "0r4rflppcp05kwhzmh07dzi7znc4kch4nc8mzw61arj3qsfq2qqj")))) + "0dvq2mb04b557g9nz4pm90x2c2jc1dwwbg2is1gkx38yk0dsj6r3")))) (build-system copy-build-system) (arguments - `(#:install-plan - '(("src" - "share/gnome-shell/extensions/just-perfection-desktop@just-perfection" - #:include-regexp ("\\.css$" "\\.compiled$" "\\.js(on)?$" "\\.ui$")) - ("locale" - "share/gnome-shell/extensions/just-perfection-desktop@just-perfection/")) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'drop-executable-bits - (lambda _ - (for-each - (lambda (file) - (let ((stat (lstat file))) - (chmod file (logand (stat:mode stat) (lognot #o111))))) - (find-files "." #:directories? #f)))) - (add-before 'install 'build - (lambda _ - (invoke "glib-compile-schemas" "src/schemas") - (for-each - (lambda (file) - (let* ((base (basename file)) - (noext (substring base 0 (- (string-length base) 3))) - (dest (string-append "locale/" noext "/LC_MESSAGES/")) - (out (string-append dest "just-perfection.mo"))) - (mkdir-p dest) - (invoke "msgfmt" "-c" file "-o" out))) - (find-files "po" "\\.po$"))))))) + (list + #:install-plan + #~'(("src" + "share/gnome-shell/extensions/just-perfection-desktop@just-perfection" + #:include-regexp ("\\.css$" "\\.compiled$" "\\.js(on)?$" "\\.ui$")) + ("locale" + "share/gnome-shell/extensions/just-perfection-desktop@just-perfection/")) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'drop-executable-bits + (lambda _ + (for-each + (lambda (file) + (let ((stat (lstat file))) + (chmod file (logand (stat:mode stat) (lognot #o111))))) + (find-files "." #:directories? #f)))) + (add-before 'install 'build + (lambda _ + (invoke "glib-compile-schemas" "src/schemas") + (for-each + (lambda (file) + (let* ((base (basename file)) + (noext (substring base 0 (- (string-length base) 3))) + (dest (string-append "locale/" noext "/LC_MESSAGES/")) + (out (string-append dest "just-perfection.mo"))) + (mkdir-p dest) + (invoke "msgfmt" "-c" file "-o" out))) + (find-files "po" "\\.po$"))))))) (native-inputs (list `(,glib "bin") gettext-minimal)) (home-page "https://gitlab.gnome.org/jrahmatzadeh/just-perfection") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:15:54 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:15:54 +0000 Received: from localhost ([127.0.0.1]:53857 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8T-0001cl-Oj for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:54 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8P-00018a-RP for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:50 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 071d4299; Wed, 17 Jan 2024 23:15:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=hRBQUxjDYMbvmgvAOxcWSP1Crjs=; b=K GPrzvFrbmQGyHi6kh61r8YndhPRz3AS5uDuIoGFcq3VNSHUCWR2bOuFON6oIOext EXjvj9eEiSIjucPReOizfw9hUpJrvp3MPFydNUxMw3mQ2S5LqmykLYJjPq7BT8RZ uh6493MvIKTUsXKCm4vJQJoNNj3igxK5+6Rpzhr6kdOtBuQr86gacXRKw1Ew+bnY VT5WMovLPJV+aCcN3Kv+Quh8Pasrx1IIcG6+X2j8qc3KyXwtZpCM2JoqUYp/tfeC QVd/rbGdYPEiCqCw89s9OyxAPCgHxtZ585PXpZ2Vs0GacSljksW3xdRbibLFFpHJ gGyDPLcM1V5+VfXLPKl+A== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 9159bfbc (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:15:46 +0000 (UTC) Message-ID: <99361f32408e375ee19d3bc9c84984ad01ee72dc.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:47:02 +0100 Subject: [PATCH gnome-team 08/25] gnu: gnome-shell-extensions-customize-ibus: Update to 86. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-customize-ibus): Update to 86. [arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels. [propagated-inputs]: Add ibus. Change-Id: I48dbc2bd9a8dea7e7a2b161089b433e1d72a8ff1 --- gnu/packages/gnome-xyz.scm | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 75c7bb9ed0..fea25ab63f 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -61,6 +61,7 @@ (define-module (gnu packages gnome-xyz) #:use-module (gnu packages glib) #:use-module (gnu packages gnome) #:use-module (gnu packages gtk) + #:use-module (gnu packages ibus) #:use-module (gnu packages inkscape) #:use-module (gnu packages image) #:use-module (gnu packages pkg-config) @@ -649,7 +650,7 @@ (define-public gnome-shell-extension-clipboard-indicator (define-public gnome-shell-extension-customize-ibus (package (name "gnome-shell-extension-customize-ibus") - (version "82") + (version "86") (source (origin (method git-fetch) @@ -658,21 +659,23 @@ (define-public gnome-shell-extension-customize-ibus (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "00brnyahphl4ql9yh74wpb9kmzyb4b5k4rkw40hvxvqw4qwgs24r")))) + (base32 "1psnbhqbqrp68dri0q98y7ikwz9z3701lcy8vvgixb2bh71y7519")))) (build-system gnu-build-system) (arguments - `(#:make-flags - (list (string-append "VERSION=" ,version) - (string-append "INSTALLBASE=" (assoc-ref %outputs "out") - "/share/gnome-shell/extensions")) + (list + #:make-flags + #~(list (string-append "VERSION=" #$version) + (string-append "INSTALLBASE=" #$output + "/share/gnome-shell/extensions")) #:tests? #f ; No test target #:phases - (modify-phases %standard-phases + #~(modify-phases %standard-phases (delete 'bootstrap) (delete 'configure)))) (native-inputs - `(("gettext" ,gettext-minimal) - ("glib:bin" ,glib "bin"))) + (list gettext-minimal `(,glib "bin"))) + (propagated-inputs + (list ibus)) (home-page "https://github.com/openSUSE/Customize-IBus") (synopsis "GNOME Shell Extension for IBus Customization") (description "Customize IBus provides full customization of appearance, -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:16:01 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:16:01 +0000 Received: from localhost ([127.0.0.1]:53859 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8U-0001dO-EW for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:16:01 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8R-00018a-RE for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:52 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 96c2832e; Wed, 17 Jan 2024 23:15:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=q37uP8Ep8dhoQBAgn5iCs35KsXc=; b=E 4NRt4ZC4c1mxK5E9a7YaU8Jf9lyefBCozdr+pKdOaD1emxaQTZ2YykKDyLPTojyG YjdyTM7bCJRdsoiU0ZmMechoEB1NWjJsShlBd6/dVCeo1wUahxpbQplHOGvHnl9O TaaKdEUzOFsNEacMSgorJVy1cgB363WhoJZk3tY0IGVOd0tEa9boa+mY6kv9BKG6 yWOvLPjdgb02pJuzzZhExGUXIvqzHDrDSGDm7FmLfiIZhGG5GuUNqHsHWZ+H/WGo dIGBrAGBinFwLH+UnpCva/rszdNkroIrMj/AdD55rOajIsVeTbkEn735HgGf/teT 38+GLUmJhs7TDng2dup1g== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id c7f9330a (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:15:48 +0000 (UTC) Message-ID: <89b0e5f79d6ced58f901fad0cb27f544aedc5788.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:50:02 +0100 Subject: [PATCH gnome-team 09/25] gnu: gnome-shell-extension-topicons-redux: Update style. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux) [arguments]: Convert to list of G-Expressions. <#:phases>: Do not replace 'install. <#:make-flags>: Add INSTALL_PATH. Change-Id: Iddccb8dd959ccd9edcefc9b76b5b2b4808e5b231 --- gnu/packages/gnome-xyz.scm | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index fea25ab63f..efe040c37e 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -699,20 +699,15 @@ (define-public gnome-shell-extension-topicons-redux (native-inputs (list `(,glib "bin"))) (arguments - `(#:tests? #f ;no test defined in the project - #:phases - (modify-phases %standard-phases - (delete 'configure) - (delete 'build) - (replace 'install - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - (invoke "make" - "install" - (string-append - "INSTALL_PATH=" - out - "/share/gnome-shell/extensions")))))))) + (list + #:tests? #f ;no test defined in the project + #:make-flags + #~(list (string-append "INSTALL_PATH=" #$output + "/share/gnome-shell/extensions")) + #:phases + #~(modify-phases %standard-phases + (delete 'configure) + (delete 'build)))) (home-page "https://gitlab.com/pop-planet/TopIcons-Redux") (synopsis "Display legacy tray icons in the GNOME Shell top panel") (description "Many applications, such as chat clients, downloaders, and -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:16:09 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:16:09 +0000 Received: from localhost ([127.0.0.1]:53876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8i-0001pn-OW for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:16:09 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8U-00018a-R9 for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:55 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 50049cd5; Wed, 17 Jan 2024 23:15:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=1vgM2sFAosDKo1lE7MuovL6zsxU=; b=d aRocgpJfvU3/aUEqjzsaaOO5azI70K2UjwWRgFeAAdjH7FIGXqvS7N+8zJpjicdu NXMntcZEFSwJpWqBLBYDVo42LISL7Y29Coa6pNIb73YgETD4Wcv8FXHLC3BCi3f3 /BS0tJAuzk2nWTvvIZmvnW7cImHY381uJ/0w5XWrwdI9GeggvRT4c6jcgITcXdv/ WwT4vEQJQvF3/+EevDevnAfVthBsAxEzkOlHGa5CXkQJcUEDhxk7Wg1gtNslDktG 3EPYZ6rTo0AUM7L9KqAe5MVfp8wz91ejLkZOafnjj4M0JgnASMVibtrGitnBUkJ5 ba2BdGJGgEdsNw4MIsipQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 57d7a061 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:15:51 +0000 (UTC) Message-ID: <8af1851f534e20ecacb9322fe7fa6735ee72c432.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:30:13 +0100 Subject: [PATCH gnome-team 01/25] gnu: gnome-shell-extension-dash-to-dock: Update to 79. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): Update to 79. [arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels. Change-Id: I327027d8a0ffc2bc7d234fe6517724fd218b947c --- gnu/packages/gnome-xyz.scm | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 100018a2dc..f41048c55e 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -722,7 +722,7 @@ (define-public gnome-shell-extension-topicons-redux (define-public gnome-shell-extension-dash-to-dock (package (name "gnome-shell-extension-dash-to-dock") - (version "73") + (version "79") (source (origin (method git-fetch) (uri (git-reference @@ -731,23 +731,25 @@ (define-public gnome-shell-extension-dash-to-dock version)))) (sha256 (base32 - "1l0isbrgfc8v46l1yc5l4myz7qnlxzyfyiifipp86z9d79d8klzw")) + "0fsfhgpg8441x28jzhjspb9i9c5502c2fcgdvfggcsmz0sf3v95y")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments - '(#:tests? #f - #:make-flags (list (string-append "INSTALLBASE=" - (assoc-ref %outputs "out") - "/share/gnome-shell/extensions")) - #:phases - (modify-phases %standard-phases - (delete 'bootstrap) - (delete 'configure)))) + (list + #:tests? #f + #:make-flags #~(list (string-append "INSTALLBASE=" + #$output + "/share/gnome-shell/extensions")) + #:phases + #~(modify-phases %standard-phases + (delete 'bootstrap) + (delete 'configure)))) (native-inputs - `(("glib:bin" ,glib "bin") - ("intltool" ,intltool) - ("pkg-config" ,pkg-config) - ("sassc" ,sassc))) + (list + `(,glib "bin") + intltool + pkg-config + sassc)) (propagated-inputs (list glib)) (synopsis "Transforms GNOME's dash into a dock") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:16:09 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:16:10 +0000 Received: from localhost ([127.0.0.1]:53878 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8j-0001q5-4p for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:16:09 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8W-00018a-RT for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:15:57 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id d2fae97d; Wed, 17 Jan 2024 23:15:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=dK9tkVtiuxU1gO3qoc40V8dAm3w=; b=I VFXiSOL/wAlKMUWSX2rbkaTq1be7N44sls1KXcMz8ywIh1XtEulr8UgSJhZmWOVt gqSAgu/l5hKB16Iokjk99XrAaiYoD5PfT5RKyJOJ1YooHCHIYQ61A5YvhznSNrnO xaS/cMM+jEwlE1a+JxV3dm8m2S4y8eWs950sFiZbbtk2jmnAanNAIid1X7ghQn4/ HKL0b11xmlebc8n045SAsMpnC7+LRYsf79k17dDq9vmOcpM9vT3JQwrIdQ5BJP9+ xtGzRqrvDqYhHDMMNtBHEQS3EzjQ3aQhaZj4zQcFRy7nONLULaYrPALpcDkoNNf1 rVQ8E7NshuTlMLPOt1NEA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 17e84d7f (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:15:53 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:31:02 +0100 Subject: [PATCH gnome-team 02/25] gnu: gnome-shell-extension-hide-app-icon: Modernize style. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-hide-app-icon) [arguments]: Convert to list of G-Expressions. Change-Id: Ifd937163d7e7fce95c4bed1a2a856487ed225d2d --- gnu/packages/gnome-xyz.scm | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index f41048c55e..2488e93eb9 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -870,20 +870,19 @@ (define-public gnome-shell-extension-hide-app-icon (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments - '(#:tests? #f ; no test target - #:make-flags (list (string-append "EXTENSIONS_DIR=" - (assoc-ref %outputs "out") - "/share/gnome-shell/extensions")) - #:phases - (modify-phases %standard-phases - (delete 'configure) ; no configure script - (replace 'install - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out")) - (pre "/share/gnome-shell/extensions/") - (dir "hide-app-icon@mrapp.sourceforge.com")) - (copy-recursively dir (string-append out pre dir)) - #t)))))) + (list + #:tests? #f ; no test target + #:make-flags #~(list (string-append "EXTENSIONS_DIR=" + #$output + "/share/gnome-shell/extensions")) + #:phases + #~(modify-phases %standard-phases + (delete 'configure) ; no configure script + (replace 'install + (lambda _ + (let ((pre "/share/gnome-shell/extensions/") + (dir "hide-app-icon@mrapp.sourceforge.com")) + (copy-recursively dir (string-append #$output pre dir)))))))) (native-inputs (list `(,glib "bin") intltool)) (propagated-inputs -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:21:10 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:21:10 +0000 Received: from localhost ([127.0.0.1]:53893 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQFDZ-000332-9a for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:21:10 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8h-00018a-Rr for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:16:08 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id a673747e; Wed, 17 Jan 2024 23:16:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=auo1LqI01KQnesYOTjuNcmxl0+w=; b=N ZUilxRaJSRny8zs3diqqTgCtZu4bhrv7MZvw7Ije0OP0+O93G2TNylUolX+6CuXi oRCSBFdBjJvFLzO8Da5VYgqhSb9LE/bc95zWJlOWpv8Y0DgfdAePFKKGEdTZfLQh WtjyeM/0O5UzGi6hnAQMNezl5FFFuh40ZMc6WxbzXN1FISuUwv8Mvj/yxDy9fRjN /r2vOgYDf5oifoukCZuG40/G2WKCKUjz1P3nDmJfbsRVYiVNJAdqKu18FpQ2DTvz yVsK22BVOa8wUXJcn+YZxiqqAH0/jZzq+TVY5sxypBqqz60CwEIPo41oGXhgkich 2gRWn3mvTkaIh4/u1dmkQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 2cc85ecb (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:16:04 +0000 (UTC) Message-ID: <042a9962c6ace02345c8b559279acc0240f4eeb6.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 22:57:17 +0100 Subject: [PATCH gnome-team 12/25] gnu: gnome-shell-extension-burn-my-windows: Update to 40. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-burn-my-windows): Update to 40. [arguments]: Convert to list of G-Expressions. Change-Id: Ib9551096437aeea0ff56e5e1ea6371ab72d61b02 --- gnu/packages/gnome-xyz.scm | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 3accae4aaf..7f84dc7590 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1173,7 +1173,7 @@ (define-public gnome-shell-extension-jiggle (define-public gnome-shell-extension-burn-my-windows (package (name "gnome-shell-extension-burn-my-windows") - (version "22") + (version "40") (source (origin (method git-fetch) @@ -1182,25 +1182,26 @@ (define-public gnome-shell-extension-burn-my-windows (commit (string-append "v" version)))) (sha256 (base32 - "185xrf330d9bflmk0l61cnzlylnppb2v4yz6v6ygkk4zpwyil8np")) + "16n6ilszdn67835clqlr4flna69x9k00k5qrm55765dv2ny9jdcq")) (file-name (git-file-name name version)))) (build-system copy-build-system) (arguments - `(#:install-plan - '(("." ,(string-append - "share/gnome-shell/extensions/" - "burn-my-windows@schneegans.github.com") - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$" "\\.gresource$"))) - #:phases - (modify-phases %standard-phases - (add-before 'install 'compile-resources - (lambda _ - (invoke "make" "resources/burn-my-windows.gresource"))) - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" "."))))))) + (list + #:install-plan + #~'(("." #$(string-append + "share/gnome-shell/extensions/" + "burn-my-windows@schneegans.github.com") + #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" + "\\.xml$" "\\.compiled$" "\\.gresource$"))) + #:phases + #~(modify-phases %standard-phases + (add-before 'install 'compile-resources + (lambda _ + (invoke "make" "resources/burn-my-windows.gresource"))) + (add-before 'install 'compile-schemas + (lambda _ + (with-directory-excursion "schemas" + (invoke "glib-compile-schemas" "."))))))) (native-inputs (list `(,glib "bin"))) ; for glib-compile-resources (home-page "https://github.com/Schneegans/Burn-My-Windows") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:21:10 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:21:10 +0000 Received: from localhost ([127.0.0.1]:53895 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQFDa-000337-6X for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:21:10 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8c-00018a-Rd for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:16:03 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 78c30588; Wed, 17 Jan 2024 23:16:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=JzWo07DcPMRhkorGe7EB/Tbl5hU=; b=A JXnWfj25SgFTmOyuyqxdoFS2/V5lESkrlUhwKVS5YPfsvTqI2NWGl/sWcFNZO7ac hxWicPeJ+ejSDKPjxATP5usisPJOIGXmHPqcx6Cu36/EZnXlS8xTKGM7xUYeDDdv Tna3jzy/JJQJUJR7XpGgh9r6HejMcRPUTNrMI++7dKjIG0LAG9fXeenjXI/oCaAZ 6S0rVPlsgATcdE6QzpIaIYkr2PSSNejhenoojK9cVnbYRNcDcaQzrjsMljmggMp2 KOlZpXLcoRu6n2avefh+yPSDjXe2sGi5sZaQ1qMUKboOVkO32PFjLwOidesA2wgc fs6ROUmpiy17gcy1pPk8Q== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id db52362e (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:15:59 +0000 (UTC) Message-ID: <4c8378ee3018ada9a2e3f98ad7a24b4a52d0369a.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 22:35:17 +0100 Subject: [PATCH gnome-team 11/25] gnu: gnome-shell-extension-blur-my-shell: Update to 47. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-blur-my-shell): Update to 47. Change-Id: I528579d9bd02361501977cbad6f9e752403ff37e --- gnu/packages/gnome-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 519a5cda30..3accae4aaf 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1212,7 +1212,7 @@ (define-public gnome-shell-extension-burn-my-windows (define-public gnome-shell-extension-blur-my-shell (package (name "gnome-shell-extension-blur-my-shell") - (version "44") + (version "47") (source (origin (method git-fetch) @@ -1222,7 +1222,7 @@ (define-public gnome-shell-extension-blur-my-shell (file-name (git-file-name name version)) (sha256 (base32 - "0h7yfvrrg5r821mzrp42c09jws06mw6v9avvkfykqj8n8qnslmyx")))) + "1a8prh6893zk8rnfi9q7waga2x7kx564jzmsdyhiffdbazbv8p6y")))) (build-system copy-build-system) (arguments '(#:install-plan -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:21:17 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:21:17 +0000 Received: from localhost ([127.0.0.1]:53898 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQFDg-00033v-KS for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:21:17 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8p-00018a-S1 for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:16:16 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 18622618; Wed, 17 Jan 2024 23:16:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=pnnGjN1VuqSE5QajU2Vjafjla/s=; b=V lY1TDS4Vv67JCqc1mxhIKv2N02ZDgS9EvoPo1OxGChQ2lJe3+/IDKD+gUdBPHCWu QcbhoMs6QcgWkLGiH/xexf5qACnjAHd2UbztQUZ4KEDw8znGH1doiLguQ5TsfajD YOUVFtL4A8Tpnbln4pKdNOMvKet2F96SsKKCZDXVaMfHTUgvjTCs5nu9QEdZteQ/ u7sM8qTne50h3Z0xa44Zl2mgJMsXfUWsKtvxP+ZBUXqOQaI5Ivf7sjuGAlCKjJra DF67nHSAAyZz21k0T7F8MXmLnwDbp8rrCe3tpssR0X2LqOWGdc77fV7aTZqtGkLP gx6FulrecgwHowQ0UOsQA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 2df2c764 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:16:12 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:36:10 +0100 Subject: [PATCH gnome-team 20/25] gnu: gnome-shell-extension-paperwm: Update to 44.17.0. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to 44.17.0. [arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels. Change-Id: Ib4e42ade9f02a02a6ef5c775f78428aa0c1ead77 --- gnu/packages/gnome-xyz.scm | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index ad04d57ec9..091e8f89cb 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -945,33 +945,33 @@ (define-public gnome-shell-extension-dash-to-panel (define-public gnome-shell-extension-paperwm (package (name "gnome-shell-extension-paperwm") - (version "36.0") + (version "44.17.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/paperwm/PaperWM") - (commit version))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "1ssnabwxrns36c61ppspjkr9i3qifv08pf2jpwl7cjv3pvyn4kly")) + "1d91k9qih81wckqf6554kf8grv6q61rkk4g776g0ijpmf35ljdin")) (snippet '(begin (delete-file "schemas/gschemas.compiled"))))) (build-system copy-build-system) (arguments - '(#:install-plan - '(("." "share/gnome-shell/extensions/paperwm@hedning:matrix.org" - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$"))) - #:phases - (modify-phases %standard-phases - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "make")) - #t))))) + (list + #:install-plan + #~'(("." "share/gnome-shell/extensions/paperwm@hedning:matrix.org" + #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" + "\\.xml$" "\\.compiled$"))) + #:phases + #~(modify-phases %standard-phases + (add-before 'install 'compile-schemas + (lambda _ + (with-directory-excursion "schemas" + (invoke "make"))))))) (native-inputs - `(("glib:bin" ,glib "bin"))) ; for glib-compile-schemas + (list `(,glib "bin"))) ; for glib-compile-schemas (home-page "https://github.com/paperwm/PaperWM") (synopsis "Tiled scrollable window management for GNOME Shell") (description "PaperWM is an experimental GNOME Shell extension providing -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:21:17 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:21:17 +0000 Received: from localhost ([127.0.0.1]:53900 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQFDh-00033y-1Y for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:21:17 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8e-00018a-S5 for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:16:05 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 85fab60a; Wed, 17 Jan 2024 23:16:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=tRCDC4GkXkuJc5xGwmRZAr61WJs=; b=J qs7b24iw6OH41wqlUrWbAHHAZ2m2553U9VQLf7dtWZ+1IgXMvzcEIPONAJwJdYOD KTRMIqH3Qa1VfL+QQdBDTH5RKxwZXvy26VnqgzBnExsk87fBJLH+GtudkC0sKq51 er/UaKmOy8rDG+a+9WYqdFWV0lZRCh0nhEJTgJ1mMtl1mTpGa1bWULPCpfnPmYQG y4m7anjCJoG/7eS+JT+e+bCt6PoLaNYSrDb+Du7iLXJOC/AOqFhTCQVIyTWv7+v9 Kr533IxtcW9bWtAfmTDYhlg8ZSiFZ9ikwqUTBYtqttFudu2WILQBbAOeVueB4BWk 3El3wRiQ9k8nstgw7cDfA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id e59b9ee0 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:16:02 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:32:42 +0100 Subject: [PATCH gnome-team 18/25] gnu: gnome-shell-extension-noannoyance: Update style. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance) [arguments]: Convert to list of G-Expressions. Change-Id: Ic56a4aa24a4720a2898215160501264a4d10a485 --- gnu/packages/gnome-xyz.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 2882a5cfc6..8086b48ed6 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -961,8 +961,9 @@ (define-public gnome-shell-extension-noannoyance (file-name (git-file-name name version)))) (build-system copy-build-system) (arguments - '(#:install-plan - '(("." "share/gnome-shell/extensions/noannoyance@daase.net")))) + (list + #:install-plan + #~'(("." "share/gnome-shell/extensions/noannoyance@daase.net")))) (synopsis "Remove 'Window is ready' annotation") (description "One of the many extensions that remove this message. It uses ES6 syntax and claims to be more actively maintained than others.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:21:17 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:21:17 +0000 Received: from localhost ([127.0.0.1]:53902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQFDh-000345-C6 for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:21:17 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8m-00018a-S2 for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:16:13 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 2ba2a4b0; Wed, 17 Jan 2024 23:16:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=Mo5AVIepcxV5c02YCJo4r5ooI4s=; b=g 2iyl5D9L5cAp4YWlP3ev+E6m0ugMkmVD+BlvBYgMGSslnJxBG6sM/ecSOkgMMMKk JIBtMi6iXOkrj3Waj974+iooh/wrhlf0aO//bcSh5XQs5+gJVR9hJbKoKfMbQrbq NjW2RawRok6OvFsKCWPIsPK5m1Jd8U5ttsSoPujRIi+disB+StJg1BgWhbEBX4O1 iYtS6IBlL+PvUckHY+j9o1osLug0zl3fCxuQOSTHHFlEQyWNQH839BQxZwt5VVPH wA7t47HtmXbY6TzwWfwNm2VMDdwfC2Tg5kgMMu1UTGYhPUfzJ5teGAdWqCrQCVO8 DEP1TeGI8xGjBigExc+3w== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 862de82d (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:16:09 +0000 (UTC) Message-ID: <5e5ffd7dbd3529b7dec88efb55037c58a551816a.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:40:18 +0100 Subject: [PATCH gnome-team 21/25] gnu: Remove gnome-shell-extension-sound-output-device-chooser. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This extension has not been ported to GNOME 44, because you can switch the audio output directly in the shell. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-sound-output-device-chooser): Remove variable. Change-Id: Iae51c7d284b85f630b5874445c6695b32b5d523e --- gnu/packages/gnome-xyz.scm | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 091e8f89cb..ad832d6752 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1213,39 +1213,6 @@ (define-public gnome-shell-extension-radio directly inside GNOME Shell. It can manage stations and play streams.") (license license:gpl3+))) -(define-public gnome-shell-extension-sound-output-device-chooser - (package - (name "gnome-shell-extension-sound-output-device-chooser") - (version "43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kgshank/gse-sound-output-device-chooser") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1qk6ypyqbv8zwwlky6cgk9hgp1zh32jmzw4wza200g4v94ifkwm9")))) - (build-system gnu-build-system) - (arguments - (list - #:tests? #f ; no check target - #:make-flags #~(list (string-append "INSTALL_DIR=" - #$output - "/share/gnome-shell/extensions")) - #:phases - #~(modify-phases %standard-phases (delete 'configure)))) - (native-inputs (list gettext-minimal `(,glib "bin"))) - (inputs (list python)) - (home-page - "https://extensions.gnome.org/extension/906/sound-output-device-chooser") - (synopsis "Sound output chooser for GNOME Shell") - (description "This extension shows a list of sound output and input devices -in the status menu below the volume slider. Various active ports like HDMI, -Speakers etc. of the same device are also displayed for selection.") - (license license:gpl3+))) - (define-public gnome-shell-extension-transparent-window (let ((commit "cc9bc70c192dd565fa6f1d1b28d9a20f99684f2a") (revision "45")) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:21:18 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:21:18 +0000 Received: from localhost ([127.0.0.1]:53904 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQFDh-00034C-Pk for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:21:18 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8w-00018a-Sc for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:16:23 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id d8343f22; Wed, 17 Jan 2024 23:16:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=XOm7h0KnZAuueLmi2vs71oV45VM=; b=K n1kUXTe53h8EWD/EVEv0wbM4IG7B8c/JGhPoC+V2lBiBqiQAouWY7dmnobvnBFV4 JuHLg55jG6/bMm5iK3leYql1cxHAA1z7yMWus9orzNu86/7ZrDqzsWgXTgNBkZPS d17hJJYWJQH5IRmA8g8TzQ7FIiTTpk2TMxa6NVMFoqkllvbzb71x5V0No1mBupyo GiFbmKkyi9gxOvj/vM5UGFm3gI7Sr6r2lbGUsNBlKXCt5M9OaTSgn2+A7zI5X2Nl 7SzKn8Jy2af++G/YWy/mbpHtPsPW+E2SHFRLLADIbYuTDYbjEM/A9P2lXeXQvLDw FxqqwSw3XQqjlmzlLGkZA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 46a5bb18 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:16:19 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:48:14 +0100 Subject: [PATCH gnome-team 24/25] gnu: gnome-shell-extension-vertical-overview: Update style. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-vertical-overview) [arguments]: Convert to list of G-Expressions. Change-Id: I830854d7c2ce262906331e5aef59f6dd7af28c98 --- gnu/packages/gnome-xyz.scm | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 4eddecf472..0bc7fe9b73 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1045,18 +1045,19 @@ (define-public gnome-shell-extension-vertical-overview '(begin (delete-file "schemas/gschemas.compiled"))))) (build-system copy-build-system) (arguments - `(#:install-plan - '(("." ,(string-append - "share/gnome-shell/extensions/" - "vertical-overview@RensAlthuis.github.com") - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$"))) - #:phases - (modify-phases %standard-phases - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" "."))))))) + (list + #:install-plan + #~'(("." #$(string-append + "share/gnome-shell/extensions/" + "vertical-overview@RensAlthuis.github.com") + #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" + "\\.xml$" "\\.compiled$"))) + #:phases + #~(modify-phases %standard-phases + (add-before 'install 'compile-schemas + (lambda _ + (with-directory-excursion "schemas" + (invoke "glib-compile-schemas" "."))))))) (native-inputs (list `(,glib "bin"))) ; for glib-compile-resources (home-page "https://github.com/RensAlthuis/vertical-overview") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:21:26 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:21:26 +0000 Received: from localhost ([127.0.0.1]:53906 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQFDq-00034b-8g for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:21:26 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8j-00018a-3o for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:16:09 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 530c2b7c; Wed, 17 Jan 2024 23:16:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=i28R0/u+nrux8HZfe6Nc04iY8mI=; b=d NBDjs/exuk9O/sJrzzQT88c/xKyMMCvaGhN2VQPUcc70b0IAInb7o6zgA0AbFimY he39OzrhDLCxYfFnhITU2WekJrt/Z7pX1i912BNXBqZwb3XKGOrVxzjx1YOwJ8rE sXVN3gG9I/czU0oTIQgcXJgLLfbVGTlF/ruI+sBgTymmuVlTppbkUQsthfPwJIB8 4pd1W7Eeu9NREW7oRA4g1PBPir/579gNB3ihqEQHFxQCm2hgvpI05kTAlMU9fSvP IFQmfEwD+dgsVefTYIhiQUunnBp1ICAxt6/s9lO3wbZaaCVOvcHR83tQet9JNUHs a56h7Cym0M5DsgzP9RO/w== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 884ee9e6 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:16:07 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:33:47 +0100 Subject: [PATCH gnome-team 19/25] gnu: Remove gnome-shell-extension-noannoyance. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This extension has not been ported to GNOME 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Remove variable. Change-Id: I8bce89a50e1896a365629a60714fd3a275e0be1b --- gnu/packages/gnome-xyz.scm | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 8086b48ed6..ad04d57ec9 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -942,34 +942,6 @@ (define-public gnome-shell-extension-dash-to-panel (home-page "https://github.com/home-sweet-gnome/dash-to-panel/") (license license:gpl2+))) -(define-public gnome-shell-extension-noannoyance - (let ((revision "1") - (commit "b759d10fd2799bc084007fdd927b62637c3dbd2c")) - (package - (name "gnome-shell-extension-noannoyance") - ;; XXX: There is no version noted anywhere in the source. Thus, infer it - ;; from . - (version (git-version "16" revision commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bdaase/noannoyance") - (commit commit))) - (sha256 - (base32 - "0hh7fdqvx54h9j41ia2jl0nq1d5i66k7blw41ya6hkh7201r4anp")) - (file-name (git-file-name name version)))) - (build-system copy-build-system) - (arguments - (list - #:install-plan - #~'(("." "share/gnome-shell/extensions/noannoyance@daase.net")))) - (synopsis "Remove 'Window is ready' annotation") - (description "One of the many extensions that remove this message. -It uses ES6 syntax and claims to be more actively maintained than others.") - (home-page "https://extensions.gnome.org/extension/2182/noannoyance/") - (license license:gpl2)))) - (define-public gnome-shell-extension-paperwm (package (name "gnome-shell-extension-paperwm") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:21:27 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:21:27 +0000 Received: from localhost ([127.0.0.1]:53908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQFDq-00034j-Lr for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:21:27 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8Z-00018a-Rd for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:16:01 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 033d2a08; Wed, 17 Jan 2024 23:15:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=tLDO6L7ZmP9YnBB6x4xC0qycnCY=; b=b uri18Eh7sPtHNltQu5HKP7VU+7y6idOD9ZCFxeE+catppxUqApDBkYB+WL5EC41w amOSWQQPxM96KVuhr8t+004hNtMoR7UvQTqvECJ8fsejgORa44hhJq9iojjk521n MXbQ359bdSFZTl3yL3RX1ZRvCzPrESXzki8LLEZUQmCbrGsPCWGL/naBUP8PkbDa /Xmv/23QD9RrlKT/ulYPO+/VxXAwMm8mz/Qo85BVpIALUZPmyGttlbLM7B/MaGJL We4XyztFPl8qT23JiAZuS3zjgeHtt3W2+uSUpIF4m50pEgQ3AtGg1gMQ7jM3TRiR Okc5HQN/dIgSmyWSwkYMw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id f1994e87 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:15:56 +0000 (UTC) Message-ID: <403c904ac492dd6be2fe2e9b3846e1d38f65771f.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:59:14 +0100 Subject: [PATCH gnome-team 10/25] gnu: gnome-shell-extension-gsconnect: Update to 55. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect): Update to 55. [arguments]: Convert to list of G-Expressions. [#:configure-flags]: Do not set settings_schemadir nor post_install anymore. [#:phase 'skip-post-installation]: New phase. [inputs]: Drop labels. [native-inputs]: Drop labels. Change-Id: I63933e43815826a8ab91a472ecda235173486dae --- gnu/packages/gnome-xyz.scm | 134 ++++++++++++++++++------------------- 1 file changed, 67 insertions(+), 67 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index efe040c37e..519a5cda30 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -761,7 +761,7 @@ (define-public gnome-shell-extension-dash-to-dock (define-public gnome-shell-extension-gsconnect (package (name "gnome-shell-extension-gsconnect") - (version "50") ; See GNOME Shell supported versions in metadata.json + (version "55") (source (origin (method git-fetch) (uri (git-reference @@ -771,77 +771,77 @@ (define-public gnome-shell-extension-gsconnect (file-name (git-file-name name version)) (sha256 (base32 - "0vg87fdihs5kp7apgyd32ldjmwzmrxaimsc005yjyy8m3f65sjmr")))) + "158qbjl6m807g0fy15dvhwwwy6z8r0g7kh9gjyhm7n3y14v5p8wz")))) (build-system meson-build-system) (arguments - `(#:tests? #f ;; every test fails - #:configure-flags - (let* ((out (assoc-ref %outputs "out")) - (name+version (strip-store-file-name out)) - (gschema-dir (string-append out - "/share/gsettings-schemas/" - name+version - "/glib-2.0/schemas")) - (gnome-shell (assoc-ref %build-inputs "gnome-shell")) - (openssh (assoc-ref %build-inputs "openssh")) - (openssl (assoc-ref %build-inputs "openssl"))) - (list - (string-append "-Dgnome_shell_libdir=" gnome-shell "/lib") - (string-append "-Dgsettings_schemadir=" gschema-dir) - (string-append "-Dopenssl_path=" openssl "/bin/openssl") - (string-append "-Dsshadd_path=" openssh "/bin/ssh-add") - (string-append "-Dsshkeygen_path=" openssh "/bin/ssh-keygen") - (string-append "-Dsession_bus_services_dir=" out "/share/dbus-1/services") - "-Dpost_install=true")) - #:phases - (modify-phases %standard-phases - (add-before 'configure 'fix-paths - (lambda* (#:key inputs #:allow-other-keys) - (let* ((glib (assoc-ref inputs "glib:bin")) - (gapplication (string-append glib "/bin/gapplication")) - (gi-typelib-path (getenv "GI_TYPELIB_PATH"))) - (substitute* "data/org.gnome.Shell.Extensions.GSConnect.desktop.in" - (("gapplication") gapplication)) - (for-each - (lambda (file) - (substitute* file - (("'use strict';") - (string-append "'use strict';\n\n" - "'" gi-typelib-path "'.split(':').forEach(" - "path => imports.gi.GIRepository.Repository." - "prepend_search_path(path));")))) - '("src/extension.js" "src/prefs.js")) - #t))) - (add-after 'install 'wrap-daemons - (lambda* (#:key inputs outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (service-dir - (string-append out "/share/gnome-shell/extensions" - "/gsconnect@andyholmes.github.io/service")) + (list + #:tests? #f ;; every test fails + #:configure-flags + #~(let ((out #$output) + (gnome-shell #$(this-package-input "gnome-shell")) + (openssh #$(this-package-input "openssh")) + (openssl #$(this-package-input "openssl"))) + (list + (string-append "-Dgnome_shell_libdir=" gnome-shell "/lib") + (string-append "-Dopenssl_path=" openssl "/bin/openssl") + (string-append "-Dsshadd_path=" openssh "/bin/ssh-add") + (string-append "-Dsshkeygen_path=" openssh "/bin/ssh-keygen") + (string-append "-Dsession_bus_services_dir=" out "/share/dbus-1/services"))) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'skip-post-installation + (lambda _ + (substitute* "meson.build" + (("gtk_update_icon_cache: true") + "gtk_update_icon_cache: false") + (("update_desktop_database: true") + "update_desktop_database: false")))) + (add-before 'configure 'fix-paths + (lambda* (#:key inputs #:allow-other-keys) + (let ((gapplication (search-input-file inputs "/bin/gapplication")) (gi-typelib-path (getenv "GI_TYPELIB_PATH"))) - (wrap-program (string-append service-dir "/daemon.js") - `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))) - #t)))))) + (substitute* "data/org.gnome.Shell.Extensions.GSConnect.desktop.in" + (("gapplication") gapplication)) + (for-each + (lambda (file) + (substitute* file + (("'use strict';") + (string-append "'use strict';\n\n" + "'" gi-typelib-path "'.split(':').forEach(" + "path => imports.gi.GIRepository.Repository." + "prepend_search_path(path));")))) + '("src/extension.js" "src/prefs.js"))))) + (add-after 'install 'wrap-daemons + (lambda _ + (let* ((out #$output) + (service-dir + (string-append out "/share/gnome-shell/extensions" + "/gsconnect@andyholmes.github.io/service")) + (gi-typelib-path (getenv "GI_TYPELIB_PATH"))) + (wrap-program (string-append service-dir "/daemon.js") + `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))))))) (inputs - `(("at-spi2-core" ,at-spi2-core) - ("caribou" ,caribou) - ("evolution-data-server" ,evolution-data-server) - ("gjs" ,gjs) - ("glib" ,glib) - ("glib:bin" ,glib "bin") - ("gsound" ,gsound) - ("gnome-shell" ,gnome-shell) - ("gtk+" ,gtk+) - ("nautilus" ,nautilus) - ("openssh" ,openssh) - ("openssl" ,openssl) - ("python-pygobject" ,python-pygobject) - ("upower" ,upower))) + (list + at-spi2-core + caribou + evolution-data-server + gjs + glib + `(,glib "bin") ;for /bin/gapplication + gsound + gnome-shell + gtk+ + nautilus + openssh + openssl + python-pygobject + upower)) (native-inputs - `(("gettext" ,gettext-minimal) - ("gobject-introspection" ,gobject-introspection) - ("libxml2" ,libxml2) - ("pkg-config" ,pkg-config))) + (list + gettext-minimal + gobject-introspection + libxml2 + pkg-config)) (home-page "https://github.com/GSConnect/gnome-shell-extension-gsconnect/wiki") (synopsis "Connect GNOME Shell with your Android phone") (description "GSConnect is a complete implementation of KDE Connect -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:21:27 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:21:27 +0000 Received: from localhost ([127.0.0.1]:53910 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQFDr-00034o-Bg for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:21:27 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8z-00018a-So for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:16:26 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 25de6aef; Wed, 17 Jan 2024 23:16:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=DQ2unIM2GKH+TqpcubL8ojVysLo=; b=M ndIy1lqTiseRHbRFKRGD1z8ty5M89uXZSuLs1C5U6Lg+T/US8fKHOzg34Yfh/Djy UcXEpa4QXP+3t/wrkC4o7mmUt5ePWQrkrRQNkYWy5eLiBQEy4ZOWskPerI8bdZ0Q AKMKAfGEwlzvyX3o1lJsMhmB0oRQNf+nrmndDt6fVCFdqTxsjLuuLobkZWF8zKFa RnP2JOLB7c3IIyWSoqLz/IJ9u+hOhtf2oaplov/po60gUHeJlBcq5o7/EQx3NEWi tO0S+0zo5/mQjTw4uhkpR8YiJH5vovR0kJlRqX68tPyMhg+wFoN3HNiafxp4BEqf ubEHA1b0CaO36enqJJWSQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 90844618 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:16:22 +0000 (UTC) Message-ID: <59272d0e748b82314bfc78db92b3f4c0ff91519d.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:49:56 +0100 Subject: [PATCH gnome-team 25/25] gnu: Remove gnome-shell-extension-vertical-overview. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This extension has not been ported to GNOME 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-vertical-overview): Remove variable. Change-Id: I7264bbdd5b5067d97d227576a520b3d90c448d2a --- gnu/packages/gnome-xyz.scm | 40 -------------------------------------- 1 file changed, 40 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 0bc7fe9b73..f9d11a63ae 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1027,46 +1027,6 @@ (define-public gpaste copies you now want to paste.") (license license:bsd-2))) -(define-public gnome-shell-extension-vertical-overview - (package - (name "gnome-shell-extension-vertical-overview") - (version "10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/RensAlthuis/vertical-overview") - (commit (string-append "v" version)))) - (sha256 - (base32 - "1sqkbg93qqrq47wyfnh2flg7dpsmv5c2pmkx8kgqhnbl7j2kgi0l")) - (file-name (git-file-name name version)) - (snippet - '(begin (delete-file "schemas/gschemas.compiled"))))) - (build-system copy-build-system) - (arguments - (list - #:install-plan - #~'(("." #$(string-append - "share/gnome-shell/extensions/" - "vertical-overview@RensAlthuis.github.com") - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$"))) - #:phases - #~(modify-phases %standard-phases - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" "."))))))) - (native-inputs - (list `(,glib "bin"))) ; for glib-compile-resources - (home-page "https://github.com/RensAlthuis/vertical-overview") - (synopsis "Provides a vertical overview in Gnome 40 and upper") - (description "This Gnome extension replaces the new horizontally oriented -Gnome overview with something that resembles the old vertically oriented -style.") - (license license:gpl3))) - (define-public gnome-shell-extension-burn-my-windows (package (name "gnome-shell-extension-burn-my-windows") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:31:15 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:31:15 +0000 Received: from localhost ([127.0.0.1]:53940 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQFNL-0005PK-4W for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:31:15 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8r-00018a-SD for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:16:18 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 55f0dde6; Wed, 17 Jan 2024 23:16:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=RqNFhld+hT3Vrh/76CXMKqj8pMQ=; b=c M3Diyjho2iaZSVpEVjXD2QjoAC5g5ioZyfvQzqMDvI/F/iE3WZugy+XL+X+OP6gf hgZasGWAnXrRcHdN0ABivnnF5qTOf+Nt1+fNo8oryRTOcVHFLC2wMNNNuqP6Kaz4 pF5QfGEVmICsuSqgjyZFlnl+cPNe4Wir+u4CurCn73YTmbefNO1WNR9x/jeQljAN ROUSQzGTsLqGqQNMWjci3gqf4sI7WizGucnKcVliMRjZRVrdrN7euhfbfgfnYV7u liCZ6pSVAMwlv2aCFg9t2RDB1aBNGSJFdGR03rMne3OyKJsnOU1Xt9AZnOac79m/ 7cb7vwyH5gDz4L02PTT3w== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id d8663b3b (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:16:14 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:30:24 +0100 Subject: [PATCH gnome-team 17/25] gnu: gnome-shell-extension-night-theme-switcher: Update to 74. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-night-theme-switcher): Update to 74. Change-Id: I712dad785d3d303252f35b4c73185b83b6e01e54 --- gnu/packages/gnome-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 347424f35e..2882a5cfc6 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1009,7 +1009,7 @@ (define-public gnome-shell-extension-paperwm (define-public gnome-shell-extension-night-theme-switcher (package (name "gnome-shell-extension-night-theme-switcher") - (version "65") + (version "74") (source (origin (method git-fetch) @@ -1018,7 +1018,7 @@ (define-public gnome-shell-extension-night-theme-switcher "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension") (commit version))) (sha256 - (base32 "0qhi2g2lh6m8vhrmmfi60977f0i4k9x1zj68lrvpzzlqndz8cgh9")) + (base32 "1hiydjyn7shc32i81r70sqip9p3hhig7pqq1h7hsz9bc4qlyri7b")) (file-name (git-file-name name version)))) (build-system meson-build-system) (native-inputs (list pkg-config (list glib "bin"))) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:31:16 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:31:16 +0000 Received: from localhost ([127.0.0.1]:53942 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQFNL-0005Pp-NB for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:31:16 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF91-00018a-Su for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:16:28 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 4faa9a1d; Wed, 17 Jan 2024 23:16:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=1oYyrSaWHLt0f0YWUJ77yp6cKRE=; b=A WTIFNnl+yhfRqJKj3l85t6/+6ulkwTFqv1gNijIFaVCYT2DhkwwaYX4Ru6n+Xe/W zCrYMTZlMjq2w3g//ewjjJorc8TG+Y1bmVCEEG8oddmmgitx6eviqNL0Ag+0W/Dh hn74NaUqwp5Q5XJRbkMQhaEoCrq/offQLF0Xum/4h+jnxcSH56JlB+JnnjZVyXiU eP3N6bJ9jTWH6peGef7x4eduWaKnmBrUav3uD+OHKlijKqKyxbHSBMF3pj8k3+uA SI2XZzx39Lnwf+d+q87u3ZDGUZld8vhDyvYW80hzKfvsXg2KmOgwDWL3IUH16E86 9soI5BCjVBiftrL9qKYfw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 0303e484 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:16:24 +0000 (UTC) Message-ID: <29be0efb5f97419a281570162af28c6d756cf950.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:45:19 +0100 Subject: [PATCH gnome-team 23/25] gnu: Remove gnome-shell-extension-transparent-window. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This extension has not been ported to GNOME 44. The master branch has compatibility for 43 but not 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-transparent-window): Remove variable. Change-Id: If57da6bb16f53968f5f694392a69118b85b3823c --- gnu/packages/gnome-xyz.scm | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 7321cdd882..4eddecf472 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1177,37 +1177,6 @@ (define-public gnome-shell-extension-radio directly inside GNOME Shell. It can manage stations and play streams.") (license license:gpl3+))) -(define-public gnome-shell-extension-transparent-window - (let ((commit "cc9bc70c192dd565fa6f1d1b28d9a20f99684f2a") - (revision "45")) - (package - (name "gnome-shell-extension-transparent-window") - (version (git-version "0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url (string-append "https://github.com/pbxqdown/" - "gnome-shell-extension-transparent-window")) - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1f9iqqjpmmylqz0ws8cy5rs475bwzi7jy44q9ip44ig2acz2wxzp")))) - (build-system copy-build-system) - (arguments - (list - #:install-plan - #~'(("." - #$(string-append "/share/gnome-shell/extensions" - "/transparent-window@pbxqdown.github.com"))))) - (home-page - "https://github.com/pbxqdown/gnome-shell-extension-transparent-window") - (synopsis "Change the opacity of windows in GNOME Shell") - (description "This extension adds keybindings to change the opacity -of windows.") - (license license:expat)))) - (define-public gnome-shell-extension-vitals (package (name "gnome-shell-extension-vitals") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 17 18:31:16 2024 Received: (at 68556) by debbugs.gnu.org; 17 Jan 2024 23:31:16 +0000 Received: from localhost ([127.0.0.1]:53944 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQFNM-0005QF-3U for submit@debbugs.gnu.org; Wed, 17 Jan 2024 18:31:16 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQF8t-00018a-SJ for 68556@debbugs.gnu.org; Wed, 17 Jan 2024 18:16:20 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id b19df91a; Wed, 17 Jan 2024 23:16:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=kCy4CyDioXF4lop0Ua+iOesk+3c=; b=j Mlf+a4sYeONFsGkdMIEtJUim9xmDAqWJIssgIZ32vK1N/3Y2zcyz1qJ5axkYOvou qgxAzWdTMVIpkJOy50TmBMtRTefMsRwOR+PxDFWVPOu42AcnynBVgvL+MdaCpMIv yOjQalCFrWmeebZqUu8ygWg5iem4mTunjzKBSeXRM0436hWYmfVmmEk9J3yuFLFJ M4WPQtmhyu/9uVQofhDG07zaGOFvbljio53wwqlsI2z9SdE4NT4SbxYqL5TIN3DL 0BwcYE15c6hN6stU1j7w5lDbvHcfUgK9Gw8J5Wyl3YgB3geuY0+OVlSh4FH77ZiC Xh0dIY0XDb9r6gozJsGhQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id f25b1df3 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Wed, 17 Jan 2024 23:16:17 +0000 (UTC) Message-ID: <8a0269be3863ba29462700bc2ba1fd199ea53e64.1705532622.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:42:21 +0100 Subject: [PATCH gnome-team 22/25] gnu: Remove gnome-shell-extension-topicons-redux. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This extension has not been ported to GNOME 44, but GNOME Shell already displays tray icons. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): Remove variable. Change-Id: I3152f0f0117db56ce89dad659cc779a1ba174378 --- gnu/packages/gnome-xyz.scm | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index ad832d6752..7321cdd882 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -682,42 +682,6 @@ (define-public gnome-shell-extension-customize-ibus behavior, system tray and input source indicator for IBus.") (license license:gpl3+))) -(define-public gnome-shell-extension-topicons-redux - (package - (name "gnome-shell-extension-topicons-redux") - (version "6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.com/pop-planet/TopIcons-Redux.git") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dli9xb545n3xlj6q4wl0y5gzkm903zs47p8fiq71pdvbr6v38rj")))) - (build-system gnu-build-system) - (native-inputs - (list `(,glib "bin"))) - (arguments - (list - #:tests? #f ;no test defined in the project - #:make-flags - #~(list (string-append "INSTALL_PATH=" #$output - "/share/gnome-shell/extensions")) - #:phases - #~(modify-phases %standard-phases - (delete 'configure) - (delete 'build)))) - (home-page "https://gitlab.com/pop-planet/TopIcons-Redux") - (synopsis "Display legacy tray icons in the GNOME Shell top panel") - (description "Many applications, such as chat clients, downloaders, and -some media players, are meant to run long-term in the background even after you -close their window. These applications remain accessible by adding an icon to -the GNOME Shell Legacy Tray. However, the Legacy Tray was removed in GNOME -3.26. TopIcons Redux brings those icons back into the top panel so that it's -easier to keep track of applications running in the background.") - (license license:gpl2+))) - (define-public gnome-shell-extension-dash-to-dock (package (name "gnome-shell-extension-dash-to-dock") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 18 00:24:29 2024 Received: (at 68556) by debbugs.gnu.org; 18 Jan 2024 05:24:29 +0000 Received: from localhost ([127.0.0.1]:54150 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQKtA-00027P-VC for submit@debbugs.gnu.org; Thu, 18 Jan 2024 00:24:29 -0500 Received: from mail-ej1-x643.google.com ([2a00:1450:4864:20::643]:57726) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQKt9-00027C-Fq for 68556@debbugs.gnu.org; Thu, 18 Jan 2024 00:24:27 -0500 Received: by mail-ej1-x643.google.com with SMTP id a640c23a62f3a-a2dda9d67ceso451221866b.3 for <68556@debbugs.gnu.org>; Wed, 17 Jan 2024 21:24:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705555460; x=1706160260; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=eA/07VECp6v2tQuKyEIVZtJoovxoGWQm1COG+7LXF/8=; b=OPN5GHvFOlzv9mF/4YLjttwZYEgWIjk7XMPwgw/A33CFHI8fmpjR8Y6iBm2ola4Xhr WjAjviBTC5JwDz+eeT5cg7GHqboprSDr73NCgydniut/NzdHg4/52UnCpC6rMJt/CFa5 JY7viFBowJ3eEVde2yBiZvZabupO/ZEb5NXDJZeyrfcOUpwn7lzFlVLx6KspyMP6RjWF wUxR/3d+mDsCydwRy6AtWOWEdGFRtFJz303uAPbWmdHjUOCnZp4u8zFbs6F9by4AUo9d AduHCmOuG+a6+uO86xs91EIjP34dDKAw03qABdJ076s1GaoJDfNOayYhn6RYVwzZ7SOd +5GA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705555460; x=1706160260; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=eA/07VECp6v2tQuKyEIVZtJoovxoGWQm1COG+7LXF/8=; b=O8kbqiVUxHszJ7XqZqk0LUYBAhhsQiF3okb1IFeRaZeCHa6qiqbUtBdWFoxY0A/+jR GmMbbBnwVURKHf5Caslit76eRaf1/4PkED8/otW3WiJIZC9kV6oAF/9x09O0YKp9SQb/ LSu/gwINtyixillZAt9wromADQ7xAZoDF8Hrp/5I7jateEX2S+9bFGhe3EqNXNEAw3lL DshrBxi9V6z3BqqS8UibNWkVrt3laSRyat+aVr8UanuFgcq7ta0FXCQGU8KCJ23NEq5o O61SjetZbKmHv6o6clkXgsFggCQ/A9Ohpf73BZDt/0LFredx8Y1Jf5kxSQvh5SuL+vfR +0TA== X-Gm-Message-State: AOJu0YxBkKW+wSSjAutiUfQwlxr75vb70anNJHgt6OttH+2i/ySFwGSB uhPinsXdCcxL+6fAaehBPLaCnVF+nPH1Ok5Llevrg9iWNBhnX59q X-Google-Smtp-Source: AGHT+IGZgRTwinZtv38L18Ao+MjV6swwdmbYwXHMCh0zy1tl8+NlesUXr9S5rDfBqjTlHtIBYmjd7g== X-Received: by 2002:a17:906:c30d:b0:a2d:feaa:637f with SMTP id s13-20020a170906c30d00b00a2dfeaa637fmr123204ejz.82.1705555460107; Wed, 17 Jan 2024 21:24:20 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id a4-20020a170906244400b00a2a0fa29cc7sm8606479ejb.47.2024.01.17.21.24.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Jan 2024 21:24:19 -0800 (PST) Message-ID: Subject: Re: [PATCH gnome-team 24/25] gnu: gnome-shell-extension-vertical-overview: Update style. From: Liliana Marie Prikler To: Vivien Kraus , 68556@debbugs.gnu.org Date: Thu, 18 Jan 2024 06:24:18 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Mittwoch, dem 17.01.2024 um 23:48 +0100 schrieb Vivien Kraus: > * gnu/packages/gnome-xyz.scm (gnome-shell-extension-vertical- > overview) > [arguments]: Convert to list of G-Expressions. >=20 > Change-Id: I830854d7c2ce262906331e5aef59f6dd7af28c98 Given that it's removed in the next commit, this is just noise.=20 Probably same for the other removed extensions. Do we have alternatives for these or is it just "extension no work"? From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 18 06:35:40 2024 Received: (at 68556) by debbugs.gnu.org; 18 Jan 2024 11:35:40 +0000 Received: from localhost ([127.0.0.1]:54454 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQQgN-0003eI-TN for submit@debbugs.gnu.org; Thu, 18 Jan 2024 06:35:40 -0500 Received: from planete-kraus.eu ([89.234.140.182]:54844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQQgL-0003e1-Mg for 68556@debbugs.gnu.org; Thu, 18 Jan 2024 06:35:38 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id e1d00284; Thu, 18 Jan 2024 11:35:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:cc:date:in-reply-to:references :content-type:content-transfer-encoding:mime-version; s= albinoniA; bh=kFigthneo0IKwqbqsUPDMPfrLyE=; b=H6lQHTtrhQa3LMvCu4 yr2JZFvgvQHyO6erE23KuZJP1SIueA9aB8RrYCgR7vW/jLJC8ItPYt9y/6HWJKLJ 2ds5T2dQZglh/0PISL3kjSu8yqvl/JF3DrARtnqYNemqnOopIgw7M3BFNHcMOv66 vYXYudt6cY8fv5lRzqHUyTHzb2ZjBYWdI7Bzdg3r3RwSNlY7giQ6GoD4/lSKZGO9 a048jFYEU+LdkenNZ5sqbRENMbmm/hnjBPfH4dZM5HUufTRBeBe6YwCzL2b/HUR3 jo8I6ypBjZ3ovrkWpi2/wvpMuPEvRr8AC8Xn7WwYO+PimbDKd8dQkR1kwItNlhSI gL8w== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id b4a63dde (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Thu, 18 Jan 2024 11:35:29 +0000 (UTC) Message-ID: Subject: Re: [PATCH gnome-team 24/25] gnu: gnome-shell-extension-vertical-overview: Update style. From: Vivien Kraus To: Liliana Marie Prikler , 68556@debbugs.gnu.org Date: Thu, 18 Jan 2024 12:38:31 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Le jeudi 18 janvier 2024 =C3=A0 06:24 +0100, Liliana Marie Prikler a =C3=A9= crit=C2=A0: > Am Mittwoch, dem 17.01.2024 um 23:48 +0100 schrieb Vivien Kraus: > > * gnu/packages/gnome-xyz.scm (gnome-shell-extension-vertical- > > overview) > > [arguments]: Convert to list of G-Expressions. > >=20 > > Change-Id: I830854d7c2ce262906331e5aef59f6dd7af28c98 > Given that it's removed in the next commit, this is just noise.=20 > Probably same for the other removed extensions. I figured that it would be easier to revert and update if and when the extension is ported to a newer GNOME Shell. I agree though, if someone wants to add the extension again, they probably won=E2=80=99t read the git = log, so it=E2=80=99s not very helpful. > Do we have alternatives for these or is it just "extension no work"? I don=E2=80=99t know much. >From what I understand, hide-app-icon is not replaced, but now the application icons in the shell are symbolic and tiny, so maybe it=E2=80=99s= not needed anymore. On the repository, people are talking about forking jiggle, but I don=E2=80= =99t know of any alternative. NoAnnoyance has a fork that claims support for 44, maybe we should package that, what do you think? https://extensions.gnome.org/extension/6109/noannoyance-fork/ Sound output device chooser is obsolete because now with the shell you can directly choose the audio device. The panel already shows system tray icons, so Topicons Redux is not needed anymore. There is a candidate replacement for Transparent Window, https://extensions.gnome.org/extension/1454/transparent-window/ but it does not support GNOME 44 either. Maybe V-Shell https://extensions.gnome.org/extension/5177/vertical-workspaces/ can replace Vertical overview? I=E2=80=99m not a fan of removing packages like that, because guix upgrade = will quickly complain about profile collisions. But I would like to hear the users about these candidate replacements for NoAnnoyance v2 (NoAnnoyance Fork) and Vertical overview (V-Shell) first, and the users on the extensions forum do not seem to talk about these replacements. What do you think? Best regards, Vivien From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 18 14:53:53 2024 Received: (at 68556) by debbugs.gnu.org; 18 Jan 2024 19:53:53 +0000 Received: from localhost ([127.0.0.1]:56712 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQYSW-0005gY-Jx for submit@debbugs.gnu.org; Thu, 18 Jan 2024 14:53:53 -0500 Received: from mail-ed1-x542.google.com ([2a00:1450:4864:20::542]:49370) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQYST-0005gJ-Hw for 68556@debbugs.gnu.org; Thu, 18 Jan 2024 14:53:50 -0500 Received: by mail-ed1-x542.google.com with SMTP id 4fb4d7f45d1cf-559d95f1e69so2618980a12.2 for <68556@debbugs.gnu.org>; Thu, 18 Jan 2024 11:53:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705607622; x=1706212422; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=keAVzGEuMJP1ujo1FaadbmwE2W085GCHtcgAT3g4fOY=; b=P2dcNJ/We/4huSGT2NCTR1Tj3BNQdevrUSnPHe48RAdRdWcJysyEkscC6WLWv1Ek1Y CPnBlz7KjNP0AWXYVBor2bJoo9sw9X6Zz5mfmnuycskCnt0r24eI4sQanlhzJAuvahDc JiHhU67tjZ5VK2oMW/C2Miw6PQjoLwQ/Nnj+32mtpBBIfe9X87iYzd1UtZ/5o8NcNCe9 hPpU32mesupjwe5/00e63lWyZUVQqwygjTcaiOHIHcG2PRSj5gHQIPYcX2yHTMcbbFCp jWCVZcPBrcYomcfB8TSo0nu+VewBP7HbQ2Q49gcVxzN3Y7/etsKGxiwh2U7/w2NdYT9g LChg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705607622; x=1706212422; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=keAVzGEuMJP1ujo1FaadbmwE2W085GCHtcgAT3g4fOY=; b=rZhLMm8jbOPyTaRtWvzenSge5VAghGBI8Tqir0p3wcIStjXZOfsiS5ZcflnLJmDtwn zc35R+DHUvQ0jyFOuyk84PhXXsGEdy5flKqTfodYlNNHbR+Vb0h8hK4p8/AjvTqf1AgQ gg+5qaLFBv2IFniXHYVtYpBLG165gaoVe7SKYMpg5ANIrgAyaQdSDL+BVeIr7XtFWDLC WdIND0MOZo/np+ssL8wJMfSjnmmuzfUONPMWGMWe81cvdZ5BFY6PmRLtl8uiSQuuGmRQ PJPSppj+YpGhWmWM5PIu5GAjghI02l/FjakIxsg4TasPmE9QReRbJnut2NIrEmkwL2yw pOIg== X-Gm-Message-State: AOJu0YwsMcO3zzVQLv4ve+ekj08OHeoAWy6r3pv/6F3+GJYhMisFc+Ni B3n0GGmpeRy5k5/1e254jvYKEaPqiAj1luGzW4R8TqhxLMIxMPLe X-Google-Smtp-Source: AGHT+IFsLhOvYCEhuQSuVaXb7y+j76y3ZQuWqTE1jm4x5YrEmRPWOEoGk5G7AS3MbtS8klokA8EJTw== X-Received: by 2002:a17:906:114c:b0:a2d:1c8b:d61 with SMTP id i12-20020a170906114c00b00a2d1c8b0d61mr859247eja.45.1705607621736; Thu, 18 Jan 2024 11:53:41 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id cw16-20020a170907161000b00a2ebd9e0de7sm2606894ejd.31.2024.01.18.11.53.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Jan 2024 11:53:41 -0800 (PST) Message-ID: <88b0953f7cb4d31fb543c485163bd2c1fedab367.camel@gmail.com> Subject: Re: [PATCH gnome-team 24/25] gnu: gnome-shell-extension-vertical-overview: Update style. From: Liliana Marie Prikler To: Vivien Kraus , 68556@debbugs.gnu.org Date: Thu, 18 Jan 2024 20:53:39 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Donnerstag, dem 18.01.2024 um 12:38 +0100 schrieb Vivien Kraus: > Le jeudi 18 janvier 2024 =C3=A0 06:24 +0100, Liliana Marie Prikler a > =C3=A9crit=C2=A0: > > Am Mittwoch, dem 17.01.2024 um 23:48 +0100 schrieb Vivien Kraus: > > > * gnu/packages/gnome-xyz.scm (gnome-shell-extension-vertical- > > > overview) > > > [arguments]: Convert to list of G-Expressions. > > >=20 > > > Change-Id: I830854d7c2ce262906331e5aef59f6dd7af28c98 > > Given that it's removed in the next commit, this is just noise.=20 > > Probably same for the other removed extensions. >=20 > I figured that it would be easier to revert and update if and when > the extension=C2=A0 is ported to a newer GNOME Shell. I agree though, if > someone wants to add the extension again, they probably won=E2=80=99t rea= d > the git log, so it=E2=80=99s not very helpful. Even then, people can just run `guix style' from that hypothetical commit, and it might even have more features then. > > Do we have alternatives for these or is it just "extension no > > work"? > I don=E2=80=99t know much. >=20 > From what I understand, hide-app-icon is not replaced, but now the > application icons in the shell are symbolic and tiny, so maybe it=E2=80= =99s > not needed anymore. As long as they're not gone, there's a need to replace them. However, another extension like just-perfection might do this. > On the repository, people are talking about forking jiggle, but I > don=E2=80=99t know of any alternative. Let's keep looking, then. > NoAnnoyance has a fork that claims support for 44, maybe we should > package that, what do you think? > https://extensions.gnome.org/extension/6109/noannoyance-fork/ Packaging forks is fair game. We can revert to the original whenever. Just leave a comment that it's a fork and why we're using it. > Sound output device chooser is obsolete because now with the shell > you can directly choose the audio device. Good news for users, but awkward in terms of packaging. I don't thing (deprecated-package gnome =E2=80=A6) will work as intended.=20 > The panel already shows system tray icons, so Topicons Redux is not > needed anymore. >=20 > There is a candidate replacement for Transparent Window, > https://extensions.gnome.org/extension/1454/transparent-window/=C2=A0but > it does not support GNOME 44 either. Bummer. > Maybe V-Shell > https://extensions.gnome.org/extension/5177/vertical-workspaces/=C2=A0can > replace Vertical overview? > I=E2=80=99m not a fan of removing packages like that, because guix upgrad= e > will quickly complain about profile collisions. =C2=A0 Profile collisions come from propagated packages, not deprecated packages. > But I would like to hear the users about these candidate replacements > for NoAnnoyance v2 (NoAnnoyance Fork) and Vertical overview (V-Shell) > first, and the users on the extensions forum do not seem to talk > about these replacements. >=20 > What do you think? I don't think we'll get much feedback from elsewhere, but with gnome- team building substitutes again, I can at least try some out. Cheers From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 16:56:36 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 21:56:36 +0000 Received: from localhost ([127.0.0.1]:60235 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwqq-0008M3-0V for submit@debbugs.gnu.org; Fri, 19 Jan 2024 16:56:36 -0500 Received: from planete-kraus.eu ([89.234.140.182]:43160) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwqn-0008Lb-Ni for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:56:34 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id cb894e4e; Fri, 19 Jan 2024 21:56:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:from:date:subject:mime-version:content-type :content-transfer-encoding:to:cc; s=albinoniA; bh=WaSN0ZFceiMgtr FynDji6g86uvY=; b=aa7F4UCMtpM2uFZoH7SMSDdOeo14DKRQojTULAcYfHrH1G HC1k6XGCDLMDn77FN7nj4spapVgLocegbbTYm0y2NUfli6FZCvBdoeowTqWU5Wzl NA3RTg1w+KUxPvnAjdKa/6cFX8+R3VdkXs3YcNnUOLxZy0G1/9cJeHm6kzqIXfAE x+Y8P+aokvzBMWFZXDIutFroOJR+EekSXPkW525evkivze6P79WSF7f2YWxpsjvE WK1HNkEO0ZbUsjaP0BYAkvW1Kr72Pz4YnBlM/U1/Q8jz6I7JmF+aL7E2BU3vkj3w nr7ZHNf1yOk6HOQB9WOUmHdpHn6A8VIQ88PUdH4A== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 76f21ca0 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:56:24 +0000 (UTC) Message-ID: From: Vivien Kraus Date: Fri, 19 Jan 2024 22:50:31 +0100 Subject: [PATCH gnome-team v2 00/23] Update extensions with 3 replacements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: 68556@debbugs.gnu.org User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Dear guix, I took the liberty to introduce V-Shell to replace vertical-overview. Your idea to use Just Perfection worked, and I packaged the fork for NoAnnoyance. Now we need a solution for Jiggle and Transparent Window, a fix for the built-in Applications Menu, and a way to deprecate more smoothly Sound Output Device Chooser and Topicons Redux that are have been made redundant by the default shell. Best regards, Vivien Vivien Kraus (23): gnu: gnome-shell-extension-dash-to-dock: Update to 79. gnu: gnome-shell-extension-just-perfection: Update to 26.0. gnu: gnome-shell-extension-hide-app-icon: Deprecate. gnu: gnome-shell-extension-dash-to-panel: Update to 56. gnu: gnome-shell-extension-unite-shell: Update to 72. gnu: gnome-shell-extension-appindicator: Update to 53. gnu: gnome-shell-extension-clipboard-indicator: Update to 47. gnu: gnome-shell-extensions-customize-ibus: Update to 86. gnu: gnome-shell-extension-topicons-redux: Update style. gnu: gnome-shell-extension-gsconnect: Update to 55. gnu: gnome-shell-extension-blur-my-shell: Update to 47. gnu: gnome-shell-extension-burn-my-windows: Update to 40. gnu: gnome-shell-extension-radio: Update to 21. gnu: Remove gnome-shell-extension-jiggle. gnu: gnome-shell-extension-night-theme-switcher: Update to 74. gnu: Add gnome-shell-extension-noannoyance-fork. gnu: gnome-shell-extension-noannoyance: Deprecate. gnu: gnome-shell-extension-paperwm: Update to 44.17.0. gnu: Remove gnome-shell-extension-sound-output-device-chooser. gnu: Remove gnome-shell-extension-topicons-redux. gnu: Remove gnome-shell-extension-transparent-window. gnu: Add gnome-shell-extension-v-shell. gnu: gnome-shell-extension-vertical-overview: Deprecate. gnu/packages/gnome-xyz.scm | 653 ++++++++++++++----------------------- 1 file changed, 239 insertions(+), 414 deletions(-) base-commit: 17c2e26068c5c36eb8ee1ec39a8695ef66f75c55 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 16:56:43 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 21:56:44 +0000 Received: from localhost ([127.0.0.1]:60238 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwqx-0008MZ-Cq for submit@debbugs.gnu.org; Fri, 19 Jan 2024 16:56:43 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwqv-0008Lg-KW for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:56:42 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id d4f0a6a0; Fri, 19 Jan 2024 21:56:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=SN+gUpI7zOahSBrNperiGJ9Rjk4=; b=f /lQY9Vq+MKGXUNjDM1k4gr5bZd+bi8MYdfNwYFG/xs/MIx+uf2nAKT6Xpit8L9Tm BPCL2U0gmk4TMGfZIgQwh03BPsk4JBraZ2GoY15oSb7UUqkQwrNkW5pTdbzxKKt2 pvpv1TQBQ3BlK4H+fJvT3TrcPtqHZt6umemENlJPv938EFWunKMIHMa8OfOaHZE6 zeYnhFu8HFB4wk0UfrSxB05a3DU44JtS884Z6NTKBnCqBw7f3cCsEMerqLfZYD0O 0sCOuYHnwqV4S6lVPzUopuckV1G+aFGvF+lzrYfWGvk/3GInSLSlT5a4MiMlMeVv GOFb3HYU5bKw8V8ntEMyA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 2d336211 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:56:37 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:25:46 +0100 Subject: [PATCH gnome-team v2 02/23] gnu: gnome-shell-extension-just-perfection: Update to 26.0. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-just-perfection): Update to 26.0. [arguments]: Convert to list of G-Expressions. Change-Id: Ib02ab984310705bfa435ab1ea8d47c74a6162db0 --- gnu/packages/gnome-xyz.scm | 59 +++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index c32dd3f3ee..1ba5162597 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -902,7 +902,7 @@ (define-public gnome-shell-extension-hide-app-icon (define-public gnome-shell-extension-just-perfection (package (name "gnome-shell-extension-just-perfection") - (version "22.0") + (version "26.0") (source (origin (method git-fetch) (uri (git-reference @@ -911,36 +911,37 @@ (define-public gnome-shell-extension-just-perfection (file-name (git-file-name name version)) (sha256 (base32 - "0r4rflppcp05kwhzmh07dzi7znc4kch4nc8mzw61arj3qsfq2qqj")))) + "0dvq2mb04b557g9nz4pm90x2c2jc1dwwbg2is1gkx38yk0dsj6r3")))) (build-system copy-build-system) (arguments - `(#:install-plan - '(("src" - "share/gnome-shell/extensions/just-perfection-desktop@just-perfection" - #:include-regexp ("\\.css$" "\\.compiled$" "\\.js(on)?$" "\\.ui$")) - ("locale" - "share/gnome-shell/extensions/just-perfection-desktop@just-perfection/")) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'drop-executable-bits - (lambda _ - (for-each - (lambda (file) - (let ((stat (lstat file))) - (chmod file (logand (stat:mode stat) (lognot #o111))))) - (find-files "." #:directories? #f)))) - (add-before 'install 'build - (lambda _ - (invoke "glib-compile-schemas" "src/schemas") - (for-each - (lambda (file) - (let* ((base (basename file)) - (noext (substring base 0 (- (string-length base) 3))) - (dest (string-append "locale/" noext "/LC_MESSAGES/")) - (out (string-append dest "just-perfection.mo"))) - (mkdir-p dest) - (invoke "msgfmt" "-c" file "-o" out))) - (find-files "po" "\\.po$"))))))) + (list + #:install-plan + #~'(("src" + "share/gnome-shell/extensions/just-perfection-desktop@just-perfection" + #:include-regexp ("\\.css$" "\\.compiled$" "\\.js(on)?$" "\\.ui$")) + ("locale" + "share/gnome-shell/extensions/just-perfection-desktop@just-perfection/")) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'drop-executable-bits + (lambda _ + (for-each + (lambda (file) + (let ((stat (lstat file))) + (chmod file (logand (stat:mode stat) (lognot #o111))))) + (find-files "." #:directories? #f)))) + (add-before 'install 'build + (lambda _ + (invoke "glib-compile-schemas" "src/schemas") + (for-each + (lambda (file) + (let* ((base (basename file)) + (noext (substring base 0 (- (string-length base) 3))) + (dest (string-append "locale/" noext "/LC_MESSAGES/")) + (out (string-append dest "just-perfection.mo"))) + (mkdir-p dest) + (invoke "msgfmt" "-c" file "-o" out))) + (find-files "po" "\\.po$"))))))) (native-inputs (list `(,glib "bin") gettext-minimal)) (home-page "https://gitlab.gnome.org/jrahmatzadeh/just-perfection") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 16:56:47 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 21:56:47 +0000 Received: from localhost ([127.0.0.1]:60241 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwr0-0008Mp-Tl for submit@debbugs.gnu.org; Fri, 19 Jan 2024 16:56:47 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwqy-0008Lg-KY for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:56:45 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 2ece03a7; Fri, 19 Jan 2024 21:56:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=vo5ImwDDUkMlhh0e7Sit5lJbD88=; b=G VPBAH3wGOttVJ4t2EjBoY2h4BzvQH/uY+kgvflTS0Fhdu1oNPTrduJ8zkW+CWKch yVp2J9yn8k95PkybKl6F4O8p7y6cYb2aTRP5jsgVl+9i9qwvUhADoHKkrJ6swIQC UrXhHeKwDooxVW4ElOe6MCSa9XEZeSA6pIcH2cmWxNCY41YI5R02AGIvq4roJk92 bf/R258U6bro1FSPjjGPPjjRKFrXNC0nhtQCxxMBk/OPKE+9SvqSyePkDrPw9uhz ziOXeHCcoq1aO7xL6Iz+4MDoXhdVicaOymE3b2LP7aFDxyf5AzzzmKtqezO9VOEH amNBQbus8eMkLPmJoZV1w== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 18cbe6c7 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:56:40 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:59:14 +0100 Subject: [PATCH gnome-team v2 10/23] gnu: gnome-shell-extension-gsconnect: Update to 55. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect): Update to 55. [arguments]: Convert to list of G-Expressions. [#:configure-flags]: Do not set settings_schemadir nor post_install anymore. [#:phase 'skip-post-installation]: New phase. [inputs]: Drop labels. [native-inputs]: Drop labels. Change-Id: I63933e43815826a8ab91a472ecda235173486dae --- gnu/packages/gnome-xyz.scm | 134 ++++++++++++++++++------------------- 1 file changed, 67 insertions(+), 67 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 80462d6e08..b5816e62b6 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -761,7 +761,7 @@ (define-public gnome-shell-extension-dash-to-dock (define-public gnome-shell-extension-gsconnect (package (name "gnome-shell-extension-gsconnect") - (version "50") ; See GNOME Shell supported versions in metadata.json + (version "55") (source (origin (method git-fetch) (uri (git-reference @@ -771,77 +771,77 @@ (define-public gnome-shell-extension-gsconnect (file-name (git-file-name name version)) (sha256 (base32 - "0vg87fdihs5kp7apgyd32ldjmwzmrxaimsc005yjyy8m3f65sjmr")))) + "158qbjl6m807g0fy15dvhwwwy6z8r0g7kh9gjyhm7n3y14v5p8wz")))) (build-system meson-build-system) (arguments - `(#:tests? #f ;; every test fails - #:configure-flags - (let* ((out (assoc-ref %outputs "out")) - (name+version (strip-store-file-name out)) - (gschema-dir (string-append out - "/share/gsettings-schemas/" - name+version - "/glib-2.0/schemas")) - (gnome-shell (assoc-ref %build-inputs "gnome-shell")) - (openssh (assoc-ref %build-inputs "openssh")) - (openssl (assoc-ref %build-inputs "openssl"))) - (list - (string-append "-Dgnome_shell_libdir=" gnome-shell "/lib") - (string-append "-Dgsettings_schemadir=" gschema-dir) - (string-append "-Dopenssl_path=" openssl "/bin/openssl") - (string-append "-Dsshadd_path=" openssh "/bin/ssh-add") - (string-append "-Dsshkeygen_path=" openssh "/bin/ssh-keygen") - (string-append "-Dsession_bus_services_dir=" out "/share/dbus-1/services") - "-Dpost_install=true")) - #:phases - (modify-phases %standard-phases - (add-before 'configure 'fix-paths - (lambda* (#:key inputs #:allow-other-keys) - (let* ((glib (assoc-ref inputs "glib:bin")) - (gapplication (string-append glib "/bin/gapplication")) - (gi-typelib-path (getenv "GI_TYPELIB_PATH"))) - (substitute* "data/org.gnome.Shell.Extensions.GSConnect.desktop.in" - (("gapplication") gapplication)) - (for-each - (lambda (file) - (substitute* file - (("'use strict';") - (string-append "'use strict';\n\n" - "'" gi-typelib-path "'.split(':').forEach(" - "path => imports.gi.GIRepository.Repository." - "prepend_search_path(path));")))) - '("src/extension.js" "src/prefs.js")) - #t))) - (add-after 'install 'wrap-daemons - (lambda* (#:key inputs outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (service-dir - (string-append out "/share/gnome-shell/extensions" - "/gsconnect@andyholmes.github.io/service")) + (list + #:tests? #f ;; every test fails + #:configure-flags + #~(let ((out #$output) + (gnome-shell #$(this-package-input "gnome-shell")) + (openssh #$(this-package-input "openssh")) + (openssl #$(this-package-input "openssl"))) + (list + (string-append "-Dgnome_shell_libdir=" gnome-shell "/lib") + (string-append "-Dopenssl_path=" openssl "/bin/openssl") + (string-append "-Dsshadd_path=" openssh "/bin/ssh-add") + (string-append "-Dsshkeygen_path=" openssh "/bin/ssh-keygen") + (string-append "-Dsession_bus_services_dir=" out "/share/dbus-1/services"))) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'skip-post-installation + (lambda _ + (substitute* "meson.build" + (("gtk_update_icon_cache: true") + "gtk_update_icon_cache: false") + (("update_desktop_database: true") + "update_desktop_database: false")))) + (add-before 'configure 'fix-paths + (lambda* (#:key inputs #:allow-other-keys) + (let ((gapplication (search-input-file inputs "/bin/gapplication")) (gi-typelib-path (getenv "GI_TYPELIB_PATH"))) - (wrap-program (string-append service-dir "/daemon.js") - `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))) - #t)))))) + (substitute* "data/org.gnome.Shell.Extensions.GSConnect.desktop.in" + (("gapplication") gapplication)) + (for-each + (lambda (file) + (substitute* file + (("'use strict';") + (string-append "'use strict';\n\n" + "'" gi-typelib-path "'.split(':').forEach(" + "path => imports.gi.GIRepository.Repository." + "prepend_search_path(path));")))) + '("src/extension.js" "src/prefs.js"))))) + (add-after 'install 'wrap-daemons + (lambda _ + (let* ((out #$output) + (service-dir + (string-append out "/share/gnome-shell/extensions" + "/gsconnect@andyholmes.github.io/service")) + (gi-typelib-path (getenv "GI_TYPELIB_PATH"))) + (wrap-program (string-append service-dir "/daemon.js") + `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))))))) (inputs - `(("at-spi2-core" ,at-spi2-core) - ("caribou" ,caribou) - ("evolution-data-server" ,evolution-data-server) - ("gjs" ,gjs) - ("glib" ,glib) - ("glib:bin" ,glib "bin") - ("gsound" ,gsound) - ("gnome-shell" ,gnome-shell) - ("gtk+" ,gtk+) - ("nautilus" ,nautilus) - ("openssh" ,openssh) - ("openssl" ,openssl) - ("python-pygobject" ,python-pygobject) - ("upower" ,upower))) + (list + at-spi2-core + caribou + evolution-data-server + gjs + glib + `(,glib "bin") ;for /bin/gapplication + gsound + gnome-shell + gtk+ + nautilus + openssh + openssl + python-pygobject + upower)) (native-inputs - `(("gettext" ,gettext-minimal) - ("gobject-introspection" ,gobject-introspection) - ("libxml2" ,libxml2) - ("pkg-config" ,pkg-config))) + (list + gettext-minimal + gobject-introspection + libxml2 + pkg-config)) (home-page "https://github.com/GSConnect/gnome-shell-extension-gsconnect/wiki") (synopsis "Connect GNOME Shell with your Android phone") (description "GSConnect is a complete implementation of KDE Connect -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 16:56:52 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 21:56:53 +0000 Received: from localhost ([127.0.0.1]:60245 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwr6-0008NF-FN for submit@debbugs.gnu.org; Fri, 19 Jan 2024 16:56:52 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwr1-0008Lg-Kp for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:56:48 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id ff6335fe; Fri, 19 Jan 2024 21:56:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=WqJLsKG/fF7CJ0txO3eOt/K152Y=; b=m o7Ar2j7mE9RpUpptN9Z9YSbk3H7m7vxs/kGsPnnM5mKx9hRVBNU+bE+mqXfRZ9f3 xB4b8m6ZuJvGvrfbSmM1b3bJ1hi4TM7lnZZrHmf8FwCodLoeh1DfxiyQI129ipIv Q+lKQMMAJNvc9ITAFnBsuuFc1HtAnJ74ZbHWevsMnqWfMewFK793fgV2Ow2uA0PQ xpbgdyaqpb2kTFQHdyYnOpeSQoBzS1YRXorrbcIzicW/wPZSmGVBmFjKqIh7sqPL zkB5cEkBkKHkjEYGL5HDy4Maq7vOJ1QlKtcIMM3/gmnGkg+IXEuG8U0di531vZ/z ZRHHWI3cx6BkaqMoKUPLA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 64ad3f7a (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:56:42 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 17:20:41 +0100 Subject: [PATCH gnome-team v2 03/23] gnu: gnome-shell-extension-hide-app-icon: Deprecate. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This extension does not work with GNOME 44, and has not received any work. However, Just Perfection seems to have an option to hide application icons. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-hide-app-icon): Deprecate in favor of gnome-shell-extension-hide-app-icon. Change-Id: I6af14b6c9e1db7176d9be6bec2b90f77e7db36c1 --- gnu/packages/gnome-xyz.scm | 48 ++------------------------------------ 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 1ba5162597..c278f47263 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -852,52 +852,8 @@ (define-public gnome-shell-extension-gsconnect (license license:gpl2))) (define-public gnome-shell-extension-hide-app-icon - (let ((commit "4188aa5f4ba24901a053a0c3eb0d83baa8625eab") - (revision "0")) - (package - (name "gnome-shell-extension-hide-app-icon") - (version (git-version "2.7" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url (string-append "https://github.com/michael-rapp" - "/gnome-shell-extension-hide-app-icon.git")) - (commit commit))) - (sha256 - (base32 - "1i28n4bz6wrhn07vpxkr6l1ljyn7g8frp5xrr11z3z32h2hxxcd6")) - (file-name (git-file-name name version)))) - (build-system gnu-build-system) - (arguments - '(#:tests? #f ; no test target - #:make-flags (list (string-append "EXTENSIONS_DIR=" - (assoc-ref %outputs "out") - "/share/gnome-shell/extensions")) - #:phases - (modify-phases %standard-phases - (delete 'configure) ; no configure script - (replace 'install - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out")) - (pre "/share/gnome-shell/extensions/") - (dir "hide-app-icon@mrapp.sourceforge.com")) - (copy-recursively dir (string-append out pre dir)) - #t)))))) - (native-inputs - (list `(,glib "bin") intltool)) - (propagated-inputs - (list glib)) - (synopsis "Hide app icon from GNOME's panel") - (description "This extension hides the icon and/or title of the -currently focused application in the top panel of the GNOME shell.") - (home-page - "https://github.com/michael-rapp/gnome-shell-extension-hide-app-icon/") - (license - ;; README.md and LICENSE.txt disagree -- the former claims v3, the - ;; latter v2. No mention of "or later" in either place or in the code. - (list license:gpl2 - license:gpl3))))) + (deprecated-package "gnome-shell-extension-hide-app-icon" + gnome-shell-extension-just-perfection)) (define-public gnome-shell-extension-just-perfection (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 16:56:55 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 21:56:55 +0000 Received: from localhost ([127.0.0.1]:60248 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwr8-0008NX-Tg for submit@debbugs.gnu.org; Fri, 19 Jan 2024 16:56:55 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwr4-0008Lg-L2 for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:56:51 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 9a452aec; Fri, 19 Jan 2024 21:56:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=fg7PaqW59Pbp8RHubDQe2joPQrg=; b=N I2IUC8uMR8J74ku8X0ElmuDwnxX5HgInSAVGw/jkUHjrqhA3QnigEPcEnnI+RoOL mztoL2IpyjSDAxsK74DSRfErRgljc3KQ7X0unGM6w2CWUppX0UJxnYOZ/IIo77zb e8u/H4I4XDm8zFIu8ryZlSVd448dxI6eMHzmM8ojnxyGJsBbSIShro08U8xfjyL4 imlwY+1G954tRBSNr2NZjkGM8dHb3Hqt8Ti+EAH3nRyEpRbGasm54JSb8bsH8cY/ 4ULiZCSpC/a3uudngv12DK1yhtEdEtSiZkRtjtSbkHs18npYzjNyC4cFmv0XX68p MJeQq/P+dsBDpHdqNKh6g== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 3eaf4703 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:56:46 +0000 (UTC) Message-ID: <64ad6cfee73b8b1173dcda08b230a59d3aff2688.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 22:35:17 +0100 Subject: [PATCH gnome-team v2 11/23] gnu: gnome-shell-extension-blur-my-shell: Update to 47. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-blur-my-shell): Update to 47. Change-Id: I528579d9bd02361501977cbad6f9e752403ff37e --- gnu/packages/gnome-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index b5816e62b6..89ba3cdbb7 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1217,7 +1217,7 @@ (define-public gnome-shell-extension-burn-my-windows (define-public gnome-shell-extension-blur-my-shell (package (name "gnome-shell-extension-blur-my-shell") - (version "44") + (version "47") (source (origin (method git-fetch) @@ -1227,7 +1227,7 @@ (define-public gnome-shell-extension-blur-my-shell (file-name (git-file-name name version)) (sha256 (base32 - "0h7yfvrrg5r821mzrp42c09jws06mw6v9avvkfykqj8n8qnslmyx")))) + "1a8prh6893zk8rnfi9q7waga2x7kx564jzmsdyhiffdbazbv8p6y")))) (build-system copy-build-system) (arguments '(#:install-plan -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 16:56:55 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 21:56:55 +0000 Received: from localhost ([127.0.0.1]:60250 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwr9-0008Na-5o for submit@debbugs.gnu.org; Fri, 19 Jan 2024 16:56:55 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwr6-0008Lg-L3 for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:56:53 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 7bd89221; Fri, 19 Jan 2024 21:56:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=SOZXzLKCYBXEsLgQDyFXpTcf1mU=; b=F tXEPU2ryCMnw5rgjQoxf0mEwljibyaDh2Ezjoly1wURG6/N+RSinjrHak2p1yeUa w6VYeT+lwWgjKEGqhi+FXsRYtHe/vg+e3NEGfIt7LI6myESDX+mLNMq2l07xNF8C spwYhPCUVhgOmtpmnE/w1gXJ8ZXNV/GbmPKiTk0RFw3crQAl9KngknHgOmSWyte9 JB9VEjJcQBAXRcveyGY4wDnwTF8bHSDpAg+DD1/9omw0WFE+SzYB3pGhOupqrWRj AbR4Mvs2WlAc9/2YYPw6tzYBxcsH6ewOM8cdoCscFXFeEv2GINfK3rOH2Qc2x2cc olpyVan0bz1zZvaYHvHsA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 7e981b47 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:56:48 +0000 (UTC) Message-ID: <1951662ab40d06b15f95c9bf6d30c2d14f1ca09e.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 22:57:17 +0100 Subject: [PATCH gnome-team v2 12/23] gnu: gnome-shell-extension-burn-my-windows: Update to 40. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-burn-my-windows): Update to 40. [arguments]: Convert to list of G-Expressions. Change-Id: Ib9551096437aeea0ff56e5e1ea6371ab72d61b02 --- gnu/packages/gnome-xyz.scm | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 89ba3cdbb7..b9d0d29706 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1178,7 +1178,7 @@ (define-public gnome-shell-extension-jiggle (define-public gnome-shell-extension-burn-my-windows (package (name "gnome-shell-extension-burn-my-windows") - (version "22") + (version "40") (source (origin (method git-fetch) @@ -1187,25 +1187,26 @@ (define-public gnome-shell-extension-burn-my-windows (commit (string-append "v" version)))) (sha256 (base32 - "185xrf330d9bflmk0l61cnzlylnppb2v4yz6v6ygkk4zpwyil8np")) + "16n6ilszdn67835clqlr4flna69x9k00k5qrm55765dv2ny9jdcq")) (file-name (git-file-name name version)))) (build-system copy-build-system) (arguments - `(#:install-plan - '(("." ,(string-append - "share/gnome-shell/extensions/" - "burn-my-windows@schneegans.github.com") - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$" "\\.gresource$"))) - #:phases - (modify-phases %standard-phases - (add-before 'install 'compile-resources - (lambda _ - (invoke "make" "resources/burn-my-windows.gresource"))) - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" "."))))))) + (list + #:install-plan + #~'(("." #$(string-append + "share/gnome-shell/extensions/" + "burn-my-windows@schneegans.github.com") + #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" + "\\.xml$" "\\.compiled$" "\\.gresource$"))) + #:phases + #~(modify-phases %standard-phases + (add-before 'install 'compile-resources + (lambda _ + (invoke "make" "resources/burn-my-windows.gresource"))) + (add-before 'install 'compile-schemas + (lambda _ + (with-directory-excursion "schemas" + (invoke "glib-compile-schemas" "."))))))) (native-inputs (list `(,glib "bin"))) ; for glib-compile-resources (home-page "https://github.com/Schneegans/Burn-My-Windows") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 16:57:02 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 21:57:02 +0000 Received: from localhost ([127.0.0.1]:60255 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrF-0008OF-Jn for submit@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:02 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwr9-0008Lg-LB for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:56:56 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id a126131c; Fri, 19 Jan 2024 21:56:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=Jve8Xkcn59QZa4VbFLmTjvm7kn0=; b=e OI2RiMdQJAH4pnX+uEYlrx0fglafZEGPH3fJ/OtXTk3HhDSoGeV/ds89Cthznajb UJCoPWUYbmWkOa8eg5C4ZfbwRmw8KQdGV7onuJ8WYgTSoE8pYDAFJo4GrMWuhX3q DCGeRWpoCP1xOKY+8+KHo9uHHFcrssWqEj40Lx8M0YmZ2o3cVts6n59bSHfkon// TrMC9ND0msunficPBy/NpBPrc3uQyiY3bFO3adiFQe5IEzHXlBiRLVlO902OHG/1 LftTLh+yALsjPRTUxRCtb8Xtb4nxSl3cwyVKEmbloKRVVsq+e32dwdcxy+ip+sDW XvM/JxBUyuiDlnE2uUQcQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id b3d137a4 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:56:51 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:31:43 +0100 Subject: [PATCH gnome-team v2 04/23] gnu: gnome-shell-extension-dash-to-panel: Update to 56. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 56. [arguments]: Convert to list of G-Expressions. [native-inputs]: Add `(,glib "bin"). [propagated-inputs]: Remove `(,glib "bin"). Change-Id: I24a83766b750feb1004bbaf2f5badc9e21f1c30e --- gnu/packages/gnome-xyz.scm | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index c278f47263..1d204e9b6a 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -910,7 +910,7 @@ (define-public gnome-shell-extension-just-perfection (define-public gnome-shell-extension-dash-to-panel (package (name "gnome-shell-extension-dash-to-panel") - (version "56") + (version "56") ;Compatible with GNOME 44 (source (origin (method git-fetch) (uri (git-reference @@ -922,22 +922,24 @@ (define-public gnome-shell-extension-dash-to-panel (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments - `(#:tests? #f - #:make-flags (list (string-append "INSTALLBASE=" - (assoc-ref %outputs "out") - "/share/gnome-shell/extensions") - (string-append "VERSION=" - ,(package-version - gnome-shell-extension-dash-to-panel))) + (list + #:tests? #f + #:make-flags #~(list (string-append "INSTALLBASE=" + #$output + "/share/gnome-shell/extensions") + (string-append "VERSION=" + #$version)) #:phases - (modify-phases %standard-phases - (delete 'bootstrap) - (delete 'configure)))) + #~(modify-phases %standard-phases + (delete 'bootstrap) + (delete 'configure)))) (native-inputs - (list intltool pkg-config)) + (list + `(,glib "bin") + intltool + pkg-config)) (propagated-inputs - (list glib - `(,glib "bin"))) + (list glib)) (synopsis "Icon taskbar for GNOME Shell") (description "This extension moves the dash into the gnome main panel so that the application launchers and system tray are combined -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 16:57:02 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 21:57:02 +0000 Received: from localhost ([127.0.0.1]:60257 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrG-0008OQ-4t for submit@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:02 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrB-0008Lg-LL for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:56:58 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id edee3d54; Fri, 19 Jan 2024 21:56:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=Ry+gAumr1G3O83/zMUDA3cZ32eA=; b=V JIpiQegItuGFtjx+MPMvtamE46cXQhjGBLkb6HlMLwJwUeYt5ac/G8dST79QpDLc vPs89esE/7IXgaUEsVsuSYjNv477k2uqb6ucxvq7br8DNr+2GlaFFKrXG469sWDs XULdeLeGrqNGDAgSYvPxA/vYr1p4sI7cuIRIj3vA8Q8Gcy7R8ubV2DjZ3+zT9fDs EmlkLpGs7rr63Q7JDCJXd+q4p+BRsZ7cVFzC2RblmDKB6kGx+6P8hClfDW1jUszV d5TvJ+4D+zSkjUSFSXHv1YyIRXdOtt6ZvwiLiGyQjb02rOIgbyGAI4agDhwhS3+t BvcUE0dMsulzit0GCVN4A== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 1f8b0cdf (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:56:53 +0000 (UTC) Message-ID: <285062c465045ba0f8744412087e9ddd1fa335b8.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:35:39 +0100 Subject: [PATCH gnome-team v2 05/23] gnu: gnome-shell-extension-unite-shell: Update to 72. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): Update to 72. Change-Id: Ie91c004cb0ab3f81d8ad7c4a15bb357d939d8508 --- gnu/packages/gnome-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 1d204e9b6a..d926bb7857 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -541,7 +541,7 @@ (define-public portfolio (define-public gnome-shell-extension-unite-shell (package (name "gnome-shell-extension-unite-shell") - (version "69") + (version "72") ;Listed as compatible on extensions.gnome.org (source (origin (method git-fetch) (uri (git-reference @@ -550,7 +550,7 @@ (define-public gnome-shell-extension-unite-shell (file-name (git-file-name name version)) (sha256 (base32 - "10yh6ylyp43ykcza180iak08wfypay3raqf3p0vrj9ngm98qzq70")))) + "006m54ribfbqij0p3zzglzqjw1rbvw0f9468j7p6zdaf43vdvhgc")))) (build-system copy-build-system) (native-inputs (list `(,glib "bin") gettext-minimal)) (inputs (list xprop)) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 16:57:10 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 21:57:10 +0000 Received: from localhost ([127.0.0.1]:60270 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrN-0008Q9-NV for submit@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:10 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrE-0008Lg-Lb for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:01 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id ca680ada; Fri, 19 Jan 2024 21:56:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=DmgA+xXFWEaA/OuaFjsP/2901lM=; b=d 7NFf4y/qHsD3EdrJopuOgKPcTzaj5HZJSwkuaj2TWKHBNLWM09CAm1mJqnEWxDEL 1UqRB+lTREMhRe4xyEPJDkEnbg2EjuIXRjk4oVl0Nto2jLDu2nFX1wVcG47l+eCw WfS8VMKvLiU2llZxpZX/nZ+UutCBgg97I5N9WPUG+8IsRuMmMIS+yPkAQEWjwzXU Bu5ZBy7X6GzwnS3B1oXZgDtoqloFwX1CEXSXPggWONP8/K3V2QxoFLUuC3uptjfJ xqeHx1Q3OAbgmva5pL0xIONS2boWC8YvkJ5KmC2oced0rmKmuQZY3/bizYJWq/LN A1fcezftZR5tYaCLkd9lA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 9b4bb48d (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:56:55 +0000 (UTC) Message-ID: <8e41a94b900f75d25a3f0e994d9da45bb3881a35.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:19:27 +0100 Subject: [PATCH gnome-team v2 13/23] gnu: gnome-shell-extension-radio: Update to 21. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-radio): Update to 21. Change-Id: I11aab4c80c96d1237112bb9a089763bd3c331d1a --- gnu/packages/gnome-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index b9d0d29706..7cd0feeded 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1257,7 +1257,7 @@ (define-public gnome-shell-extension-blur-my-shell (define-public gnome-shell-extension-radio (package (name "gnome-shell-extension-radio") - (version "20") + (version "21") (source (origin (method git-fetch) (uri (git-reference @@ -1267,7 +1267,7 @@ (define-public gnome-shell-extension-radio (file-name (git-file-name name version)) (sha256 (base32 - "01dmziad9g7bs3hr59aaz3mivkc6rqfyb9bz2v202zk22vcr5a2y")))) + "1ghk95q3lhliz3his58hh2ql4p9csh6llzip412vwf29zdkr58s2")))) (build-system copy-build-system) (arguments (list -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 16:57:10 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 21:57:10 +0000 Received: from localhost ([127.0.0.1]:60273 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrO-0008QB-31 for submit@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:10 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrG-0008Lg-LT for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:03 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id db5ae45c; Fri, 19 Jan 2024 21:56:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=XSzHMmhkAPGRU5H+ofpmauW+uIo=; b=j bhs1XRb2eLNEw50pB1CyDPfeKK8XRf/rIMEP+NJfPxipTDrSqKzyvN1IPL83Rym6 nvldYpi574TvB9jWPPIb1C2OwXlRp1+4nAkQ3t/NNbwbnuTJOBNluZlIPLMl8OX0 6bH/76o52Q1xCcwFFFsXIek+epj317DdzhsrCvNqrsTq/hO/NfCaEMsqUW0ISQBG A9J9dfBWAJys2Oel5TaOlnXEow8Fs+kn0ytiaINWEe8gUs0rGsRZ2LsitC9MxDPE sjeUq7GyK/Bq9yeMygc3tZ/Ty3TruGkZUcrORwG6CNOQM39+rkMyrkr8ach5q0aY MofuOeNktPUjE8jQxENew== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 0928ed23 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:56:58 +0000 (UTC) Message-ID: <65540be556b6e497e602080597d7a0ad51c96d0b.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:26:28 +0100 Subject: [PATCH gnome-team v2 14/23] gnu: Remove gnome-shell-extension-jiggle. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) This extension has not been made compatible with GNOME 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle): Remove variable. Change-Id: I9afa9c2fe110ba883524eb9ca9acab42fbdd8f00 --- gnu/packages/gnome-xyz.scm | 42 -------------------------------------- 1 file changed, 42 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 7cd0feeded..7e06f693e5 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1133,48 +1133,6 @@ (define-public gnome-shell-extension-vertical-overview style.") (license license:gpl3))) -(define-public gnome-shell-extension-jiggle - (package - (name "gnome-shell-extension-jiggle") - (version "8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jeffchannell/jiggle/") - (commit version))) - (sha256 - (base32 - "1wbdx2bp22bdwj51ckgivwglkmckr7z8kfwvc8nv4y376hjz5jxz")) - (file-name (git-file-name name version)) - (snippet - '(begin (delete-file "schemas/gschemas.compiled"))))) - (build-system copy-build-system) - (arguments - `(#:install-plan - '(("." ,(string-append - "share/gnome-shell/extensions/" - "jiggle@jeffchannell.com") - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$"))) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-version - (lambda _ - (substitute* "metadata.json" - (("\"40.0\"") "\"40\", \"41\"")))) - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" "."))))))) - (native-inputs - (list `(,glib "bin"))) ; for glib-compile-resources - (home-page "https://github.com/jeffchannell/jiggle") - (synopsis "Mouse cursor enlargement for small and fast movements") - (description "Jiggle is a Gnome Shell extension that highlights the cursor -position when the mouse is moved rapidly.") - (license license:gpl2))) - (define-public gnome-shell-extension-burn-my-windows (package (name "gnome-shell-extension-burn-my-windows") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 16:57:11 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 21:57:11 +0000 Received: from localhost ([127.0.0.1]:60275 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrO-0008QJ-Lo for submit@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:10 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrH-0008Lg-VZ for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:04 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id aa2dd9fb; Fri, 19 Jan 2024 21:57:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=yRSK3TFZm9eKPI43eHyf3qLhzQw=; b=k /oeOFbrGS+f3M2JspOg2IuiqBguBcRooDazBNlQ7ZMlR31hIVgDDDBTXerngzqQf 71DZAHg2m2uwRljrwbmvB3ICB2nPh2VT6X6Rh7sdp0hgJ/V11zoF3g1b9ldDx0bA OzJM7Es164S5U3J0xhdv4i03CXjnPEoUdW+xlFphq1zd8Jc/SnWsMnue/nnlvD/L UnW+GLWuF/w9HZ7zXgbOSIccYU/FPmX0QgO9vMWhifUEm+ZaeZn1+BbdaBJj66Rx xbfiK6zAHDan3mJMcGB7BlFh4fwuCXAFpFxjc9mEVq3NMISskyLMg+YgwCAfssxJ Guv+9MHk1ucgW16pfGR8Q== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 8fb544a5 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:57:00 +0000 (UTC) Message-ID: <90ac27c1f268a6b67bf85f743f1b1fb1b2fbbffe.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:45:19 +0100 Subject: [PATCH gnome-team v2 21/23] gnu: Remove gnome-shell-extension-transparent-window. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) This extension has not been ported to GNOME 44. The master branch has compatibility for 43 but not 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-transparent-window): Remove variable. Change-Id: If57da6bb16f53968f5f694392a69118b85b3823c --- gnu/packages/gnome-xyz.scm | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 7d9d3fa78e..89a5426e98 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1213,37 +1213,6 @@ (define-public gnome-shell-extension-radio directly inside GNOME Shell. It can manage stations and play streams.") (license license:gpl3+))) -(define-public gnome-shell-extension-transparent-window - (let ((commit "cc9bc70c192dd565fa6f1d1b28d9a20f99684f2a") - (revision "45")) - (package - (name "gnome-shell-extension-transparent-window") - (version (git-version "0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url (string-append "https://github.com/pbxqdown/" - "gnome-shell-extension-transparent-window")) - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1f9iqqjpmmylqz0ws8cy5rs475bwzi7jy44q9ip44ig2acz2wxzp")))) - (build-system copy-build-system) - (arguments - (list - #:install-plan - #~'(("." - #$(string-append "/share/gnome-shell/extensions" - "/transparent-window@pbxqdown.github.com"))))) - (home-page - "https://github.com/pbxqdown/gnome-shell-extension-transparent-window") - (synopsis "Change the opacity of windows in GNOME Shell") - (description "This extension adds keybindings to change the opacity -of windows.") - (license license:expat)))) - (define-public gnome-shell-extension-vitals (package (name "gnome-shell-extension-vitals") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:21:01 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:21:01 +0000 Received: from localhost ([127.0.0.1]:60306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxES-0005yA-RJ for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:21:01 -0500 Received: from planete-kraus.eu ([89.234.140.182]:35462) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxEQ-0005xs-MU for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 17:20:59 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 5cc83de6; Fri, 19 Jan 2024 22:20:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:cc:date:in-reply-to:references :content-type:content-transfer-encoding:mime-version; s= albinoniA; bh=h5MYfBvmD39iF/dTTBNh07ZdTWg=; b=BFdb5VVu3MuAyxdAIc c1IxcIOkDm6DtoX770uOQHkSL0uRfy890f7LHBBj9vpwa2P/Ks+SM634gZfcetT0 8CSgknQhUXay3CsYXTeyp36a9iYjnP3ye5xkB8hGM2r20FelKoSeJrh/nKkcXAIx LuEU7VsjKm5a7NxqKie6AMYUBSvn5g3wUXNhlNW5H68O2p2uZR5/XW6MFUbN1HaO b33ep3FV3WgfnpSsswC9GkPZmi5XpypXmrAHJY+88fIpQeQQZ9kFVApIYDtKOrV1 LkSXQBwPzc+748odsbSrHETvFC/Hh4w2co7HpQm3+RYtoTk/rZ4dKuc/8NNsqqDy hVwA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 0180146a (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 22:20:48 +0000 (UTC) Message-ID: <4227b4291096dab44ca2ced744f93e67f6dcce85.camel@planete-kraus.eu> Subject: Re: [PATCH gnome-team v2 03/23] gnu: gnome-shell-extension-hide-app-icon: Deprecate. From: Vivien Kraus To: 68556@debbugs.gnu.org Date: Fri, 19 Jan 2024 23:20:46 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Le mercredi 17 janvier 2024 =C3=A0 17:20 +0100, Vivien Kraus a =C3=A9crit= =C2=A0: > +=C2=A0 (deprecated-package "gnome-shell-extension-hide-app-icon" > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 gnome-shell-extensio= n-just-perfection)) > =C2=A0 > =C2=A0(define-public gnome-shell-extension-just-perfection > =C2=A0=C2=A0 (package There=E2=80=99s a mishap here: you have to swap the order of gnome-shell- extension-hide-app-icon and gnome-shell-extension-just-perfection in the file. Sorry. Vivien From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:21:09 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:21:09 +0000 Received: from localhost ([127.0.0.1]:60309 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxEb-0005za-4M for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:21:09 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrq-0008Lg-Ne for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:39 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 939bae21; Fri, 19 Jan 2024 21:57:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=8fdd9ooZZYNwz3+qSJSnk9dpGhk=; b=W HqMwzOwT5eurv0BiyM1uubbin1mIDFLJLv+JySlNmCwVt7BOFPHk3P9Y3L2vDwDA tG5Z3kVsOaPCwjYoXS8Ym4ncYRj2ZwhAAykpKVTAPa9N2/a416m7GSYRxvFTpHGQ Q5PdLNGxUKD/UB5PTqgtAlghrLZhE6L4VO6ldFmpiT5JKdLdQpgnWQZXMLW9zEUc VjDWRtG5BwsIzmQZ+z187zrK3q388H8pBWHmew24uOr8BjRVUvrQA5SqmeIX9IPC sUlY8Ng/F++Inq4hEPir13h1H1lODM483dnTR6ald1QBheMMpVvKrvLxZrL5RZ9W jA8KqJ5cJKnDiTSL35dbw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 5c3b09ec (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:57:34 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:30:13 +0100 Subject: [PATCH gnome-team v2 01/23] gnu: gnome-shell-extension-dash-to-dock: Update to 79. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): Update to 79. [arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels. Change-Id: I327027d8a0ffc2bc7d234fe6517724fd218b947c --- gnu/packages/gnome-xyz.scm | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index a49442bdbe..c32dd3f3ee 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -722,7 +722,7 @@ (define-public gnome-shell-extension-topicons-redux (define-public gnome-shell-extension-dash-to-dock (package (name "gnome-shell-extension-dash-to-dock") - (version "73") + (version "79") (source (origin (method git-fetch) (uri (git-reference @@ -731,23 +731,25 @@ (define-public gnome-shell-extension-dash-to-dock version)))) (sha256 (base32 - "1l0isbrgfc8v46l1yc5l4myz7qnlxzyfyiifipp86z9d79d8klzw")) + "0fsfhgpg8441x28jzhjspb9i9c5502c2fcgdvfggcsmz0sf3v95y")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments - '(#:tests? #f - #:make-flags (list (string-append "INSTALLBASE=" - (assoc-ref %outputs "out") - "/share/gnome-shell/extensions")) - #:phases - (modify-phases %standard-phases - (delete 'bootstrap) - (delete 'configure)))) + (list + #:tests? #f + #:make-flags #~(list (string-append "INSTALLBASE=" + #$output + "/share/gnome-shell/extensions")) + #:phases + #~(modify-phases %standard-phases + (delete 'bootstrap) + (delete 'configure)))) (native-inputs - `(("glib:bin" ,glib "bin") - ("intltool" ,intltool) - ("pkg-config" ,pkg-config) - ("sassc" ,sassc))) + (list + `(,glib "bin") + intltool + pkg-config + sassc)) (propagated-inputs (list glib)) (synopsis "Transforms GNOME's dash into a dock") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:21:10 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:21:10 +0000 Received: from localhost ([127.0.0.1]:60311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxEb-0005zc-HP for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:21:09 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrY-0008Lg-M0 for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:21 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 084e7be1; Fri, 19 Jan 2024 21:57:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=MHmUuj8ixpBVVyWY/sZAaVlM/bY=; b=h 4fkOpI6RI0kAqb7WENbjOYfCDXhVsvy7YS/P2cOwPq92otpbFqMETrHluPd2nzRk N5I7D4I6n9cX7ZVE6Q0yl13U22eSiDCmrANCCBfgAcR3V/GobpqGmbtBZeOZnAOl oehRBKtdWHnRks8U3jiXdktMYODFLhdIQb4loM35PMK8usgi8mj2jMUOZ8IxykIF vgyGMdLs/3nr/jEINHgCrMYjkkhhy3FGcC2K4LPmnQjGJwO9B9bblHJV6dnY13dz pzpxYbI1e+QfA1tQfZiUqELoGmQJov9MZl/dmrtK6R24Apeqwu4AMe7c8T5jYWBF e/j+5QlW3sCzwNFOV+m4Q== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id ab4a9658 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:57:16 +0000 (UTC) Message-ID: <1700ef6a92ab05b22a22392ad4ec3a79059a5b87.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:36:10 +0100 Subject: [PATCH gnome-team v2 18/23] gnu: gnome-shell-extension-paperwm: Update to 44.17.0. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to 44.17.0. [arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels. Change-Id: Ib4e42ade9f02a02a6ef5c775f78428aa0c1ead77 --- gnu/packages/gnome-xyz.scm | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 47b521dd28..94ab817bfe 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -981,33 +981,33 @@ (define-public gnome-shell-extension-noannoyance (define-public gnome-shell-extension-paperwm (package (name "gnome-shell-extension-paperwm") - (version "36.0") + (version "44.17.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/paperwm/PaperWM") - (commit version))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "1ssnabwxrns36c61ppspjkr9i3qifv08pf2jpwl7cjv3pvyn4kly")) + "1d91k9qih81wckqf6554kf8grv6q61rkk4g776g0ijpmf35ljdin")) (snippet '(begin (delete-file "schemas/gschemas.compiled"))))) (build-system copy-build-system) (arguments - '(#:install-plan - '(("." "share/gnome-shell/extensions/paperwm@hedning:matrix.org" - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$"))) - #:phases - (modify-phases %standard-phases - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "make")) - #t))))) + (list + #:install-plan + #~'(("." "share/gnome-shell/extensions/paperwm@hedning:matrix.org" + #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" + "\\.xml$" "\\.compiled$"))) + #:phases + #~(modify-phases %standard-phases + (add-before 'install 'compile-schemas + (lambda _ + (with-directory-excursion "schemas" + (invoke "make"))))))) (native-inputs - `(("glib:bin" ,glib "bin"))) ; for glib-compile-schemas + (list `(,glib "bin"))) ; for glib-compile-schemas (home-page "https://github.com/paperwm/PaperWM") (synopsis "Tiled scrollable window management for GNOME Shell") (description "PaperWM is an experimental GNOME Shell extension providing -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:21:10 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:21:10 +0000 Received: from localhost ([127.0.0.1]:60313 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxEb-0005zk-Uf for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:21:10 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrQ-0008Lg-M1 for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:13 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id c74eb471; Fri, 19 Jan 2024 21:57:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=NUwJ1eNbqgi5I4OEM/5tabApZ3s=; b=S ZSHHXquCkT4r3wihD7yUAx9siCR3gH5CkT3gfbXJF4yVprJKbMZ/IZDGGeK1HK9g +QiMsjINV/rg8m2+4ZIwYhnj7oCYNUoevGkWvo8//g6wqEt+wRn78/+hyKaUzA7/ AwkwS49CEco5ABp+wPGEArr+GFVd/kLCMo4OzJgpVrgpo49OaKDWhMw9SxauLWHg j3mnZCcefGY5iVB1ovvG2N7SG9FScnfgI+9J8eyQyuWQ0bMJw4hnxbyF3NjiP72F uCSzZ93NsgsO5TL59rBgFKo0CFFAEv8ws9lxrVmVAnYf0rm5j+ucCvjCX+ulIilf tSEc6Q3rbYusxGqtOmBiA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id a173ee96 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:57:08 +0000 (UTC) Message-ID: <9a2ad13dd1d07beef5ebd3d5797ee7828407d78b.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Fri, 19 Jan 2024 22:11:05 +0100 Subject: [PATCH gnome-team v2 17/23] gnu: gnome-shell-extension-noannoyance: Deprecate. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Deprecate in favor of gnome-shell-extension-noannoyance-fork. --- gnu/packages/gnome-xyz.scm | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 3f1d9342c0..47b521dd28 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -975,31 +975,8 @@ (define-public gnome-shell-extension-noannoyance-fork (license license:gpl2)))) (define-public gnome-shell-extension-noannoyance - (let ((revision "1") - (commit "b759d10fd2799bc084007fdd927b62637c3dbd2c")) - (package - (name "gnome-shell-extension-noannoyance") - ;; XXX: There is no version noted anywhere in the source. Thus, infer it - ;; from . - (version (git-version "16" revision commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/bdaase/noannoyance") - (commit commit))) - (sha256 - (base32 - "0hh7fdqvx54h9j41ia2jl0nq1d5i66k7blw41ya6hkh7201r4anp")) - (file-name (git-file-name name version)))) - (build-system copy-build-system) - (arguments - '(#:install-plan - '(("." "share/gnome-shell/extensions/noannoyance@daase.net")))) - (synopsis "Remove 'Window is ready' annotation") - (description "One of the many extensions that remove this message. -It uses ES6 syntax and claims to be more actively maintained than others.") - (home-page "https://extensions.gnome.org/extension/2182/noannoyance/") - (license license:gpl2)))) + (deprecated-package "gnome-shell-extension-noannoyance" + gnome-shell-extension-noannoyance-fork)) (define-public gnome-shell-extension-paperwm (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:21:18 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:21:19 +0000 Received: from localhost ([127.0.0.1]:60319 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxEk-00060L-Gn for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:21:18 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrN-0008Lg-Li for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:10 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id f2a7772d; Fri, 19 Jan 2024 21:57:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=EB8jDGKHsQQHqPk9tYzXL9Vb5Ik=; b=G fvNPAuUTrzeLUhtDcKCgNYEdkprwhF2BKDWw1atz+oWhnSN63hTAYtR9cL+roBAg VoO0Wae0I6MQR4hbZHDr/MpEdp3oTaGmV4HzrbVQnPFf0wHp7li3kOauR3FVoT7K 4X2ORJTLw3AoVgExsBJP0xX/IGdfRAZIr5sHY/iPNDyqzgLLvMUL3mT03csoQ6Y4 Q9drWTdeb/R01cdxqSRq86L2r/XFhBfd34ZBYRLPiozSr9igdJHed7lHnNB5MmrH uHWXuZwtZHcD8d/V3zWdcnMZ+zVOaGDD6KQiKXTb7ZMRIt2XSlcdrifXEPchbhuc C6clmtitrSnnR0GfvNqSw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 6092bdad (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:57:05 +0000 (UTC) Message-ID: <00ab34f77dca537fa6005de714d8db3629eab27d.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Thu, 18 Jan 2024 19:19:02 +0100 Subject: [PATCH gnome-team v2 22/23] gnu: Add gnome-shell-extension-v-shell. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-v-shell): New variable. Change-Id: Ib7e3cf5cffed621e2ccd54c84004c5ab8504fa9a --- gnu/packages/gnome-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 89a5426e98..bc1f3dd51f 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1063,6 +1063,42 @@ (define-public gpaste copies you now want to paste.") (license license:bsd-2))) +(define-public gnome-shell-extension-v-shell + (package + (name "gnome-shell-extension-v-shell") + (version "37") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/G-dH/vertical-workspaces") + (commit (string-append "v" version)))) + (sha256 + (base32 + "1h9f3g1dswxkka0yyj51610w86mwl46ylch19b51gj5mmxlyvzlv")) + (file-name (git-file-name name version)))) + (build-system copy-build-system) + (arguments + (list + #:install-plan + #~'(("." #$(string-append + "share/gnome-shell/extensions/" + "vertical-workspaces@G-dH.github.com") + #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" + "\\.xml$" "\\.compiled$" "\\.gresource$"))) + #:phases + #~(modify-phases %standard-phases + (add-before 'install 'build + (lambda _ + (invoke "make" "all")))))) + (native-inputs + (list gettext-minimal `(,glib "bin"))) + (home-page "https://github.com/G-dH/vertical-workspaces") + (synopsis "Shell configuration with horizontal or vertical workspaces") + (description "V-Shell (Vertical Workspaces) lets the user configure different parts of the +shell, including panels, corners, workspaces.") + (license license:gpl3))) + (define-public gnome-shell-extension-vertical-overview (package (name "gnome-shell-extension-vertical-overview") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:21:19 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:21:19 +0000 Received: from localhost ([127.0.0.1]:60322 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxEk-00060O-SR for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:21:19 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwri-0008Lg-N4 for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:31 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 260637b8; Fri, 19 Jan 2024 21:57:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=Uw3cNwsJjABw1BHRXWaZWC30lfI=; b=Z T4SEZia/dCC8VZqtByyi7kOuBTAFaA3j5OUzDoIaJrib0oY2tCNedk70JN1tFfxL Ynv4Cf49DNQjSyVvuWXBELDSTQ1/Odqn2Cv0LxK+QGCVHLv4HOr/SlRma0V+1i4s lgxou2k8PoYSnOIu6KrORpfEXIVoWtZlCj2HSqd8ZM90sVDko+lAeA+pKGr0Ibnw aRJ0nemBL/iIFQ25TIBkIhtwV7r5QyN3hlKw68mUP+Gz6UJfz0m9L52yoRr7xsMY OCYM42sGAyvY8eM3b7VAh7JpiPCyyuNw9373SuntIhcMNt4LXTV6tUN4yd3h+kVD 4cAcFAsu71qwkMOMR4U/w== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 211f9fa0 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:57:26 +0000 (UTC) Message-ID: <9e85d547b825834f7e5c2352ae510c60df8a2ffb.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:41:28 +0100 Subject: [PATCH gnome-team v2 07/23] gnu: gnome-shell-extension-clipboard-indicator: Update to 47. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator): Update to 47. [arguments]: Convert to a list of G-Expressions. Change-Id: Ie982a1820dab1f01b2e8198cd6914d1e676865ad --- gnu/packages/gnome-xyz.scm | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 75abe51b91..2479ebb2bd 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -603,7 +603,7 @@ (define-public gnome-shell-extension-appindicator (define-public gnome-shell-extension-clipboard-indicator (package (name "gnome-shell-extension-clipboard-indicator") - (version "42") + (version "47") (source (origin (method git-fetch) (uri (git-reference @@ -615,7 +615,7 @@ (define-public gnome-shell-extension-clipboard-indicator (file-name (git-file-name name version)) (sha256 (base32 - "0wf2k33pbwjdf8i4y3aw32fgvjbh751qh7504lwhnl02rcq5dc88")) + "00v0v454y6hblzsx06aaysxbs6aky89vnkf7ydzxrddns24c2wix")) (modules '((guix build utils))) (snippet ;; Remove pre-compiled settings schemas and translations from @@ -628,15 +628,16 @@ (define-public gnome-shell-extension-clipboard-indicator (find-files "locale" "\\.mo$")))))) (build-system copy-build-system) (arguments - '(#:install-plan - '(("." "share/gnome-shell/extensions/clipboard-indicator@tudmotu.com" - #:include-regexp ("\\.css$" "\\.compiled$" "\\.js(on)?$" "\\.mo$" "\\.xml$"))) - #:phases - (modify-phases %standard-phases - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" "."))))))) + (list + #:install-plan + #~'(("." "share/gnome-shell/extensions/clipboard-indicator@tudmotu.com" + #:include-regexp ("\\.css$" "\\.compiled$" "\\.js(on)?$" "\\.mo$" "\\.xml$"))) + #:phases + #~(modify-phases %standard-phases + (add-before 'install 'compile-schemas + (lambda _ + (with-directory-excursion "schemas" + (invoke "glib-compile-schemas" "."))))))) (native-inputs (list `(,glib "bin") gettext-minimal)) (home-page "https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:21:24 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:21:24 +0000 Received: from localhost ([127.0.0.1]:60324 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxEq-00061E-At for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:21:24 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrT-0008Lg-MF for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:16 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id b9797ee9; Fri, 19 Jan 2024 21:57:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=TLbh4T+tTwmN0EhC2XLlfC914tU=; b=U XUYr311KD98u83Q9M9LqzFD5P1RQ+CKBVsN2yF2JE4KeT0cjxXGbgnBcru1LsKWl XsgzFsG4AjXDKb3KEKtGEMJPFvSoP8/SHTj5CQycV81Lw5oofm/47n6qqZn/F+kW pEvZJp5hcNFs4VgGoIcxVnuU0vX2231tqCoG3K83ffWFT2XdBQFzM5urtjYXyWdp pzvfYFu0cBro07MKZLJi5VhpT0dvEX1OEYKDIj9wdJ5qJ8VjveQ7tcl23uLh/pu1 LJSXJUlzQN7sq2ZFLvPprJoHpn5zTazYMURiLDCW9+1BHe8/1QIR04XufyVFLEhU OoR9nv4cNy7wp2Ujn2mZw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 40b830ed (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:57:11 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Thu, 18 Jan 2024 19:19:26 +0100 Subject: [PATCH gnome-team v2 23/23] gnu: gnome-shell-extension-vertical-overview: Deprecate. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-vertical-overview): Replace with gnome-shell-extension-v-shell. Change-Id: I1c6539fd6532046f8445ee33b286645b9e68a053 --- gnu/packages/gnome-xyz.scm | 39 ++------------------------------------ 1 file changed, 2 insertions(+), 37 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index bc1f3dd51f..71069540dd 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1100,43 +1100,8 @@ (define-public gnome-shell-extension-v-shell (license license:gpl3))) (define-public gnome-shell-extension-vertical-overview - (package - (name "gnome-shell-extension-vertical-overview") - (version "10") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/RensAlthuis/vertical-overview") - (commit (string-append "v" version)))) - (sha256 - (base32 - "1sqkbg93qqrq47wyfnh2flg7dpsmv5c2pmkx8kgqhnbl7j2kgi0l")) - (file-name (git-file-name name version)) - (snippet - '(begin (delete-file "schemas/gschemas.compiled"))))) - (build-system copy-build-system) - (arguments - `(#:install-plan - '(("." ,(string-append - "share/gnome-shell/extensions/" - "vertical-overview@RensAlthuis.github.com") - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$"))) - #:phases - (modify-phases %standard-phases - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" "."))))))) - (native-inputs - (list `(,glib "bin"))) ; for glib-compile-resources - (home-page "https://github.com/RensAlthuis/vertical-overview") - (synopsis "Provides a vertical overview in Gnome 40 and upper") - (description "This Gnome extension replaces the new horizontally oriented -Gnome overview with something that resembles the old vertically oriented -style.") - (license license:gpl3))) + (deprecated-package "gnome-shell-extension-vertical-overview" + gnome-shell-extension-v-shell)) (define-public gnome-shell-extension-burn-my-windows (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:21:25 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:21:25 +0000 Received: from localhost ([127.0.0.1]:60326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxEq-00061I-NU for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:21:25 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwro-0008Lg-NX for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:37 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 5845ba07; Fri, 19 Jan 2024 21:57:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:mime-version :content-type:content-transfer-encoding:to:cc; s=albinoniA; bh=A AV6CMfRh41ZrMdsrQ2VZaYyEpM=; b=FYViP7cyymJz1e6qMzOjReZQJidndb63b s3a+GZTglj59Xs1n/RTJ7bZRuwUoG01pvMRG4nQWemaY4+yzJm+jq6LIYAFAMNGy +L6VqEhrphhFdpaRYYKw/yGgCrXeut+CksURPx3+xKzGUTmky4o5RRCvV32YPwVb OupNqwookdwvoIPKISuSkKHtUWdjbXjqPcfELI5AdB0nF3rM5JC+M4JXHBPOPgu6 iN07RTBLSAJAKLsA4/b4sfm8gHWUB7rvhKIVqY7mrq1r9zF50l+yzPGSEt84FJq/ 0jtWH0A/zUM3LAVJyXfl+e6mWGPnMF5sUbFmPVEysH4AnJKMMFZLw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 822ba648 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:57:32 +0000 (UTC) Message-ID: <4b9d2a301a45919e9b4503aa86193623eb2c4f27.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:32:42 +0100 Subject: [PATCH gnome-team v2 16/23] gnu: Add gnome-shell-extension-noannoyance-fork. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: 68556@debbugs.gnu.org User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) The NoAnnoyance “v2” project has not been ported to GNOME 44, so we switch to a maintained fork. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance-fork): New variable. Change-Id: Ic74d832020dfe3857e1abf450f5d7876cc921a28 --- gnu/packages/gnome-xyz.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 0f71e0e242..3f1d9342c0 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -946,6 +946,34 @@ (define-public gnome-shell-extension-dash-to-panel (home-page "https://github.com/home-sweet-gnome/dash-to-panel/") (license license:gpl2+))) +(define-public gnome-shell-extension-noannoyance-fork + (let ((revision "1") + (commit "5e9e6a1878d2a1d961f5d59505f15339c5b7e17e")) + (package + ;; This is the “fork” version: + ;; https://extensions.gnome.org/extension/6109/noannoyance-fork/ + (name "gnome-shell-extension-noannoyance-fork") + (version (git-version "1" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/jirkavrba/noannoyance") + (commit commit))) + (sha256 + (base32 + "0br9zrwvn499kh3db84hhw1kl02jpchwb5ldfp892p15vwih8yrf")) + (file-name (git-file-name name version)))) + (build-system copy-build-system) + (arguments + (list + #:install-plan + #~'(("." "share/gnome-shell/extensions/noannoyance@vrba.dev")))) + (synopsis "Remove 'Window is ready' annotation") + (description "One of the many extensions that remove this message. +It uses ES6 syntax and claims to be more actively maintained than others.") + (home-page "https://extensions.gnome.org/extension/2182/noannoyance/") + (license license:gpl2)))) + (define-public gnome-shell-extension-noannoyance (let ((revision "1") (commit "b759d10fd2799bc084007fdd927b62637c3dbd2c")) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:21:25 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:21:25 +0000 Received: from localhost ([127.0.0.1]:60328 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxEr-00061O-5a for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:21:25 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrV-0008Lg-M5 for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:18 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 1ea3fce1; Fri, 19 Jan 2024 21:57:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=TinPjzHxuPxN2LeMzraRnmbOplA=; b=a feWQm4tjtRfsZ/9Yl5zoV2XBcFvScsk11ZhgVEiFuV82k+NPirwvleD9RybXtQIV cGTIOR5mgv2fM34w1fbUwr8OkSfsyDkGLLOV+Ry1nKY3tUGzkwxjTc4h0oGYHyGZ SvsPK5LWxmZjGD7WPzVa7qKB6WplzXgm7qTp6GdMkN6D6/8/7DOan/A/11uUwJg/ BHV9KP7hfQoejnaE5PhInlbwXYv1LL9umggj6nMe59lpc6hrWrHB/WoaxVOjf+iq 45YquVb521XfnXimKfXcLlj3HzRmL7liVEDegnkn0FNDlwR4wRSnx3GFjLzbcxcv eCnKRsC+/nODQb5+FZECA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 80537ff1 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:57:13 +0000 (UTC) Message-ID: <701cefccd026a8645f035b27552586cb55ac7bf2.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:42:21 +0100 Subject: [PATCH gnome-team v2 20/23] gnu: Remove gnome-shell-extension-topicons-redux. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) This extension has not been ported to GNOME 44, but GNOME Shell already displays tray icons. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): Remove variable. Change-Id: I3152f0f0117db56ce89dad659cc779a1ba174378 --- gnu/packages/gnome-xyz.scm | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 0e3c5f9ab7..7d9d3fa78e 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -682,42 +682,6 @@ (define-public gnome-shell-extension-customize-ibus behavior, system tray and input source indicator for IBus.") (license license:gpl3+))) -(define-public gnome-shell-extension-topicons-redux - (package - (name "gnome-shell-extension-topicons-redux") - (version "6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.com/pop-planet/TopIcons-Redux.git") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dli9xb545n3xlj6q4wl0y5gzkm903zs47p8fiq71pdvbr6v38rj")))) - (build-system gnu-build-system) - (native-inputs - (list `(,glib "bin"))) - (arguments - (list - #:tests? #f ;no test defined in the project - #:make-flags - #~(list (string-append "INSTALL_PATH=" #$output - "/share/gnome-shell/extensions")) - #:phases - #~(modify-phases %standard-phases - (delete 'configure) - (delete 'build)))) - (home-page "https://gitlab.com/pop-planet/TopIcons-Redux") - (synopsis "Display legacy tray icons in the GNOME Shell top panel") - (description "Many applications, such as chat clients, downloaders, and -some media players, are meant to run long-term in the background even after you -close their window. These applications remain accessible by adding an icon to -the GNOME Shell Legacy Tray. However, the Legacy Tray was removed in GNOME -3.26. TopIcons Redux brings those icons back into the top panel so that it's -easier to keep track of applications running in the background.") - (license license:gpl2+))) - (define-public gnome-shell-extension-dash-to-dock (package (name "gnome-shell-extension-dash-to-dock") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:21:26 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:21:26 +0000 Received: from localhost ([127.0.0.1]:60330 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxEr-00061W-MY for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:21:26 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwre-0008Lg-Mu for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:27 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 592f64ed; Fri, 19 Jan 2024 21:57:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=lqmXgVRQHWupRuyYO+Cii+C8XTc=; b=m NeVJsW5JZb7R8cM3YOOGYEXdfqyXgLptIVvmfXQUvGDh7OuwdiuKcheFNGJ6iXOI wIPR5dp/Qrc41LYwyuRyhpmnMUxPy8Q0Sf2qubCyjtRm9ekbdVNGk2n0Af3DqcyG nEs3ySDKO6aStO99+2f9bZsVjIzwApLDfqOiKJO89ki8DrxvAKfpmXreVploJRJx m/0gPBgn83djHbBG0Fhx5Fvssw0N3cLMHs/lqRreOvXH2nSlYKSwFFcmjmNQNHaF bVCx6WP/UpJnP3GKu8AoxhFqYQJrq4t3FG9MVBzP1TpJhss44aoQ8QdVqfmNZt+8 gREJhlWDgjfP6TU0+uv8w== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 3a4156f4 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:57:22 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:40:57 +0100 Subject: [PATCH gnome-team v2 06/23] gnu: gnome-shell-extension-appindicator: Update to 53. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator): Update to 53. Change-Id: Ifc3ae680b8f1d66068ce03e94d991de0d479da4e --- gnu/packages/gnome-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index d926bb7857..75abe51b91 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -579,7 +579,7 @@ (define-public gnome-shell-extension-unite-shell (define-public gnome-shell-extension-appindicator (package (name "gnome-shell-extension-appindicator") - (version "42") + (version "53") (source (origin (method git-fetch) (uri (git-reference @@ -588,7 +588,7 @@ (define-public gnome-shell-extension-appindicator (commit (string-append "v" version)))) (sha256 (base32 - "1lf3aqb924nzhj87rhy2zvm5pcfqcklhfw21m6ic3i7wzd9r7cnc")) + "0lyfznsq5x287vpz133y593s7s4mz9i4x2491sgqvir891zwsivy")) (file-name (git-file-name name version)))) (build-system meson-build-system) (native-inputs (list jq gnu-gettext -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:21:26 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:21:26 +0000 Received: from localhost ([127.0.0.1]:60332 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxEs-00061g-4G for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:21:26 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrl-0008Lg-NL for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:34 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id c6cde78c; Fri, 19 Jan 2024 21:57:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=goIDqhnlO6oFN6qPqQCrJ1dStgY=; b=P erkz/rfsCLpt2x4ypMo0ST0RpCLBGwznyHD0qc7ywYXlr/qDm+0XFj90UyNLKcn3 WH9pCnxIxbvMUupNKf+vh+Acg6uh0OTw0YBl3irhdTR1zu17HdKWzQ+G6D48n00U xYmpqApVrnGEShEuZhDqD8q+cA1xTY8oItVYZ7OoA2jYzBnF7VenmKnNx0R3i7eH eJOtFdTF7WMsoYJwPK2PCY4KV/0QH4q09Q//n+lTx7QxisNJWZuoP2juf5oMepLO bTV12JE6lC3EtqboL7NTaWCuUtwZQcpWuC5xe3w9/rIz9YQPVJytOwrP6buJDo5z EW6OwNqP+rmYRPNwstD+A== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 1bc0f3fc (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:57:29 +0000 (UTC) Message-ID: <7e148b07308b3fb6fffa9e8adb966facaddbfc29.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:47:02 +0100 Subject: [PATCH gnome-team v2 08/23] gnu: gnome-shell-extensions-customize-ibus: Update to 86. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-customize-ibus): Update to 86. [arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels. [propagated-inputs]: Add ibus. Change-Id: I48dbc2bd9a8dea7e7a2b161089b433e1d72a8ff1 --- gnu/packages/gnome-xyz.scm | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 2479ebb2bd..a7cd784d78 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -61,6 +61,7 @@ (define-module (gnu packages gnome-xyz) #:use-module (gnu packages glib) #:use-module (gnu packages gnome) #:use-module (gnu packages gtk) + #:use-module (gnu packages ibus) #:use-module (gnu packages inkscape) #:use-module (gnu packages image) #:use-module (gnu packages pkg-config) @@ -649,7 +650,7 @@ (define-public gnome-shell-extension-clipboard-indicator (define-public gnome-shell-extension-customize-ibus (package (name "gnome-shell-extension-customize-ibus") - (version "82") + (version "86") (source (origin (method git-fetch) @@ -658,21 +659,23 @@ (define-public gnome-shell-extension-customize-ibus (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "00brnyahphl4ql9yh74wpb9kmzyb4b5k4rkw40hvxvqw4qwgs24r")))) + (base32 "1psnbhqbqrp68dri0q98y7ikwz9z3701lcy8vvgixb2bh71y7519")))) (build-system gnu-build-system) (arguments - `(#:make-flags - (list (string-append "VERSION=" ,version) - (string-append "INSTALLBASE=" (assoc-ref %outputs "out") - "/share/gnome-shell/extensions")) + (list + #:make-flags + #~(list (string-append "VERSION=" #$version) + (string-append "INSTALLBASE=" #$output + "/share/gnome-shell/extensions")) #:tests? #f ; No test target #:phases - (modify-phases %standard-phases + #~(modify-phases %standard-phases (delete 'bootstrap) (delete 'configure)))) (native-inputs - `(("gettext" ,gettext-minimal) - ("glib:bin" ,glib "bin"))) + (list gettext-minimal `(,glib "bin"))) + (propagated-inputs + (list ibus)) (home-page "https://github.com/openSUSE/Customize-IBus") (synopsis "GNOME Shell Extension for IBus Customization") (description "Customize IBus provides full customization of appearance, -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:21:26 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:21:27 +0000 Received: from localhost ([127.0.0.1]:60334 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxEs-00061k-G5 for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:21:26 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrL-0008Lg-Lz for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:08 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 3a5961d6; Fri, 19 Jan 2024 21:57:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=FJ/Pmf6X5pjaP+3Jgpm7TyIuB0o=; b=g cqvV4FZQmOdna3lzPUuBOJbez3OlTFbyV2vwwx8hfXuVlTguzDdgC0+TzliEdU4U GBoMDXBRX1203QC5A0OOIR6eFdPdG/NaLXCOYOxpyywqlOwFBNBd67p0MnMTu7Dn KgwRH2YyLk5cyDLvB6+ke0J/8JW9c9BG0NKR8UcJAanWt9YUWFVz7S/OWAafjlSz DJHYK7mkBd83V/V5GrHDMkSvwOALzpR3OiQ9fUvYNWl0rGywN76wI4VbRBK58CVR +UZg55R4Bgc3oGjH0IJiq30eXKWQ+o1p898M407C/nA012W7JlQs0/EYyeV+OiO4 tIO9KsWeudkyPkeS2oXAw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 03f27e5f (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:57:03 +0000 (UTC) Message-ID: <07581c4c97aeb546fd205411ff8329b5e359ff3b.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:30:24 +0100 Subject: [PATCH gnome-team v2 15/23] gnu: gnome-shell-extension-night-theme-switcher: Update to 74. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-night-theme-switcher): Update to 74. Change-Id: I712dad785d3d303252f35b4c73185b83b6e01e54 --- gnu/packages/gnome-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 7e06f693e5..0f71e0e242 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1013,7 +1013,7 @@ (define-public gnome-shell-extension-paperwm (define-public gnome-shell-extension-night-theme-switcher (package (name "gnome-shell-extension-night-theme-switcher") - (version "65") + (version "74") (source (origin (method git-fetch) @@ -1022,7 +1022,7 @@ (define-public gnome-shell-extension-night-theme-switcher "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension") (commit version))) (sha256 - (base32 "0qhi2g2lh6m8vhrmmfi60977f0i4k9x1zj68lrvpzzlqndz8cgh9")) + (base32 "1hiydjyn7shc32i81r70sqip9p3hhig7pqq1h7hsz9bc4qlyri7b")) (file-name (git-file-name name version)))) (build-system meson-build-system) (native-inputs (list pkg-config (list glib "bin"))) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:21:27 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:21:27 +0000 Received: from localhost ([127.0.0.1]:60336 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxEs-00061t-Si for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:21:27 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwrb-0008Lg-Ml for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:24 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 3fd7e905; Fri, 19 Jan 2024 21:57:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=ppL8oRuFgFbiPvLD/QUrZtYIZxg=; b=d PoGl5Kj4yZrVXzYxr+FSvigAExqUMJluraOrS8eGacgLD4FPUwRQPJlANZYLsFhK /yos1PP6w82nWu1QsU74VosHiFPEqQvPJRUSoVhgrkQ7y9MxGfnGnchiS8CboTI1 2gPOKHsIwWOnWrisuNsnJSZcbZb96xAvoXZs3tWvI5lzVJ5Gm9bapZIHlGIs1ebV rcOI4SDdpgbCzQAho7aJYzMeTju1a6qrB/IV0N3HW9A6RyAoUyqrHp7IOKcXc3GF sdLfJyV9wGIbwy2KEiUae7eAOqWD8a9yfp0ifs69+t7rcepLfwyLDQqn8DS/YiIS da0smS6BE5mtqOfpPa8/Q== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id f856e478 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:57:19 +0000 (UTC) Message-ID: <89811a7e3ec6ef18f36c0a148d372f11f11bdf6d.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:40:18 +0100 Subject: [PATCH gnome-team v2 19/23] gnu: Remove gnome-shell-extension-sound-output-device-chooser. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) This extension has not been ported to GNOME 44, because you can switch the audio output directly in the shell. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-sound-output-device-chooser): Remove variable. Change-Id: Iae51c7d284b85f630b5874445c6695b32b5d523e --- gnu/packages/gnome-xyz.scm | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 94ab817bfe..0e3c5f9ab7 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1249,39 +1249,6 @@ (define-public gnome-shell-extension-radio directly inside GNOME Shell. It can manage stations and play streams.") (license license:gpl3+))) -(define-public gnome-shell-extension-sound-output-device-chooser - (package - (name "gnome-shell-extension-sound-output-device-chooser") - (version "43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kgshank/gse-sound-output-device-chooser") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1qk6ypyqbv8zwwlky6cgk9hgp1zh32jmzw4wza200g4v94ifkwm9")))) - (build-system gnu-build-system) - (arguments - (list - #:tests? #f ; no check target - #:make-flags #~(list (string-append "INSTALL_DIR=" - #$output - "/share/gnome-shell/extensions")) - #:phases - #~(modify-phases %standard-phases (delete 'configure)))) - (native-inputs (list gettext-minimal `(,glib "bin"))) - (inputs (list python)) - (home-page - "https://extensions.gnome.org/extension/906/sound-output-device-chooser") - (synopsis "Sound output chooser for GNOME Shell") - (description "This extension shows a list of sound output and input devices -in the status menu below the volume slider. Various active ports like HDMI, -Speakers etc. of the same device are also displayed for selection.") - (license license:gpl3+))) - (define-public gnome-shell-extension-transparent-window (let ((commit "cc9bc70c192dd565fa6f1d1b28d9a20f99684f2a") (revision "45")) -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:21:27 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:21:27 +0000 Received: from localhost ([127.0.0.1]:60338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxEt-000620-BI for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:21:27 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:34886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQwru-0008Lg-Nn for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 16:57:43 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id f592a963; Fri, 19 Jan 2024 21:57:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=dANJx9QWlohnEwm/O+3p0N8NTrU=; b=Q tMammBMt5XUkamnuGtnsF3C9b6fTdVGAPxq529ggC+bRTiiOWeXlTFScA1XFAD1H 3rYsgo/CRRw24H/ycz+80uodUWBuNO+EQNFUq6MTxMoH8xbrZsg6ZezQLqbL7gLf oUai8ozy10qIPrAgsVbqj/TxBgL33ma16We1+3Zn9aMFurb9GZORw7rwDwKyHSn+ vJHdHoJcw+suk0OFnqJciYe1s5jpwOgmJ3XwCkntryLiYoSNFq6JGnvYDwpou30y 1ulvaWENjK8xwFtC4kZhhh66biZ7zI1ZBOBuzLOb4ugozn5XhTMCOr5bfJvqGXlG t62k1pKFVlWJShUfaa3Vw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id c5207309 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 21:57:38 +0000 (UTC) Message-ID: <31353786ac9e49d291094515a621f05ff041506a.1705701031.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Tue, 16 Jan 2024 22:50:02 +0100 Subject: [PATCH gnome-team v2 09/23] gnu: gnome-shell-extension-topicons-redux: Update style. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux) [arguments]: Convert to list of G-Expressions. <#:phases>: Do not replace 'install. <#:make-flags>: Add INSTALL_PATH. Change-Id: Iddccb8dd959ccd9edcefc9b76b5b2b4808e5b231 --- gnu/packages/gnome-xyz.scm | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index a7cd784d78..80462d6e08 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -699,20 +699,15 @@ (define-public gnome-shell-extension-topicons-redux (native-inputs (list `(,glib "bin"))) (arguments - `(#:tests? #f ;no test defined in the project - #:phases - (modify-phases %standard-phases - (delete 'configure) - (delete 'build) - (replace 'install - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - (invoke "make" - "install" - (string-append - "INSTALL_PATH=" - out - "/share/gnome-shell/extensions")))))))) + (list + #:tests? #f ;no test defined in the project + #:make-flags + #~(list (string-append "INSTALL_PATH=" #$output + "/share/gnome-shell/extensions")) + #:phases + #~(modify-phases %standard-phases + (delete 'configure) + (delete 'build)))) (home-page "https://gitlab.com/pop-planet/TopIcons-Redux") (synopsis "Display legacy tray icons in the GNOME Shell top panel") (description "Many applications, such as chat clients, downloaders, and -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:33:41 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:33:41 +0000 Received: from localhost ([127.0.0.1]:60359 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxQj-0000cE-HK for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:33:41 -0500 Received: from mail-ed1-x543.google.com ([2a00:1450:4864:20::543]:44064) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxQg-0000bz-Lc for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 17:33:39 -0500 Received: by mail-ed1-x543.google.com with SMTP id 4fb4d7f45d1cf-55783b7b47aso1599192a12.0 for <68556@debbugs.gnu.org>; Fri, 19 Jan 2024 14:33:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705703610; x=1706308410; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=S2MTqe/ItI8Klyloplfixvo7fGQ3prm4ypQbOaExOUQ=; b=UbVoKD1Jk1OZjs1Ps+1aHpiFF8bmE+fLVizc3GSb0KM0cz+VU0OPxdziBWITKUs0zp PtdYbytiYCSfmAJjHBMrOELiXr6Hin46yEpdlEltyzfOT9oLdDroVxoqg9f8423YEIk+ UScGXEUPPi+gLZafAGs99nuaTBWbG0yY6ODL2wqU5i4pUtx0IhiDRV6kqfLlOYKJzW88 Gsb22KEfWGaTX+cUQx1UeyETpjazO8xdc/6zaVUyEUE00TrtABjQ/XzaVfUdI32TN1iM +SdHPQuPmEmgNMDZTaQElXqjOmpFV7dAbArR791T2tOv8qfmn1GSLIeiBCAIwBs663Ol wqhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705703610; x=1706308410; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=S2MTqe/ItI8Klyloplfixvo7fGQ3prm4ypQbOaExOUQ=; b=fJHBcrzWDjwfZCheaAPIM/wB/0Ei/IZ0WYhWkLkkzq8hgr5pbADirJOcgJgm31g6cO xP/jJNPK9YcYGqUzPwiU9OUmIhXgfn9SYIMv8E+tD9kgz97afYfd3IGIomtAr4Oi9v6m mWzze5aSi1cG8eyH3UjJSyLj6xDfnAPIc+aFMK47/wiH9C/tlu18Bd+JSLYeMn/SzM3g bhDe/2ouclJWlHSw/EhygCI1qZf0OwpUUuwltOjS1VZpqFU0oOlx3oFa0wNIcWiKp3aw dzAUb8P5iWoJtSKVqaNn9DaWzGuE7bJLtnLQzkYKK9AYGMk9mYdejiodDH+sdOtN+2pN QwgQ== X-Gm-Message-State: AOJu0YyjtY7mLGYVlpnaF3hnzZ7z8qOPOFaUIXb2qFibTn15af+IUZFG BoLpNJrVmRYq2jmy6D1o7VGbj1/6uIHhx3GRM1klVhZI5NJZl9yM X-Google-Smtp-Source: AGHT+IHC8LEBuOOLTGR0XC4RlEIaz4ZjWVeBmOLMFcwPSQ7NwaKj9K5ZUEGPafnl1kRcLF0VVFSX4Q== X-Received: by 2002:aa7:cd0c:0:b0:55a:670a:6163 with SMTP id b12-20020aa7cd0c000000b0055a670a6163mr225378edw.73.1705703609842; Fri, 19 Jan 2024 14:33:29 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id n20-20020a05640205d400b00558fbada647sm9113286edx.83.2024.01.19.14.33.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Jan 2024 14:33:29 -0800 (PST) Message-ID: <4944197d27589ed008e20956018a4f52fd59af09.camel@gmail.com> Subject: Re: [PATCH gnome-team v2 16/23] gnu: Add gnome-shell-extension-noannoyance-fork. From: Liliana Marie Prikler To: Vivien Kraus , 68556@debbugs.gnu.org Date: Fri, 19 Jan 2024 23:33:27 +0100 In-Reply-To: <4b9d2a301a45919e9b4503aa86193623eb2c4f27.1705701031.git.vivien@planete-kraus.eu> References: <4b9d2a301a45919e9b4503aa86193623eb2c4f27.1705701031.git.vivien@planete-kraus.eu> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Mittwoch, dem 17.01.2024 um 23:32 +0100 schrieb Vivien Kraus: > The NoAnnoyance =E2=80=9Cv2=E2=80=9D project has not been ported to GNOME= 44, so we > switch to a maintained fork. >=20 > * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance- > fork): New variable. >=20 > Change-Id: Ic74d832020dfe3857e1abf450f5d7876cc921a28 > --- Instead of introducing another variable and deprecating the former, it makes sense to just update the origin, version, hash, etc. Cheers From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:35:19 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:35:19 +0000 Received: from localhost ([127.0.0.1]:60363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxSI-0000f6-W2 for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:35:19 -0500 Received: from planete-kraus.eu ([89.234.140.182]:53454) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxSG-0000en-UH for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 17:35:18 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 44b7bb14; Fri, 19 Jan 2024 22:35:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:cc:date:in-reply-to:references :content-type:content-transfer-encoding:mime-version; s= albinoniA; bh=ll6yYMmcnTQ6cufHNDKkxHSwXS8=; b=QaZgwacEySt3+AOxsZ WHwFtZnOdMiD9DFi+vso39mcSYZcFTtSVZ1cQN5Z5G/96U+AI0kQAnH5OJO068IL oz++F+lQSvNbARd7Wg/CzWzD7PTvusL0YFla2WGPwuYmtFNIN0rQbmaZEx0OPasr +ru5O1pzlzph3yQXazmwpai64vS7QFU7ne3ie1g9WEGBAIr7icvegehtNkWvVZcU eReLRAsmFYi8mUsy5k+WjySGK3L/t2XwH1H+qQngHI2pjIYIhbrkzpy6mLP/rz1F PI45H77QtSFf/uix9dEWdWHg07PhTJo0wRtoFWHHFzgEPQ7r/JU5wsVb+qs21NCw pFNQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id bc10f899 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Fri, 19 Jan 2024 22:35:06 +0000 (UTC) Message-ID: <291364ed5c6515e6c8f5d6cd21f6eec8515023f5.camel@planete-kraus.eu> Subject: Re: [PATCH gnome-team v2 16/23] gnu: Add gnome-shell-extension-noannoyance-fork. From: Vivien Kraus To: Liliana Marie Prikler , 68556@debbugs.gnu.org Date: Fri, 19 Jan 2024 23:35:04 +0100 In-Reply-To: <4944197d27589ed008e20956018a4f52fd59af09.camel@gmail.com> References: <4b9d2a301a45919e9b4503aa86193623eb2c4f27.1705701031.git.vivien@planete-kraus.eu> <4944197d27589ed008e20956018a4f52fd59af09.camel@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Le vendredi 19 janvier 2024 =C3=A0 23:33 +0100, Liliana Marie Prikler a =C3=A9crit=C2=A0: > Am Mittwoch, dem 17.01.2024 um 23:32 +0100 schrieb Vivien Kraus: > > The NoAnnoyance =E2=80=9Cv2=E2=80=9D project has not been ported to GNO= ME 44, so we > > switch to a maintained fork. > >=20 > > * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance- > > fork): New variable. > >=20 > > Change-Id: Ic74d832020dfe3857e1abf450f5d7876cc921a28 > > --- > Instead of introducing another variable and deprecating the former, > it > makes sense to just update the origin, version, hash, etc. The version number restarts at 1 (according to extensions.gnome.org), won=E2=80=99t that be a problem? Vivien From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 17:37:21 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 22:37:21 +0000 Received: from localhost ([127.0.0.1]:60367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxUH-0000iT-Du for submit@debbugs.gnu.org; Fri, 19 Jan 2024 17:37:21 -0500 Received: from mail-ej1-x642.google.com ([2a00:1450:4864:20::642]:55565) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQxUF-0000iA-P2 for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 17:37:20 -0500 Received: by mail-ej1-x642.google.com with SMTP id a640c23a62f3a-a2fbb646eb4so22307066b.3 for <68556@debbugs.gnu.org>; Fri, 19 Jan 2024 14:37:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705703831; x=1706308631; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=aX4v4MpJtEgy3YrEKgRpC1ZhhYFr+TmtMej/8Zdy1Tc=; b=SmzJbg19DE9ZcK+y3izLzLrQWYb1XSw2Cg9ziuzO6vuk3mHvECLXgdAvKd+xZ1o8hS 0BlwpMu1GkGJtqZFGHYv4PgzYJGnnuwB4iWQK8hxnytN3DG8P/y2Cr41e+wedpPV8Mpt 15Wdh/7ZpvBVzLxOgDbF585m+gyJE3kqHDkXvg7gGjaV/4U9MpN7Ot/b+gD2BwVdhTgB oDccLlXfpEAkWZcillCYCmYjObgQisOiVKNJTM9x2Q2I2QS+hIHNCausdvmRufzfqLKI H5Fijx5BTRSCtSrekw43rZZmrl0X7kQqUVC48D9DrxzXY0CgICZLAPtzWqiSSAc66Ju4 kJdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705703831; x=1706308631; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=aX4v4MpJtEgy3YrEKgRpC1ZhhYFr+TmtMej/8Zdy1Tc=; b=CX0aHT9fZsWIDIq5phZtcMTz4/btrmLR8wq8ReLSbAhOjLi9EdBoMB/lJ7yoSjbZTK cWaBNBVN1mROWsuHIzIaFjEejCzjEB5tyRfxv7cT6i8qWT4I6alFRCdHWCuzDPPIzFKf JSl6/buP0stfNv/j1Fi6RIPNnP7h4A+AQHpmlSy7q65zoo1pNsXCX4zPmXgos50LsYY8 JjXvvdK2tNFdcb4W+83nkKivmk6muKlKfxkrKqwOdbSovjJXaqUK5XxulDa0f3Ui08yE 6le1wYeG3KFFaHzjU/5RU8n3RwBn1y2eepCTE5A5Xcqz4xik8iRppHxneTx7xtP5xs+5 KN8A== X-Gm-Message-State: AOJu0YyMgEOGIcNreJHvpEV9oxTfuTjHyWjZcul4ahpnqGM0SdMDi0tA oEC9DN93ffBCX9VGT75IavD5gwANTloM7JdNT/A1uCtKdgDyD44j X-Google-Smtp-Source: AGHT+IGlM2ZWk4A8OwRQF+5AUHBgEpRBcL76FKpcHVBHEooUh6q8JKsguh3ddjV9WCemVD9TQABJ5w== X-Received: by 2002:a17:906:13c1:b0:a2f:4913:1c96 with SMTP id g1-20020a17090613c100b00a2f49131c96mr230675ejc.146.1705703831211; Fri, 19 Jan 2024 14:37:11 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id fj17-20020a1709069c9100b00a2f1df39917sm2492307ejc.0.2024.01.19.14.37.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Jan 2024 14:37:10 -0800 (PST) Message-ID: Subject: Re: [PATCH gnome-team v2 18/23] gnu: gnome-shell-extension-paperwm: Update to 44.17.0. From: Liliana Marie Prikler To: Vivien Kraus , 68556@debbugs.gnu.org Date: Fri, 19 Jan 2024 23:37:09 +0100 In-Reply-To: <1700ef6a92ab05b22a22392ad4ec3a79059a5b87.1705701031.git.vivien@planete-kraus.eu> References: <1700ef6a92ab05b22a22392ad4ec3a79059a5b87.1705701031.git.vivien@planete-kraus.eu> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Mittwoch, dem 17.01.2024 um 23:36 +0100 schrieb Vivien Kraus: > * gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update > to > 44.17.0. > [arguments]: Convert to list of G-Expressions. > [native-inputs]: Drop labels. >=20 > Change-Id: Ib4e42ade9f02a02a6ef5c775f78428aa0c1ead77 > --- This patch appears to have been independently submitted for master [1]. We might reduce the scope of gnome-team by one patch if we take the other :) [1] https://issues.guix.gnu.org/68574 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 18:36:05 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 23:36:05 +0000 Received: from localhost ([127.0.0.1]:60423 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyP6-0004Yw-Vq for submit@debbugs.gnu.org; Fri, 19 Jan 2024 18:36:05 -0500 Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]:57441) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyP4-0004YN-Bx for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 18:36:02 -0500 Received: by mail-wr1-x442.google.com with SMTP id ffacd0b85a97d-3387ef9fc62so1143573f8f.2 for <68556@debbugs.gnu.org>; Fri, 19 Jan 2024 15:35:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705707354; x=1706312154; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=O7pXvX6ojbHlQuRn1gyWFE7zYXfpwjUMvkfMj/XvZhU=; b=mlFk1P8MQ5uDK3x13+/7br/07QRyeUSfvJLRnDmAZfjeFmf/AWULCyfkaQ5wG5qQ2W xmIKv2KbzO2n+F8mtei/YkK5C7xQfj4c1rQLSuk2T3QG12rL2eXzcJtOxdrVQMuEHUAe aKsEmfgdOCV5d5wKe8oLrMzNrABWW449B8P3bev+eWo254YqhR+6Kc6bYU78BJJn1nVt rgcgP1ZTE2uZHIAHOU90c20mXrgIF/sdeLwGyq3Ms+VObsXYyJyqJj83wuMkHmRKHULx ri10HmCj6wpUy5IMkFAVtEgd6YrnsX/JhYqdMD58MVMhsJ80CeMAdAluDcJ+Uq9ZVNAG Q4Tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705707354; x=1706312154; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=O7pXvX6ojbHlQuRn1gyWFE7zYXfpwjUMvkfMj/XvZhU=; b=qDf+2YzKwYFAJ9S206R3pOeOlRpxlcGG7VfUp/yr3e28OFdHnzseMbrmHxF/fc2tUX kIO2yomoC1Z72iI2/hosQVjHbG6fU2G/rh96den5Sdvr4a6r9x8vTC50vqO3AiswSCLJ Lj7x67jrfycm/LbNSMWLtZ1nYS3vWR0i2NnOvm6g9Ahb269Ru+TsuD2Xm83IL6Efrpd3 E+PQ2A/yr7Zxex7Bp3FZxAXegq4UsOCd5IRgT4ACAokgTPZX/QB5rV5s8pBPs9U5b1jm 0apB0H3ugwuezw9UbdPSy/TblH9xooV/4dfQXdtbZDXWumP3WoVYItR5BvLLhC+jKT12 L4Hw== X-Gm-Message-State: AOJu0YyTq9CADChgTnGy/6D360+TD7j0T8n7EgfIkCwv1yYGergktQlz EJhGs8sfyieT2St1QMFXsjb4TbeiWzAccVii3hGK4CX1jIWJzX37 X-Google-Smtp-Source: AGHT+IFvRNrycKwt2GuYBUzg9qYQspsFOwvBNaKzhGUv5Hq/5WAcXyyoP65bEwqLdPrgOxnd4zzTeA== X-Received: by 2002:a05:600c:a08:b0:40e:a494:f6dc with SMTP id z8-20020a05600c0a0800b0040ea494f6dcmr5226wmp.82.1705707353786; Fri, 19 Jan 2024 15:35:53 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id wr8-20020a170907700800b00a2e08b24ea3sm6170892ejb.174.2024.01.19.15.35.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Jan 2024 15:35:53 -0800 (PST) Message-ID: <6163def042319794d868800d75b5e495349d009a.camel@gmail.com> Subject: Re: [PATCH gnome-team v2 16/23] gnu: Add gnome-shell-extension-noannoyance-fork. From: Liliana Marie Prikler To: Vivien Kraus , 68556@debbugs.gnu.org Date: Sat, 20 Jan 2024 00:35:50 +0100 In-Reply-To: <291364ed5c6515e6c8f5d6cd21f6eec8515023f5.camel@planete-kraus.eu> References: <4b9d2a301a45919e9b4503aa86193623eb2c4f27.1705701031.git.vivien@planete-kraus.eu> <4944197d27589ed008e20956018a4f52fd59af09.camel@gmail.com> <291364ed5c6515e6c8f5d6cd21f6eec8515023f5.camel@planete-kraus.eu> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Freitag, dem 19.01.2024 um 23:35 +0100 schrieb Vivien Kraus: > Le vendredi 19 janvier 2024 =C3=A0 23:33 +0100, Liliana Marie Prikler a > =C3=A9crit=C2=A0: > > Am Mittwoch, dem 17.01.2024 um 23:32 +0100 schrieb Vivien Kraus: > > > The NoAnnoyance =E2=80=9Cv2=E2=80=9D project has not been ported to G= NOME 44, so > > > we switch to a maintained fork. > > >=20 > > > * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance- > > > fork): New variable. > > >=20 > > > Change-Id: Ic74d832020dfe3857e1abf450f5d7876cc921a28 > > > --- > > Instead of introducing another variable and deprecating the former, > > it makes sense to just update the origin, version, hash, etc. >=20 > The version number restarts at 1 (according to extensions.gnome.org), > won=E2=80=99t that be a problem? I think we can count this as 16 - revision - commit, since it was forked somewhere around there. Cheers From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 18:40:54 2024 Received: (at 68556) by debbugs.gnu.org; 19 Jan 2024 23:40:55 +0000 Received: from localhost ([127.0.0.1]:60427 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyTm-0004gY-L2 for submit@debbugs.gnu.org; Fri, 19 Jan 2024 18:40:54 -0500 Received: from mail-lj1-x22f.google.com ([2a00:1450:4864:20::22f]:53544) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyTk-0004gL-Rb for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 18:40:53 -0500 Received: by mail-lj1-x22f.google.com with SMTP id 38308e7fff4ca-2cd64022164so20522521fa.3 for <68556@debbugs.gnu.org>; Fri, 19 Jan 2024 15:40:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705707644; x=1706312444; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=5S+AvORNOl5RSi539bi+u132OQqr8Bjz3ZjKVMCayws=; b=L41OI7pGUGiSnekyBbIVjsUCzTDcTkyCPAtzaQ1YkAW+Up+BZWySlCgTTLi4oYflYL qAhV3eODTv0OTWUBgy+YxJXuScEK5EWC+mefZIa0GWkQcTrOchlhY4GZI1GQtEjibEZz pmJdEeyEz1LUt2Ql6KjABAD7CbXkUYF8NT7uErthsKI+DdMM6zoWQtX1AtSB93IRaQ57 8hjh1Zor2HZFJkRcPs/WAcSrOwGawIPEjVxmwT7ttecEvgwf5+tqKMpcJBaYumxk9a22 pCxJeZxwzjVbfsvTeA57/iUADbuC9WhAzsgCkx77BP11soQA3WyDLnuNg7OhUAh8E9c7 UYBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705707644; x=1706312444; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=5S+AvORNOl5RSi539bi+u132OQqr8Bjz3ZjKVMCayws=; b=YPKy5f7odOtAWiA7/tCG168nhebKFthNL844Gi2WP5EeQrFlCPbXvP162LNo5gVXdR RQTI05sufYbXDXeV/eYBEpEfF9OU+Da9awqvOOF019DyPZys6EO4iUbfLMwbb98n8Zhn lLrDPT11584vgaxCGs5/0ZOItiA6N8Bmu/iUcmLVcERrPZrq2KLCM0lgV4+Rja5V5Wgh IPzvSKliPXvVu+PTf/Vh4NSk+FLAAGbL7r4QjulqyTcMgYCjLiyrUxVtBqctzZNvxpp2 1GYXA+TfSBsv6exDdwkdbXLbzUkZTeAVVXgdbjCQPLAmBbv066D71K9FGb6wZr8EDSMQ uiEg== X-Gm-Message-State: AOJu0YynYJyVgUt+x4QCYy3OGgwUN87kZyUlxJTvVYYEoti85OU1vdI4 2tKLxNv0Z5ROR5ZWcWFMT0ymVmVE+uJ4ca48q9CxRLPGsANqkrTU X-Google-Smtp-Source: AGHT+IEhr8OMZmFzBXDzVcG5rENzYQ1VPQKBPgPS4z/K5udU8Z9+czQ1AJWUf7GyHui0DrpzpfiVqg== X-Received: by 2002:a2e:9849:0:b0:2cc:c093:a328 with SMTP id e9-20020a2e9849000000b002ccc093a328mr215192ljj.25.1705707644077; Fri, 19 Jan 2024 15:40:44 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id eo15-20020a056402530f00b0055a83fc4201sm415337edb.70.2024.01.19.15.40.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Jan 2024 15:40:43 -0800 (PST) Message-ID: <8476a922404f86567e1d8f8402e999ab40ee59e9.camel@gmail.com> Subject: Re: [PATCH gnome-team v2 00/23] Update extensions with 3 replacements From: Liliana Marie Prikler To: Vivien Kraus , 68556@debbugs.gnu.org Date: Sat, 20 Jan 2024 00:40:41 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Freitag, dem 19.01.2024 um 22:50 +0100 schrieb Vivien Kraus: > Dear guix, >=20 > I took the liberty to introduce V-Shell to replace vertical-overview. > Your idea to use Just Perfection worked, and I packaged the fork for > NoAnnoyance. >=20 > Now we need a solution for Jiggle and Transparent Window, a fix for > the built-in Applications Menu, and a way to deprecate more smoothly > Sound Output Device Chooser and Topicons Redux that are have been > made redundant by the default shell. I pushed the non-controversial patches to gnome-team now. Feel free to rebase and reduce the series for v3 :) Cheers From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 19:14:00 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 00:14:00 +0000 Received: from localhost ([127.0.0.1]:60454 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyzn-0002YQ-JW for submit@debbugs.gnu.org; Fri, 19 Jan 2024 19:14:00 -0500 Received: from planete-kraus.eu ([89.234.140.182]:54546) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyzm-0002Y9-03 for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 19:13:58 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 2d6dcb10; Sat, 20 Jan 2024 00:13:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=pSiaULrfTUsx/mIdKhSObhEjZDU=; b=b QDnFxt5y/R7++Vaw/NhhTILMv0nVatoKknXOKXHkPmqNmeTblEoSGk7nJ+ix1RUs BuP58SaBIQldQ91y9eX615ALJrwTPV3b+BvLbLKX7bSHXnRDxMkq2WtPYpmrNPQB Xk1uRBcFDxuupoqkrbvNoKVL6ZC/Uv85HdTJL4oLIaHM2zHaVQvJMyw2NRVRxiPb Muy6mQ3SyLOYmkqcTZA8+X093t8wPAEhc66w1ZC3L/xgB1h5cWKYFsjUiRbR1QEp YI/+GDxWW2Afgvp2AVOpMhBbDi+EGFNKZ/KeVPobV4wK1zLvQJayLFFhsMe2eaJf HzdjM9ER3f5it6pJMO1aA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 9b4d3b0d (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 00:13:48 +0000 (UTC) Message-ID: <8f098a83247e59e8c9b31500e50da872e16c5156.1705709466.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:26:28 +0100 Subject: [PATCH gnome-team v3 5/7] gnu: Remove gnome-shell-extension-jiggle. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This extension has not been made compatible with GNOME 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle): Remove variable. Change-Id: I9afa9c2fe110ba883524eb9ca9acab42fbdd8f00 --- gnu/packages/gnome-xyz.scm | 42 -------------------------------------- 1 file changed, 42 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index feef78c63a..3cfd87400b 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1103,48 +1103,6 @@ (define-public gnome-shell-extension-vertical-overview (deprecated-package "gnome-shell-extension-vertical-overview" gnome-shell-extension-v-shell)) -(define-public gnome-shell-extension-jiggle - (package - (name "gnome-shell-extension-jiggle") - (version "8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jeffchannell/jiggle/") - (commit version))) - (sha256 - (base32 - "1wbdx2bp22bdwj51ckgivwglkmckr7z8kfwvc8nv4y376hjz5jxz")) - (file-name (git-file-name name version)) - (snippet - '(begin (delete-file "schemas/gschemas.compiled"))))) - (build-system copy-build-system) - (arguments - `(#:install-plan - '(("." ,(string-append - "share/gnome-shell/extensions/" - "jiggle@jeffchannell.com") - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$"))) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-version - (lambda _ - (substitute* "metadata.json" - (("\"40.0\"") "\"40\", \"41\"")))) - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" "."))))))) - (native-inputs - (list `(,glib "bin"))) ; for glib-compile-resources - (home-page "https://github.com/jeffchannell/jiggle") - (synopsis "Mouse cursor enlargement for small and fast movements") - (description "Jiggle is a Gnome Shell extension that highlights the cursor -position when the mouse is moved rapidly.") - (license license:gpl2))) - (define-public gnome-shell-extension-burn-my-windows (package (name "gnome-shell-extension-burn-my-windows") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 19:14:04 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 00:14:04 +0000 Received: from localhost ([127.0.0.1]:60459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyzr-0002ZO-Nn for submit@debbugs.gnu.org; Fri, 19 Jan 2024 19:14:04 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:40400) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyzn-0002YC-61 for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 19:13:59 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 7b842c03; Sat, 20 Jan 2024 00:13:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=cBFIqs0ELnA/EyN29OpY8dczWE4=; b=D x7yuc96MOjaYzwo8Ygt+SOTMjQ4hx/K715IFzkMlrxXMXJmg21M0YWz+6zdCxB7U GD9M8CuGv5zecFq30lljMxEnQfBSUb1jmR8ne603wUvUhfHzDKSU3vnb2824hdnG 04RwrsDLs5hMLoiDAITRWn9AA+XlfRJIT/mph+6TEJC2lIhtE3LVOtDkjMPRrSPg LBt2Zy94Tt4ECO54F1skAOEKA3mIqXW9EsVu0QCOV4iUiLqbSHG/50R8kY2ByjAs Ivk9JkCOCoPouvTSb1RvfDtOExZfslTRgp4JwXhiGWNPEbrffJpdlaIoX+T7IpHZ ejShNquURpbIsMZkWt5xw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 52ed0097 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 00:13:53 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:42:21 +0100 Subject: [PATCH gnome-team v3 4/7] gnu: gnome-shell-extension-topicons-redux: Deprecate. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This extension has not been ported to GNOME 44. The appindicator extension exhibits a similar feature. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): Deprecate in favor of gnome-shell-extension-appindicator. Change-Id: I3152f0f0117db56ce89dad659cc779a1ba174378 --- gnu/packages/gnome-xyz.scm | 41 ++------------------------------------ 1 file changed, 2 insertions(+), 39 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 7ba5ed1af4..feef78c63a 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -683,45 +683,8 @@ (define-public gnome-shell-extension-customize-ibus (license license:gpl3+))) (define-public gnome-shell-extension-topicons-redux - (package - (name "gnome-shell-extension-topicons-redux") - (version "6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.com/pop-planet/TopIcons-Redux.git") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dli9xb545n3xlj6q4wl0y5gzkm903zs47p8fiq71pdvbr6v38rj")))) - (build-system gnu-build-system) - (native-inputs - (list `(,glib "bin"))) - (arguments - `(#:tests? #f ;no test defined in the project - #:phases - (modify-phases %standard-phases - (delete 'configure) - (delete 'build) - (replace 'install - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - (invoke "make" - "install" - (string-append - "INSTALL_PATH=" - out - "/share/gnome-shell/extensions")))))))) - (home-page "https://gitlab.com/pop-planet/TopIcons-Redux") - (synopsis "Display legacy tray icons in the GNOME Shell top panel") - (description "Many applications, such as chat clients, downloaders, and -some media players, are meant to run long-term in the background even after you -close their window. These applications remain accessible by adding an icon to -the GNOME Shell Legacy Tray. However, the Legacy Tray was removed in GNOME -3.26. TopIcons Redux brings those icons back into the top panel so that it's -easier to keep track of applications running in the background.") - (license license:gpl2+))) + (deprecated-package "gnome-shell-extension-topicons-redux" + gnome-shell-extension-appindicator)) (define-public gnome-shell-extension-dash-to-dock (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 19:14:04 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 00:14:04 +0000 Received: from localhost ([127.0.0.1]:60462 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyzs-0002ZR-5d for submit@debbugs.gnu.org; Fri, 19 Jan 2024 19:14:04 -0500 Received: from planete-kraus.eu ([89.234.140.182]:54546) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyzn-0002Y9-5o for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 19:14:00 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id d7cd2ef9; Sat, 20 Jan 2024 00:13:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=s321MBD2+wTRJ9N+3jB3xIZ8D5E=; b=c +Na+50XjOiMfgP0Ax6NWfDqhoT0IzRXG+hp/tUyx6kYUlWs83yimOVaR95OwWeo7 RvNC5eCFSfiFQ3CsIH99+DBs7n4v7T4CA8JeLi5ZbioelUgf9NxjCNbXWFVJ8Hn7 tU7n9Tzbu0moGct6sCKfWbp/lRiiFsfzrgYgcRszBUf6N6hZMmSODUQFnkqyRM3J mc90/fcLIbrbfpZ/69cvXQBWnNUnEoHY5KU7HT6BepSHwT4RghvX7osXdsXqJcoh jn1sUyD87QtWj3FEw2EPzCqz91wWfLyXa9XYGp6eKy84KdyTV4AxHUoA4T7EQjsz NGLJ+XYxuEaTND8jMSllQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id ddc910b5 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 00:13:50 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Fri, 19 Jan 2024 23:50:34 +0100 Subject: [PATCH gnome-team v3 1/7] gnu: gnome-menus: Build GObject Introspection data. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome.scm (gnome-menus) [native-inputs]: Add gobject-introspection. Change-Id: I8cf485955dbad29cec781af9b5fada4c5bcb1ba6 --- gnu/packages/gnome.scm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3d89f06d6a..1e08e027c3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1812,8 +1812,19 @@ (define-public gnome-menus (base32 "07xvaf8s0fiv0035nk8zpzymn5www76w2a1vflrgqmp9plw8yd6r")))) (build-system gnu-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-introspection-install-dir + (lambda _ + (substitute* "libmenu/Makefile.in" + (("@INTROSPECTION_GIRDIR@") + (string-append #$output "/share/gir-1.0/")) + (("@INTROSPECTION_TYPELIBDIR@") + (string-append #$output "/lib/girepository-1.0/")))))))) (native-inputs - (list gettext-minimal glib pkg-config)) + (list gettext-minimal glib gobject-introspection pkg-config)) (synopsis "Menu support for GNOME desktop") (description "GNOME Menus contains the libgnome-menu library, the layout configuration files for the GNOME menu, as well as a simple menu editor.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 19:14:05 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 00:14:05 +0000 Received: from localhost ([127.0.0.1]:60464 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyzs-0002Zf-Lo for submit@debbugs.gnu.org; Fri, 19 Jan 2024 19:14:05 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:40400) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyzo-0002YC-8c for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 19:14:00 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id e575c39b; Sat, 20 Jan 2024 00:13:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:from:date:subject:mime-version:content-type :content-transfer-encoding:to:cc; s=albinoniA; bh=A3E9edtDCZXD21 XunsDNcP9lYEA=; b=YQls3dRbOQlhSqA1zxjvW4uzmNXJehu68RAMx1beea3wxv RfyatJW60n/qvZY/WQB2sBv/5oLgxBC6KL0+Ox0wlureUEVABOXRZwIu/+xWTzbR NUCSODCs1tdQ+h256wJ2D2mnq9qmupMTomqA4ehLEZc1f1yemJBIsvu9+BZOOGAh ypCqK/LrULv/tkiqCy7Otw81B+7Sva7Ql+W6yPf14qsswkKYIhec80KgpAPE7rbr 0sKfIE/KFpr73sY7sm5BqLry8sApTmOms1o94PZ+x7CDegAObDBUSbre36d8hthg ganp24x5u9T79d5h2TebhunKx2ieyP38JdFA9OvA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id f932f1c0 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 00:13:55 +0000 (UTC) Message-ID: From: Vivien Kraus Date: Sat, 20 Jan 2024 01:11:06 +0100 Subject: [PATCH gnome-team v3 0/7] [PATCH gnome-team v3 0/7] Update extensions (2/5 replaced, 2/5 no solution, 1/5 redundant) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: 68556@debbugs.gnu.org User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Dear Guix, In this V3, the Applications Menu built-in extension is fixed by installing typelibs for gnome-menus. Since the extension requires it, I figured it should be a propagated-input. However, it is already propagated by gnome-desktop. Should we propagate it in both gnome-desktop and gnome-shell-extensions? The noannoyance extension now has an updated origin, preserving the same package. The paperwm extension requires to be updated for GNOME 44, see https://issues.guix.gnu.org/68574 for a candidate patch. I still have no solution for Jiggle and Transparent Window. For the former, I was reminded that there is a standard option to make your pointer more visible if you press the control key, but I am not sure this is desirable as a Jiggle replacement. Now sound-output-device-chooser has a greatly decreased utility, since you can choose the output device directly from the shell. Best regards, Vivien Vivien Kraus (7): gnu: gnome-menus: Build GObject Introspection data. gnu: gnome-shell-extensions: Propagate gnome-menus. gnu: gnome-shell-extension-noannoyance: Switch to fork. gnu: gnome-shell-extension-topicons-redux: Deprecate. gnu: Remove gnome-shell-extension-jiggle. gnu: Remove gnome-shell-extension-transparent-window. gnu: Remove gnome-shell-extension-sound-output-device-chooser. gnu/packages/gnome-xyz.scm | 161 +++---------------------------------- gnu/packages/gnome.scm | 16 +++- 2 files changed, 24 insertions(+), 153 deletions(-) base-commit: 49897f2dde7f469c83c496fad2699d3a05f72701 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 19:14:13 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 00:14:13 +0000 Received: from localhost ([127.0.0.1]:60469 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQz01-0002aJ-6N for submit@debbugs.gnu.org; Fri, 19 Jan 2024 19:14:13 -0500 Received: from planete-kraus.eu ([89.234.140.182]:54552) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyzr-0002YH-AQ for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 19:14:04 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id ece49e2b; Sat, 20 Jan 2024 00:13:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:mime-version :content-type:content-transfer-encoding:to:cc; s=albinoniA; bh=1 KmOeuE4H8rdwhSFaWGtSivQ5wY=; b=UMhoXdq5LvazBSPN0aDjOfrQihTx+dcLl s5e9gGfJ2nMooubr1ZEYSPuEYjUtrDHUW4QnzuSiDoFZDH4samIRBn3MDKh+dDqx X5GiDYCj6j2p5LJTqTKxoD6nZ8Sl/KIbgPmEoyhM+3bbWcYSF0hY9lceLn7pWlWC FHzjAitnAYgLn0er5mFYgoHyV3l5SUG2DhzBLe3tyB9e6DO+SpxpNWsE0rpKwUeS 4aTE8jpfJmzJacbsHN496C4dlaR7VAHg7PLsIiXPTeAc6mH5P+1Bxgo4MuCFza7m 7Yxnhy9e7joQuokRZ6gfDAplxFsy6MkBfzzRkdzSwVywS69aPsZCQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 50630cde (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 00:13:58 +0000 (UTC) Message-ID: <577b4b7594e011fb93f1c8c030281759e3e7affa.1705709466.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:32:42 +0100 Subject: [PATCH gnome-team v3 3/7] gnu: gnome-shell-extension-noannoyance: Switch to fork. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: 68556@debbugs.gnu.org User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) The NoAnnoyance “v2” project has not been ported to GNOME 44, so we switch to a maintained fork. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Switch to the fork. [arguments]: Convert to list of G-Expressions. Change-Id: Ic74d832020dfe3857e1abf450f5d7876cc921a28 --- gnu/packages/gnome-xyz.scm | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index b6c1f6d3cb..7ba5ed1af4 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -953,25 +953,26 @@ (define-public gnome-shell-extension-dash-to-panel (define-public gnome-shell-extension-noannoyance (let ((revision "1") - (commit "b759d10fd2799bc084007fdd927b62637c3dbd2c")) + (commit "5e9e6a1878d2a1d961f5d59505f15339c5b7e17e")) (package + ;; This is the “fork” version: + ;; https://extensions.gnome.org/extension/6109/noannoyance-fork/ (name "gnome-shell-extension-noannoyance") - ;; XXX: There is no version noted anywhere in the source. Thus, infer it - ;; from . (version (git-version "16" revision commit)) (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/bdaase/noannoyance") + (url "https://github.com/jirkavrba/noannoyance") (commit commit))) (sha256 (base32 - "0hh7fdqvx54h9j41ia2jl0nq1d5i66k7blw41ya6hkh7201r4anp")) + "0br9zrwvn499kh3db84hhw1kl02jpchwb5ldfp892p15vwih8yrf")) (file-name (git-file-name name version)))) (build-system copy-build-system) (arguments - '(#:install-plan - '(("." "share/gnome-shell/extensions/noannoyance@daase.net")))) + (list + #:install-plan + #~'(("." "share/gnome-shell/extensions/noannoyance@vrba.dev")))) (synopsis "Remove 'Window is ready' annotation") (description "One of the many extensions that remove this message. It uses ES6 syntax and claims to be more actively maintained than others.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 19:14:13 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 00:14:14 +0000 Received: from localhost ([127.0.0.1]:60471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQz01-0002aL-JA for submit@debbugs.gnu.org; Fri, 19 Jan 2024 19:14:13 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:50070) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyzv-0002Z3-CW for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 19:14:08 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 25ad341d; Sat, 20 Jan 2024 00:14:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=sjE1qymgJvf0eK580Fa9IiQZQ/E=; b=Y HuV5Z7TI3QMc6YNCraFfgAKI5uJ6vWRAvk9x75K9EQbIbPtKKiDVAQWGw8sDwa5y KJhVciXBwOAAYTaeMvTprveyfXRIyV5wl5bmVh/rPaJQl4f//wCUubzMuhTXCZ5T Rb/FDMwhc0RYPvBY8ITC65O2nxBbzcbH+KEqoqSV7xNPkX6/34OiIpavJHpYVk5A QElD3zUJZGMRxcIANkELQKoJklm+2fEE1V3ie3CYoAgvhSoD7q2KuCSU1zHaxD8W KLBvsQ+iT6tuPmYvWe1Si34mOIw3SHvzptVbKfPzJNByjjW+Q7IhQsjnArPp71TI Id/VV9sGFaPE/iQRAKUbQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 007d645d (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 00:14:00 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Fri, 19 Jan 2024 23:36:05 +0100 Subject: [PATCH gnome-team v3 2/7] gnu: gnome-shell-extensions: Propagate gnome-menus. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome.scm (gnome-shell-extensions) [propagated-inputs]: Add gnome-menus. Change-Id: I6d2582352b499dd7012d3c0642a3cb48ded68e07 --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1e08e027c3..1627e7832f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10731,7 +10731,8 @@ (define-public gnome-shell-extensions gettext-minimal pkg-config)) (propagated-inputs - (list glib)) + ;; gnome-menus is required for the built-in Applications Menu extension. + (list glib gnome-menus)) (synopsis "Extensions for GNOME Shell") (description "GNOME Shell extensions modify and extend GNOME Shell functionality and behavior.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 19:14:14 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 00:14:14 +0000 Received: from localhost ([127.0.0.1]:60473 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQz01-0002aT-V1 for submit@debbugs.gnu.org; Fri, 19 Jan 2024 19:14:14 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:50070) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyzw-0002Z3-B7 for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 19:14:08 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id f3cf979e; Sat, 20 Jan 2024 00:14:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=21Sn5+0wL1n05r6KemsFR6ac1+o=; b=a xka3vM3sZe1WKT1AGdc8Uf3VQ5Hi9chNBNunKToMikkOpg94Qt3lNh2V5j+RCVM6 xfpo1Tl7dwa8ndpNiMmrnx4SN09lmAhbDMZemIn/mCLBPs3G4FHmh1KDvln1NAI+ 085G/HR5rBA5iCYLrO+pUY9WghmWKD/dn5XVaVZvnTBfpCCBP0Q7OAR/tDyfKpeq uaW1xXHR9uqI7Uki64+FK/qITKDbaRgyhZsD+5r5rdEq3F2mp3XV0LH3yWAEZ+hA xaq/rI7G2MxvrcyZCYWjbseqEuV2lxrkC8etnA8Qlkgg0NGeIivPkbhNpslQl82+ Vcot630qxYcqeRoumaXTA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id b5c1e955 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 00:14:03 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:40:18 +0100 Subject: [PATCH gnome-team v3 7/7] gnu: Remove gnome-shell-extension-sound-output-device-chooser. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This extension has not been ported to GNOME 44, because you can switch the audio output directly in the shell. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-sound-output-device-chooser): Remove variable. Change-Id: Iae51c7d284b85f630b5874445c6695b32b5d523e --- gnu/packages/gnome-xyz.scm | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 76f6bbfb27..b6a8882f52 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1214,38 +1214,6 @@ (define-public gnome-shell-extension-radio directly inside GNOME Shell. It can manage stations and play streams.") (license license:gpl3+))) -(define-public gnome-shell-extension-sound-output-device-chooser - (package - (name "gnome-shell-extension-sound-output-device-chooser") - (version "43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kgshank/gse-sound-output-device-chooser") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1qk6ypyqbv8zwwlky6cgk9hgp1zh32jmzw4wza200g4v94ifkwm9")))) - (build-system gnu-build-system) - (arguments - (list - #:tests? #f ; no check target - #:make-flags #~(list (string-append "INSTALL_DIR=" - #$output - "/share/gnome-shell/extensions")) - #:phases - #~(modify-phases %standard-phases (delete 'configure)))) - (native-inputs (list gettext-minimal `(,glib "bin"))) - (inputs (list python)) - (home-page - "https://extensions.gnome.org/extension/906/sound-output-device-chooser") - (synopsis "Sound output chooser for GNOME Shell") - (description "This extension shows a list of sound output and input devices -in the status menu below the volume slider. Various active ports like HDMI, -Speakers etc. of the same device are also displayed for selection.") - (license license:gpl3+))) (define-public gnome-shell-extension-vitals (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 19:14:14 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 00:14:14 +0000 Received: from localhost ([127.0.0.1]:60475 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQz02-0002ab-9t for submit@debbugs.gnu.org; Fri, 19 Jan 2024 19:14:14 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:50070) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQyzy-0002Z3-Av for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 19:14:10 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 6f048afa; Sat, 20 Jan 2024 00:14:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=qQcXoopLmt+TwfDRpBHQORBvA4A=; b=W d9U0Bkn5l6G5ubvsJ3ySY8bFL9dxGidq4YXNwTXduV6Jd1cTn5sqpXVHDNf4sJwq ggRN5i8fqpa8urc3++/LY6w0dpVWyovXRcTtKt7GU2BuUCmHvycitNdA2HR0w7MN Zo9c9Xz9ZCnFwII6pTmkiWqfo5auo4qiLHXdXUzwC33SEATpH8km6b+cgjx3ybeE UH58XWrgsIWC+uUxgRfPHBZNBR8G05PK5R2H6YlFiCvMyGubMcOgqv7eTC5LmX9N DfwRcRJEcefACyEBjlBELFKsMhCsMKkeBJqA0D11cZjotA9GwAQ9aKiuNvHRSnJ+ NlFyXj9H276oGJTHax7ow== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 74bbf562 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 00:14:06 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:45:19 +0100 Subject: [PATCH gnome-team v3 6/7] gnu: Remove gnome-shell-extension-transparent-window. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This extension has not been ported to GNOME 44. The master branch has compatibility for 43 but not 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-transparent-window): Remove variable. Change-Id: If57da6bb16f53968f5f694392a69118b85b3823c --- gnu/packages/gnome-xyz.scm | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 3cfd87400b..76f6bbfb27 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1247,37 +1247,6 @@ (define-public gnome-shell-extension-sound-output-device-chooser Speakers etc. of the same device are also displayed for selection.") (license license:gpl3+))) -(define-public gnome-shell-extension-transparent-window - (let ((commit "cc9bc70c192dd565fa6f1d1b28d9a20f99684f2a") - (revision "45")) - (package - (name "gnome-shell-extension-transparent-window") - (version (git-version "0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url (string-append "https://github.com/pbxqdown/" - "gnome-shell-extension-transparent-window")) - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1f9iqqjpmmylqz0ws8cy5rs475bwzi7jy44q9ip44ig2acz2wxzp")))) - (build-system copy-build-system) - (arguments - (list - #:install-plan - #~'(("." - #$(string-append "/share/gnome-shell/extensions" - "/transparent-window@pbxqdown.github.com"))))) - (home-page - "https://github.com/pbxqdown/gnome-shell-extension-transparent-window") - (synopsis "Change the opacity of windows in GNOME Shell") - (description "This extension adds keybindings to change the opacity -of windows.") - (license license:expat)))) - (define-public gnome-shell-extension-vitals (package (name "gnome-shell-extension-vitals") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 19:40:31 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 00:40:31 +0000 Received: from localhost ([127.0.0.1]:60500 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQzPT-0000E3-5R for submit@debbugs.gnu.org; Fri, 19 Jan 2024 19:40:31 -0500 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]:44202) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQzPQ-0000Df-TJ for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 19:40:29 -0500 Received: by mail-wm1-x344.google.com with SMTP id 5b1f17b1804b1-40e884de7b9so16781115e9.0 for <68556@debbugs.gnu.org>; Fri, 19 Jan 2024 16:40:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705711220; x=1706316020; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=hZ7b26hXE9QLUkQvdveSumLPS3ayZe86FZKNCyQbx3Q=; b=AQp0PO0Y9QYAN8Nw1mvqqlHZ/9mHuNuHq4X/A0VRUxkA+rf0b65jhiN/G20aiY9h8o L7C+1HCwY4+RfDEGUvN7U/dCEQcHbhXyM68zz+VEG+od+Jvr/B38tQgedbQH0nADkb0p iQFsDAFFzBdmLtlQQtDt/SXjoaCErpbO9zNC1FbVp2DLSwjOWY0NnaGkpdOktT6D+HV7 uNVaVoeNNHJkvrsMTgLYbJPPo5icr0vXrV8einYmhypV0IpDJl3QHswoqnvEwbywOuDE BjAQNVH7XINFhLH/LU2Nf9bRAWUmOcgtk1Arm8wPeO1kVLYH8ODG8Q/dJvpbkLs5AqYC On3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705711220; x=1706316020; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=hZ7b26hXE9QLUkQvdveSumLPS3ayZe86FZKNCyQbx3Q=; b=Iblpjz5bAvA4ku/dWYMpQKgUbXZ/49Cy4ckgPfVkEPr3QR4C6ccHvfj8IgSouLdjrb P0bR9tDEBwAiq6v2QKkFK0CieHSarUGLenpAgk1fD52UykQhyrjmX6pjMWEjPubjD4Kj DvOaV/1/fym8r+ghwqaSKdvcQh2JZQyXvc6XzKtv/Meps8pjFCLHFTUte0y87QHA93Nu 6xIxrXIFH7NJFv5frVv2ReNeKnwJrl/WXLI1Ne7yKQdGh6nPQ2o2k5gJyxlVtttWCoQe UFKhuG67L7zKzzz8MCg9TYCGCcZReVTrlrYVDBTCqozDWMJJdJ5YdEHBkPvctsdYjfR8 v1kw== X-Gm-Message-State: AOJu0Yy0RXKsIfn2+oHU6Y5lj9FXAQj/ndvkcO6FGXOhpYfBAUh1tahj E9rJDuXVSsm0bSGUMmqIAXTkRG2l3Q7JGwqCXySzTPpZRpd4k+0h X-Google-Smtp-Source: AGHT+IETzHJ3S82GAJbSbViXtaL0t3W8TYFlx0HUjF5Uz/3vy5eGSGhCU4rPuMqN2rkxdLHRl1hR6Q== X-Received: by 2002:a05:600c:3585:b0:40e:a3b3:db6e with SMTP id p5-20020a05600c358500b0040ea3b3db6emr103929wmq.47.1705711219875; Fri, 19 Jan 2024 16:40:19 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id g3-20020aa7c843000000b00558dcec1d4dsm10053057edt.76.2024.01.19.16.40.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Jan 2024 16:40:19 -0800 (PST) Message-ID: <9b94f2224fb2d05071d260870bc03cbebdef5854.camel@gmail.com> Subject: Re: [PATCH gnome-team v3 3/7] gnu: gnome-shell-extension-noannoyance: Switch to fork. From: Liliana Marie Prikler To: Vivien Kraus , 68556@debbugs.gnu.org Date: Sat, 20 Jan 2024 01:40:17 +0100 In-Reply-To: <577b4b7594e011fb93f1c8c030281759e3e7affa.1705709466.git.vivien@planete-kraus.eu> References: <577b4b7594e011fb93f1c8c030281759e3e7affa.1705709466.git.vivien@planete-kraus.eu> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: base64 User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) QW0gTWl0dHdvY2gsIGRlbSAxNy4wMS4yMDI0IHVtIDIzOjMyICswMTAwIHNjaHJpZWIgVml2aWVu IEtyYXVzOgo+IFRoZSBOb0Fubm95YW5jZSDigJx2MuKAnSBwcm9qZWN0IGhhcyBub3QgYmVlbiBw b3J0ZWQgdG8gR05PTUUgNDQsIHNvIHdlCj4gc3dpdGNoIHRvCj4gYSBtYWludGFpbmVkIGZvcmsu Cj4gCj4gKiBnbnUvcGFja2FnZXMvZ25vbWUteHl6LnNjbSAoZ25vbWUtc2hlbGwtZXh0ZW5zaW9u LW5vYW5ub3lhbmNlKToKPiBTd2l0Y2ggdG8KPiB0aGUgZm9yay4KPiBbYXJndW1lbnRzXTogQ29u dmVydCB0byBsaXN0IG9mIEctRXhwcmVzc2lvbnMuCj4gCj4gQ2hhbmdlLUlkOiBJYzc0ZDgzMjAy MGRmZTM4NTdlMWFiZjQ1MGY1ZDc4NzZjYzkyMWEyOAo+IC0tLQo+IMKgZ251L3BhY2thZ2VzL2du b21lLXh5ei5zY20gfCAxNSArKysrKysrKy0tLS0tLS0KPiDCoDEgZmlsZSBjaGFuZ2VkLCA4IGlu c2VydGlvbnMoKyksIDcgZGVsZXRpb25zKC0pCj4gCj4gZGlmZiAtLWdpdCBhL2dudS9wYWNrYWdl cy9nbm9tZS14eXouc2NtIGIvZ251L3BhY2thZ2VzL2dub21lLXh5ei5zY20KPiBpbmRleCBiNmMx ZjZkM2NiLi43YmE1ZWQxYWY0IDEwMDY0NAo+IC0tLSBhL2dudS9wYWNrYWdlcy9nbm9tZS14eXou c2NtCj4gKysrIGIvZ251L3BhY2thZ2VzL2dub21lLXh5ei5zY20KPiBAQCAtOTUzLDI1ICs5NTMs MjYgQEAgKGRlZmluZS1wdWJsaWMgZ25vbWUtc2hlbGwtZXh0ZW5zaW9uLWRhc2gtdG8tCj4gcGFu ZWwKPiDCoAo+IMKgKGRlZmluZS1wdWJsaWMgZ25vbWUtc2hlbGwtZXh0ZW5zaW9uLW5vYW5ub3lh bmNlCj4gwqDCoCAobGV0ICgocmV2aXNpb24gIjEiKQo+IC3CoMKgwqDCoMKgwqDCoCAoY29tbWl0 ICJiNzU5ZDEwZmQyNzk5YmMwODQwMDdmZGQ5MjdiNjI2MzdjM2RiZDJjIikpCj4gK8KgwqDCoMKg wqDCoMKgIChjb21taXQgIjVlOWU2YTE4NzhkMmExZDk2MWY1ZDU5NTA1ZjE1MzM5YzViN2UxN2Ui KSkKUmVtZW1iZXIgdG8gYnVtcCB0aGUgcmV2aXNpb24uCj4gwqDCoMKgwqAgKHBhY2thZ2UKPiAr wqDCoMKgwqDCoCA7OyBUaGlzIGlzIHRoZSDigJxmb3Jr4oCdIHZlcnNpb246Cj4gK8KgwqDCoMKg wqAgOzsKPiBodHRwczovL2V4dGVuc2lvbnMuZ25vbWUub3JnL2V4dGVuc2lvbi82MTA5L25vYW5u b3lhbmNlLWZvcmsvClRoZSBjb21tZW50IGhlcmUgaXMgbm90IGdyZWF0LiAgV2hhdCBkb2VzICJU aGlzIGlzIHRoZSBmb3JrIHZlcnNpb24iCm1lYW4gd2hlbiBzdGFuZGluZyBhbG9uZT8gIFRvIG1l LCBpdCBtZWFucyBhYnNvbHV0ZWx5IG5vdGhpbmcsIGRlc3BpdGUKa25vd2luZyB0aGUgY29udGV4 dCBiZWhpbmQuCgpNYXliZSBleHBsYWluICJXaGlsZSB0aGUgb3JpZ2luYWwgdmVyc2lvbiBhdCA8 Zmlyc3QgbGluaz4gaXMgbm90CnVwZGF0ZWQgdG8gY3VycmVudCBnbm9tZSwgdGhpcyBmb3JrIDxm b3JrIGxpbms+IHN1cHBvcnRzIG5ld2VyCnZlcnNpb25zLiIgb3Igc29tZXRoaW5nIGxpa2UgdGhh dC4KPiDCoMKgwqDCoMKgwqAgKG5hbWUgImdub21lLXNoZWxsLWV4dGVuc2lvbi1ub2Fubm95YW5j ZSIpCj4gLcKgwqDCoMKgwqAgOzsgWFhYOiBUaGVyZSBpcyBubyB2ZXJzaW9uIG5vdGVkIGFueXdo ZXJlIGluIHRoZSBzb3VyY2UuwqAKPiBUaHVzLCBpbmZlciBpdAo+IC3CoMKgwqDCoMKgIDs7wqDC oMKgwqDCoCBmcm9tCj4gPGh0dHBzOi8vZXh0ZW5zaW9ucy5nbm9tZS5vcmcvZXh0ZW5zaW9uLzIx ODIvbm9hbm5veWFuY2UvPi4KPiDCoMKgwqDCoMKgwqAgKHZlcnNpb24gKGdpdC12ZXJzaW9uICIx NiIgcmV2aXNpb24gY29tbWl0KSkKPiDCoMKgwqDCoMKgwqAgKHNvdXJjZSAob3JpZ2luCj4gwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKG1ldGhvZCBnaXQtZmV0Y2gpCj4gwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKHVyaSAoZ2l0LXJlZmVyZW5jZQo+IC3CoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKHVybCAiaHR0cHM6Ly9naXRodWIu Y29tL2JkYWFzZS9ub2Fubm95YW5jZSIpCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoCAodXJsCj4gImh0dHBzOi8vZ2l0aHViLmNvbS9qaXJrYXZyYmEvbm9hbm5v eWFuY2UiKQo+IMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChj b21taXQgY29tbWl0KSkpCj4gwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKHNoYTI1 Ngo+IMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKGJhc2UzMgo+IC3CoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgCj4gIjBoaDdmZHF2eDU0aDlqNDFpYTJqbDBucTFk NWk2Nms3Ymx3NDF5YTZoa2g3MjAxcjRhbnAiKSkKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoAo+ICIwYnI5enJ3dm40OTlraDNkYjg0aGh3MWtsMDJqcGNod2I1bGRmcDg5MnAx NXZ3aWg4eXJmIikpCj4gwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKGZpbGUtbmFt ZSAoZ2l0LWZpbGUtbmFtZSBuYW1lIHZlcnNpb24pKSkpCj4gwqDCoMKgwqDCoMKgIChidWlsZC1z eXN0ZW0gY29weS1idWlsZC1zeXN0ZW0pCj4gwqDCoMKgwqDCoMKgIChhcmd1bWVudHMKPiAtwqDC oMKgwqDCoMKgICcoIzppbnN0YWxsLXBsYW4KPiAtwqDCoMKgwqDCoMKgwqDCoCAnKCgiLiIKPiAi c2hhcmUvZ25vbWUtc2hlbGwvZXh0ZW5zaW9ucy9ub2Fubm95YW5jZUBkYWFzZS5uZXQiKSkpKQo+ ICvCoMKgwqDCoMKgwqAgKGxpc3QKPiArwqDCoMKgwqDCoMKgwqAgIzppbnN0YWxsLXBsYW4KPiAr wqDCoMKgwqDCoMKgwqAgI34nKCgiLiIKPiAic2hhcmUvZ25vbWUtc2hlbGwvZXh0ZW5zaW9ucy9u b2Fubm95YW5jZUB2cmJhLmRldiIpKSkpCj4gwqDCoMKgwqDCoMKgIChzeW5vcHNpcyAiUmVtb3Zl ICdXaW5kb3cgaXMgcmVhZHknIGFubm90YXRpb24iKQo+IMKgwqDCoMKgwqDCoCAoZGVzY3JpcHRp b24gIk9uZSBvZiB0aGUgbWFueSBleHRlbnNpb25zIHRoYXQgcmVtb3ZlIHRoaXMKPiBtZXNzYWdl Lgo+IMKgSXQgdXNlcyBFUzYgc3ludGF4IGFuZCBjbGFpbXMgdG8gYmUgbW9yZSBhY3RpdmVseSBt YWludGFpbmVkIHRoYW4KPiBvdGhlcnMuIikKCkNoZWVycwoK From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 19:41:30 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 00:41:30 +0000 Received: from localhost ([127.0.0.1]:60504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQzQP-0000G1-My for submit@debbugs.gnu.org; Fri, 19 Jan 2024 19:41:30 -0500 Received: from mail-ej1-x642.google.com ([2a00:1450:4864:20::642]:43316) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQzQN-0000Fk-AK for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 19:41:28 -0500 Received: by mail-ej1-x642.google.com with SMTP id a640c23a62f3a-a2e0be86878so450135566b.1 for <68556@debbugs.gnu.org>; Fri, 19 Jan 2024 16:41:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705711279; x=1706316079; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=zODoLb7WUM2LYqtVGufslvaJhv07FqeqpWzWwuU7aCs=; b=Fs7pLEt1GlmJD0JJZewX6DXYBikq+xw/sY0UTeN2PKFUfapsb8XFHaV/58FKiFPD2T iXEAcFdmHmk85pNV99nQf6EPn2VTDYW9R8A4QraINk/LxJ/ai3tEu5EjQQuOwjfZ4cL9 5ZjXItT4FxFeLhhT7y30rD6vjcydnxLGnomtBAs8t7TWYX+oy/AW4ZQgyxC/mOvJsf/Q NC583HFBAws22X2HEVZ2L/9QlQAhVrBYIhLg01tufHY9XbrujEy7LKr5SEzHidJgxm0K 7SLzCu9EpUUsAccjy0Gi2Izxe5AbdlWe/mgUrvY1HTWS0+R1dTvh3T3LZhI41DAxczMh lktQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705711279; x=1706316079; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=zODoLb7WUM2LYqtVGufslvaJhv07FqeqpWzWwuU7aCs=; b=flGkFZ8HrS2WTK3VBtaZZrXrTPBikagT0fsXgO/n/3YLGiAan632tedciyDg71Gsro 5cOP20O0LGwE1eJkgFs2N6rNu21G5QdL3WenoUQ2xMnEoEmDx0mqRS3RYNMOp0U5HYjM PItpWY6YSHHb2KvyHOQX/F5REAu/2KVg10gCx28x31LXtLxvDQE1OsDX1r53yXz5LcXU qtopnlUqJxHF89xBny9+F4By0XLn6Cxw4RUpq6LfjQH+BQTKyfAMESDAEVuGZHwFr28O 6dd9ZSv9NYRhUWePQeSST3qG+ogCFrldc4LfDWjhmNrLdCUMs/SQSGQT8I7isb73Du9R U84A== X-Gm-Message-State: AOJu0YwyqYjKvKirDqLt7jL607ByvhnpRCsVP/LxBDFqsF8KXodcn1HJ qj/x7QjpOAUzhO6cyk2W9ngs0i2895lwPY/oMWUwPUCao4/DaXv7 X-Google-Smtp-Source: AGHT+IGuoywg1ibwAmBnb8Y0ZHjivLVVaNb/pr8CjY7dPgLzJhearQLPywmedUFI624HuUds0yVTFQ== X-Received: by 2002:a17:907:a802:b0:a2d:5fe5:f32c with SMTP id vo2-20020a170907a80200b00a2d5fe5f32cmr721635ejc.2.1705711278918; Fri, 19 Jan 2024 16:41:18 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id y23-20020a170906559700b00a269357c2e7sm10833312ejp.36.2024.01.19.16.41.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Jan 2024 16:41:18 -0800 (PST) Message-ID: <41b4f05f625d9ddd17a59c47611e190ebbf3ae67.camel@gmail.com> Subject: Re: [PATCH gnome-team v3 5/7] gnu: Remove gnome-shell-extension-jiggle. From: Liliana Marie Prikler To: Vivien Kraus , 68556@debbugs.gnu.org Date: Sat, 20 Jan 2024 01:41:17 +0100 In-Reply-To: <8f098a83247e59e8c9b31500e50da872e16c5156.1705709466.git.vivien@planete-kraus.eu> References: <8f098a83247e59e8c9b31500e50da872e16c5156.1705709466.git.vivien@planete-kraus.eu> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: base64 User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) QW0gTWl0dHdvY2gsIGRlbSAxNy4wMS4yMDI0IHVtIDIzOjI2ICswMTAwIHNjaHJpZWIgVml2aWVu IEtyYXVzOgo+IFRoaXMgZXh0ZW5zaW9uIGhhcyBub3QgYmVlbiBtYWRlIGNvbXBhdGlibGUgd2l0 aCBHTk9NRSA0NC4KPiAKPiAqIGdudS9wYWNrYWdlcy9nbm9tZS14eXouc2NtIChnbm9tZS1zaGVs bC1leHRlbnNpb24tamlnZ2xlKTogUmVtb3ZlCj4gdmFyaWFibGUuCj4gCj4gQ2hhbmdlLUlkOiBJ OWFmYTljMmZlMTEwYmE4ODM1MjRlYjljYTlhY2FiNDJmYmRkOGYwMAo+IC0tLQo+IMKgZ251L3Bh Y2thZ2VzL2dub21lLXh5ei5zY20gfCA0MiAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0KPiAtLQo+IMKgMSBmaWxlIGNoYW5nZWQsIDQyIGRlbGV0aW9ucygtKQo+IAo+IGRpZmYg LS1naXQgYS9nbnUvcGFja2FnZXMvZ25vbWUteHl6LnNjbSBiL2dudS9wYWNrYWdlcy9nbm9tZS14 eXouc2NtCj4gaW5kZXggZmVlZjc4YzYzYS4uM2NmZDg3NDAwYiAxMDA2NDQKPiAtLS0gYS9nbnUv cGFja2FnZXMvZ25vbWUteHl6LnNjbQo+ICsrKyBiL2dudS9wYWNrYWdlcy9nbm9tZS14eXouc2Nt Cj4gQEAgLTExMDMsNDggKzExMDMsNiBAQCAoZGVmaW5lLXB1YmxpYyBnbm9tZS1zaGVsbC1leHRl bnNpb24tdmVydGljYWwtCj4gb3ZlcnZpZXcKPiDCoMKgIChkZXByZWNhdGVkLXBhY2thZ2UgImdu b21lLXNoZWxsLWV4dGVuc2lvbi12ZXJ0aWNhbC1vdmVydmlldyIKPiDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCBnbm9tZS1zaGVsbC1leHRlbnNpb24tdi1zaGVs bCkpCj4gwqAKPiAtKGRlZmluZS1wdWJsaWMgZ25vbWUtc2hlbGwtZXh0ZW5zaW9uLWppZ2dsZQo+ IC3CoCAocGFja2FnZQo+IC3CoMKgwqAgKG5hbWUgImdub21lLXNoZWxsLWV4dGVuc2lvbi1qaWdn bGUiKQo+IC3CoMKgwqAgKHZlcnNpb24gIjgiKQo+IC3CoMKgwqAgKHNvdXJjZQo+IC3CoMKgwqDC oCAob3JpZ2luCj4gLcKgwqDCoMKgwqDCoCAobWV0aG9kIGdpdC1mZXRjaCkKPiAtwqDCoMKgwqDC oMKgICh1cmkgKGdpdC1yZWZlcmVuY2UKPiAtwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgICh1cmwg Imh0dHBzOi8vZ2l0aHViLmNvbS9qZWZmY2hhbm5lbGwvamlnZ2xlLyIpCj4gLcKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoCAoY29tbWl0IHZlcnNpb24pKSkKPiAtwqDCoMKgwqDCoMKgIChzaGEyNTYK PiAtwqDCoMKgwqDCoMKgwqAgKGJhc2UzMgo+IC3CoMKgwqDCoMKgwqDCoMKgICIxd2JkeDJicDIy YmR3ajUxY2tnaXZ3Z2xrbWNrcjd6OGtmd3ZjOG52NHkzNzZoano1anh6IikpCj4gLcKgwqDCoMKg wqDCoCAoZmlsZS1uYW1lIChnaXQtZmlsZS1uYW1lIG5hbWUgdmVyc2lvbikpCj4gLcKgwqDCoMKg wqDCoCAoc25pcHBldAo+IC3CoMKgwqDCoMKgwqDCoCAnKGJlZ2luIChkZWxldGUtZmlsZSAic2No ZW1hcy9nc2NoZW1hcy5jb21waWxlZCIpKSkpKQo+IC3CoMKgwqAgKGJ1aWxkLXN5c3RlbSBjb3B5 LWJ1aWxkLXN5c3RlbSkKPiAtwqDCoMKgIChhcmd1bWVudHMKPiAtwqDCoMKgwqAgYCgjOmluc3Rh bGwtcGxhbgo+IC3CoMKgwqDCoMKgwqAgJygoIi4iICwoc3RyaW5nLWFwcGVuZAo+IC3CoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgInNoYXJlL2dub21lLXNoZWxsL2V4dGVuc2lvbnMvIgo+ IC3CoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgImppZ2dsZUBqZWZmY2hhbm5lbGwuY29t IikKPiAtwqDCoMKgwqDCoMKgwqDCoMKgICM6aW5jbHVkZS1yZWdleHAgKCJcXC5qcyhvbik/JCIg IlxcLmNzcyQiICJcXC51aSQiCj4gIlxcLnBuZyQiCj4gLcKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAiXFwueG1sJCIgIlxcLmNvbXBpbGVkJCIp KSkKPiAtwqDCoMKgwqDCoMKgICM6cGhhc2VzCj4gLcKgwqDCoMKgwqDCoCAobW9kaWZ5LXBoYXNl cyAlc3RhbmRhcmQtcGhhc2VzCj4gLcKgwqDCoMKgwqDCoMKgwqAgKGFkZC1hZnRlciAndW5wYWNr ICdmaXgtdmVyc2lvbgo+IC3CoMKgwqDCoMKgwqDCoMKgwqDCoCAobGFtYmRhIF8KPiAtwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgIChzdWJzdGl0dXRlKiAibWV0YWRhdGEuanNvbiIKPiAtwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAoKCJcIjQwLjBcIiIpICJcIjQwXCIsIFwiNDFcIiIpKSkp CkZvciB0aGUgcmVjb3JkLCB5b3UgaGF2ZSB0cmllZCB1cGRhdGluZyB0aGVzZSwgYmVmb3JlIHJl bW92aW5nIHRoZQpleHRlbnNpb24sIHJpZ2h0Pwo+IC3CoMKgwqDCoMKgwqDCoMKgIChhZGQtYmVm b3JlICdpbnN0YWxsICdjb21waWxlLXNjaGVtYXMKPiAtwqDCoMKgwqDCoMKgwqDCoMKgwqAgKGxh bWJkYSBfCj4gLcKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAod2l0aC1kaXJlY3RvcnktZXhjdXJz aW9uICJzY2hlbWFzIgo+IC3CoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChpbnZva2UgImds aWItY29tcGlsZS1zY2hlbWFzIiAiLiIpKSkpKSkpCj4gLcKgwqDCoCAobmF0aXZlLWlucHV0cwo+ IC3CoMKgwqDCoCAobGlzdCBgKCxnbGliICJiaW4iKSkpwqAgOyBmb3IgZ2xpYi1jb21waWxlLXJl c291cmNlcwo+IC3CoMKgwqAgKGhvbWUtcGFnZSAiaHR0cHM6Ly9naXRodWIuY29tL2plZmZjaGFu bmVsbC9qaWdnbGUiKQo+IC3CoMKgwqAgKHN5bm9wc2lzICJNb3VzZSBjdXJzb3IgZW5sYXJnZW1l bnQgZm9yIHNtYWxsIGFuZCBmYXN0Cj4gbW92ZW1lbnRzIikKPiAtwqDCoMKgIChkZXNjcmlwdGlv biAiSmlnZ2xlIGlzIGEgR25vbWUgU2hlbGwgZXh0ZW5zaW9uIHRoYXQgaGlnaGxpZ2h0cwo+IHRo ZSBjdXJzb3IKPiAtcG9zaXRpb24gd2hlbiB0aGUgbW91c2UgaXMgbW92ZWQgcmFwaWRseS4iKQo+ IC3CoMKgwqAgKGxpY2Vuc2UgbGljZW5zZTpncGwyKSkpCj4gLQo+IMKgKGRlZmluZS1wdWJsaWMg Z25vbWUtc2hlbGwtZXh0ZW5zaW9uLWJ1cm4tbXktd2luZG93cwo+IMKgwqAgKHBhY2thZ2UKPiDC oMKgwqDCoCAobmFtZSAiZ25vbWUtc2hlbGwtZXh0ZW5zaW9uLWJ1cm4tbXktd2luZG93cyIpCgpD aGVlcnMK From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 19:51:43 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 00:51:43 +0000 Received: from localhost ([127.0.0.1]:60521 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQzaJ-0003IO-Dk for submit@debbugs.gnu.org; Fri, 19 Jan 2024 19:51:43 -0500 Received: from mail-lj1-x22c.google.com ([2a00:1450:4864:20::22c]:57419) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQzaH-0003I7-Kt for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 19:51:42 -0500 Received: by mail-lj1-x22c.google.com with SMTP id 38308e7fff4ca-2cdb50d8982so16358141fa.2 for <68556@debbugs.gnu.org>; Fri, 19 Jan 2024 16:51:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705711893; x=1706316693; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=saprMEc+ZM27/OTKdwDyJo9KELMcwtqyIr42izQHT58=; b=PfVCT7aPFNZKD4iiGeQDDZtCov8QN8w8mSLvotJZaF3EgCLtaPpdsn3F2LQlH8Sx5b QTT6fW2y1TboY2PUQAFlJdy6H4ihz6xcaIQsSYma2jLRF4yGUvJxOEt4Dv4+HnjYu3V/ TY96Cvk2YtEyQi7gtq9OeKu0EPo018zh14oYbQTAiVS3bM1+l4rrX8zZBdACQhvPmp4q wH/5zcCkuRS8UWVsbeNsyNuuywgomBySI4RmUFIg+8Xtxo8S5c6GNbsTqMygSx3KGyY2 VCQ0W6D8Sri8xwq0mPL4TtPDPodVRB9XyXEDk6vcEreiGZ0opPxbQbajKzhSVxWIPSXl rdpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705711893; x=1706316693; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=saprMEc+ZM27/OTKdwDyJo9KELMcwtqyIr42izQHT58=; b=ajFd8S9zN4d2kSuLJrv+GwNWuqx3O1ulHkgriMlBdvQbNsFmhOz1x9onqJ+0d7Auin HVwhCFukDQZFPVCptLaGlPdbVvXsy8G5DtQmlN6tkIWYNSfGTueT1S8TgonQbUcBP9eP a3RAPu0k2hhRbXGKozya6sUP/mTCVYdajoeGk4un7Sip73CX4Az65MKUCnv06UDtDFML ij9QQTeYL8bCmQcbeAn79k6aPVkHWGq5QcC57GWaw3Pdj2kK2bYX7/1slVqBfxS3abYU 1BxSw9lQRj92AEsDRm2AVQ0AY/mOqf6+ftkS/W7VYzHDh3AlJyGLPxunG7tsy07g3F3k Efyg== X-Gm-Message-State: AOJu0Yyd+ggkLBJBywVLxMHqE8y8J7mGHncEeSO0IQ1H0Z1rU7Xai4Vn DJcJk9QzPYNURBqf60OzgGOpQZwdqapfBeZksBdHoc4k934daLmz X-Google-Smtp-Source: AGHT+IFhI60teFGCoh1c2MAhWoNs68IXaOQ+bP3J6Xewc+g+Cs5nBMruES8Kn8daYCXShey+h0wbpw== X-Received: by 2002:a05:651c:19a4:b0:2cc:ddb9:e458 with SMTP id bx36-20020a05651c19a400b002ccddb9e458mr316135ljb.28.1705711892724; Fri, 19 Jan 2024 16:51:32 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id d18-20020a056402401200b00559e65bb529sm3775792eda.28.2024.01.19.16.51.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Jan 2024 16:51:32 -0800 (PST) Message-ID: Subject: Re: [PATCH gnome-team v3 0/7] [PATCH gnome-team v3 0/7] Update extensions (2/5 replaced, 2/5 no solution, 1/5 redundant) From: Liliana Marie Prikler To: Vivien Kraus , 68556@debbugs.gnu.org Date: Sat, 20 Jan 2024 01:51:30 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Samstag, dem 20.01.2024 um 01:11 +0100 schrieb Vivien Kraus: > Dear Guix, >=20 > In this V3, the Applications Menu built-in extension is fixed by > installing typelibs for gnome-menus. Since the extension requires it, > I figured it should be a propagated-input. However, it is already > propagated by gnome-desktop. Should we propagate it in both gnome- > desktop and gnome-shell-extensions? Instead of propagating it, we should perhaps just wrap GI_TYPELIB_PATH? > The noannoyance extension now has an updated origin, preserving the > same package. >=20 > The paperwm extension requires to be updated for GNOME 44, see > https://issues.guix.gnu.org/68574=C2=A0for a candidate patch. More accurately, it is already outdated for GNOME 42(?) and the supplied patch also works for GNOME 44. > I still have no solution for Jiggle and Transparent Window. For the > former, I was reminded that there is a standard option to make your > pointer more visible if you press the control key, but I am not sure > this is desirable as a Jiggle replacement. Let's keep this open for review then. > Now sound-output-device-chooser has a greatly decreased utility, > since you can choose the output device directly from the shell. Cheers From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 19 19:54:01 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 00:54:01 +0000 Received: from localhost ([127.0.0.1]:60525 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQzcX-0003ME-3i for submit@debbugs.gnu.org; Fri, 19 Jan 2024 19:54:01 -0500 Received: from planete-kraus.eu ([89.234.140.182]:38172) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rQzcU-0003Lx-IQ for 68556@debbugs.gnu.org; Fri, 19 Jan 2024 19:54:00 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id ff56caab; Sat, 20 Jan 2024 00:53:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:cc:date:in-reply-to:references :content-type:content-transfer-encoding:mime-version; s= albinoniA; bh=LpILMitjCE7fp6E79ewHr9SJGyU=; b=C5qFwjowYB/Facq+i5 TxC34C7Jvn+jJvb+w/DCBjNWJmGSSJg6fsCOhHXB7/r8Z92N8KVfdEFbJP90UO7p KtB8C5/JxaDhgfSH5sBELVq92uLYZ6+JuggOasSoJg1kcG4P8mM5K4s1ifWkj54Q WB6lzGmKh0/uBKVR7G3bSF/dumYS5/sKPIySZoBAOQIkwg9CCmPs/Pz8j7tlpgE6 OWI0TeeE5gkQsLXcXdVraSLVlU/7q1a2GGRgPEtjDV7h+gp4QjpJ9voZqmOPK4/6 S9Yr7D004gj8zgDgS71HrpEt70QNd3MWlKRGYjl7bB+iTlEgLv2u5Xhwlsm2rpAz bvTA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 98dda259 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 00:53:47 +0000 (UTC) Message-ID: Subject: Re: [PATCH gnome-team v3 5/7] gnu: Remove gnome-shell-extension-jiggle. From: Vivien Kraus To: Liliana Marie Prikler , 68556@debbugs.gnu.org Date: Sat, 20 Jan 2024 01:53:45 +0100 In-Reply-To: <41b4f05f625d9ddd17a59c47611e190ebbf3ae67.camel@gmail.com> References: <8f098a83247e59e8c9b31500e50da872e16c5156.1705709466.git.vivien@planete-kraus.eu> <41b4f05f625d9ddd17a59c47611e190ebbf3ae67.camel@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: base64 User-Agent: Evolution 3.48.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) TGUgc2FtZWRpIDIwIGphbnZpZXIgMjAyNCDDoCAwMTo0MSArMDEwMCwgTGlsaWFuYSBNYXJpZSBQ cmlrbGVyIGEKw6ljcml0wqA6Cj4gPiAtwqDCoMKgwqDCoMKgwqDCoCAoYWRkLWFmdGVyICd1bnBh Y2sgJ2ZpeC12ZXJzaW9uCj4gPiAtwqDCoMKgwqDCoMKgwqDCoMKgwqAgKGxhbWJkYSBfCj4gPiAt wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChzdWJzdGl0dXRlKiAibWV0YWRhdGEuanNvbiIKPiA+ IC3CoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgICgoIlwiNDAuMFwiIikgIlwiNDBcIiwgXCI0 MVwiIikpKSkKPiBGb3IgdGhlIHJlY29yZCwgeW91IGhhdmUgdHJpZWQgdXBkYXRpbmcgdGhlc2Us IGJlZm9yZSByZW1vdmluZyB0aGUKPiBleHRlbnNpb24sIHJpZ2h0PwoKSSBoYWQgbm90OyBidXQg bm93IEkgZGlkIGFuZCB0aGV5IGRvIG5vdCBkbyB0aGVpciBqb2IgYXQgYWxsLgo= From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 20 04:06:44 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 09:06:44 +0000 Received: from localhost ([127.0.0.1]:60810 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR7JL-0003k2-T4 for submit@debbugs.gnu.org; Sat, 20 Jan 2024 04:06:44 -0500 Received: from planete-kraus.eu ([89.234.140.182]:48486) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR7JJ-0003jk-38 for 68556@debbugs.gnu.org; Sat, 20 Jan 2024 04:06:42 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 5829becc; Sat, 20 Jan 2024 09:06:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:cc:date:in-reply-to:references :content-type:mime-version; s=albinoniA; bh=HQsX8XSAdufjE1+BLlBl t2aNx80=; b=hgTWyRYEySCCF6Kx1bzdJVFauUMH8Tb0nNwnZotKRrVrbCoEFOE3 mULOtgtOqPrqUaBxnVc/GmHcmx0LQjCEPJ/M+UxumHshEkdVI6eyG037HjJUwrmS +Cq2WiHwhAlfo5WSS5OQiNXRTsinXJVIQdHzsK64jdyWqma/wOdmVz9UfTIi176z iXnS8gCFnJa+OYQC+BqTxXYsCSk9NEVX1shHCrQs6NYS75Tvk49e6q3sh8YZnG9j UUNJBvLmkKsuPr9WgC58JMbLDLuuOa7NyhKb11JGef7eLL9VX34SDE0K247k4zFb PPoX1R0izImlsgoLo3TPtpHJltFoXmFikA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 96c89b14 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 09:06:31 +0000 (UTC) Message-ID: Subject: Re: [PATCH gnome-team v3 3/7] gnu: gnome-shell-extension-noannoyance: Switch to fork. From: Vivien Kraus To: Liliana Marie Prikler , 68556@debbugs.gnu.org Date: Sat, 20 Jan 2024 10:06:29 +0100 In-Reply-To: <9b94f2224fb2d05071d260870bc03cbebdef5854.camel@gmail.com> References: <577b4b7594e011fb93f1c8c030281759e3e7affa.1705709466.git.vivien@planete-kraus.eu> <9b94f2224fb2d05071d260870bc03cbebdef5854.camel@gmail.com> Content-Type: multipart/mixed; boundary="=-BQfZMrVYHhMoPrMEAAfN" User-Agent: Evolution 3.48.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-BQfZMrVYHhMoPrMEAAfN Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello! Le samedi 20 janvier 2024 =C3=A0 01:40 +0100, Liliana Marie Prikler a =C3=A9crit=C2=A0: > > =C2=A0(define-public gnome-shell-extension-noannoyance > > =C2=A0=C2=A0 (let ((revision "1") > > -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (commit "b759d10fd2799bc084= 007fdd927b62637c3dbd2c")) > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (commit "5e9e6a1878d2a1d961= f5d59505f15339c5b7e17e")) > Remember to bump the revision. > > =C2=A0=C2=A0=C2=A0=C2=A0 (package > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; This is the =E2=80=9Cfork=E2=80=9D v= ersion: > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; > > https://extensions.gnome.org/extension/6109/noannoyance-fork/ > The comment here is not great.=C2=A0 What does "This is the fork version" > mean when standing alone?=C2=A0 To me, it means absolutely nothing, > despite > knowing the context behind. >=20 > Maybe explain "While the original version at is not > updated to current gnome, this fork supports newer > versions." or something like that. The situation is not very easy to explain. I discovered that our commit is 6 ahead of the commit published as version 17 for NoAnnoyance v2. I don=E2=80=99t really want to know how it relates to =E2=80=9CNoAnnoyance=E2= =80=9D the original extension, because it has been forked around 2017 between f21d09a (=E2=80=9Cchange to GPL v2 license=E2=80=9D) and 866084e (=E2=80=9CRewrite= =E2=80=9D), which may be something like version 4 in extensions.gnome.org. In any case, since we are continuing the version number scheme of NoAnnoyance v2, this is version 17-6. I tried to explain this as quickly as possible, what do you think? Best regards, Vivien --=-BQfZMrVYHhMoPrMEAAfN Content-Disposition: attachment; filename*0=0001-gnu-gnome-shell-extension-noannoyance-Switch-to-fork.pat; filename*1=ch Content-Type: text/x-patch; name="0001-gnu-gnome-shell-extension-noannoyance-Switch-to-fork.patch"; charset="UTF-8" Content-Transfer-Encoding: base64 RnJvbSA5ZDFkOWM1Zjc0ZjQzZWE2MGVkMmNlOTg0MmNmODIxNTI5YWQ2ZjI3IE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpNZXNzYWdlLUlEOiA8OWQxZDljNWY3NGY0M2VhNjBlZDJjZTk4NDJjZjgy MTUyOWFkNmYyNy4xNzA1NzQwOTY1LmdpdC52aXZpZW5AcGxhbmV0ZS1rcmF1cy5ldT4KRnJvbTog Vml2aWVuIEtyYXVzIDx2aXZpZW5AcGxhbmV0ZS1rcmF1cy5ldT4KRGF0ZTogV2VkLCAxNyBKYW4g MjAyNCAyMzozMjo0MiArMDEwMApTdWJqZWN0OiBbUEFUQ0hdIGdudTogZ25vbWUtc2hlbGwtZXh0 ZW5zaW9uLW5vYW5ub3lhbmNlOiBTd2l0Y2ggdG8gZm9yay4KTUlNRS1WZXJzaW9uOiAxLjAKQ29u dGVudC1UeXBlOiB0ZXh0L3BsYWluOyBjaGFyc2V0PVVURi04CkNvbnRlbnQtVHJhbnNmZXItRW5j b2Rpbmc6IDhiaXQKClRoZSBOb0Fubm95YW5jZSDigJx2MuKAnSBwcm9qZWN0IGhhcyBub3QgYmVl biBwb3J0ZWQgdG8gR05PTUUgNDQsIHNvIHdlIHN3aXRjaCB0bwphIG1haW50YWluZWQgZm9yay4g IFRoZSB2ZXJzaW9uIG51bWJlciBpcyBjb21wdXRlZCBpbiBjb250aW51aXR5IHdpdGgKTm9Bbm5v eWFuY2UgdjIuCgoqIGdudS9wYWNrYWdlcy9nbm9tZS14eXouc2NtIChnbm9tZS1zaGVsbC1leHRl bnNpb24tbm9hbm5veWFuY2UpOiBTd2l0Y2ggdG8KdGhlIGZvcmsuICBCdW1wIHZlcnNpb24gdG8g MTcgYW5kIHJldmlzaW9uIHRvIDYuClthcmd1bWVudHNdOiBDb252ZXJ0IHRvIGxpc3Qgb2YgRy1F eHByZXNzaW9ucy4KCkNoYW5nZS1JZDogSWM3NGQ4MzIwMjBkZmUzODU3ZTFhYmY0NTBmNWQ3ODc2 Y2M5MjFhMjgKLS0tCiBnbnUvcGFja2FnZXMvZ25vbWUteHl6LnNjbSB8IDI0ICsrKysrKysrKysr KysrKy0tLS0tLS0tLQogMSBmaWxlIGNoYW5nZWQsIDE1IGluc2VydGlvbnMoKyksIDkgZGVsZXRp b25zKC0pCgpkaWZmIC0tZ2l0IGEvZ251L3BhY2thZ2VzL2dub21lLXh5ei5zY20gYi9nbnUvcGFj a2FnZXMvZ25vbWUteHl6LnNjbQppbmRleCBiNmMxZjZkM2NiLi4wMjZhYWVmZDY0IDEwMDY0NAot LS0gYS9nbnUvcGFja2FnZXMvZ25vbWUteHl6LnNjbQorKysgYi9nbnUvcGFja2FnZXMvZ25vbWUt eHl6LnNjbQpAQCAtOTUyLDI2ICs5NTIsMzIgQEAgKGRlZmluZS1wdWJsaWMgZ25vbWUtc2hlbGwt ZXh0ZW5zaW9uLWRhc2gtdG8tcGFuZWwKICAgICAobGljZW5zZSBsaWNlbnNlOmdwbDIrKSkpCiAK IChkZWZpbmUtcHVibGljIGdub21lLXNoZWxsLWV4dGVuc2lvbi1ub2Fubm95YW5jZQotICAobGV0 ICgocmV2aXNpb24gIjEiKQotICAgICAgICAoY29tbWl0ICJiNzU5ZDEwZmQyNzk5YmMwODQwMDdm ZGQ5MjdiNjI2MzdjM2RiZDJjIikpCisgIDs7IFRoZXJlIGFyZSBkaWZmZXJlbnQgZm9ya3Mgb2Yg dGhlIE5vQW5ub3lhbmNlIGV4dGVuc2lvbi4gVGhpcyBpcyB0aGUgb25lCisgIDs7IG5hbWVkIOKA nE5vQW5ub3lhbmNlIChmb3JrKeKAnSBhdAorICA7OyBodHRwczovL2V4dGVuc2lvbnMuZ25vbWUu b3JnL2V4dGVuc2lvbi82MTA5L25vYW5ub3lhbmNlLWZvcmsvIGJlY2F1c2UgaXQKKyAgOzsgc3Vw cG9ydHMgbmV3ZXIgR05PTUUgU2hlbGwgdmVyc2lvbnMgdGhhbiB0aGUgcHJldmlvdXNseSB1c2Vk IOKAnE5vQW5ub3lhbmNlCisgIDs7IHYy4oCdLgorICAobGV0ICgocmV2aXNpb24gIjYiKQorICAg ICAgICA7OyDigJxOb0Fubm95YW5jZSB2MuKAnSB2ZXJzaW9uIDE3IGNvcnJlbGF0ZXMgd2l0aAor ICAgICAgICA7OyBjNjgwNGE0NzA2MzY1OWY5ZjQ4ZDEzYTA5NDJiNzhjZTk4YWFjNzJiCisgICAg ICAgIChjb21taXQgIjVlOWU2YTE4NzhkMmExZDk2MWY1ZDU5NTA1ZjE1MzM5YzViN2UxN2UiKSkK ICAgICAocGFja2FnZQogICAgICAgKG5hbWUgImdub21lLXNoZWxsLWV4dGVuc2lvbi1ub2Fubm95 YW5jZSIpCi0gICAgICA7OyBYWFg6IFRoZXJlIGlzIG5vIHZlcnNpb24gbm90ZWQgYW55d2hlcmUg aW4gdGhlIHNvdXJjZS4gIFRodXMsIGluZmVyIGl0Ci0gICAgICA7OyAgICAgIGZyb20gPGh0dHBz Oi8vZXh0ZW5zaW9ucy5nbm9tZS5vcmcvZXh0ZW5zaW9uLzIxODIvbm9hbm5veWFuY2UvPi4KLSAg ICAgICh2ZXJzaW9uIChnaXQtdmVyc2lvbiAiMTYiIHJldmlzaW9uIGNvbW1pdCkpCisgICAgICAo dmVyc2lvbiAoZ2l0LXZlcnNpb24gIjE3IiByZXZpc2lvbiBjb21taXQpKQogICAgICAgKHNvdXJj ZSAob3JpZ2luCiAgICAgICAgICAgICAgICAgKG1ldGhvZCBnaXQtZmV0Y2gpCiAgICAgICAgICAg ICAgICAgKHVyaSAoZ2l0LXJlZmVyZW5jZQotICAgICAgICAgICAgICAgICAgICAgICh1cmwgImh0 dHBzOi8vZ2l0aHViLmNvbS9iZGFhc2Uvbm9hbm5veWFuY2UiKQorICAgICAgICAgICAgICAgICAg ICAgICh1cmwgImh0dHBzOi8vZ2l0aHViLmNvbS9qaXJrYXZyYmEvbm9hbm5veWFuY2UiKQogICAg ICAgICAgICAgICAgICAgICAgIChjb21taXQgY29tbWl0KSkpCiAgICAgICAgICAgICAgICAgKHNo YTI1NgogICAgICAgICAgICAgICAgICAoYmFzZTMyCi0gICAgICAgICAgICAgICAgICAiMGhoN2Zk cXZ4NTRoOWo0MWlhMmpsMG5xMWQ1aTY2azdibHc0MXlhNmhraDcyMDFyNGFucCIpKQorICAgICAg ICAgICAgICAgICAgIjBicjl6cnd2bjQ5OWtoM2RiODRoaHcxa2wwMmpwY2h3YjVsZGZwODkycDE1 dndpaDh5cmYiKSkKICAgICAgICAgICAgICAgICAoZmlsZS1uYW1lIChnaXQtZmlsZS1uYW1lIG5h bWUgdmVyc2lvbikpKSkKICAgICAgIChidWlsZC1zeXN0ZW0gY29weS1idWlsZC1zeXN0ZW0pCiAg ICAgICAoYXJndW1lbnRzCi0gICAgICAgJygjOmluc3RhbGwtcGxhbgotICAgICAgICAgJygoIi4i ICJzaGFyZS9nbm9tZS1zaGVsbC9leHRlbnNpb25zL25vYW5ub3lhbmNlQGRhYXNlLm5ldCIpKSkp CisgICAgICAgKGxpc3QKKyAgICAgICAgIzppbnN0YWxsLXBsYW4KKyAgICAgICAgI34nKCgiLiIg InNoYXJlL2dub21lLXNoZWxsL2V4dGVuc2lvbnMvbm9hbm5veWFuY2VAdnJiYS5kZXYiKSkpKQog ICAgICAgKHN5bm9wc2lzICJSZW1vdmUgJ1dpbmRvdyBpcyByZWFkeScgYW5ub3RhdGlvbiIpCiAg ICAgICAoZGVzY3JpcHRpb24gIk9uZSBvZiB0aGUgbWFueSBleHRlbnNpb25zIHRoYXQgcmVtb3Zl IHRoaXMgbWVzc2FnZS4KIEl0IHVzZXMgRVM2IHN5bnRheCBhbmQgY2xhaW1zIHRvIGJlIG1vcmUg YWN0aXZlbHkgbWFpbnRhaW5lZCB0aGFuIG90aGVycy4iKQoKYmFzZS1jb21taXQ6IDQ5ODk3ZjJk ZGU3ZjQ2OWM4M2M0OTZmYWQyNjk5ZDNhMDVmNzI3MDEKcHJlcmVxdWlzaXRlLXBhdGNoLWlkOiAz ZmFlZWRhN2U1OGI2NGQwODhiMzg4YjZlYmI0NGI5Mjc5NjQ5MTJiCnByZXJlcXVpc2l0ZS1wYXRj aC1pZDogYmMxNjdjZTYwODc0M2NmMTZiNjQ4MDkxZWI1Nzc1ZTU3YjllMDk1MwotLSAKMi40MS4w Cgo= --=-BQfZMrVYHhMoPrMEAAfN-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 20 05:11:51 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 10:11:52 +0000 Received: from localhost ([127.0.0.1]:32912 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR8KN-0008ID-It for submit@debbugs.gnu.org; Sat, 20 Jan 2024 05:11:51 -0500 Received: from mail-wm1-x32b.google.com ([2a00:1450:4864:20::32b]:57853) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR8KL-0008Hw-Kh for 68556@debbugs.gnu.org; Sat, 20 Jan 2024 05:11:50 -0500 Received: by mail-wm1-x32b.google.com with SMTP id 5b1f17b1804b1-40e7065b692so16697085e9.3 for <68556@debbugs.gnu.org>; Sat, 20 Jan 2024 02:11:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1705745501; x=1706350301; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=10KzH3i+k9MHkizABy6uT/dlu5ETcXCAlZZk8YKlni0=; b=NrIc24wbUFW5tBsjUtZz1pgu4w6Lm2sy4kl2MCJENtql3qxq2G9DflBboRyrVQtYj0 P5pUNHkKlFbvjM2YbWxdUVblyuPnPFg0UGJs4nEuK2D/27+/Yn9LZBYI7RkToRjlC/tL RX+iO2Su6XjHbZWRMEuAFVeU9ZZix15lzvmBvyrTyGRdpLis8dDPXWu19SnU+fTx7Cj7 EGi31WsbPpvjsOdl1/78tVuSM6Cfx+LGx6dMJEn6iLIZGEZRv+ugwqUvmOph87djkz1D YC63V4ebjGfyUYNb3FOdzlexFV7rfM+tjmyVZXqhbFRqha8UAmo05eYHhdknvONEfZlg tUlg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705745501; x=1706350301; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=10KzH3i+k9MHkizABy6uT/dlu5ETcXCAlZZk8YKlni0=; b=PRzOHXIKlt6tQczL8kWcGDCpUrC8sHAbbcR6hlBREMG3RC9wAoX99v8dMcSuliTQxd yd60+oShSM94orRlwNUw0RJq1x8Hf/Tiwn+P9dEMDTPoNIfRVrTm9jauIaz9Dzaah/dj AZKQ7vSrp22hZ3wwwv3mgWJMjnK6Lon/kO5A18EyU7lmcUIReEi+/hLgNe693KObMFXO dqcv5QCS9RH7L4fxi+nUo6LKarSFIuX+Clmk+BRaDHUu/qtawGUK1Zd/OXC92Yv/HEHy ZWOJgYfGA8/gWXlRhsK2yXroj4cehoM75b04VmsE2Vh6rXbu/nrPWccu/aeWhg5mpa4c n9/w== X-Gm-Message-State: AOJu0Yy3ZrRSGKAUG35BObeC57xh+e9kgjGV7VzHI3VSLWhyjxWiZHZ0 n41gVTE+9EaxDffiIyaMso78jexMpEWdYL1sxMytZxK6JHDtwQrHcixBQ9pt X-Google-Smtp-Source: AGHT+IHEVsWkwEKPE7pGpmr9+mX0Ov9QgX16m/7U9yI5w8UQlslFI/Z0LfUnBBWGWs6zIdw1VM072g== X-Received: by 2002:a05:600c:444b:b0:40e:8799:733f with SMTP id v11-20020a05600c444b00b0040e8799733fmr648279wmn.122.1705745500502; Sat, 20 Jan 2024 02:11:40 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id s15-20020aa7c54f000000b00559dfe96a18sm4379286edr.87.2024.01.20.02.11.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 20 Jan 2024 02:11:40 -0800 (PST) Message-ID: <31b8fcf6a169f83d52a4d0f03956fd40f3d29d12.camel@gmail.com> Subject: Re: [PATCH gnome-team v3 3/7] gnu: gnome-shell-extension-noannoyance: Switch to fork. From: Liliana Marie Prikler To: Vivien Kraus , 68556@debbugs.gnu.org Date: Sat, 20 Jan 2024 11:11:38 +0100 In-Reply-To: References: <577b4b7594e011fb93f1c8c030281759e3e7affa.1705709466.git.vivien@planete-kraus.eu> <9b94f2224fb2d05071d260870bc03cbebdef5854.camel@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Samstag, dem 20.01.2024 um 10:06 +0100 schrieb Vivien Kraus: > Hello! >=20 > Le samedi 20 janvier 2024 =C3=A0 01:40 +0100, Liliana Marie Prikler a > =C3=A9crit=C2=A0: > > > =C2=A0(define-public gnome-shell-extension-noannoyance > > > =C2=A0=C2=A0 (let ((revision "1") > > > -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (commit "b759d10fd2799bc0= 84007fdd927b62637c3dbd2c")) > > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (commit "5e9e6a1878d2a1d9= 61f5d59505f15339c5b7e17e")) > > Remember to bump the revision. > > > =C2=A0=C2=A0=C2=A0=C2=A0 (package > > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; This is the =E2=80=9Cfork=E2=80=9D= version: > > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; > > > https://extensions.gnome.org/extension/6109/noannoyance-fork/ > > The comment here is not great.=C2=A0 What does "This is the fork > > version" > > mean when standing alone?=C2=A0 To me, it means absolutely nothing, > > despite > > knowing the context behind. > >=20 > > Maybe explain "While the original version at is not > > updated to current gnome, this fork supports newer > > versions." or something like that. >=20 > The situation is not very easy to explain. I discovered that our > commit is 6 ahead of the commit published as version 17 for > NoAnnoyance v2. > I don=E2=80=99t really want to know how it relates to =E2=80=9CNoAnnoyanc= e=E2=80=9D the > original extension, because it has been forked around 2017 between > f21d09a (=E2=80=9Cchange to GPL v2 license=E2=80=9D) and 866084e (=E2=80= =9CRewrite=E2=80=9D), which > may be something like version 4 in extensions.gnome.org. >=20 > In any case, since we are continuing the version number scheme of > NoAnnoyance v2, this is version 17-6. I tried to explain this as > quickly as possible, what do you think? LGTM, but you might also want to explain that we're counting commits since the common fork (maybe it's easier to swap commit and revision in the let). Cheers From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 20 06:12:03 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 11:12:03 +0000 Received: from localhost ([127.0.0.1]:32974 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Gd-0003mH-1Y for submit@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:03 -0500 Received: from planete-kraus.eu ([89.234.140.182]:54616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Ga-0003lb-Tv for 68556@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:01 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 85450b40; Sat, 20 Jan 2024 11:11:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=s321MBD2+wTRJ9N+3jB3xIZ8D5E=; b=j aj+aQ36oNsfcV4a94TsiDQ+6ao4ffdc1/7P55knEjT3jhNtSmG6Zef1ykXnK2Nl2 hlCyzb8eQCUUddhJJrSCi9DN2Ys0JY0WT3mhlOlzmJBLRjRbswUjc2dsHaV34GZV YL71KbQRJtFvHXWJppcHz+sbFC/adKXyVGTrKX1piQhIsSuvyTD/D5HLxiBQlkre QgkZp1ytwsihGLC/9gGgH4J7J2YQ1A3/4sFyF6m2HQxozsdmQM1pBmIaQ4cVtvGW qei7vdmNjWtxxryaewv10LYciEQI22Oq+vjzOIzFDd0NcxfQUCaPErpV2Y4cQyJm IGcwc3PnATJrdPcBZdiEQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 3e494298 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 11:11:50 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Fri, 19 Jan 2024 23:50:34 +0100 Subject: [PATCH gnome-team v4 1/8] gnu: gnome-menus: Build GObject Introspection data. To: liliana.prikler@gmail.com, 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.2 (/) * gnu/packages/gnome.scm (gnome-menus) [native-inputs]: Add gobject-introspection. Change-Id: I8cf485955dbad29cec781af9b5fada4c5bcb1ba6 --- gnu/packages/gnome.scm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3d89f06d6a..1e08e027c3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1812,8 +1812,19 @@ (define-public gnome-menus (base32 "07xvaf8s0fiv0035nk8zpzymn5www76w2a1vflrgqmp9plw8yd6r")))) (build-system gnu-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-introspection-install-dir + (lambda _ + (substitute* "libmenu/Makefile.in" + (("@INTROSPECTION_GIRDIR@") + (string-append #$output "/share/gir-1.0/")) + (("@INTROSPECTION_TYPELIBDIR@") + (string-append #$output "/lib/girepository-1.0/")))))))) (native-inputs - (list gettext-minimal glib pkg-config)) + (list gettext-minimal glib gobject-introspection pkg-config)) (synopsis "Menu support for GNOME desktop") (description "GNOME Menus contains the libgnome-menu library, the layout configuration files for the GNOME menu, as well as a simple menu editor.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 20 06:12:06 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 11:12:06 +0000 Received: from localhost ([127.0.0.1]:32979 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Gg-0003mk-CQ for submit@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:06 -0500 Received: from planete-kraus.eu ([89.234.140.182]:54616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Gc-0003lb-7h for 68556@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:02 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id dcd2d345; Sat, 20 Jan 2024 11:11:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:from:date:subject:mime-version:content-type :content-transfer-encoding:to:cc; s=albinoniA; bh=S9Pw3Zhu5AI7F5 b0XyA+tOQBgUI=; b=RIxZnGaGQxNCtvEoPAoEVIfDbQv6+ZY3lsN8OxClI9QTq3 ffht7ATIyMrUwnBh28BcVmN0xcW5er1zCCC9vviT/zKJpCb5cNBi8ShvjYnRjXGf zWhWjzWLsV4qA/cKruehAW15jGkY3o4ZLiebt4EoadVaF3hJQ2e9rbTGTZrmdBby 2SuFJoFheBSqouRfTC1zRt5ZgoyICE33kr/U6PUWYzUNyuPcLAMiTa74uY9AcwIz LDOvp2uUS4cXSFMUIKqoqlxtrmji8xc6x2BBd+TLJOHNpxiSgeYWFaED5aCr7iUT 66IbM11q14RDNPdsvqcaz3DZ2O/+QLm2RxPICPYQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id c802ee79 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 11:11:53 +0000 (UTC) Message-ID: From: Vivien Kraus Date: Sat, 20 Jan 2024 12:02:09 +0100 Subject: [PATCH gnome-team v4 0/8] Update the gnome-shell extensions and wrap more MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: liliana.prikler@gmail.com, 68556@debbugs.gnu.org User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Dear guix, I wrapped the built-in gnome-shell extensions. One commit only wraps to avoid propagating gnome-menus, and the next commit wraps all the extensions. I also updated the wording in noannoyance. We are still looking for solutions wrt Jiggle, Transparent window, and to a lesser extent, sound output device chooser. Best regards, Vivien Vivien Kraus (8): gnu: gnome-menus: Build GObject Introspection data. gnu: gnome-shell-extensions: Wrap apps-menu. gnu: gnome-shell-extensions: Wrap all the extensions. gnu: gnome-shell-extension-noannoyance: Switch to fork. gnu: gnome-shell-extension-topicons-redux: Deprecate. gnu: Remove gnome-shell-extension-jiggle. gnu: Remove gnome-shell-extension-transparent-window. gnu: Remove gnome-shell-extension-sound-output-device-chooser. gnu/packages/gnome-xyz.scm | 171 ++++--------------------------------- gnu/packages/gnome.scm | 52 ++++++++++- 2 files changed, 66 insertions(+), 157 deletions(-) base-commit: 49897f2dde7f469c83c496fad2699d3a05f72701 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 20 06:12:07 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 11:12:07 +0000 Received: from localhost ([127.0.0.1]:32981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Gg-0003mn-Oi for submit@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:07 -0500 Received: from planete-kraus.eu ([89.234.140.182]:54616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Gd-0003lb-3R for 68556@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:03 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 4c601c15; Sat, 20 Jan 2024 11:11:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=/Ug6HUson69ag4ZUrZz1RRPFMZc=; b=i U63VtGakPlw0U9xCOWlRTcBzwR39bhPi2W6e2j/XRHYqGV1buAsRf66sabR10ALL aJFP8o3jA95+WR6dFbk+QWcmXOpw86sBmgFELFuu3IeZsUMiJ1ltbXJj3bsEWFzP IlzUEXyOKFn8yZC/S57tn8GishKbuhwMfom5a0qFgotl8obYUn8LpL3EQHxbeFRu TlzWDtFxxO5NOlMa4X0xMXrxm+ebFow2rS4mI8JieFPVVOyrX/FfGkml4DYwqtee tG5/sTplEBQOwM6arbT3/HZQ05KuteSfDfKwAYjLv/8KJuoO2pmFNlxgcWQ8QfuG jH6c7f2IxLm0mJ284bKXw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id b0b4eadb (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 11:11:55 +0000 (UTC) Message-ID: <4bca25041b1890755ac5a10d92e546739fe53ea1.1705748530.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Sat, 20 Jan 2024 11:38:27 +0100 Subject: [PATCH gnome-team v4 3/8] gnu: gnome-shell-extensions: Wrap all the extensions. To: liliana.prikler@gmail.com, 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) The top-level modules that are wrapped are the /extension.js and /prefs.js of every extension sub-directory. * gnu/packages/gnome.scm (gnome-shell-extensions) [#:phase 'wrap-applications-menu]: Rename to 'wrap-extensions. Wrap every top-level module. [inputs]: Add glib. [propagated-imputs]: Remove glib. Change-Id: I88634970321aa8847857e45b369b4ba285caa87d --- gnu/packages/gnome.scm | 43 +++++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b449ed55db..0f9b2d89c6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10729,33 +10729,42 @@ (define-public gnome-shell-extensions #:configure-flags #~'("-Dextension_set=all") #:phases #~(modify-phases %standard-phases - (add-after 'unpack 'wrap-applications-menu + (add-after 'unpack 'wrap-extensions (lambda _ (use-modules (ice-9 textual-ports)) - (call-with-output-file "extensions/apps-menu/extension.js-wrapped" - (lambda (out) - (format out "'~a'.split(':').forEach(" - (getenv "GI_TYPELIB_PATH")) - (display - (string-append "path => imports.gi.GIRepository.Repository" - ".prepend_search_path(path));\n") - out) - (display - (call-with-input-file "extensions/apps-menu/extension.js" - get-string-all) - out))) - (rename-file "extensions/apps-menu/extension.js-wrapped" - "extensions/apps-menu/extension.js")))))) + (let list-extensions ((dir (opendir "extensions"))) + (let ((extension (readdir dir))) + (unless (eof-object? extension) + (for-each + (lambda (file-to-wrap) + (when (file-exists? file-to-wrap) + (call-with-output-file + (string-append file-to-wrap "-wrapped") + (lambda (out) + (format out "'~a'.split(':').forEach(" + (getenv "GI_TYPELIB_PATH")) + (display + (string-append "path => imports.gi.GIRepository.Repository" + ".prepend_search_path(path));\n") + out) + (display + (call-with-input-file file-to-wrap + get-string-all) + out))) + (rename-file (string-append file-to-wrap "-wrapped") + file-to-wrap))) + (list (string-append "extensions/" extension "/extension.js") + (string-append "extensions/" extension "/prefs.js"))) + (list-extensions dir))))))))) (native-inputs (list `(,glib "bin") gettext-minimal pkg-config)) (inputs (list gobject-introspection ;to set GI_TYPELIB_PATH + glib gnome-menus ;for Applications Menu )) - (propagated-inputs - (list glib)) (synopsis "Extensions for GNOME Shell") (description "GNOME Shell extensions modify and extend GNOME Shell functionality and behavior.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 20 06:12:07 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 11:12:07 +0000 Received: from localhost ([127.0.0.1]:32983 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Gh-0003mw-5z for submit@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:07 -0500 Received: from planete-kraus.eu ([89.234.140.182]:54616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Ge-0003lb-2E for 68556@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:04 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 74607cce; Sat, 20 Jan 2024 11:11:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=RL0eeFmDj5rTPiX4RpnWLlODc4Q=; b=m fLQmjFsw7AkqPj6oJzN+LkraYyFg/cnQbqRdK8YMF1B9qDmAO4fDRg1UnOHlTIls mLJJQqeyiAwn9ckT2tLo8RaLcNn3m3nQAgrQfyg5PgJh217o2DPV7foc9oF6ESrW Zz1/qNoD1UAl6Qr+BHOmPNCPI4Qi51704zDyyBQ54B0dRn0X4LO1KHrm4UwJovMT O/qVFU1Lg4ctnW/powP3BAie8rqv8WPQlWzc7aNN0kqUenzd9BEsU69dwzG0ZdwO kqU+7GWwhA/575w8AEBJXh0g3KiCzItacFigXJizvVn4CZmH/ZWsJYXDONuV3QtB 7R0C+iXfQhJOEumzpSS3Q== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 9454cc7d (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 11:11:58 +0000 (UTC) Message-ID: <6ab777ea07b2c26206e065fd597dd6f14b5c8ba1.1705748530.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:40:18 +0100 Subject: [PATCH gnome-team v4 8/8] gnu: Remove gnome-shell-extension-sound-output-device-chooser. To: liliana.prikler@gmail.com, 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This extension has not been ported to GNOME 44, because you can switch the audio output directly in the shell. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-sound-output-device-chooser): Remove variable. Change-Id: Iae51c7d284b85f630b5874445c6695b32b5d523e --- gnu/packages/gnome-xyz.scm | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 085cde7738..716ce92348 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1220,38 +1220,6 @@ (define-public gnome-shell-extension-radio directly inside GNOME Shell. It can manage stations and play streams.") (license license:gpl3+))) -(define-public gnome-shell-extension-sound-output-device-chooser - (package - (name "gnome-shell-extension-sound-output-device-chooser") - (version "43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kgshank/gse-sound-output-device-chooser") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1qk6ypyqbv8zwwlky6cgk9hgp1zh32jmzw4wza200g4v94ifkwm9")))) - (build-system gnu-build-system) - (arguments - (list - #:tests? #f ; no check target - #:make-flags #~(list (string-append "INSTALL_DIR=" - #$output - "/share/gnome-shell/extensions")) - #:phases - #~(modify-phases %standard-phases (delete 'configure)))) - (native-inputs (list gettext-minimal `(,glib "bin"))) - (inputs (list python)) - (home-page - "https://extensions.gnome.org/extension/906/sound-output-device-chooser") - (synopsis "Sound output chooser for GNOME Shell") - (description "This extension shows a list of sound output and input devices -in the status menu below the volume slider. Various active ports like HDMI, -Speakers etc. of the same device are also displayed for selection.") - (license license:gpl3+))) (define-public gnome-shell-extension-vitals (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 20 06:12:08 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 11:12:08 +0000 Received: from localhost ([127.0.0.1]:32985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Gh-0003n6-L1 for submit@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:07 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:57868) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Ge-0003lg-FH for 68556@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:05 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id f5f4f33e; Sat, 20 Jan 2024 11:12:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=hIvmU8zMfdewo5p9DnsMN7Ma5CI=; b=d eMTxxL74Xb3ktjYIte0kUnKkmLkA3F05w6u7xSoJIuFi3kpDJRERIaiJKfhM25hc KPe1xWOLq64T91AbkDkQx9MqSPUhS/sCktZv8OOwvfMqrcyWfyjGqoLrob6cgJjb A9gt34Dzvy83nUYt5FztAF/mvlyTc0oCaQ+jOdxrNqswjIVbsx7YAY5tEsy3bV6y DMeOCJwilZDxnb6QD3xOcLGdQma/jppZ5Mh3FhFR31sRnudMlB/iDyFHV3uA9Su4 4gaduyg0Xnv2Hsvng7uFbhz1tgLgyHdYrHdMGdzmpcsOlbtXN7aYqVAQZhhrqfnn 4WyydKmLBESoEI70G4P4g== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 053a6d41 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 11:12:00 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:45:19 +0100 Subject: [PATCH gnome-team v4 7/8] gnu: Remove gnome-shell-extension-transparent-window. To: liliana.prikler@gmail.com, 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This extension has not been ported to GNOME 44. The master branch has compatibility for 43 but not 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-transparent-window): Remove variable. Change-Id: If57da6bb16f53968f5f694392a69118b85b3823c --- gnu/packages/gnome-xyz.scm | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index d4209bc347..085cde7738 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1253,37 +1253,6 @@ (define-public gnome-shell-extension-sound-output-device-chooser Speakers etc. of the same device are also displayed for selection.") (license license:gpl3+))) -(define-public gnome-shell-extension-transparent-window - (let ((commit "cc9bc70c192dd565fa6f1d1b28d9a20f99684f2a") - (revision "45")) - (package - (name "gnome-shell-extension-transparent-window") - (version (git-version "0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url (string-append "https://github.com/pbxqdown/" - "gnome-shell-extension-transparent-window")) - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1f9iqqjpmmylqz0ws8cy5rs475bwzi7jy44q9ip44ig2acz2wxzp")))) - (build-system copy-build-system) - (arguments - (list - #:install-plan - #~'(("." - #$(string-append "/share/gnome-shell/extensions" - "/transparent-window@pbxqdown.github.com"))))) - (home-page - "https://github.com/pbxqdown/gnome-shell-extension-transparent-window") - (synopsis "Change the opacity of windows in GNOME Shell") - (description "This extension adds keybindings to change the opacity -of windows.") - (license license:expat)))) - (define-public gnome-shell-extension-vitals (package (name "gnome-shell-extension-vitals") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 20 06:12:19 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 11:12:19 +0000 Received: from localhost ([127.0.0.1]:32990 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Gt-0003nq-1c for submit@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:19 -0500 Received: from planete-kraus.eu ([89.234.140.182]:54630) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Gi-0003ln-6v for 68556@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:08 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 303d5da1; Sat, 20 Jan 2024 11:12:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=xUdSoVRIRqaQRtO0zWABeOZX3js=; b=L NXf1HCpRHn61y1hBrfoQTyRM3rKM2kTMP6+RUJVOWliPuTnsUXlH/3E3Iue1TfsB 1/j/ZXQgRI/n+jiVZN4ZmDGpxcWPZGj+gstCbSdam3xS7pfgJkaHXblFveJgySfB iX0syZ3P0Y9vt/615JXkIcBP8t1fDLga/aE35TVEXTvYkGB0iJbAZHkQ+cuV4tgn Az0re5pdsVKM8n6xWhF9XuhHi7mAEFtl3hCyp/+L7aTcQ2xSRV+waSQ4vGZbOmS1 yn5h2+TwPz4l/4MA2GZ8u34rdu0HjWj6dqcYc6YWtok1pK0JYSpFD9VrAkhjvyhI l13ff/81s5BqfB1lq378w== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id a0b8e56a (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 11:12:03 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:26:28 +0100 Subject: [PATCH gnome-team v4 6/8] gnu: Remove gnome-shell-extension-jiggle. To: liliana.prikler@gmail.com, 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This extension has not been made compatible with GNOME 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle): Remove variable. Change-Id: I9afa9c2fe110ba883524eb9ca9acab42fbdd8f00 --- gnu/packages/gnome-xyz.scm | 42 -------------------------------------- 1 file changed, 42 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index c78525673f..d4209bc347 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1109,48 +1109,6 @@ (define-public gnome-shell-extension-vertical-overview (deprecated-package "gnome-shell-extension-vertical-overview" gnome-shell-extension-v-shell)) -(define-public gnome-shell-extension-jiggle - (package - (name "gnome-shell-extension-jiggle") - (version "8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jeffchannell/jiggle/") - (commit version))) - (sha256 - (base32 - "1wbdx2bp22bdwj51ckgivwglkmckr7z8kfwvc8nv4y376hjz5jxz")) - (file-name (git-file-name name version)) - (snippet - '(begin (delete-file "schemas/gschemas.compiled"))))) - (build-system copy-build-system) - (arguments - `(#:install-plan - '(("." ,(string-append - "share/gnome-shell/extensions/" - "jiggle@jeffchannell.com") - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$"))) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-version - (lambda _ - (substitute* "metadata.json" - (("\"40.0\"") "\"40\", \"41\"")))) - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" "."))))))) - (native-inputs - (list `(,glib "bin"))) ; for glib-compile-resources - (home-page "https://github.com/jeffchannell/jiggle") - (synopsis "Mouse cursor enlargement for small and fast movements") - (description "Jiggle is a Gnome Shell extension that highlights the cursor -position when the mouse is moved rapidly.") - (license license:gpl2))) - (define-public gnome-shell-extension-burn-my-windows (package (name "gnome-shell-extension-burn-my-windows") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 20 06:12:20 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 11:12:20 +0000 Received: from localhost ([127.0.0.1]:32992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Gt-0003ns-Jb for submit@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:20 -0500 Received: from planete-kraus.eu ([89.234.140.182]:54630) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Gk-0003ln-6z for 68556@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:10 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 47c090d8; Sat, 20 Jan 2024 11:12:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=0LDl1DgAmZibVchjxYePVh4adkw=; b=k qD5ZCfTKzOUuSqTrhLN3fZz7hShlLgSLVbN0zejiPZuPEw1C52y8OB0m4iV0BMjW JzXuqsc7ZAa2Qu9V83dLl9Y6BsqmlndfOQM/q55pt3iDm91AzKB8AzbvZGoZfjWf 5u+4kXGMnn2yw8FNzLuSEfx7ozjkbluCZ9M8vptzTt4EWE/Ci/Dxp11+POOipLEc zXHB+Z1dRHX+xty/unIZcqM/bn7IUBhqcwT9S8H8X9TF0RAtg9U/MTgZOJR4zj8x DIDKjzxze+LwCtI6CKXQyNhMMq6NO3w5ZylCvGtW02HYi9HI1l3+le9jDIreyCs0 cyFob0N306Nruo8rkeKoA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id e83141ea (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 11:12:05 +0000 (UTC) Message-ID: <717bf832ca845ec25aceceefb49a3ffdacfcbf6c.1705748530.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:42:21 +0100 Subject: [PATCH gnome-team v4 5/8] gnu: gnome-shell-extension-topicons-redux: Deprecate. To: liliana.prikler@gmail.com, 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This extension has not been ported to GNOME 44. The appindicator extension exhibits a similar feature. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): Deprecate in favor of gnome-shell-extension-appindicator. Change-Id: I3152f0f0117db56ce89dad659cc779a1ba174378 --- gnu/packages/gnome-xyz.scm | 41 ++------------------------------------ 1 file changed, 2 insertions(+), 39 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 2a5df81ca8..c78525673f 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -683,45 +683,8 @@ (define-public gnome-shell-extension-customize-ibus (license license:gpl3+))) (define-public gnome-shell-extension-topicons-redux - (package - (name "gnome-shell-extension-topicons-redux") - (version "6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.com/pop-planet/TopIcons-Redux.git") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dli9xb545n3xlj6q4wl0y5gzkm903zs47p8fiq71pdvbr6v38rj")))) - (build-system gnu-build-system) - (native-inputs - (list `(,glib "bin"))) - (arguments - `(#:tests? #f ;no test defined in the project - #:phases - (modify-phases %standard-phases - (delete 'configure) - (delete 'build) - (replace 'install - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - (invoke "make" - "install" - (string-append - "INSTALL_PATH=" - out - "/share/gnome-shell/extensions")))))))) - (home-page "https://gitlab.com/pop-planet/TopIcons-Redux") - (synopsis "Display legacy tray icons in the GNOME Shell top panel") - (description "Many applications, such as chat clients, downloaders, and -some media players, are meant to run long-term in the background even after you -close their window. These applications remain accessible by adding an icon to -the GNOME Shell Legacy Tray. However, the Legacy Tray was removed in GNOME -3.26. TopIcons Redux brings those icons back into the top panel so that it's -easier to keep track of applications running in the background.") - (license license:gpl2+))) + (deprecated-package "gnome-shell-extension-topicons-redux" + gnome-shell-extension-appindicator)) (define-public gnome-shell-extension-dash-to-dock (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 20 06:12:20 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 11:12:20 +0000 Received: from localhost ([127.0.0.1]:32994 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Gu-0003o0-2q for submit@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:20 -0500 Received: from planete-kraus.eu ([89.234.140.182]:54630) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rR9Gn-0003ln-7B for 68556@debbugs.gnu.org; Sat, 20 Jan 2024 06:12:13 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id f5fa92dd; Sat, 20 Jan 2024 11:12:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=75AH/IOJQCt5rUKVf5cYouxrcpI=; b=N 7l9xSZkVAaavu5GfK2VBIZWBaHypQpTQQRT8X24aovAW/muK3xEEBRKAzGQW2Pq2 NBj2GQ77Fr4ovZfMUajleyV0NMWJdC4fM+wkm3lAI7jImiQhCkRe3BqVS51sOCGj 50DhC7DKDBmNWq0ORzI6sfTgmSSj+29cs/PcsPtRA9pSknFKT+X9TopwEoa5gZv4 2oRntJSunL7woo9V217mGi9ByuTDT3OSSC3sHTBUsDozWLFFPbphuLXT/YblDVFb NWYqGwCSEUKBh+lfNeuCanZPUXOQO3fya8jwUZgjPmOLEAAXpPoDuv9QmovE3lU8 BPS65x1eNCvg46wgLyEMQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 56ee4d9f (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 11:12:08 +0000 (UTC) Message-ID: <2ed2e16833aebeb1918d42cca97ac3d312fb2c85.1705748529.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Fri, 19 Jan 2024 23:36:05 +0100 Subject: [PATCH gnome-team v4 2/8] gnu: gnome-shell-extensions: Wrap apps-menu. To: liliana.prikler@gmail.com, 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.2 (/) * gnu/packages/gnome.scm (gnome-shell-extensions) [#:phases]: Add 'wrap-applications-menu. [inputs]: Add gobject-introspection and gnome-menus. Change-Id: I58b79ca92fbceebb9bbb150102fa428022e3eb63 --- gnu/packages/gnome.scm | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1e08e027c3..b449ed55db 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10725,11 +10725,35 @@ (define-public gnome-shell-extensions "1aq1n75m1svsv0ppg66n9qch26rhjxcv3q33a3skf7hsydr5wd4c")))) (build-system meson-build-system) (arguments - '(#:configure-flags '("-Dextension_set=all"))) + (list + #:configure-flags #~'("-Dextension_set=all") + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'wrap-applications-menu + (lambda _ + (use-modules (ice-9 textual-ports)) + (call-with-output-file "extensions/apps-menu/extension.js-wrapped" + (lambda (out) + (format out "'~a'.split(':').forEach(" + (getenv "GI_TYPELIB_PATH")) + (display + (string-append "path => imports.gi.GIRepository.Repository" + ".prepend_search_path(path));\n") + out) + (display + (call-with-input-file "extensions/apps-menu/extension.js" + get-string-all) + out))) + (rename-file "extensions/apps-menu/extension.js-wrapped" + "extensions/apps-menu/extension.js")))))) (native-inputs (list `(,glib "bin") gettext-minimal pkg-config)) + (inputs + (list gobject-introspection ;to set GI_TYPELIB_PATH + gnome-menus ;for Applications Menu + )) (propagated-inputs (list glib)) (synopsis "Extensions for GNOME Shell") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 20 08:33:47 2024 Received: (at 68556) by debbugs.gnu.org; 20 Jan 2024 13:33:47 +0000 Received: from localhost ([127.0.0.1]:33165 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRBTn-00088u-8a for submit@debbugs.gnu.org; Sat, 20 Jan 2024 08:33:47 -0500 Received: from planete-kraus.eu ([89.234.140.182]:49714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rRBTi-00088c-Ob for 68556@debbugs.gnu.org; Sat, 20 Jan 2024 08:33:45 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 3e25eecb; Sat, 20 Jan 2024 13:33:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:mime-version :content-type:content-transfer-encoding:to:cc; s=albinoniA; bh=G vc1PRJ7vCH+smrZI4Ih2fRgZfg=; b=N+DMveW1FMw/SHbfObMn1LpmkJYgMpeMb Blkn8w3Nw1ADIXtJ/lglXBPkzBzGO6rea0Iur9BCu6sAiwGKVe7QeQs+KvDBZiS0 s7zqzZS3mEo3BJPqBQNTrlrSb8p6YdjmHMZsA/2wyaApn1YPQl35R1VU7YN7rjSk h5J7FrJZxo6GCVWreBgREsKhSbai0y+VRf+aqU4tKIqh5cB/QaVKN5sT3DFfJR4C fgyxqJrGjHlPT1/x76b6T12mt9zo51+2FbiWD5ToFnLXGf12MavAiLwj6pZDhlwJ xG0JUA+EL1/K2gH3kBiPSHnppCSR87uix/mxsiHGcs3kz9VzZIj0g== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id d9567d90 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 20 Jan 2024 13:33:33 +0000 (UTC) Message-ID: <22e0846e2212ae7ef8124e9306279e6b97051954.1705748530.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:32:42 +0100 Subject: [PATCH gnome-team v4 4/8] gnu: gnome-shell-extension-noannoyance: Switch to fork. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: liliana.prikler@gmail.com, 68556@debbugs.gnu.org User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) The NoAnnoyance “v2” project has not been ported to GNOME 44, so we switch to a maintained fork. The version number is computed in continuity with NoAnnoyance v2. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Switch to the fork. Bump version to 17 and revision to 6. [arguments]: Convert to list of G-Expressions. Change-Id: Ic74d832020dfe3857e1abf450f5d7876cc921a28 --- gnu/packages/gnome-xyz.scm | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index b6c1f6d3cb..2a5df81ca8 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -952,26 +952,33 @@ (define-public gnome-shell-extension-dash-to-panel (license license:gpl2+))) (define-public gnome-shell-extension-noannoyance - (let ((revision "1") - (commit "b759d10fd2799bc084007fdd927b62637c3dbd2c")) + ;; There are different forks of the NoAnnoyance extension. This is the one + ;; named “NoAnnoyance (fork)” at + ;; https://extensions.gnome.org/extension/6109/noannoyance-fork/ because it + ;; supports newer GNOME Shell versions than the previously used “NoAnnoyance + ;; v2”. + (let ((commit "5e9e6a1878d2a1d961f5d59505f15339c5b7e17e") + ;; “NoAnnoyance v2” version 17 correlates with + ;; c6804a47063659f9f48d13a0942b78ce98aac72b, from which we count + ;; commits. + (revision "6")) (package (name "gnome-shell-extension-noannoyance") - ;; XXX: There is no version noted anywhere in the source. Thus, infer it - ;; from . - (version (git-version "16" revision commit)) + (version (git-version "17" revision commit)) (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/bdaase/noannoyance") + (url "https://github.com/jirkavrba/noannoyance") (commit commit))) (sha256 (base32 - "0hh7fdqvx54h9j41ia2jl0nq1d5i66k7blw41ya6hkh7201r4anp")) + "0br9zrwvn499kh3db84hhw1kl02jpchwb5ldfp892p15vwih8yrf")) (file-name (git-file-name name version)))) (build-system copy-build-system) (arguments - '(#:install-plan - '(("." "share/gnome-shell/extensions/noannoyance@daase.net")))) + (list + #:install-plan + #~'(("." "share/gnome-shell/extensions/noannoyance@vrba.dev")))) (synopsis "Remove 'Window is ready' annotation") (description "One of the many extensions that remove this message. It uses ES6 syntax and claims to be more actively maintained than others.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 29 15:03:02 2024 Received: (at 68556) by debbugs.gnu.org; 29 Jan 2024 20:03:02 +0000 Received: from localhost ([127.0.0.1]:33524 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXqQ-0003jE-9y for submit@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:02 -0500 Received: from planete-kraus.eu ([89.234.140.182]:43718) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXqO-0003iZ-7e for 68556@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:01 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id e5d5b664; Mon, 29 Jan 2024 20:02:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:from:date:subject:mime-version:content-type :content-transfer-encoding:to:cc; s=albinoniA; bh=TdKqnjOgbRuvXk tQA+dhhyMjnhE=; b=TtPnHEOJ+2ThyJL8cruFRaxKPTzsn2xshxCCHE5bqGiVBU cm348l7oK9y6RpdPCSFGLdhZz75oKsSAThk63R99ppoR0CD1G+blYOV21+gaH9Xl 3jeSh8LC56IZLzJqTWnZB2tBzKNMkT1V45pmQEvo33qY3zJzyNgVorGQoY7kGjGD tBmF+qIkoZLxU6Fd6UWKD8kF09BKb5y6WaxI/SXGlGKrWtisTUyZCTy81eTSJrNH dYl0tn9+rL/prBx0ZAZIRJ/LLIAL+EY5CD1JHhU/ipxcgdHLbYz1gRdjWtSxV6/V dhyjfkYvZqrb7lM1tFTdCF0Wwz9ISUvf4NNpoQgw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id da9a45e4 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 29 Jan 2024 20:02:44 +0000 (UTC) Message-ID: From: Vivien Kraus Date: Mon, 29 Jan 2024 20:56:39 +0100 Subject: [PATCH gnome-team v5 0/8] Wrap gnome-shell-extensions with gobject-introspection in native-inputs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: 68556@debbugs.gnu.org User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Dear guix, I think I made a mistake. gobject-introspection should probably be in native-inputs. We only use this package so that GI_TYPELIB_PATH is set up at build time. Gjs probably has all the girepository infrastructure it needs already. What do you think? Best regards, Vivien Vivien Kraus (8): gnu: gnome-menus: Build GObject Introspection data. gnu: gnome-shell-extensions: Wrap apps-menu. gnu: gnome-shell-extensions: Wrap all the extensions. gnu: gnome-shell-extension-noannoyance: Switch to fork. gnu: gnome-shell-extension-topicons-redux: Deprecate. gnu: Remove gnome-shell-extension-jiggle. gnu: Remove gnome-shell-extension-transparent-window. gnu: Remove gnome-shell-extension-sound-output-device-chooser. gnu/packages/gnome-xyz.scm | 171 ++++--------------------------------- gnu/packages/gnome.scm | 51 ++++++++++- 2 files changed, 65 insertions(+), 157 deletions(-) base-commit: 2e7d78b1f02a8eae82c34e5183134c9d1a0d02b3 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 29 15:03:07 2024 Received: (at 68556) by debbugs.gnu.org; 29 Jan 2024 20:03:07 +0000 Received: from localhost ([127.0.0.1]:33526 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXqU-0003jQ-OJ for submit@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:07 -0500 Received: from planete-kraus.eu ([89.234.140.182]:43718) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXqP-0003iZ-Dc for 68556@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:01 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id c221d439; Mon, 29 Jan 2024 20:02:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=s321MBD2+wTRJ9N+3jB3xIZ8D5E=; b=E m4Z7kcY5SKhmOl90E9aPHwZPG40S5ftZ9zS69OaeHQsNZWiHN36BtJA2VaP7rIZa IXhm5un0X8n95KRbfwyGchbTDTOKjV2SWYYE5KH9VldG5WfnBIvEDQ+o5m6QmHZl mkTSUNHIqKmtXQqS+FCxv7elw39qupJsF6dx44jcOWPB6KFyqPZFyTJh1IXXiBqk F/vW78BietbYxfRJjpb52v7LovO0N69WNVasf47RTQzsKIVb0TEy9Zb/WEtQ2XHc h6CuGirnuCwiP9qADJ7ApyVfGQTQ6QAbOz1E5/vDFdE4PMlA6NLSJMWXX+ahfviF qoRiNRd45e6MFZz6sqJaQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 597b73e3 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 29 Jan 2024 20:02:51 +0000 (UTC) Message-ID: <2aca0129198a760f2e98a84e4652f96bedce0d13.1706558199.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Fri, 19 Jan 2024 23:50:34 +0100 Subject: [PATCH gnome-team v5 1/8] gnu: gnome-menus: Build GObject Introspection data. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/gnome.scm (gnome-menus) [native-inputs]: Add gobject-introspection. Change-Id: I8cf485955dbad29cec781af9b5fada4c5bcb1ba6 --- gnu/packages/gnome.scm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/gnome.scm (gnome-menus) [native-inputs]: Add gobject-introspection. Change-Id: I8cf485955dbad29cec781af9b5fada4c5bcb1ba6 --- gnu/packages/gnome.scm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/gnome.scm (gnome-menus) [native-inputs]: Add gobject-introspection. Change-Id: I8cf485955dbad29cec781af9b5fada4c5bcb1ba6 --- gnu/packages/gnome.scm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3d89f06d6a..1e08e027c3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1812,8 +1812,19 @@ (define-public gnome-menus (base32 "07xvaf8s0fiv0035nk8zpzymn5www76w2a1vflrgqmp9plw8yd6r")))) (build-system gnu-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-introspection-install-dir + (lambda _ + (substitute* "libmenu/Makefile.in" + (("@INTROSPECTION_GIRDIR@") + (string-append #$output "/share/gir-1.0/")) + (("@INTROSPECTION_TYPELIBDIR@") + (string-append #$output "/lib/girepository-1.0/")))))))) (native-inputs - (list gettext-minimal glib pkg-config)) + (list gettext-minimal glib gobject-introspection pkg-config)) (synopsis "Menu support for GNOME desktop") (description "GNOME Menus contains the libgnome-menu library, the layout configuration files for the GNOME menu, as well as a simple menu editor.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 29 15:03:13 2024 Received: (at 68556) by debbugs.gnu.org; 29 Jan 2024 20:03:13 +0000 Received: from localhost ([127.0.0.1]:33529 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXqb-0003jl-5K for submit@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:13 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:37772) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXqY-0003id-Sw for 68556@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:11 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 6ee80801; Mon, 29 Jan 2024 20:03:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=zM0lf0fp1XUiAW0p6RJuQFBwpv8=; b=V zpSFKsOh0x+nbhcK/Hd9qkfChoxDokaokvXoWuE6RK6YYaObK4RrFHtQ8IrROuM0 dN7zbBeGOuCwG5LTgp7ZXu49htYIr4SUIBveje/vHydHkmXQcppv1sWgHOSb8ty3 jcvIakz7ichNUNE772PMP7JNprLQ+jmnTl3tj6ySkrGPVVw+EgqI6iW8hPozQYYC fV8xspT2htUVuyfKiEDxmBnQGX9tby+rhwBkFCI09gdKEYJA+MN2LiV4MR7JWVlw Pv06KG3GGwy7goHUldSLr4dAB308u+k6bOOHbyQnJ3l8j2yVgGhQf4f1ZtDlu1ZO 2ZblIuPkh8XqLPzztvg0g== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 2726cb60 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 29 Jan 2024 20:03:00 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Fri, 19 Jan 2024 23:36:05 +0100 Subject: [PATCH gnome-team v5 2/8] gnu: gnome-shell-extensions: Wrap apps-menu. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/gnome.scm (gnome-shell-extensions) [#:phases]: Add 'wrap-applications-menu. [native-inputs]: Add gobject-introspection. [inputs]: Add gnome-menus. Change-Id: I58b79ca92fbceebb9bbb150102fa428022e3eb63 --- gnu/packages/gnome.scm | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/gnome.scm (gnome-shell-extensions) [#:phases]: Add 'wrap-applications-menu. [native-inputs]: Add gobject-introspection. [inputs]: Add gnome-menus. Change-Id: I58b79ca92fbceebb9bbb150102fa428022e3eb63 --- gnu/packages/gnome.scm | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/gnome.scm (gnome-shell-extensions) [#:phases]: Add 'wrap-applications-menu. [native-inputs]: Add gobject-introspection. [inputs]: Add gnome-menus. Change-Id: I58b79ca92fbceebb9bbb150102fa428022e3eb63 --- gnu/packages/gnome.scm | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1e08e027c3..04fc0500cd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10725,11 +10725,34 @@ (define-public gnome-shell-extensions "1aq1n75m1svsv0ppg66n9qch26rhjxcv3q33a3skf7hsydr5wd4c")))) (build-system meson-build-system) (arguments - '(#:configure-flags '("-Dextension_set=all"))) + (list + #:configure-flags #~'("-Dextension_set=all") + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'wrap-applications-menu + (lambda _ + (use-modules (ice-9 textual-ports)) + (call-with-output-file "extensions/apps-menu/extension.js-wrapped" + (lambda (out) + (format out "'~a'.split(':').forEach(" + (getenv "GI_TYPELIB_PATH")) + (display + (string-append "path => imports.gi.GIRepository.Repository" + ".prepend_search_path(path));\n") + out) + (display + (call-with-input-file "extensions/apps-menu/extension.js" + get-string-all) + out))) + (rename-file "extensions/apps-menu/extension.js-wrapped" + "extensions/apps-menu/extension.js")))))) (native-inputs (list `(,glib "bin") gettext-minimal + gobject-introspection ;to set GI_TYPELIB_PATH pkg-config)) + (inputs + (list gnome-menus)) ;for Applications Menu (propagated-inputs (list glib)) (synopsis "Extensions for GNOME Shell") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 29 15:03:20 2024 Received: (at 68556) by debbugs.gnu.org; 29 Jan 2024 20:03:21 +0000 Received: from localhost ([127.0.0.1]:33532 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXqi-0003k5-HI for submit@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:20 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:37772) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXqg-0003id-TX for 68556@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:19 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 53b819e7; Mon, 29 Jan 2024 20:03:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=TseOsr5bTnxVlRyjiq/IZKmuUsk=; b=Y VZ8axEjS3UNNec8H8HJ9EOeB2qLVT4+KyAw/jjrkzST8hLlf5dHJqV+D0d1bmo9l bAmK/f2cvk43dkDrAUZudIuZ2EgXBwfp4k5jf7K8k5MbfA6zikLViuH1L8rEE7Cs McCT7w4cigD7hXdOVQBt2g9MZ2dwO6+8ZfJSE9HqEZkMRz5P3seLS9E1s590NGtf MzjiDKJf6EiUrPPiuykl9aO2hK+FMLfAGfyOA1Gyk9nV1LUxP6qASor8L6As2gRK Qj1pO6iWYW5mit9TT0IPJklZRIxxOsmJyRwpJy1y1ez5vXDaq8hfZ+i4t4Jo7MIB jOwS1tGg9pttKOMTDvm2g== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 3c542833 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 29 Jan 2024 20:03:08 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Sat, 20 Jan 2024 11:38:27 +0100 Subject: [PATCH gnome-team v5 3/8] gnu: gnome-shell-extensions: Wrap all the extensions. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The top-level modules that are wrapped are the /extension.js and /prefs.js of every extension sub-directory. * gnu/packages/gnome.scm (gnome-shell-extensions) [#:phase 'wrap-applications-menu]: Rename to 'wrap-extensions. Wrap every top-level module. [inputs]: Add glib. [propagated-imputs]: Remove glib. Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The top-level modules that are wrapped are the /extension.js and /prefs.js of every extension sub-directory. * gnu/packages/gnome.scm (gnome-shell-extensions) [#:phase 'wrap-applications-menu]: Rename to 'wrap-extensions. Wrap every top-level module. [inputs]: Add glib. [propagated-imputs]: Remove glib. Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager The top-level modules that are wrapped are the /extension.js and /prefs.js of every extension sub-directory. * gnu/packages/gnome.scm (gnome-shell-extensions) [#:phase 'wrap-applications-menu]: Rename to 'wrap-extensions. Wrap every top-level module. [inputs]: Add glib. [propagated-imputs]: Remove glib. Change-Id: I88634970321aa8847857e45b369b4ba285caa87d --- gnu/packages/gnome.scm | 45 +++++++++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 18 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 04fc0500cd..8bc0491230 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10729,32 +10729,41 @@ (define-public gnome-shell-extensions #:configure-flags #~'("-Dextension_set=all") #:phases #~(modify-phases %standard-phases - (add-after 'unpack 'wrap-applications-menu + (add-after 'unpack 'wrap-extensions (lambda _ (use-modules (ice-9 textual-ports)) - (call-with-output-file "extensions/apps-menu/extension.js-wrapped" - (lambda (out) - (format out "'~a'.split(':').forEach(" - (getenv "GI_TYPELIB_PATH")) - (display - (string-append "path => imports.gi.GIRepository.Repository" - ".prepend_search_path(path));\n") - out) - (display - (call-with-input-file "extensions/apps-menu/extension.js" - get-string-all) - out))) - (rename-file "extensions/apps-menu/extension.js-wrapped" - "extensions/apps-menu/extension.js")))))) + (let list-extensions ((dir (opendir "extensions"))) + (let ((extension (readdir dir))) + (unless (eof-object? extension) + (for-each + (lambda (file-to-wrap) + (when (file-exists? file-to-wrap) + (call-with-output-file + (string-append file-to-wrap "-wrapped") + (lambda (out) + (format out "'~a'.split(':').forEach(" + (getenv "GI_TYPELIB_PATH")) + (display + (string-append "path => imports.gi.GIRepository.Repository" + ".prepend_search_path(path));\n") + out) + (display + (call-with-input-file file-to-wrap + get-string-all) + out))) + (rename-file (string-append file-to-wrap "-wrapped") + file-to-wrap))) + (list (string-append "extensions/" extension "/extension.js") + (string-append "extensions/" extension "/prefs.js"))) + (list-extensions dir))))))))) (native-inputs (list `(,glib "bin") gettext-minimal gobject-introspection ;to set GI_TYPELIB_PATH pkg-config)) (inputs - (list gnome-menus)) ;for Applications Menu - (propagated-inputs - (list glib)) + (list glib + gnome-menus)) ;for Applications Menu (synopsis "Extensions for GNOME Shell") (description "GNOME Shell extensions modify and extend GNOME Shell functionality and behavior.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 29 15:03:28 2024 Received: (at 68556) by debbugs.gnu.org; 29 Jan 2024 20:03:28 +0000 Received: from localhost ([127.0.0.1]:33535 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXqp-0003kP-U0 for submit@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:28 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:37772) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXqo-0003id-TP for 68556@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:27 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 42e563d3; Mon, 29 Jan 2024 20:03:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:mime-version :content-type:content-transfer-encoding:to:cc; s=albinoniA; bh=G vc1PRJ7vCH+smrZI4Ih2fRgZfg=; b=WKGVFcay8g7PEkbdTof6tDXc00m65qPsr 4MS8yJIzqZ0UIJIP+3WDT7DmyPPytp7hNybGIDhwUQjMwNOi5rIOIgBGRy/jW0j/ 2rObNznrCTSwqPY7cRZ2OwwPAzFcboIVNyjf1V6kCoLFrnBRzuUFVt3+Y7k1odOU NMTwqAV6Wi4icHDPOajIPNX4FIBBdLgH+twkfRFiy12Q1lTpyeaunRBGm9Vf8wNX WXQCszznQgP/vdcNW+K4SesSpsOXXUxE1pGJpe6XQjT2rGlOu5+3feRy1uIS1srd bUyUA5yMnebp0LyWJYlSQdERSi0P4qC6r5jvrA4p4lZbjvBweVHzw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 4c724e71 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 29 Jan 2024 20:03:16 +0000 (UTC) Message-ID: <2a9b0fd233d8423d84b10ec27c5a48e48159ec1c.1706558199.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:32:42 +0100 Subject: [PATCH gnome-team v5 4/8] gnu: gnome-shell-extension-noannoyance: Switch to fork. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: 68556@debbugs.gnu.org User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The NoAnnoyance “v2” project has not been ported to GNOME 44, so we switch to a maintained fork. The version number is computed in continuity with NoAnnoyance v2. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Switch to the fork. Bump version to 17 and revision to 6. [arguments]: Convert to list of G-Expressions. Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The NoAnnoyance “v2” project has not been ported to GNOME 44, so we switch to a maintained fork. The version number is computed in continuity with NoAnnoyance v2. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Switch to the fork. Bump version to 17 and revision to 6. [arguments]: Convert to list of G-Expressions. Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager The NoAnnoyance “v2” project has not been ported to GNOME 44, so we switch to a maintained fork. The version number is computed in continuity with NoAnnoyance v2. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Switch to the fork. Bump version to 17 and revision to 6. [arguments]: Convert to list of G-Expressions. Change-Id: Ic74d832020dfe3857e1abf450f5d7876cc921a28 --- gnu/packages/gnome-xyz.scm | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index b6c1f6d3cb..2a5df81ca8 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -952,26 +952,33 @@ (define-public gnome-shell-extension-dash-to-panel (license license:gpl2+))) (define-public gnome-shell-extension-noannoyance - (let ((revision "1") - (commit "b759d10fd2799bc084007fdd927b62637c3dbd2c")) + ;; There are different forks of the NoAnnoyance extension. This is the one + ;; named “NoAnnoyance (fork)” at + ;; https://extensions.gnome.org/extension/6109/noannoyance-fork/ because it + ;; supports newer GNOME Shell versions than the previously used “NoAnnoyance + ;; v2”. + (let ((commit "5e9e6a1878d2a1d961f5d59505f15339c5b7e17e") + ;; “NoAnnoyance v2” version 17 correlates with + ;; c6804a47063659f9f48d13a0942b78ce98aac72b, from which we count + ;; commits. + (revision "6")) (package (name "gnome-shell-extension-noannoyance") - ;; XXX: There is no version noted anywhere in the source. Thus, infer it - ;; from . - (version (git-version "16" revision commit)) + (version (git-version "17" revision commit)) (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/bdaase/noannoyance") + (url "https://github.com/jirkavrba/noannoyance") (commit commit))) (sha256 (base32 - "0hh7fdqvx54h9j41ia2jl0nq1d5i66k7blw41ya6hkh7201r4anp")) + "0br9zrwvn499kh3db84hhw1kl02jpchwb5ldfp892p15vwih8yrf")) (file-name (git-file-name name version)))) (build-system copy-build-system) (arguments - '(#:install-plan - '(("." "share/gnome-shell/extensions/noannoyance@daase.net")))) + (list + #:install-plan + #~'(("." "share/gnome-shell/extensions/noannoyance@vrba.dev")))) (synopsis "Remove 'Window is ready' annotation") (description "One of the many extensions that remove this message. It uses ES6 syntax and claims to be more actively maintained than others.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 29 15:03:34 2024 Received: (at 68556) by debbugs.gnu.org; 29 Jan 2024 20:03:35 +0000 Received: from localhost ([127.0.0.1]:33538 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXqw-0003kh-Bx for submit@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:34 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:37772) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXqu-0003id-TT for 68556@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:33 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id f6f7051f; Mon, 29 Jan 2024 20:03:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=0LDl1DgAmZibVchjxYePVh4adkw=; b=B LDzugrcSVHZlBlyrrCXsk6wJU0l53ifjAEfV9XkqncIVu5MVpIKa9TJFugpk6xc9 FAcvXpRLte0+lB9xJxp1pGPFLfmP4HyfcF2POzhSnk/+qQzqHd+EEsrMTX8cO00J SoWWrsFezHsgDpafroq11iRhayNp63VCibcH7hgoqwKXPPG+iyVb1BURiH7H5H6o vqLpDqjSU5xs2ZGuYvcHXmxoTElZS+F6YPcH/+qqqHvNqV6wZ+xsEPq1NzOKd9qn u+9ZAWebFlkxlYG2nlM9QUXTNxp3HvftEv3gsIuMWJsJPlCwxWO8D4ZgmCiwnN5+ fMTJ2Av9Qbtk5bbxz8rsA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id da13b586 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 29 Jan 2024 20:03:23 +0000 (UTC) Message-ID: <1c2811f766f457a0c7ae31bcb8625c992dc329b2.1706558199.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:42:21 +0100 Subject: [PATCH gnome-team v5 5/8] gnu: gnome-shell-extension-topicons-redux: Deprecate. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44. The appindicator extension exhibits a similar feature. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): Deprecate in favor of gnome-shell-extension-appindicator. Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44. The appindicator extension exhibits a similar feature. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): Deprecate in favor of gnome-shell-extension-appindicator. Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager This extension has not been ported to GNOME 44. The appindicator extension exhibits a similar feature. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): Deprecate in favor of gnome-shell-extension-appindicator. Change-Id: I3152f0f0117db56ce89dad659cc779a1ba174378 --- gnu/packages/gnome-xyz.scm | 41 ++------------------------------------ 1 file changed, 2 insertions(+), 39 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 2a5df81ca8..c78525673f 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -683,45 +683,8 @@ (define-public gnome-shell-extension-customize-ibus (license license:gpl3+))) (define-public gnome-shell-extension-topicons-redux - (package - (name "gnome-shell-extension-topicons-redux") - (version "6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.com/pop-planet/TopIcons-Redux.git") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dli9xb545n3xlj6q4wl0y5gzkm903zs47p8fiq71pdvbr6v38rj")))) - (build-system gnu-build-system) - (native-inputs - (list `(,glib "bin"))) - (arguments - `(#:tests? #f ;no test defined in the project - #:phases - (modify-phases %standard-phases - (delete 'configure) - (delete 'build) - (replace 'install - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - (invoke "make" - "install" - (string-append - "INSTALL_PATH=" - out - "/share/gnome-shell/extensions")))))))) - (home-page "https://gitlab.com/pop-planet/TopIcons-Redux") - (synopsis "Display legacy tray icons in the GNOME Shell top panel") - (description "Many applications, such as chat clients, downloaders, and -some media players, are meant to run long-term in the background even after you -close their window. These applications remain accessible by adding an icon to -the GNOME Shell Legacy Tray. However, the Legacy Tray was removed in GNOME -3.26. TopIcons Redux brings those icons back into the top panel so that it's -easier to keep track of applications running in the background.") - (license license:gpl2+))) + (deprecated-package "gnome-shell-extension-topicons-redux" + gnome-shell-extension-appindicator)) (define-public gnome-shell-extension-dash-to-dock (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 29 15:03:43 2024 Received: (at 68556) by debbugs.gnu.org; 29 Jan 2024 20:03:43 +0000 Received: from localhost ([127.0.0.1]:33541 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXr4-0003l2-UI for submit@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:43 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:37772) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXr2-0003id-TV for 68556@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:41 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id c078840e; Mon, 29 Jan 2024 20:03:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=xUdSoVRIRqaQRtO0zWABeOZX3js=; b=B sU3uG9K5Q9RXZFHSRaZ3oSsQm9OOKHWfuA32aoBkrIX/4HjrbybvkFaDr6n8ZZ6W AfbeXboF3fX1Qd4XuLs/6AahkT+zK3x5rNVsba03Mz1wz+XV0cY8yvnK8QBYWt7U KPMOdFVBLZzJCDwz2T5pRswME/YlxqSzqk10PprbZ+FthDhtOMpbl+sNCySI63RD tOYvVtGNHIWd1MCnYL6BfLavKkpsRRMhSZhCa2Ey8lWFWXFYqGc9mPI5ZDdIt4FR TOk+SdKhodaUE6tU35khaFYz425Zo6NwTB+p+jzK4Efl0FkQzlrk3hgRQP7c5E7/ xwSXHCExETmgMmZR0OKIw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 65607710 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 29 Jan 2024 20:03:30 +0000 (UTC) Message-ID: <4f8ee91f948575501fa631aeec5dc7b3901f40c3.1706558199.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:26:28 +0100 Subject: [PATCH gnome-team v5 6/8] gnu: Remove gnome-shell-extension-jiggle. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been made compatible with GNOME 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle): Remove variable. Change-Id: I9afa9c2fe110ba883524eb9ca9acab42fbdd8f00 --- gnu/packages/gnome-xyz.scm | 42 1 file changed, 42 deletions(-) Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been made compatible with GNOME 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle): Remove variable. Change-Id: I9afa9c2fe110ba883524eb9ca9acab42fbdd8f00 --- gnu/packages/gnome-xyz.scm | 42 1 file changed, 42 deletions(-) Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager This extension has not been made compatible with GNOME 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle): Remove variable. Change-Id: I9afa9c2fe110ba883524eb9ca9acab42fbdd8f00 --- gnu/packages/gnome-xyz.scm | 42 -------------------------------------- 1 file changed, 42 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index c78525673f..d4209bc347 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1109,48 +1109,6 @@ (define-public gnome-shell-extension-vertical-overview (deprecated-package "gnome-shell-extension-vertical-overview" gnome-shell-extension-v-shell)) -(define-public gnome-shell-extension-jiggle - (package - (name "gnome-shell-extension-jiggle") - (version "8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jeffchannell/jiggle/") - (commit version))) - (sha256 - (base32 - "1wbdx2bp22bdwj51ckgivwglkmckr7z8kfwvc8nv4y376hjz5jxz")) - (file-name (git-file-name name version)) - (snippet - '(begin (delete-file "schemas/gschemas.compiled"))))) - (build-system copy-build-system) - (arguments - `(#:install-plan - '(("." ,(string-append - "share/gnome-shell/extensions/" - "jiggle@jeffchannell.com") - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$"))) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-version - (lambda _ - (substitute* "metadata.json" - (("\"40.0\"") "\"40\", \"41\"")))) - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" "."))))))) - (native-inputs - (list `(,glib "bin"))) ; for glib-compile-resources - (home-page "https://github.com/jeffchannell/jiggle") - (synopsis "Mouse cursor enlargement for small and fast movements") - (description "Jiggle is a Gnome Shell extension that highlights the cursor -position when the mouse is moved rapidly.") - (license license:gpl2))) - (define-public gnome-shell-extension-burn-my-windows (package (name "gnome-shell-extension-burn-my-windows") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 29 15:03:51 2024 Received: (at 68556) by debbugs.gnu.org; 29 Jan 2024 20:03:51 +0000 Received: from localhost ([127.0.0.1]:33544 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXrD-0003lL-9c for submit@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:51 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:37772) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXrB-0003id-TZ for 68556@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:50 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id bd08b528; Mon, 29 Jan 2024 20:03:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=hIvmU8zMfdewo5p9DnsMN7Ma5CI=; b=Q 7ij/aHHONQxkwH4264Ln92zcg1kLlGH0xeZG16obrpZJNnlAGP4nyDGhbm/B/YZT MOMRydefy/+jSbef6ft3hZ0jvuYN8nYNdfJ7/4GMxZGO2WhVfx6R4DLpVK1ssRTI C0KALxvxgBP7MS5S3ysFz7amwf0fETqWwaiH4ZxTQCgaV6PztRNhJQo9vSfiRdwH mpi1foR+Hqdf3xFjjzcISkGrxH5ORX8srTPDXzJ8vxr39JoJaM3blQmbMDywQ08Y 2juuXv25ElUhs0+ThhThJedOjyJBJrZ8hNWf90IKDgljJmcGTvV058sh2iQQ+OIx CqcALv/L5OTmcr9+a24DQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id bbc41891 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 29 Jan 2024 20:03:39 +0000 (UTC) Message-ID: <002ab9a59c66d22c147a8e54f987e2c1a2aab977.1706558199.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:45:19 +0100 Subject: [PATCH gnome-team v5 7/8] gnu: Remove gnome-shell-extension-transparent-window. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44. The master branch has compatibility for 43 but not 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-transparent-window): Remove variable. Change-Id: If57da6bb16f53968f5f694392a69118b85b3823c --- gnu/packages/gnome-xyz.scm | 31 1 file changed, 31 deletions(-) Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44. The master branch has compatibility for 43 but not 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-transparent-window): Remove variable. Change-Id: If57da6bb16f53968f5f694392a69118b85b3823c --- gnu/packages/gnome-xyz.scm | 31 1 file changed, 31 deletions(-) Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager This extension has not been ported to GNOME 44. The master branch has compatibility for 43 but not 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-transparent-window): Remove variable. Change-Id: If57da6bb16f53968f5f694392a69118b85b3823c --- gnu/packages/gnome-xyz.scm | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index d4209bc347..085cde7738 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1253,37 +1253,6 @@ (define-public gnome-shell-extension-sound-output-device-chooser Speakers etc. of the same device are also displayed for selection.") (license license:gpl3+))) -(define-public gnome-shell-extension-transparent-window - (let ((commit "cc9bc70c192dd565fa6f1d1b28d9a20f99684f2a") - (revision "45")) - (package - (name "gnome-shell-extension-transparent-window") - (version (git-version "0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url (string-append "https://github.com/pbxqdown/" - "gnome-shell-extension-transparent-window")) - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1f9iqqjpmmylqz0ws8cy5rs475bwzi7jy44q9ip44ig2acz2wxzp")))) - (build-system copy-build-system) - (arguments - (list - #:install-plan - #~'(("." - #$(string-append "/share/gnome-shell/extensions" - "/transparent-window@pbxqdown.github.com"))))) - (home-page - "https://github.com/pbxqdown/gnome-shell-extension-transparent-window") - (synopsis "Change the opacity of windows in GNOME Shell") - (description "This extension adds keybindings to change the opacity -of windows.") - (license license:expat)))) - (define-public gnome-shell-extension-vitals (package (name "gnome-shell-extension-vitals") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 29 15:03:59 2024 Received: (at 68556) by debbugs.gnu.org; 29 Jan 2024 20:03:59 +0000 Received: from localhost ([127.0.0.1]:33547 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXrK-0003ld-LO for submit@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:58 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:37772) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUXrI-0003id-Tf for 68556@debbugs.gnu.org; Mon, 29 Jan 2024 15:03:57 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id cbc4804e; Mon, 29 Jan 2024 20:03:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniA; bh=RL0eeFmDj5rTPiX4RpnWLlODc4Q=; b=n 5qby6lTd5xYQgS1oeR0XkAAYbR/K2uOBGDweTGjqwbOMhmbA7WNI4VfKlQmWCfhY oZ9NQjVrWtbYSbW8mJ73wWvZUp+OrH0bkbFSK/UBhCYhuh7JsMfqzSGWGA6rMqMN UMPvHDRXzNlJfZsbwC47EY7jEYQ+Os0DXhZEWK1kZQT/HEgPLbOMsU1Z/Pu8IX1n 4JwU2OVZZXGcu0u0DF8v3W3XPk2JBcc7n4UPwhSbY0+QcIoytupasKgqY+uOst6R oAPghrF6VuqqGJEsVsPzNF8SMLVnQ2oCTUOphY8M/M6l12KXgqaaV5jXX8uXefJP 6zb+kyABS4iL+SQmV2hvQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 98097ee9 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 29 Jan 2024 20:03:46 +0000 (UTC) Message-ID: <332749bfe853a6c1c4bf44d71b78858bcc97c351.1706558199.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:40:18 +0100 Subject: [PATCH gnome-team v5 8/8] gnu: Remove gnome-shell-extension-sound-output-device-chooser. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44, because you can switch the audio output directly in the shell. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-sound-output-device-chooser): Remove variable. Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44, because you can switch the audio output directly in the shell. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-sound-output-device-chooser): Remove variable. Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager This extension has not been ported to GNOME 44, because you can switch the audio output directly in the shell. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-sound-output-device-chooser): Remove variable. Change-Id: Iae51c7d284b85f630b5874445c6695b32b5d523e --- gnu/packages/gnome-xyz.scm | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 085cde7738..716ce92348 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1220,38 +1220,6 @@ (define-public gnome-shell-extension-radio directly inside GNOME Shell. It can manage stations and play streams.") (license license:gpl3+))) -(define-public gnome-shell-extension-sound-output-device-chooser - (package - (name "gnome-shell-extension-sound-output-device-chooser") - (version "43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kgshank/gse-sound-output-device-chooser") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1qk6ypyqbv8zwwlky6cgk9hgp1zh32jmzw4wza200g4v94ifkwm9")))) - (build-system gnu-build-system) - (arguments - (list - #:tests? #f ; no check target - #:make-flags #~(list (string-append "INSTALL_DIR=" - #$output - "/share/gnome-shell/extensions")) - #:phases - #~(modify-phases %standard-phases (delete 'configure)))) - (native-inputs (list gettext-minimal `(,glib "bin"))) - (inputs (list python)) - (home-page - "https://extensions.gnome.org/extension/906/sound-output-device-chooser") - (synopsis "Sound output chooser for GNOME Shell") - (description "This extension shows a list of sound output and input devices -in the status menu below the volume slider. Various active ports like HDMI, -Speakers etc. of the same device are also displayed for selection.") - (license license:gpl3+))) (define-public gnome-shell-extension-vitals (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 29 15:54:17 2024 Received: (at 68556) by debbugs.gnu.org; 29 Jan 2024 20:54:17 +0000 Received: from localhost ([127.0.0.1]:33578 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUYe1-00054U-6D for submit@debbugs.gnu.org; Mon, 29 Jan 2024 15:54:17 -0500 Received: from mail-lf1-x143.google.com ([2a00:1450:4864:20::143]:51383) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUYdz-00054H-QG for 68556@debbugs.gnu.org; Mon, 29 Jan 2024 15:54:16 -0500 Received: by mail-lf1-x143.google.com with SMTP id 2adb3069b0e04-5101f2dfdadso5566960e87.2 for <68556@debbugs.gnu.org>; Mon, 29 Jan 2024 12:54:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1706561641; x=1707166441; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=FggOSVJ1+lfyEpJ2nemsMvmShh94ca7AAUnrK2OlcXk=; b=BdqY0z6o2HEZziIHYe+rjK2dJQn0Ovz2Y4rGCDhc6uvTS4OIh5EYV8kFncytx8FM3x I4BO9tspOUT48oJmdw8yCm4hQJ+mNKVqWiObYuDeE43CXMukdrk+LAlfOQYU7tEbBDov KDxF1rpObv1eu0EfIhXX/rEEn3VZ/nPzt0P6crRAHxFx529N5Dw7yZIwUjlsVMnN32c0 R/kIupdMmcpxLrpM8r2J+T+w3QjNDY2iHfBXWYaAud167uAYibH5uRWB8dyrC1g2IJ8L OfLSZvjxg3xIt0xAWZR4XLKpKYUCRFRijfpqaoTRQAGMhKASeCF31+oIv8sxscb6JwQZ 0oXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706561641; x=1707166441; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=FggOSVJ1+lfyEpJ2nemsMvmShh94ca7AAUnrK2OlcXk=; b=JmKeSawf73xu+TaWCOHEnUNQoltKRabirh2pkSFdneMYxgKAMefx0ygvQGtWR1+HaB IQ1St6vjZGrpDj18cWyZL24K8mfQTH11cUQbqnNec6aRVnx4MxBzUOU1mKzsLO59pJnd hyVPjvi0YYvNj1kHCZTrberQabStUENaqkr55VIWK0DbIYSkSGSqnmxx9cGGJUmGsdMJ Lrfytavv55NB2gYKDH+S2yqy8WoWspbnB+n2Ax3+xC8USUZ6ewPEhzFsOw7hJDioEhKw ottgzega6oGzwQjIYq7fO5GUFEk5wNy4XI2aeCzutMa5TmdeeZiS7SHmeUQyUTF/xwyR 8c2w== X-Gm-Message-State: AOJu0Yy8LzZxwIP425Ox//5TnMfe5/RFEFDr/085V4oGVb0C4KrdZacW k0Q6oxPF3Rk4JImtxuZL5NRquJ8K4Bmx6tGM1o53IKoSenIXegXzcS2sUdGfOxI= X-Google-Smtp-Source: AGHT+IHCFm0lt1zdXSLSXes0Uo39TnN+MFqYtY7yVYOdYed5abajrJsecE84YLyRgvC5mxOdAH4zmA== X-Received: by 2002:a05:6512:3118:b0:50e:937e:b00e with SMTP id n24-20020a056512311800b0050e937eb00emr4923932lfb.46.1706561640929; Mon, 29 Jan 2024 12:54:00 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id m21-20020a194355000000b00510177bf403sm1240850lfj.288.2024.01.29.12.53.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Jan 2024 12:54:00 -0800 (PST) Message-ID: Subject: Re: [PATCH gnome-team v5 0/8] Wrap gnome-shell-extensions with gobject-introspection in native-inputs From: Liliana Marie Prikler To: Vivien Kraus , 68556@debbugs.gnu.org Date: Mon, 29 Jan 2024 21:53:58 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Montag, dem 29.01.2024 um 20:56 +0100 schrieb Vivien Kraus: > Dear guix, >=20 > I think I made a mistake. gobject-introspection should probably be in > native-inputs. We only use this package so that GI_TYPELIB_PATH is > set up at build time. Gjs probably has all the girepository > infrastructure it needs already. >=20 > What do you think? Note: if you set GI_TYPELIB_PATH at build time, you could get confusions between build/host libs. It's unlikely, but you might want to make sure that your paths are sound. Anyhow, this series mostly LGTM on first glance. Does this issue also affect the extensions already pushed? Cheers From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 29 16:45:59 2024 Received: (at 68556) by debbugs.gnu.org; 29 Jan 2024 21:45:59 +0000 Received: from localhost ([127.0.0.1]:33596 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUZS3-0006T5-3i for submit@debbugs.gnu.org; Mon, 29 Jan 2024 16:45:59 -0500 Received: from planete-kraus.eu ([89.234.140.182]:50694) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUZS0-0006Sk-MX for 68556@debbugs.gnu.org; Mon, 29 Jan 2024 16:45:57 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id c448081c; Mon, 29 Jan 2024 21:45:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:cc:date:in-reply-to:references :content-type:content-transfer-encoding:mime-version; s= albinoniA; bh=MIAjlPVeQx9Lib2Rjz3BLqvo0Sw=; b=ewN5HsbyqFAny+AjGC HTU76S8irVkta7wsU65z7B5wh6agoafxLsXvHsX+tIzmjDx61Tk1pmYlQn/afKTa t3MHVzote8Gw2PPWIscUFbAuVhnoX4syr6BxgYK5pLwBxt+86LuZqKugJ8h1Z4uF Dxw+ca5gg1G1eaYJGTWNSsTpwJR4fCf6TQahBpI6iI/8KtMKcScYSwlOGRIH/oS6 YH70EytnY/CRErGlG1oybxs+7qSBfP0fsPEy/c0Q4VFxKP+FI8xYfCCuPG0W10Mp xOzoZUXr5BxcHDTZRKGdtdUBjfPpsoCe526H+Zu99fibRegchzx05VLyw7ebpfES TsSg== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 48ba7d56 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 29 Jan 2024 21:45:40 +0000 (UTC) Message-ID: <0ee41342e6f03d8acdee8ac56c77bac73fa6f48b.camel@planete-kraus.eu> Subject: Re: [PATCH gnome-team v5 0/8] Wrap gnome-shell-extensions with gobject-introspection in native-inputs From: Vivien Kraus To: Liliana Marie Prikler , 68556@debbugs.gnu.org Date: Mon, 29 Jan 2024 22:45:39 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Le lundi 29 janvier 2024 =C3=A0 21:53 +0100, Liliana Marie Prikler a =C3=A9= crit=C2=A0: > Am Montag, dem 29.01.2024 um 20:56 +0100 schrieb Vivien Kraus: > > Dear guix, > >=20 > > I think I made a mistake. gobject-introspection should probably be > > in native-inputs.=C2=A0 We only use this package so that GI_TYPELIB_PAT= H > > is set up at build time.=C2=A0 Gjs probably has all the girepository > > infrastructure it needs already. > >=20 > > What do you think? > Note: if you set GI_TYPELIB_PATH at build time, you could get > confusions between build/host libs.=C2=A0 It's unlikely, but you might > want > to make sure that your paths are sound. Is there a solution for this? As far as I understand, GI_TYPELIB_PATH at build time has a mix of native inputs and inputs + propagated inputs, and we only want the latter. If I understand correctly, we can=E2=80=99t use search-input-directory because it would be from only 1 package. > Does this issue also affect the extensions already pushed? Other shell extension wrap their code for GI_TYPELIB_PATH, by getting the environment variable value at build time. Vivien From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 03 09:58:33 2024 Received: (at 68556) by debbugs.gnu.org; 3 Feb 2024 14:58:33 +0000 Received: from localhost ([127.0.0.1]:46787 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWHTU-0007s6-Rs for submit@debbugs.gnu.org; Sat, 03 Feb 2024 09:58:33 -0500 Received: from mail-wr1-x441.google.com ([2a00:1450:4864:20::441]:43204) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWHTS-0007rt-Je for 68556@debbugs.gnu.org; Sat, 03 Feb 2024 09:58:31 -0500 Received: by mail-wr1-x441.google.com with SMTP id ffacd0b85a97d-3394bec856fso2552238f8f.0 for <68556@debbugs.gnu.org>; Sat, 03 Feb 2024 06:58:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1706972293; x=1707577093; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=8xbpRR6Gg+FicSuumDqRBEZZFm/pDPVq+WmbAZit4ys=; b=YGPBcPMOAdN3hnxJLzTUzpj+X8HjOaQDT88jQA53xoYtPRrR5+09dqL8omsAjzv8vV FWbavpBFF6+aOzFDUKxrvfOkknTvVM2mQClAbN2CJzcJvIdKDQXVXFe9OLC43DhoeliF hBI6QVgYWVdYGUAR88gU7rM1BM35/I7zH3SHo2TKnkhG51aSh06A9LU2LYDGEZGrKhR+ J5zhAjdRNYQZod2GqEfiQNVo8aSVs/kG3BUQXEv/an1Q/ip8VXUP/imM38kc2H0cuBiw TDyun9Aiz7klNc+sLt4GoNAiKVIr4LQRoyBnry3SSf3KZWvqvpcz5P/9QrzksXAeGkpi 09JA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706972293; x=1707577093; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=8xbpRR6Gg+FicSuumDqRBEZZFm/pDPVq+WmbAZit4ys=; b=fuzWHcPi/qfdTrRiQVEY95xAUXGEQmUdiKxLtjicaAAIeUQ9XpscSRNjItStbSozWP J0TuKFircHdwwLYOF8sghF2oQzAp3+Xw2+s1LgOATH4iOYsJj701Tsoap0XhBWf/nIvr mF09XFZ9OwodQ2xEA7YBbld9/FQJE3NRji3MuPNBaJWcZ+cnfH1cp6DJw6kfnaSDk9Rq JHwZl/4VFkxQuRbu8kyl9lU6xLJBNPVzV657y6kn2JiV3fDfBvectpB6N2JFedhETUoZ 9RAr6bUA3RWF3/bpdNGstJ6uRmF5K8R+D02XYcsXUYt4NpsAWm6mGIdzbT9nEKNMFPpo W+Hg== X-Gm-Message-State: AOJu0YyOsDkJ39mJApGogO2/rKZ8mlj8H5FNrRCkJPgwS8EY13LSdiUt 3uhQ+1vFz+WpA6Fr+MD6r6uXICVZHL2i8kGodJQ+3jYO0Zcyvpal X-Google-Smtp-Source: AGHT+IFZHubGmDalaMSUnz2c8hz/G0zZIKKAlGg+iFzP8uHQxW9m01lLBbe2RM7+zFNoA8hMH8GxTg== X-Received: by 2002:adf:e7ce:0:b0:33b:146e:241f with SMTP id e14-20020adfe7ce000000b0033b146e241fmr1405738wrn.4.1706972293050; Sat, 03 Feb 2024 06:58:13 -0800 (PST) X-Forwarded-Encrypted: i=0; AJvYcCWnmNJbAbtWX4F1BEouP6cA1fjM28/gl7ueCEHboFJ4UcH00LeSDoYUBhW/BFk/2likeox0H3IRoDDsHg6vBPI5x9tl97B4SS5bNPN9rJEoXeo4BUTf61dWeOsFKs/b Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id q17-20020a05600c46d100b0040ef3ae26cdsm3151007wmo.37.2024.02.03.06.58.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 03 Feb 2024 06:58:12 -0800 (PST) Message-ID: <24f72ca3837f2c0c4095856eeba70e98a0e5b3cc.camel@gmail.com> Subject: Re: [PATCH gnome-team v5 3/8] gnu: gnome-shell-extensions: Wrap all the extensions. From: Liliana Marie Prikler To: Vivien Kraus , 68556@debbugs.gnu.org Date: Sat, 03 Feb 2024 15:58:09 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: base64 User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) QW0gU2Ftc3RhZywgZGVtIDIwLjAxLjIwMjQgdW0gMTE6MzggKzAxMDAgc2NocmllYiBWaXZpZW4g S3JhdXM6Cj4gVGhlIHRvcC1sZXZlbCBtb2R1bGVzIHRoYXQgYXJlIHdyYXBwZWQgYXJlIHRoZSAv ZXh0ZW5zaW9uLmpzIGFuZAo+IC9wcmVmcy5qcyBvZiBldmVyeSBleHRlbnNpb24gc3ViLWRpcmVj dG9yeS4KPiAKPiAqIGdudS9wYWNrYWdlcy9nbm9tZS5zY20gKGdub21lLXNoZWxsLWV4dGVuc2lv bnMpIFsjOnBoYXNlCj4gJ3dyYXAtYXBwbGljYXRpb25zLW1lbnVdOiBSZW5hbWUgdG8gJ3dyYXAt ZXh0ZW5zaW9ucy4gV3JhcCBldmVyeSB0b3AtCj4gbGV2ZWwgbW9kdWxlLgo+IFtpbnB1dHNdOiBB ZGQgZ2xpYi4KPiBbcHJvcGFnYXRlZC1pbXB1dHNdOiBSZW1vdmUgZ2xpYi4KPiAKPiBDaGFuZ2Ut SWQ6IEk4ODYzNDk3MDMyMWFhODg0Nzg1N2U0NWIzNjliNGJhMjg1Y2FhODdkCj4gLS0tCklNSE8g eW91IHNob3VsZCBzcXVhc2ggdGhpcyBhbmQgMi84IGludG8gb25lIHBhdGNoLgoKPiDCoGdudS9w YWNrYWdlcy9nbm9tZS5zY20gfCA0NSArKysrKysrKysrKysrKysrKysrKysrKysrLS0tLS0tLS0t LS0tLS0tCj4gLS0KPiDCoDEgZmlsZSBjaGFuZ2VkLCAyNyBpbnNlcnRpb25zKCspLCAxOCBkZWxl dGlvbnMoLSkKPiAKPiBkaWZmIC0tZ2l0IGEvZ251L3BhY2thZ2VzL2dub21lLnNjbSBiL2dudS9w YWNrYWdlcy9nbm9tZS5zY20KPiBpbmRleCAwNGZjMDUwMGNkLi44YmMwNDkxMjMwIDEwMDY0NAo+ IC0tLSBhL2dudS9wYWNrYWdlcy9nbm9tZS5zY20KPiArKysgYi9nbnUvcGFja2FnZXMvZ25vbWUu c2NtCj4gQEAgLTEwNzI5LDMyICsxMDcyOSw0MSBAQCAoZGVmaW5lLXB1YmxpYyBnbm9tZS1zaGVs bC1leHRlbnNpb25zCj4gwqDCoMKgwqDCoMKgICM6Y29uZmlndXJlLWZsYWdzICN+JygiLURleHRl bnNpb25fc2V0PWFsbCIpCj4gwqDCoMKgwqDCoMKgICM6cGhhc2VzCj4gwqDCoMKgwqDCoMKgICN+ KG1vZGlmeS1waGFzZXMgJXN0YW5kYXJkLXBoYXNlcwo+IC3CoMKgwqDCoMKgwqDCoMKgwqAgKGFk ZC1hZnRlciAndW5wYWNrICd3cmFwLWFwcGxpY2F0aW9ucy1tZW51Cj4gK8KgwqDCoMKgwqDCoMKg wqDCoCAoYWRkLWFmdGVyICd1bnBhY2sgJ3dyYXAtZXh0ZW5zaW9ucwo+IMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoCAobGFtYmRhIF8KPiDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgICh1c2Ut bW9kdWxlcyAoaWNlLTkgdGV4dHVhbC1wb3J0cykpCj4gLcKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgIChjYWxsLXdpdGgtb3V0cHV0LWZpbGUgImV4dGVuc2lvbnMvYXBwcy0KPiBtZW51L2V4dGVu c2lvbi5qcy13cmFwcGVkIgo+IC3CoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKGxhbWJk YSAob3V0KQo+IC3CoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChmb3JtYXQgb3V0 ICInfmEnLnNwbGl0KCc6JykuZm9yRWFjaCgiCj4gLcKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChnZXRlbnYgIkdJX1RZUEVMSUJfUEFUSCIpKQo+IC3C oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChkaXNwbGF5Cj4gLcKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAoc3RyaW5nLWFwcGVuZCAicGF0aCA9Pgo+IGltcG9y dHMuZ2kuR0lSZXBvc2l0b3J5LlJlcG9zaXRvcnkiCj4gLcKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAiLnByZXBlbmRfc2Vh cmNoX3BhdGgocGF0aCkpO1xuIikKPiAtwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgIG91dCkKPiAtwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAoZGlzcGxheQo+ IC3CoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKGNhbGwtd2l0aC1pbnB1dC1m aWxlICJleHRlbnNpb25zL2FwcHMtCj4gbWVudS9leHRlbnNpb24uanMiCj4gLcKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgZ2V0LXN0cmluZy1hbGwpCj4gLcKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCBvdXQpKSkKPiAtwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqAgKHJlbmFtZS1maWxlICJleHRlbnNpb25zL2FwcHMtbWVudS9leHRlbnNpb24uanMt Cj4gd3JhcHBlZCIKPiAtwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoCAiZXh0ZW5zaW9ucy9hcHBzLW1lbnUvZXh0ZW5zaW9uLmpzIikpKSkpKQo+ICvC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAobGV0IGxpc3QtZXh0ZW5zaW9ucyAoKGRpciAob3Bl bmRpciAiZXh0ZW5zaW9ucyIpKSkKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChs ZXQgKChleHRlbnNpb24gKHJlYWRkaXIgZGlyKSkpCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqAgKHVubGVzcyAoZW9mLW9iamVjdD8gZXh0ZW5zaW9uKQo+ICvCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAoZm9yLWVhY2gKPiArwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAobGFtYmRhIChmaWxlLXRvLXdyYXApCj4gK8KgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgICh3aGVuIChmaWxlLWV4aXN0 cz8gZmlsZS10by13cmFwKQo+ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqAgKGNhbGwtd2l0aC1vdXRwdXQtZmlsZQo+ICvCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAoc3RyaW5nLWFwcGVuZCBmaWxl LXRvLXdyYXAgIi13cmFwcGVkIikKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoCAobGFtYmRhIChvdXQpCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChmb3JtYXQgb3V0ICInfmEnLnNw bGl0KCc6JykuZm9yRWFjaCgiCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAoZ2V0ZW52ICJHSV9UWVBFTElC X1BBVEgiKSkKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqAgKGRpc3BsYXkKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAoc3RyaW5nLWFwcGVuZCAicGF0aCA9Pgo+IGltcG9y dHMuZ2kuR0lSZXBvc2l0b3J5LlJlcG9zaXRvcnkiCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqAKPiAiLnByZXBlbmRfc2VhcmNoX3BhdGgocGF0aCkpO1xuIikKPiArwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCBvdXQpCj4g K8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg IChkaXNwbGF5Cj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqAgKGNhbGwtd2l0aC1pbnB1dC1maWxlIGZpbGUtdG8td3JhcAo+ICvCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oCBnZXQtc3RyaW5nLWFsbCkKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoCBvdXQpKSkKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChyZW5hbWUtZmlsZSAoc3RyaW5nLWFwcGVuZCBmaWxl LXRvLXdyYXAgIi0KPiB3cmFwcGVkIikKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgZmlsZS10by13cmFw KSkpCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKGxpc3QgKHN0 cmluZy1hcHBlbmQgImV4dGVuc2lvbnMvIiBleHRlbnNpb24KPiAiL2V4dGVuc2lvbi5qcyIpCj4g K8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKHN0 cmluZy1hcHBlbmQgImV4dGVuc2lvbnMvIiBleHRlbnNpb24KPiAiL3ByZWZzLmpzIikpKQo+ICvC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAobGlzdC1leHRlbnNpb25zIGRp cikpKSkpKSkpKQpZb3UgY2FuIHVzZSB3aXRoLWF0b21pYy1maWxlLXJlcGxhY2VtZW50IHRvIGFj Y29tcGxpc2ggdGhlIHNhbWUuICBBbHNvCnRyeSAoZmluZC1maWxlcyAiZXh0ZW5zaW9ucyIgIihl eHRlbnNpb258cHJlZnMpXFwuanMiKSAKPiDCoMKgwqDCoCAobmF0aXZlLWlucHV0cwo+IMKgwqDC oMKgwqAgKGxpc3QgYCgsZ2xpYiAiYmluIikKPiDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIGdldHRl eHQtbWluaW1hbAo+IMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgZ29iamVjdC1pbnRyb3NwZWN0aW9u IDt0byBzZXQgR0lfVFlQRUxJQl9QQVRICj4gwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCBwa2ctY29u ZmlnKSkKPiDCoMKgwqDCoCAoaW5wdXRzCj4gLcKgwqDCoMKgIChsaXN0IGdub21lLW1lbnVzKSkg O2ZvciBBcHBsaWNhdGlvbnMgTWVudQo+IC3CoMKgwqAgKHByb3BhZ2F0ZWQtaW5wdXRzCj4gLcKg wqDCoMKgIChsaXN0IGdsaWIpKQo+ICvCoMKgwqDCoCAobGlzdCBnbGliCj4gK8KgwqDCoMKgwqDC oMKgwqDCoMKgIGdub21lLW1lbnVzKSkgO2ZvciBBcHBsaWNhdGlvbnMgTWVudQpEbyB5b3UgdXNl IEVtYWNzPyAgSWYgc28sIHVzZSBNLTsgdG8gcGFkIGlubGluZSBjb21tZW50cyB0byBhIHN1aXRh YmxlCmxlbmd0aC4KSWYgbm90LCBpdCBvdWdodCB0byBiZQogICAgICAgICAgIGdvYmplY3QtaW50 cm9zcGVjdGlvbiAgICAgICAgOyB0byBzZXQgR0lfVFlQRUxJQl9QQVRICkkgcGVyc29uYWxseSBw cmVmZXIgYSBzcGFjZSBhZnRlciB0aGUgc2VtaWNvbG9uLCBidXQgSSd2ZSBhbHNvIHNlZW4KcGVv cGxlIHByZWZlciB0aGUgb3Bwb3NpdGUuCj4gwqDCoMKgwqAgKHN5bm9wc2lzICJFeHRlbnNpb25z IGZvciBHTk9NRSBTaGVsbCIpCj4gwqDCoMKgwqAgKGRlc2NyaXB0aW9uICJHTk9NRSBTaGVsbCBl eHRlbnNpb25zIG1vZGlmeSBhbmQgZXh0ZW5kIEdOT01FCj4gU2hlbGwKPiDCoGZ1bmN0aW9uYWxp dHkgYW5kIGJlaGF2aW9yLiIpCkNoZWVycwo= From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 03 13:22:21 2024 Received: (at 68556) by debbugs.gnu.org; 3 Feb 2024 18:22:21 +0000 Received: from localhost ([127.0.0.1]:47032 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKej-0001yD-98 for submit@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:21 -0500 Received: from planete-kraus.eu ([89.234.140.182]:48664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKeh-0001xw-Vd for 68556@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:20 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 897b8b63; Sat, 3 Feb 2024 18:22:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniB; bh=m6P5YGw7VoYK6DxMrQKAJ12+748=; b=l OVT1UYuPNLASO4UTXRifXz1IK2QeAFd1W06j+5yVkHI3SBBcvfk6VMSHNk7c4kaO lPm5rlO1xWh0qza+XvNDTGSL9SmWnbssfa0Nv4JuPnI4MD67Kqa+4BKum8CnA0js NipbWxXhL4A71samrG/OG7A0YXRanGUa0/rL34P3GqLzG6z3AUSpbJW8GbEXf8nL 0zUGgHD/RLT7iSSajIDVOfOo7K4e0f6GVQBkxyBMSB/vjedhXOLdBOcqg2WFcdaw sACkH44wD+UZEY/eKfMi90bm9xbCQq4vMC95P+urcbY3PGFieb0Qin0aXZm6DiG2 G9mHf6C4ihnmXi8YPovfg== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 30c9bc3e (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 3 Feb 2024 18:22:00 +0000 (UTC) Message-ID: <10505864c94a02ebbacc98f1776b50afe34c1502.1706984229.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:45:19 +0100 Subject: [PATCH gnome-team v6 6/7] gnu: Remove gnome-shell-extension-transparent-window. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44. The master branch has compatibility for 43 but not 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-transparent-window): Remove variable. Change-Id: If57da6bb16f53968f5f694392a69118b85b3823c --- gnu/packages/gnome-xyz.scm | 31 1 file changed, 31 deletions(-) Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44. The master branch has compatibility for 43 but not 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-transparent-window): Remove variable. Change-Id: If57da6bb16f53968f5f694392a69118b85b3823c --- gnu/packages/gnome-xyz.scm | 31 1 file changed, 31 deletions(-) Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager This extension has not been ported to GNOME 44. The master branch has compatibility for 43 but not 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-transparent-window): Remove variable. Change-Id: If57da6bb16f53968f5f694392a69118b85b3823c --- gnu/packages/gnome-xyz.scm | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 7a672c507b..7aa4275ceb 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1253,37 +1253,6 @@ (define-public gnome-shell-extension-sound-output-device-chooser Speakers etc. of the same device are also displayed for selection.") (license license:gpl3+))) -(define-public gnome-shell-extension-transparent-window - (let ((commit "cc9bc70c192dd565fa6f1d1b28d9a20f99684f2a") - (revision "45")) - (package - (name "gnome-shell-extension-transparent-window") - (version (git-version "0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url (string-append "https://github.com/pbxqdown/" - "gnome-shell-extension-transparent-window")) - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1f9iqqjpmmylqz0ws8cy5rs475bwzi7jy44q9ip44ig2acz2wxzp")))) - (build-system copy-build-system) - (arguments - (list - #:install-plan - #~'(("." - #$(string-append "/share/gnome-shell/extensions" - "/transparent-window@pbxqdown.github.com"))))) - (home-page - "https://github.com/pbxqdown/gnome-shell-extension-transparent-window") - (synopsis "Change the opacity of windows in GNOME Shell") - (description "This extension adds keybindings to change the opacity -of windows.") - (license license:expat)))) - (define-public gnome-shell-extension-vitals (package (name "gnome-shell-extension-vitals") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 03 13:22:24 2024 Received: (at 68556) by debbugs.gnu.org; 3 Feb 2024 18:22:24 +0000 Received: from localhost ([127.0.0.1]:47037 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKel-0001yb-Kg for submit@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:23 -0500 Received: from planete-kraus.eu ([89.234.140.182]:48664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKej-0001xw-2A for 68556@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:21 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 72297aa8; Sat, 3 Feb 2024 18:22:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniB; bh=qiDP8joPX2XeZcGT80Jv0emyu6s=; b=u xT5uoQ0LH+7FkUhziRmRILJkDEuRjlibwiJAsBkJ/XYQiuGMidPyanfvmLRnpiXz AZqFTUgCWJgVKHrMwjl7rYE6x7UsMI6KI03NaEoCWosgUuzI2u/eyc+ovwHoIwt1 8mx0ZFeTeqlQ3+OcBnPQz1htz7dIYM2e3eVsjuf1pEtX1RyxySVI2gyJ17cfzdMQ nwL6uHootkwnyd1fHWOTx0Yl1eQHOs61Htq4Wv1PSnGvrvadx9LKdkKZU+NtcMVh vX9yGDqfbUe3agHk3QQlqIaCbCIUYPihhSCAS4diu0jA/R+7UUn++iV0+gW6ykpK 68LsMnBpoN/9tpIol8CdQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 411778df (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 3 Feb 2024 18:22:03 +0000 (UTC) Message-ID: <6006d31fd4a385d8fe702842aa2844e9c198cbc5.1706984229.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:26:28 +0100 Subject: [PATCH gnome-team v6 5/7] gnu: Remove gnome-shell-extension-jiggle. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been made compatible with GNOME 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle): Remove variable. Change-Id: I9afa9c2fe110ba883524eb9ca9acab42fbdd8f00 --- gnu/packages/gnome-xyz.scm | 42 1 file changed, 42 deletions(-) Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been made compatible with GNOME 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle): Remove variable. Change-Id: I9afa9c2fe110ba883524eb9ca9acab42fbdd8f00 --- gnu/packages/gnome-xyz.scm | 42 1 file changed, 42 deletions(-) Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager This extension has not been made compatible with GNOME 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle): Remove variable. Change-Id: I9afa9c2fe110ba883524eb9ca9acab42fbdd8f00 --- gnu/packages/gnome-xyz.scm | 42 -------------------------------------- 1 file changed, 42 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index d369e92c23..7a672c507b 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1109,48 +1109,6 @@ (define-public gnome-shell-extension-vertical-overview (deprecated-package "gnome-shell-extension-vertical-overview" gnome-shell-extension-v-shell)) -(define-public gnome-shell-extension-jiggle - (package - (name "gnome-shell-extension-jiggle") - (version "8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jeffchannell/jiggle/") - (commit version))) - (sha256 - (base32 - "1wbdx2bp22bdwj51ckgivwglkmckr7z8kfwvc8nv4y376hjz5jxz")) - (file-name (git-file-name name version)) - (snippet - '(begin (delete-file "schemas/gschemas.compiled"))))) - (build-system copy-build-system) - (arguments - `(#:install-plan - '(("." ,(string-append - "share/gnome-shell/extensions/" - "jiggle@jeffchannell.com") - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$"))) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-version - (lambda _ - (substitute* "metadata.json" - (("\"40.0\"") "\"40\", \"41\"")))) - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" "."))))))) - (native-inputs - (list `(,glib "bin"))) ; for glib-compile-resources - (home-page "https://github.com/jeffchannell/jiggle") - (synopsis "Mouse cursor enlargement for small and fast movements") - (description "Jiggle is a Gnome Shell extension that highlights the cursor -position when the mouse is moved rapidly.") - (license license:gpl2))) - (define-public gnome-shell-extension-burn-my-windows (package (name "gnome-shell-extension-burn-my-windows") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 03 13:22:25 2024 Received: (at 68556) by debbugs.gnu.org; 3 Feb 2024 18:22:25 +0000 Received: from localhost ([127.0.0.1]:47039 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKen-0001yk-1r for submit@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:25 -0500 Received: from planete-kraus.eu ([89.234.140.182]:48664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKek-0001xw-6Y for 68556@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:23 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 19b5c4e5; Sat, 3 Feb 2024 18:22:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniB; bh=xCjNlavG8RYX4vJ6ksdvhzsAFGs=; b=k oLy5kbxw8XXCkDri+NepSk553KwwrwkjsRuTgyRTuhjKByN0NSZkJddtZ/EI2XYi bIvFOVF5MhB52fO12vk9jFnYl/a1HlIqqDQNYUZUsZCoOLeGrligG7iW935PCtGW lOVAzkWjQbM3GvnsbNtxTr9fJxFkBEl0MGEFbrZvE6kPVEPMOPqEWEstv6OAJJvI Ds+NOVy4w8V+mMCIDEAgRnuKaww2NffiEWP3uH3RWOC14QsBB5mEZdo2WQtOSXXX hind5LQ2KdYfdd7Ao5qjnceZleWtOmcHkew+vUA+ZKcgzwrYYf3n0VptqTgorVA7 yU7amqkNcHPlH5lx92kqQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 3b867e5f (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 3 Feb 2024 18:22:09 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Fri, 19 Jan 2024 23:50:34 +0100 Subject: [PATCH gnome-team v6 1/7] gnu: gnome-menus: Build GObject Introspection data. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/gnome.scm (gnome-menus) [native-inputs]: Add gobject-introspection. Change-Id: I8cf485955dbad29cec781af9b5fada4c5bcb1ba6 --- gnu/packages/gnome.scm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/gnome.scm (gnome-menus) [native-inputs]: Add gobject-introspection. Change-Id: I8cf485955dbad29cec781af9b5fada4c5bcb1ba6 --- gnu/packages/gnome.scm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/gnome.scm (gnome-menus) [native-inputs]: Add gobject-introspection. Change-Id: I8cf485955dbad29cec781af9b5fada4c5bcb1ba6 --- gnu/packages/gnome.scm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 526833eaf5..6919576eae 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1812,8 +1812,19 @@ (define-public gnome-menus (base32 "07xvaf8s0fiv0035nk8zpzymn5www76w2a1vflrgqmp9plw8yd6r")))) (build-system gnu-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-introspection-install-dir + (lambda _ + (substitute* "libmenu/Makefile.in" + (("@INTROSPECTION_GIRDIR@") + (string-append #$output "/share/gir-1.0/")) + (("@INTROSPECTION_TYPELIBDIR@") + (string-append #$output "/lib/girepository-1.0/")))))))) (native-inputs - (list gettext-minimal glib pkg-config)) + (list gettext-minimal glib gobject-introspection pkg-config)) (synopsis "Menu support for GNOME desktop") (description "GNOME Menus contains the libgnome-menu library, the layout configuration files for the GNOME menu, as well as a simple menu editor.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 03 13:22:26 2024 Received: (at 68556) by debbugs.gnu.org; 3 Feb 2024 18:22:26 +0000 Received: from localhost ([127.0.0.1]:47041 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKen-0001ym-BY for submit@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:25 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:60706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKej-0001y0-QE for 68556@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:23 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id d88cb445; Sat, 3 Feb 2024 18:22:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniB; bh=N0UFg1yKsqCETGZpYtPUhuVRVek=; b=H tWkV60kCVpRuSHVDKc4RsGmZ+sP3SA3B//ap6Gl5limoMxXSxJEzRdent+MD03EL cEZGzBphC/FeOzzy8XrJRE8f6tk6MIzCTMUdN7Z/gc8mHZdx29/0inB910S80btY inZ1aNtsT7rcIF9VRm0W9Wq1VwuqPdlw9IroUVgIq37wrdLv1/d8PiIeWQnSlMaN RIzga+ELnyM1QkLBfXmYNlOxPQ58ekeBDRF5grULXAis8cwLpRAWYCwfZZDrccGD o6TfQtgyE/d+VBUnqCD/yts692boNbZNu1wIBp6zSRs9p765k/0u/zNs3RIphPuv shgX/aDw0zjViebClAMCA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 5910360e (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 3 Feb 2024 18:22:05 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:42:21 +0100 Subject: [PATCH gnome-team v6 4/7] gnu: gnome-shell-extension-topicons-redux: Deprecate. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44. The appindicator extension exhibits a similar feature. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): Deprecate in favor of gnome-shell-extension-appindicator. Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44. The appindicator extension exhibits a similar feature. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): Deprecate in favor of gnome-shell-extension-appindicator. Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager This extension has not been ported to GNOME 44. The appindicator extension exhibits a similar feature. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): Deprecate in favor of gnome-shell-extension-appindicator. Change-Id: I3152f0f0117db56ce89dad659cc779a1ba174378 --- gnu/packages/gnome-xyz.scm | 41 ++------------------------------------ 1 file changed, 2 insertions(+), 39 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index d6bf3f6227..d369e92c23 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -683,45 +683,8 @@ (define-public gnome-shell-extension-customize-ibus (license license:gpl3+))) (define-public gnome-shell-extension-topicons-redux - (package - (name "gnome-shell-extension-topicons-redux") - (version "6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.com/pop-planet/TopIcons-Redux.git") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dli9xb545n3xlj6q4wl0y5gzkm903zs47p8fiq71pdvbr6v38rj")))) - (build-system gnu-build-system) - (native-inputs - (list `(,glib "bin"))) - (arguments - `(#:tests? #f ;no test defined in the project - #:phases - (modify-phases %standard-phases - (delete 'configure) - (delete 'build) - (replace 'install - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - (invoke "make" - "install" - (string-append - "INSTALL_PATH=" - out - "/share/gnome-shell/extensions")))))))) - (home-page "https://gitlab.com/pop-planet/TopIcons-Redux") - (synopsis "Display legacy tray icons in the GNOME Shell top panel") - (description "Many applications, such as chat clients, downloaders, and -some media players, are meant to run long-term in the background even after you -close their window. These applications remain accessible by adding an icon to -the GNOME Shell Legacy Tray. However, the Legacy Tray was removed in GNOME -3.26. TopIcons Redux brings those icons back into the top panel so that it's -easier to keep track of applications running in the background.") - (license license:gpl2+))) + (deprecated-package "gnome-shell-extension-topicons-redux" + gnome-shell-extension-appindicator)) (define-public gnome-shell-extension-dash-to-dock (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 03 13:22:34 2024 Received: (at 68556) by debbugs.gnu.org; 3 Feb 2024 18:22:34 +0000 Received: from localhost ([127.0.0.1]:47045 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKew-0001zD-0V for submit@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:34 -0500 Received: from planete-kraus.eu ([89.234.140.182]:47682) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKen-0001y4-9m for 68556@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:26 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 1a762525; Sat, 3 Feb 2024 18:22:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:mime-version :content-type:content-transfer-encoding:to:cc; s=albinoniB; bh=b AaTrTQ2VZQEWmaw7G7sIlhAyV0=; b=Fm5Ry2zrRi6x9NpWWOru/OxFbCUrdRkvL mMZSC0vj0gUvbhY+vJ2REnPN+eoZteSxtEqluyGY1QzXCVTQ4g6k8riROp551eFN jFs23ETQKmQjMKcUVsvl0NwXqrDOihHYZ0yILY+vcO6414fqWLD8SEcsFx8bGwmG GhocbSdAN4XCx+f4BQ77/1+i6hzm7Zo60AuHFnV1HqVTZ1x+eyFecefo2MqaELFp kOlbEN/OHDi3gIxu6Lwgj4VZkC2Z5Ic/ViPLIi3a4UwYpmaSezWVJAS2p3oLYx0X 89w4UB/jJgzeEyUK7Om+yMS7l8336EJpj6v0+jOxDKYo8kNCmSb4w== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id c9fbd313 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 3 Feb 2024 18:22:11 +0000 (UTC) Message-ID: <0ccbc054cecfaad72da8fdebe1b539cf6c6b4f26.1706984229.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:32:42 +0100 Subject: [PATCH gnome-team v6 3/7] gnu: gnome-shell-extension-noannoyance: Switch to fork. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: 68556@debbugs.gnu.org User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The NoAnnoyance “v2” project has not been ported to GNOME 44, so we switch to a maintained fork. The version number is computed in continuity with NoAnnoyance v2. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Switch to the fork. Bump version to 17 and revision to 6. [arguments]: Convert to list of G-Expressions. Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The NoAnnoyance “v2” project has not been ported to GNOME 44, so we switch to a maintained fork. The version number is computed in continuity with NoAnnoyance v2. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Switch to the fork. Bump version to 17 and revision to 6. [arguments]: Convert to list of G-Expressions. Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager The NoAnnoyance “v2” project has not been ported to GNOME 44, so we switch to a maintained fork. The version number is computed in continuity with NoAnnoyance v2. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Switch to the fork. Bump version to 17 and revision to 6. [arguments]: Convert to list of G-Expressions. Change-Id: Ic74d832020dfe3857e1abf450f5d7876cc921a28 --- gnu/packages/gnome-xyz.scm | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index da674e4856..d6bf3f6227 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -952,26 +952,33 @@ (define-public gnome-shell-extension-dash-to-panel (license license:gpl2+))) (define-public gnome-shell-extension-noannoyance - (let ((revision "1") - (commit "b759d10fd2799bc084007fdd927b62637c3dbd2c")) + ;; There are different forks of the NoAnnoyance extension. This is the one + ;; named “NoAnnoyance (fork)” at + ;; https://extensions.gnome.org/extension/6109/noannoyance-fork/ because it + ;; supports newer GNOME Shell versions than the previously used “NoAnnoyance + ;; v2”. + (let ((commit "5e9e6a1878d2a1d961f5d59505f15339c5b7e17e") + ;; “NoAnnoyance v2” version 17 correlates with + ;; c6804a47063659f9f48d13a0942b78ce98aac72b, from which we count + ;; commits. + (revision "6")) (package (name "gnome-shell-extension-noannoyance") - ;; XXX: There is no version noted anywhere in the source. Thus, infer it - ;; from . - (version (git-version "16" revision commit)) + (version (git-version "17" revision commit)) (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/bdaase/noannoyance") + (url "https://github.com/jirkavrba/noannoyance") (commit commit))) (sha256 (base32 - "0hh7fdqvx54h9j41ia2jl0nq1d5i66k7blw41ya6hkh7201r4anp")) + "0br9zrwvn499kh3db84hhw1kl02jpchwb5ldfp892p15vwih8yrf")) (file-name (git-file-name name version)))) (build-system copy-build-system) (arguments - '(#:install-plan - '(("." "share/gnome-shell/extensions/noannoyance@daase.net")))) + (list + #:install-plan + #~'(("." "share/gnome-shell/extensions/noannoyance@vrba.dev")))) (synopsis "Remove 'Window is ready' annotation") (description "One of the many extensions that remove this message. It uses ES6 syntax and claims to be more actively maintained than others.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 03 13:22:37 2024 Received: (at 68556) by debbugs.gnu.org; 3 Feb 2024 18:22:37 +0000 Received: from localhost ([127.0.0.1]:47049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKez-0001zY-E8 for submit@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:37 -0500 Received: from planete-kraus.eu ([89.234.140.182]:54968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKex-0001z8-Ee for 68556@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:36 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 871b17a7; Sat, 3 Feb 2024 18:22:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniB; bh=hTI7NzEoz+cBTDzSPHygBi358eg=; b=P wzEKGIZgyqNguTRomjIecstfnh8vvfTeN676kK9mrjhL5CAjve1OucGS0TBOF9mC l2tiRRqVxpzFUyCV6uUFdIWlVGvXbUgB9ULQ/rdjKHO0m3ePDPBbyv582DHvqJ4C lxXki/9jxRw/W5iRC2ya/yQcyWseRR4iUzvaZFgCENY8eiUtg/tg85O6FoDYMcbo gdsAMFk+KQjX/7C/x1ov0tPitRyyo6uirRae4HpgxHC0FspqBGj9eoW5NXVZHR3a hovJZm0whsRP/YSVhghWwtm/Q3q9DhZYOy2mwAoFxZqzQK5L0xYc6Am8S1Bz50hK m6CtZBqndCXDzgr5XrJ7Q== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id dd284e2f (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 3 Feb 2024 18:22:17 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Fri, 19 Jan 2024 23:36:05 +0100 Subject: [PATCH gnome-team v6 2/7] gnu: gnome-shell-extensions: Wrap the extensions. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The top-level modules that are wrapped are the /extension.js and /prefs.js of every extension sub-directory. The GI_TYPELIB_PATH used contains glib for every extension, and gnome-menus for Application [...] Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The top-level modules that are wrapped are the /extension.js and /prefs.js of every extension sub-directory. The GI_TYPELIB_PATH used contains glib for every extension, and gnome-menus for Application [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager The top-level modules that are wrapped are the /extension.js and /prefs.js of every extension sub-directory. The GI_TYPELIB_PATH used contains glib for every extension, and gnome-menus for Applications Menu. * gnu/packages/gnome.scm (gnome-shell-extensions) [#:phases]: Add 'wrap-extensions. [native-inputs]: Add gobject-introspection. [inputs]: Add gnome-menus and glib. [propagated-imputs]: Remove glib. Change-Id: I58b79ca92fbceebb9bbb150102fa428022e3eb63 --- gnu/packages/gnome.scm | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6919576eae..b92cea6b17 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10726,13 +10726,39 @@ (define-public gnome-shell-extensions "1aq1n75m1svsv0ppg66n9qch26rhjxcv3q33a3skf7hsydr5wd4c")))) (build-system meson-build-system) (arguments - '(#:configure-flags '("-Dextension_set=all"))) + (list + #:configure-flags #~'("-Dextension_set=all") + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'wrap-extensions + (lambda _ + (use-modules (ice-9 textual-ports) + (guix build utils)) + (for-each + (lambda (file-to-wrap) + (with-atomic-file-replacement file-to-wrap + (lambda (source wrapped) + (format wrapped "'~a'.split(':').forEach(" + (getenv "GI_TYPELIB_PATH")) + (display + (string-append "path => imports.gi.GIRepository.Repository" + ".prepend_search_path(path));\n") + wrapped) + (let ((input-size + (begin + (seek source 0 SEEK_END) + (ftell source)))) + (seek source 0 SEEK_SET) + (sendfile wrapped source input-size))))) + (find-files "extensions" "(extension|prefs)\\.js"))))))) (native-inputs (list `(,glib "bin") gettext-minimal + gobject-introspection ; to set GI_TYPELIB_PATH pkg-config)) - (propagated-inputs - (list glib)) + (inputs + (list glib + gnome-menus)) ; for Applications Menu (synopsis "Extensions for GNOME Shell") (description "GNOME Shell extensions modify and extend GNOME Shell functionality and behavior.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 03 13:22:39 2024 Received: (at 68556) by debbugs.gnu.org; 3 Feb 2024 18:22:39 +0000 Received: from localhost ([127.0.0.1]:47051 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKf0-0001zg-RH for submit@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:39 -0500 Received: from planete-kraus.eu ([89.234.140.182]:54968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKey-0001z8-Aw for 68556@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:36 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 7d41fd0b; Sat, 3 Feb 2024 18:22:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniB; bh=inEPlOT9KwbgY7I2lHAMssInUow=; b=K XCxzcfbRdEyNoZ2w+kDzGoNKWKDqh4gADYwkPBlfO34yQHs926WzZC8/Y3iNPEHM Z/p6FRonsG+Bto+1eTIOqabs/mjGQ6HUoWaus3JO/VI0vh53w9IjY6kLs/5HZfZx v65JGbcDQIArpDa8HwOIkOlOE/2sjI1QULK6QVrc0v8CbjUqOevpDg1cQPNQTzmP xWoilElDKo/+2WFH2GipaxLRfz6fxwTm8W3YwSJnsioaeGrM9lh/Ak5Si6kck8dF PqnNpWWO3u90TzHWpCcrWZQHo3aDLT9rzH3RgVbCXfxhVYtSBBJKXHvBGnK8aXrw Fk3VVGJFfBNdBJGKDAgAA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 9ed7be09 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 3 Feb 2024 18:22:20 +0000 (UTC) Message-ID: <5eae9710345fd0a10d29e25f7fbf602b5e730baf.1706984229.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:40:18 +0100 Subject: [PATCH gnome-team v6 7/7] gnu: Remove gnome-shell-extension-sound-output-device-chooser. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44, because you can switch the audio output directly in the shell. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-sound-output-device-chooser): Remove variable. Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44, because you can switch the audio output directly in the shell. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-sound-output-device-chooser): Remove variable. Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager This extension has not been ported to GNOME 44, because you can switch the audio output directly in the shell. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-sound-output-device-chooser): Remove variable. Change-Id: Iae51c7d284b85f630b5874445c6695b32b5d523e --- gnu/packages/gnome-xyz.scm | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 7aa4275ceb..72f1ffe5ab 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1220,38 +1220,6 @@ (define-public gnome-shell-extension-radio directly inside GNOME Shell. It can manage stations and play streams.") (license license:gpl3+))) -(define-public gnome-shell-extension-sound-output-device-chooser - (package - (name "gnome-shell-extension-sound-output-device-chooser") - (version "43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kgshank/gse-sound-output-device-chooser") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1qk6ypyqbv8zwwlky6cgk9hgp1zh32jmzw4wza200g4v94ifkwm9")))) - (build-system gnu-build-system) - (arguments - (list - #:tests? #f ; no check target - #:make-flags #~(list (string-append "INSTALL_DIR=" - #$output - "/share/gnome-shell/extensions")) - #:phases - #~(modify-phases %standard-phases (delete 'configure)))) - (native-inputs (list gettext-minimal `(,glib "bin"))) - (inputs (list python)) - (home-page - "https://extensions.gnome.org/extension/906/sound-output-device-chooser") - (synopsis "Sound output chooser for GNOME Shell") - (description "This extension shows a list of sound output and input devices -in the status menu below the volume slider. Various active ports like HDMI, -Speakers etc. of the same device are also displayed for selection.") - (license license:gpl3+))) (define-public gnome-shell-extension-vitals (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 03 13:22:46 2024 Received: (at 68556) by debbugs.gnu.org; 3 Feb 2024 18:22:46 +0000 Received: from localhost ([127.0.0.1]:47053 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKf8-000200-7r for submit@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:46 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:60230) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWKes-0001yj-3b for 68556@debbugs.gnu.org; Sat, 03 Feb 2024 13:22:43 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 3b4de58f; Sat, 3 Feb 2024 18:22:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:from:date:subject:mime-version:content-type :content-transfer-encoding:to:cc; s=albinoniB; bh=sTQ7KDZyxr2U9X Bn2dBJn5BzDeQ=; b=tPcAxnGH9qCqS+pnjtT+NmJgLMq4KGdmhXQURl14WSWqy5 mzSqjYK8SzbHN56CGHjNzTQZAzB59sssGYEtfrTCFSq1g4e8Is0aInAWq/MX5j/q jMp9OEpZP9RVRHg5bjtgKm2uKcMArM3AJOdlxoJ1TKDOrvpk+FuMDPncbSzgILik /pRp3pABYc+Tc4cjfQcXd9sLR/OxxmKjlK1hMbm7TnDewDQHRan29ZuHy5H40RbC uQvqCp4CBy6ti/qlYQO1ORQZBkrJyzb/dWlhJpDQuWK1yclIGf+OWdIt9w8T0xJu ChDZFVY0rTRqJUdLzAk+FNOOoWBXRuNckk+yfCgw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 5275de8c (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sat, 3 Feb 2024 18:22:15 +0000 (UTC) Message-ID: From: Vivien Kraus Date: Sat, 3 Feb 2024 19:17:09 +0100 Subject: [PATCH gnome-team v6 0/7] Wrap the extensions with (guix build utils) tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: 68556@debbugs.gnu.org User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Dear Guix, Now all the extensions are wrapped with a couple of clever functions from '(guix build utils) that I discovered today. Best regards, Vivien Vivien Kraus (7): gnu: gnome-menus: Build GObject Introspection data. gnu: gnome-shell-extensions: Wrap the extensions. gnu: gnome-shell-extension-noannoyance: Switch to fork. gnu: gnome-shell-extension-topicons-redux: Deprecate. gnu: Remove gnome-shell-extension-jiggle. gnu: Remove gnome-shell-extension-transparent-window. gnu: Remove gnome-shell-extension-sound-output-device-chooser. gnu/packages/gnome-xyz.scm | 171 ++++--------------------------------- gnu/packages/gnome.scm | 45 +++++++++- 2 files changed, 59 insertions(+), 157 deletions(-) base-commit: e6c847defb6cb25c65172dec46a322e5d3d45088 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 03 18:45:50 2024 Received: (at 68556) by debbugs.gnu.org; 3 Feb 2024 23:45:50 +0000 Received: from localhost ([127.0.0.1]:47292 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWPhl-0002DE-Oy for submit@debbugs.gnu.org; Sat, 03 Feb 2024 18:45:50 -0500 Received: from mail-ej1-x641.google.com ([2a00:1450:4864:20::641]:47341) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWPhj-0002Cy-Tw for 68556@debbugs.gnu.org; Sat, 03 Feb 2024 18:45:48 -0500 Received: by mail-ej1-x641.google.com with SMTP id a640c23a62f3a-a26ed1e05c7so464659966b.2 for <68556@debbugs.gnu.org>; Sat, 03 Feb 2024 15:45:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707003930; x=1707608730; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=IYWh45pCSHrMMKUX74jbi23neHMgjtkLxGCpb66Ny0E=; b=cm0ec/6tW63w/zlMoklrQoikoXRshCoi/MFsgQ38SZ/d+08LSkTp5z3LQXPdFhRPrv EORby4S1NBUvrQtjgCrX0sdB7WqoEYE1EPBA+K5U+66xREkSW7UIYS/Zqoq8LIOveVdx S+39qYBXecy/ct8T8/ILxLLB3QEMHPfhV4IEx3GdKFZuf/gTjXQ46KTYrbdSBoEz0byz Q3anyeoGrjtfLO+ZLvQTq84PEp87AufozBI/UnY2ilMbHnv0QU6+AJJL+MSWvMkf6QH4 yTLQ8dN7zzAp4RCqVbvDpjLH1Ve/HO7tNomc8ITMMSC57nAdC47Mkxe76km5FcFHaWpj lqcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707003930; x=1707608730; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=IYWh45pCSHrMMKUX74jbi23neHMgjtkLxGCpb66Ny0E=; b=C+657SJ2zhp5VOH7Wf/Lnrm07/AsYazAl/Lnam8NuKyXelQQfHIi5J+XnYehoUCdOh BcElnJ8yPNmubbJVya34qIPOxTe/8qJ/aHa/in8mxK39Y6SPpHVffVDKMxeCuhPDb7Tk iFQRiRp0RRjKqh3Cv/AvYVctCGx7NHtmFm9FUVw4SLANlC9u7jdbIQdRyRoJygla2IQ2 HGc7yuinwWHrhoFLnFlnyeQas31who/FINSbUopjC5+WlJN2J8DuZLG90MSFyH5rcfJQ yg29LR4i1ScG2si9UI2DCtRWHx+m11N+owTV6Ai+j0lbR/vsDIUMi1qUg17LpVblRWLE x8Mg== X-Gm-Message-State: AOJu0YxZMtp2LuJYRsYN9OyCy2DWiAip9+7eL7HopCODcHMt97lHQnpS 3/vQg51b1TjhnLtBdNKVwrJSEnQ01IbbeeQ2pK38PalGSgqkszPI X-Google-Smtp-Source: AGHT+IEquMj/0qWvwKpfqEKw5HcX86D4R1dn9rEThgKh+RWKjUb/FJd4PL02eN7dgzL/VIcBkMUETg== X-Received: by 2002:a17:906:2921:b0:a37:3922:8232 with SMTP id v1-20020a170906292100b00a3739228232mr1959370ejd.22.1707003930175; Sat, 03 Feb 2024 15:45:30 -0800 (PST) X-Forwarded-Encrypted: i=0; AJvYcCUo34PlO99vDM2bDNjF1lTZtTG9gM4A4BGg/rJZBo+oXZO8sOH+RaSduBN+Sw5KW+LRFutizybxFGUxdjJjZqZxOYPQ/eviJzn5/O7oEUzJz4pUAaihqLRKGXpXiblY Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id un1-20020a170907cb8100b00a317f2388cfsm2486011ejc.195.2024.02.03.15.45.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 03 Feb 2024 15:45:29 -0800 (PST) Message-ID: <07ab1a07bbeab98de7e63f8f5932dce1d69c2d5f.camel@gmail.com> Subject: Re: [PATCH gnome-team v6 2/7] gnu: gnome-shell-extensions: Wrap the extensions. From: Liliana Marie Prikler To: Vivien Kraus , 68556@debbugs.gnu.org Date: Sun, 04 Feb 2024 00:45:26 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: base64 User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) QW0gRnJlaXRhZywgZGVtIDE5LjAxLjIwMjQgdW0gMjM6MzYgKzAxMDAgc2NocmllYiBWaXZpZW4g S3JhdXM6Cj4gVGhlIHRvcC1sZXZlbCBtb2R1bGVzIHRoYXQgYXJlIHdyYXBwZWQgYXJlIHRoZSAv ZXh0ZW5zaW9uLmpzIGFuZAo+IC9wcmVmcy5qcyBvZgo+IGV2ZXJ5IGV4dGVuc2lvbiBzdWItZGly ZWN0b3J5LiBUaGUgR0lfVFlQRUxJQl9QQVRIIHVzZWQgY29udGFpbnMgZ2xpYgo+IGZvcgo+IGV2 ZXJ5IGV4dGVuc2lvbiwgYW5kIGdub21lLW1lbnVzIGZvciBBcHBsaWNhdGlvbnMgTWVudS4KPiAK PiAqIGdudS9wYWNrYWdlcy9nbm9tZS5zY20gKGdub21lLXNoZWxsLWV4dGVuc2lvbnMpIFsjOnBo YXNlc106IEFkZAo+ICd3cmFwLWV4dGVuc2lvbnMuCj4gW25hdGl2ZS1pbnB1dHNdOiBBZGQgZ29i amVjdC1pbnRyb3NwZWN0aW9uLgo+IFtpbnB1dHNdOiBBZGQgZ25vbWUtbWVudXMgYW5kIGdsaWIu Cj4gW3Byb3BhZ2F0ZWQtaW1wdXRzXTogUmVtb3ZlIGdsaWIuCj4gCj4gQ2hhbmdlLUlkOiBJNThi NzljYTkyZmJjZWViYjliYmIxNTAxMDJmYTQyODAyMmUzZWI2Mwo+IC0tLQo+IMKgZ251L3BhY2th Z2VzL2dub21lLnNjbSB8IDMyICsrKysrKysrKysrKysrKysrKysrKysrKysrKysrLS0tCj4gwqAx IGZpbGUgY2hhbmdlZCwgMjkgaW5zZXJ0aW9ucygrKSwgMyBkZWxldGlvbnMoLSkKPiAKPiBkaWZm IC0tZ2l0IGEvZ251L3BhY2thZ2VzL2dub21lLnNjbSBiL2dudS9wYWNrYWdlcy9nbm9tZS5zY20K PiBpbmRleCA2OTE5NTc2ZWFlLi5iOTJjZWE2YjE3IDEwMDY0NAo+IC0tLSBhL2dudS9wYWNrYWdl cy9nbm9tZS5zY20KPiArKysgYi9nbnUvcGFja2FnZXMvZ25vbWUuc2NtCj4gQEAgLTEwNzI2LDEz ICsxMDcyNiwzOSBAQCAoZGVmaW5lLXB1YmxpYyBnbm9tZS1zaGVsbC1leHRlbnNpb25zCj4gwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAKPiAiMWFxMW43NW0xc3ZzdjBwcGc2Nm45cWNo MjZyaGp4Y3YzcTMzYTNza2Y3aHN5ZHI1d2Q0YyIpKSkpCj4gwqDCoMKgwqAgKGJ1aWxkLXN5c3Rl bSBtZXNvbi1idWlsZC1zeXN0ZW0pCj4gwqDCoMKgwqAgKGFyZ3VtZW50cwo+IC3CoMKgwqDCoCAn KCM6Y29uZmlndXJlLWZsYWdzICcoIi1EZXh0ZW5zaW9uX3NldD1hbGwiKSkpCj4gK8KgwqDCoMKg IChsaXN0Cj4gK8KgwqDCoMKgwqAgIzpjb25maWd1cmUtZmxhZ3MgI34nKCItRGV4dGVuc2lvbl9z ZXQ9YWxsIikKPiArwqDCoMKgwqDCoCAjOnBoYXNlcwo+ICvCoMKgwqDCoMKgICN+KG1vZGlmeS1w aGFzZXMgJXN0YW5kYXJkLXBoYXNlcwo+ICvCoMKgwqDCoMKgwqDCoMKgwqAgKGFkZC1hZnRlciAn dW5wYWNrICd3cmFwLWV4dGVuc2lvbnMKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAobGFtYmRh IF8KPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKHVzZS1tb2R1bGVzIChpY2UtOSB0ZXh0 dWFsLXBvcnRzKQo+ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgIChndWl4IGJ1aWxkIHV0aWxzKSkKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqAgKGZvci1lYWNoCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKGxhbWJkYSAoZmls ZS10by13cmFwKQo+ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAod2l0aC1hdG9t aWMtZmlsZS1yZXBsYWNlbWVudCBmaWxlLXRvLXdyYXAKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgIChsYW1iZGEgKHNvdXJjZSB3cmFwcGVkKQo+ICvCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChmb3JtYXQgd3JhcHBlZCAiJ35hJy5zcGxpdCgn OicpLmZvckVhY2goIgo+ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoCAoZ2V0ZW52ICJHSV9UWVBFTElCX1BBVEgiKSkKPiArwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAoZGlzcGxheQo+ICvCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKHN0cmluZy1hcHBlbmQgInBhdGggPT4KPiBp bXBvcnRzLmdpLkdJUmVwb3NpdG9yeS5SZXBvc2l0b3J5Igo+ICvCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAKPiAi LnByZXBlbmRfc2VhcmNoX3BhdGgocGF0aCkpO1xuIikKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgIHdyYXBwZWQpCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqAgKGxldCAoKGlucHV0LXNpemUKPiArwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChiZWdpbgo+ICvCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChzZWVrIHNv dXJjZSAwIFNFRUtfRU5EKQo+ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgIChmdGVsbCBzb3VyY2UpKSkpCj4gK8KgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChzZWVrIHNvdXJjZSAwIFNFRUtfU0VUKQo+ ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAoc2VuZGZpbGUg d3JhcHBlZCBzb3VyY2UgaW5wdXQtc2l6ZSkpKSkpCldoeSBzZW5kLWZpbGUgaW5zdGVhZCBvZiBk dW1wLXBvcnQ/Cj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKGZpbmQtZmlsZXMgImV4 dGVuc2lvbnMiCj4gIihleHRlbnNpb258cHJlZnMpXFwuanMiKSkpKSkpKQo+IMKgwqDCoMKgIChu YXRpdmUtaW5wdXRzCj4gwqDCoMKgwqDCoCAobGlzdCBgKCxnbGliICJiaW4iKQo+IMKgwqDCoMKg wqDCoMKgwqDCoMKgwqAgZ2V0dGV4dC1taW5pbWFsCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgIGdv YmplY3QtaW50cm9zcGVjdGlvbsKgwqDCoMKgwqDCoMKgIDsgdG8gc2V0IEdJX1RZUEVMSUJfUEFU SAo+IMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgcGtnLWNvbmZpZykpCj4gLcKgwqDCoCAocHJvcGFn YXRlZC1pbnB1dHMKPiAtwqDCoMKgwqAgKGxpc3QgZ2xpYikpCj4gK8KgwqDCoCAoaW5wdXRzCj4g K8KgwqDCoMKgIChsaXN0IGdsaWIKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqAgZ25vbWUtbWVudXMp KcKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCA7IGZvciBBcHBsaWNhdGlvbnMgTWVudQo+ IMKgwqDCoMKgIChzeW5vcHNpcyAiRXh0ZW5zaW9ucyBmb3IgR05PTUUgU2hlbGwiKQo+IMKgwqDC oMKgIChkZXNjcmlwdGlvbiAiR05PTUUgU2hlbGwgZXh0ZW5zaW9ucyBtb2RpZnkgYW5kIGV4dGVu ZCBHTk9NRQo+IFNoZWxsCj4gwqBmdW5jdGlvbmFsaXR5IGFuZCBiZWhhdmlvci4iKQpDaGVlcnMK From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 04 02:03:24 2024 Received: (at 68556) by debbugs.gnu.org; 4 Feb 2024 07:03:24 +0000 Received: from localhost ([127.0.0.1]:48102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWXB-0006KW-08 for submit@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:24 -0500 Received: from planete-kraus.eu ([89.234.140.182]:48872) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWX9-0006KE-8O for 68556@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:20 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 17a4a5f8; Sun, 4 Feb 2024 07:03:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniB; bh=qiDP8joPX2XeZcGT80Jv0emyu6s=; b=1 unmEPymiTxx+Gm/KDhC9cjqNyUO/gZrzMSySHWMuGcfhEvaNDSyGX/trCYWOzFjd lb6W31PZQI6HrfOq0FZ6YLUmQxgXuL32xZywcFhD4TLR+YwwXAtKrB0E7ge+PkPp Y0ox3/qip2UpBN367H6vo0fXWmIgZagrHWnGYY4o5rPHBCG0j1NSSWEGNJM+YWfy o8SVSkLi8/ZhcwGauEAmMDBw0O0WU+vdatod+6WPlR7Z0RYx5fL7tvFaCHU34r0q 7bhDqd5i6i/TwC+woI32IMltx47wj5tzYBm661tV9Foi9mGHW18KW4XNtZCPKtB3 l3iEwjLI8yolDypAvOpqg== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 54e4d883 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 4 Feb 2024 07:03:00 +0000 (UTC) Message-ID: <5c5636f54c064b8ae36505966fe3a737721f7dac.1707030000.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:26:28 +0100 Subject: [PATCH gnome-team v7 5/7] gnu: Remove gnome-shell-extension-jiggle. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been made compatible with GNOME 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle): Remove variable. Change-Id: I9afa9c2fe110ba883524eb9ca9acab42fbdd8f00 --- gnu/packages/gnome-xyz.scm | 42 1 file changed, 42 deletions(-) Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been made compatible with GNOME 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle): Remove variable. Change-Id: I9afa9c2fe110ba883524eb9ca9acab42fbdd8f00 --- gnu/packages/gnome-xyz.scm | 42 1 file changed, 42 deletions(-) Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager This extension has not been made compatible with GNOME 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle): Remove variable. Change-Id: I9afa9c2fe110ba883524eb9ca9acab42fbdd8f00 --- gnu/packages/gnome-xyz.scm | 42 -------------------------------------- 1 file changed, 42 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index d369e92c23..7a672c507b 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1109,48 +1109,6 @@ (define-public gnome-shell-extension-vertical-overview (deprecated-package "gnome-shell-extension-vertical-overview" gnome-shell-extension-v-shell)) -(define-public gnome-shell-extension-jiggle - (package - (name "gnome-shell-extension-jiggle") - (version "8") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/jeffchannell/jiggle/") - (commit version))) - (sha256 - (base32 - "1wbdx2bp22bdwj51ckgivwglkmckr7z8kfwvc8nv4y376hjz5jxz")) - (file-name (git-file-name name version)) - (snippet - '(begin (delete-file "schemas/gschemas.compiled"))))) - (build-system copy-build-system) - (arguments - `(#:install-plan - '(("." ,(string-append - "share/gnome-shell/extensions/" - "jiggle@jeffchannell.com") - #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$" - "\\.xml$" "\\.compiled$"))) - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-version - (lambda _ - (substitute* "metadata.json" - (("\"40.0\"") "\"40\", \"41\"")))) - (add-before 'install 'compile-schemas - (lambda _ - (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" "."))))))) - (native-inputs - (list `(,glib "bin"))) ; for glib-compile-resources - (home-page "https://github.com/jeffchannell/jiggle") - (synopsis "Mouse cursor enlargement for small and fast movements") - (description "Jiggle is a Gnome Shell extension that highlights the cursor -position when the mouse is moved rapidly.") - (license license:gpl2))) - (define-public gnome-shell-extension-burn-my-windows (package (name "gnome-shell-extension-burn-my-windows") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 04 02:03:25 2024 Received: (at 68556) by debbugs.gnu.org; 4 Feb 2024 07:03:25 +0000 Received: from localhost ([127.0.0.1]:48106 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWXE-0006Kq-Q6 for submit@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:25 -0500 Received: from planete-kraus.eu ([89.234.140.182]:48872) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWXA-0006KE-Ni for 68556@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:21 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 186a61ad; Sun, 4 Feb 2024 07:03:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniB; bh=6X0tohjgoXuCnVAncoqzdALcY/g=; b=l kM/elaa1meQ8kt2ycz6Dc1h7hR/U2HaekE6dqn0Z9ym+CJbqhl0ScgmehIlrSKAn DaWfc7GKM8U97ZE30PjFxSv1dp1NfRasi0POmjO8GWR5u8QXLScigUnhrJ1TNVUV Ls+28E69jG3SPVqTHG9aTwBy61r9MSui2V+clbhPp9oS08aKGkw/8J2c6tPoYBH5 RCTs49M7QStAD/SM0No1MV9ZJilL/wJw4qBf+J1oLVbNONgjuORS0yUC2RcFcCLg ZodlfpS4sqrgrrwm/Ro0V+deqnp9MBvydq/OLciGnIqAgmpKlnbuSX2skkEWv6wl LM66klMsbgz/bgsnTehqg== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id c90f55ed (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 4 Feb 2024 07:03:03 +0000 (UTC) Message-ID: <154ec9d16ec3372038ecea6b63255b978620044b.1707030000.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Fri, 19 Jan 2024 23:36:05 +0100 Subject: [PATCH gnome-team v7 2/7] gnu: gnome-shell-extensions: Wrap the extensions. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The top-level modules that are wrapped are the /extension.js and /prefs.js of every extension sub-directory. The GI_TYPELIB_PATH used contains glib for every extension, and gnome-menus for Application [...] Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The top-level modules that are wrapped are the /extension.js and /prefs.js of every extension sub-directory. The GI_TYPELIB_PATH used contains glib for every extension, and gnome-menus for Application [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager The top-level modules that are wrapped are the /extension.js and /prefs.js of every extension sub-directory. The GI_TYPELIB_PATH used contains glib for every extension, and gnome-menus for Applications Menu. * gnu/packages/gnome.scm (gnome-shell-extensions) [#:phases]: Add 'wrap-extensions. [native-inputs]: Add gobject-introspection. [inputs]: Add gnome-menus and glib. [propagated-imputs]: Remove glib. Change-Id: I58b79ca92fbceebb9bbb150102fa428022e3eb63 --- gnu/packages/gnome.scm | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6919576eae..817d9c23cf 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10726,13 +10726,34 @@ (define-public gnome-shell-extensions "1aq1n75m1svsv0ppg66n9qch26rhjxcv3q33a3skf7hsydr5wd4c")))) (build-system meson-build-system) (arguments - '(#:configure-flags '("-Dextension_set=all"))) + (list + #:configure-flags #~'("-Dextension_set=all") + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'wrap-extensions + (lambda _ + (use-modules (ice-9 textual-ports) + (guix build utils)) + (for-each + (lambda (file-to-wrap) + (with-atomic-file-replacement file-to-wrap + (lambda (source wrapped) + (format wrapped "'~a'.split(':').forEach(" + (getenv "GI_TYPELIB_PATH")) + (display + (string-append "path => imports.gi.GIRepository.Repository" + ".prepend_search_path(path));\n") + wrapped) + (dump-port source wrapped)))) + (find-files "extensions" "(extension|prefs)\\.js"))))))) (native-inputs (list `(,glib "bin") gettext-minimal + gobject-introspection ; to set GI_TYPELIB_PATH pkg-config)) - (propagated-inputs - (list glib)) + (inputs + (list glib + gnome-menus)) ; for Applications Menu (synopsis "Extensions for GNOME Shell") (description "GNOME Shell extensions modify and extend GNOME Shell functionality and behavior.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 04 02:03:25 2024 Received: (at 68556) by debbugs.gnu.org; 4 Feb 2024 07:03:25 +0000 Received: from localhost ([127.0.0.1]:48108 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWXF-0006Kx-4r for submit@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:25 -0500 Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:54110) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWXB-0006KH-4L for 68556@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:21 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id b0f8e615; Sun, 4 Feb 2024 07:03:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniB; bh=xCjNlavG8RYX4vJ6ksdvhzsAFGs=; b=L WPPs1E3nClJrIWJKU/W/0w5sX4hZDP7lNwsaca1E6OxbpqvhSO5Fh7UtyhUMsF0g VjN5jphPjYLYYx7jzz/g3HwTfEw7Iz2aHq4t5PULBN/p32LuWTIoqHNVrqda3RUS n+ij4cluTYeAKPvBbukBYsNQypUyE/NjXpclI2VSM4ksdFZqB6w02QORX3Vix4Jg 2ehjUK1gVc5VX61ia0jPhs5eyecdaEQY840YLQipvf3hiO/+nw2RTRHgwCVRzb/8 vXa0KsINnhUb1fbmsZilBSiZCRoIj9u7sb65IYDbdzltMr71eYbAOsdsXFR7bRl/ 4mV61fcXAKLNFHz5f6muA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id e2d78c8a (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 4 Feb 2024 07:03:06 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Fri, 19 Jan 2024 23:50:34 +0100 Subject: [PATCH gnome-team v7 1/7] gnu: gnome-menus: Build GObject Introspection data. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/gnome.scm (gnome-menus) [native-inputs]: Add gobject-introspection. Change-Id: I8cf485955dbad29cec781af9b5fada4c5bcb1ba6 --- gnu/packages/gnome.scm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/gnome.scm (gnome-menus) [native-inputs]: Add gobject-introspection. Change-Id: I8cf485955dbad29cec781af9b5fada4c5bcb1ba6 --- gnu/packages/gnome.scm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/gnome.scm (gnome-menus) [native-inputs]: Add gobject-introspection. Change-Id: I8cf485955dbad29cec781af9b5fada4c5bcb1ba6 --- gnu/packages/gnome.scm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 526833eaf5..6919576eae 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1812,8 +1812,19 @@ (define-public gnome-menus (base32 "07xvaf8s0fiv0035nk8zpzymn5www76w2a1vflrgqmp9plw8yd6r")))) (build-system gnu-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-introspection-install-dir + (lambda _ + (substitute* "libmenu/Makefile.in" + (("@INTROSPECTION_GIRDIR@") + (string-append #$output "/share/gir-1.0/")) + (("@INTROSPECTION_TYPELIBDIR@") + (string-append #$output "/lib/girepository-1.0/")))))))) (native-inputs - (list gettext-minimal glib pkg-config)) + (list gettext-minimal glib gobject-introspection pkg-config)) (synopsis "Menu support for GNOME desktop") (description "GNOME Menus contains the libgnome-menu library, the layout configuration files for the GNOME menu, as well as a simple menu editor.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 04 02:03:25 2024 Received: (at 68556) by debbugs.gnu.org; 4 Feb 2024 07:03:25 +0000 Received: from localhost ([127.0.0.1]:48110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWXF-0006L5-GA for submit@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:25 -0500 Received: from planete-kraus.eu ([89.234.140.182]:48872) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWXB-0006KE-LY for 68556@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:23 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id cf6559d4; Sun, 4 Feb 2024 07:03:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniB; bh=N0UFg1yKsqCETGZpYtPUhuVRVek=; b=q fvy12KjsISnQA1dljh1kcEvDqfXMkbQ14UXnfz+WXH+5JsXTZozmBWm54P7RDDq8 KwMhsHH4yqX4t4i+z5fLBvuB269LggluEjR3xAlVMfdJsOrXtdmuynSViK5LaZQZ g+fH4+D/Lo4LFDJxoI8CvxbTLPxMK11vB7i0gNzNXQfiK+rNvAR4eguTMKXNrulR NE/C+Uaiiz2H0GGIR7PxxPa5ppdB0lJ9sQ7PjdeoYfqsHdNIP88IMhWNAHNcQz9P tcyUI9BZBWEy38WKFFxBXnBC7TzzAonL1gugpIzp0j2ATKcvsXTqqgfl61f8bTSG Dlh5Ocw9EEzB4xApMDbRw== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 8fc5ceef (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 4 Feb 2024 07:03:08 +0000 (UTC) Message-ID: <13124cf4022bf3ffc3501c5d14d4ded7ad56851e.1707030000.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:42:21 +0100 Subject: [PATCH gnome-team v7 4/7] gnu: gnome-shell-extension-topicons-redux: Deprecate. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44. The appindicator extension exhibits a similar feature. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): Deprecate in favor of gnome-shell-extension-appindicator. Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44. The appindicator extension exhibits a similar feature. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): Deprecate in favor of gnome-shell-extension-appindicator. Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager This extension has not been ported to GNOME 44. The appindicator extension exhibits a similar feature. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): Deprecate in favor of gnome-shell-extension-appindicator. Change-Id: I3152f0f0117db56ce89dad659cc779a1ba174378 --- gnu/packages/gnome-xyz.scm | 41 ++------------------------------------ 1 file changed, 2 insertions(+), 39 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index d6bf3f6227..d369e92c23 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -683,45 +683,8 @@ (define-public gnome-shell-extension-customize-ibus (license license:gpl3+))) (define-public gnome-shell-extension-topicons-redux - (package - (name "gnome-shell-extension-topicons-redux") - (version "6") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://gitlab.com/pop-planet/TopIcons-Redux.git") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1dli9xb545n3xlj6q4wl0y5gzkm903zs47p8fiq71pdvbr6v38rj")))) - (build-system gnu-build-system) - (native-inputs - (list `(,glib "bin"))) - (arguments - `(#:tests? #f ;no test defined in the project - #:phases - (modify-phases %standard-phases - (delete 'configure) - (delete 'build) - (replace 'install - (lambda* (#:key outputs #:allow-other-keys) - (let ((out (assoc-ref outputs "out"))) - (invoke "make" - "install" - (string-append - "INSTALL_PATH=" - out - "/share/gnome-shell/extensions")))))))) - (home-page "https://gitlab.com/pop-planet/TopIcons-Redux") - (synopsis "Display legacy tray icons in the GNOME Shell top panel") - (description "Many applications, such as chat clients, downloaders, and -some media players, are meant to run long-term in the background even after you -close their window. These applications remain accessible by adding an icon to -the GNOME Shell Legacy Tray. However, the Legacy Tray was removed in GNOME -3.26. TopIcons Redux brings those icons back into the top panel so that it's -easier to keep track of applications running in the background.") - (license license:gpl2+))) + (deprecated-package "gnome-shell-extension-topicons-redux" + gnome-shell-extension-appindicator)) (define-public gnome-shell-extension-dash-to-dock (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 04 02:03:27 2024 Received: (at 68556) by debbugs.gnu.org; 4 Feb 2024 07:03:27 +0000 Received: from localhost ([127.0.0.1]:48113 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWXG-0006LN-UJ for submit@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:27 -0500 Received: from planete-kraus.eu ([89.234.140.182]:48882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWXF-0006KN-GM for 68556@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:26 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id fab63115; Sun, 4 Feb 2024 07:03:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:from:date:subject:mime-version:content-type :content-transfer-encoding:to:cc; s=albinoniB; bh=ipyKGEuqhBSXdU t8X/P7Fesep5k=; b=d5UK5AX08eVu5IQP7ajehvY08hnT4zw6dZ4JB5jkAy8S34 AEq9No/GlQZiirl5y5owZpLZT9Ji5C1Mp74OsNrPXXmRlWELAoiln/ZDj1SonG1A B4zanRnNEq6FqJlRGLXRoB9p9JZDnkT4o8uPzldcBc2x4EnZNmuh9Za55nCUdX6b 09LhPMIH0ZfStfRSdDVBthyQ1g03IHoCIx2Xy/hdTtmvLE0QxNJAsbMzJ0MaeYyf 2k869pPh60gwclaajlHOFI0v0fh3h4/01qsJfDg3fkTbbZQYPhoYnM5CLLOXiCEd QC+cDj0hl9aSdZnvjmdvqwHD1IOJyQ4/V5RSYYSA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 49a8a160 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 4 Feb 2024 07:03:11 +0000 (UTC) Message-ID: From: Vivien Kraus Date: Sun, 4 Feb 2024 08:00:00 +0100 Subject: [PATCH gnome-team v7 0/7] Wrap all the extensions at once with dump-port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: 68556@debbugs.gnu.org User-Agent: Evolution 3.48.4 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Dear guix, In this revision, I use the guix “dump-port” function instead of the guile/libc “sendfile”, as suggested. The result is byte-identical. Best regards, Vivien Vivien Kraus (7): gnu: gnome-menus: Build GObject Introspection data. gnu: gnome-shell-extensions: Wrap the extensions. gnu: gnome-shell-extension-noannoyance: Switch to fork. gnu: gnome-shell-extension-topicons-redux: Deprecate. gnu: Remove gnome-shell-extension-jiggle. gnu: Remove gnome-shell-extension-transparent-window. gnu: Remove gnome-shell-extension-sound-output-device-chooser. gnu/packages/gnome-xyz.scm | 171 ++++--------------------------------- gnu/packages/gnome.scm | 40 ++++++++- 2 files changed, 54 insertions(+), 157 deletions(-) base-commit: 4947b773535db94521b92f6ce2244da384743d54 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 04 02:03:29 2024 Received: (at 68556) by debbugs.gnu.org; 4 Feb 2024 07:03:29 +0000 Received: from localhost ([127.0.0.1]:48116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWXJ-0006Lb-Ce for submit@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:29 -0500 Received: from planete-kraus.eu ([89.234.140.182]:48882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWXH-0006KN-GN for 68556@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:28 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id e0babe05; Sun, 4 Feb 2024 07:03:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniB; bh=inEPlOT9KwbgY7I2lHAMssInUow=; b=U o/HQBpx2IPETo6z+P6/4jcFCuOP3GDrspPTez73t18RUstRudXVrtYl0jZw4Rqwz tjM73wo9FnxXa+93JKK6edWBM6C7NyjPZi9Kgk/joRK4lAh3mmgadj6wf7Faou0G 2W7X2vDv6VcKk/nGVxdjGwTFe3c59dmoFCx7k0um9dmaN4w36zY35wLhEzMJETXW Oq+4MuRaXvj9A0kaW1TMBYlvUgixjgsP1QzlWVu3WAqfc0zfk+iQhlY7VfWNQawA aKwApIL+kzagUHhaDu5MIGOxQOcgQ3XTnOZUzV20mckp83WUjq/fnWpvD9BxUPzs sqCwzKD45maol3y+cWlcQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 39c67817 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 4 Feb 2024 07:03:14 +0000 (UTC) Message-ID: In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:40:18 +0100 Subject: [PATCH gnome-team v7 7/7] gnu: Remove gnome-shell-extension-sound-output-device-chooser. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44, because you can switch the audio output directly in the shell. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-sound-output-device-chooser): Remove variable. Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44, because you can switch the audio output directly in the shell. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-sound-output-device-chooser): Remove variable. Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager This extension has not been ported to GNOME 44, because you can switch the audio output directly in the shell. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-sound-output-device-chooser): Remove variable. Change-Id: Iae51c7d284b85f630b5874445c6695b32b5d523e --- gnu/packages/gnome-xyz.scm | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 7aa4275ceb..72f1ffe5ab 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1220,38 +1220,6 @@ (define-public gnome-shell-extension-radio directly inside GNOME Shell. It can manage stations and play streams.") (license license:gpl3+))) -(define-public gnome-shell-extension-sound-output-device-chooser - (package - (name "gnome-shell-extension-sound-output-device-chooser") - (version "43") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/kgshank/gse-sound-output-device-chooser") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1qk6ypyqbv8zwwlky6cgk9hgp1zh32jmzw4wza200g4v94ifkwm9")))) - (build-system gnu-build-system) - (arguments - (list - #:tests? #f ; no check target - #:make-flags #~(list (string-append "INSTALL_DIR=" - #$output - "/share/gnome-shell/extensions")) - #:phases - #~(modify-phases %standard-phases (delete 'configure)))) - (native-inputs (list gettext-minimal `(,glib "bin"))) - (inputs (list python)) - (home-page - "https://extensions.gnome.org/extension/906/sound-output-device-chooser") - (synopsis "Sound output chooser for GNOME Shell") - (description "This extension shows a list of sound output and input devices -in the status menu below the volume slider. Various active ports like HDMI, -Speakers etc. of the same device are also displayed for selection.") - (license license:gpl3+))) (define-public gnome-shell-extension-vitals (package -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 04 02:03:33 2024 Received: (at 68556) by debbugs.gnu.org; 4 Feb 2024 07:03:33 +0000 Received: from localhost ([127.0.0.1]:48119 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWXM-0006Lq-Pz for submit@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:33 -0500 Received: from planete-kraus.eu ([89.234.140.182]:48882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWXK-0006KN-GV for 68556@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:31 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 65fb732e; Sun, 4 Feb 2024 07:03:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:to:cc :mime-version; s=albinoniB; bh=m6P5YGw7VoYK6DxMrQKAJ12+748=; b=x 59Zjn8B6FWxdqV3+imn9NKaJHYCH76DlqPxlvJXfwcOTmlgqqQyZN3VW7/qHWn1i swEReygxxkgaF91i6Mbw65Jpy1JpLC3QOa4eL2YX33eVPydzUox6A6nvCd7Y7ihw PjAKsb/kPoAF88qerZKbba3dDBo+YMDS+dx9OnraZowuhi98Gj9CsbepeG3NTppm 50x6oB8AXjYmci1wSBsYdf5RAGXHDU7nt4uypPpW4wb0SaycaXkg8jfOJ5OnlWKT Le3goyrHvO1deQTN547zZXiqOagajO6aDPV9AaiInLz/dHVGYcRfZ2OlhLFbhyzM lC9Y4hr8yd/kE2tUlHwBg== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 6f34edae (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 4 Feb 2024 07:03:16 +0000 (UTC) Message-ID: <7a9c5e439431c458a448f06b2025a2768da358cf.1707030000.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:45:19 +0100 Subject: [PATCH gnome-team v7 6/7] gnu: Remove gnome-shell-extension-transparent-window. To: 68556@debbugs.gnu.org MIME-Version: 1.0 User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44. The master branch has compatibility for 43 but not 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-transparent-window): Remove variable. Change-Id: If57da6bb16f53968f5f694392a69118b85b3823c --- gnu/packages/gnome-xyz.scm | 31 1 file changed, 31 deletions(-) Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: This extension has not been ported to GNOME 44. The master branch has compatibility for 43 but not 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-transparent-window): Remove variable. Change-Id: If57da6bb16f53968f5f694392a69118b85b3823c --- gnu/packages/gnome-xyz.scm | 31 1 file changed, 31 deletions(-) Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager This extension has not been ported to GNOME 44. The master branch has compatibility for 43 but not 44. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-transparent-window): Remove variable. Change-Id: If57da6bb16f53968f5f694392a69118b85b3823c --- gnu/packages/gnome-xyz.scm | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 7a672c507b..7aa4275ceb 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1253,37 +1253,6 @@ (define-public gnome-shell-extension-sound-output-device-chooser Speakers etc. of the same device are also displayed for selection.") (license license:gpl3+))) -(define-public gnome-shell-extension-transparent-window - (let ((commit "cc9bc70c192dd565fa6f1d1b28d9a20f99684f2a") - (revision "45")) - (package - (name "gnome-shell-extension-transparent-window") - (version (git-version "0" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url (string-append "https://github.com/pbxqdown/" - "gnome-shell-extension-transparent-window")) - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1f9iqqjpmmylqz0ws8cy5rs475bwzi7jy44q9ip44ig2acz2wxzp")))) - (build-system copy-build-system) - (arguments - (list - #:install-plan - #~'(("." - #$(string-append "/share/gnome-shell/extensions" - "/transparent-window@pbxqdown.github.com"))))) - (home-page - "https://github.com/pbxqdown/gnome-shell-extension-transparent-window") - (synopsis "Change the opacity of windows in GNOME Shell") - (description "This extension adds keybindings to change the opacity -of windows.") - (license license:expat)))) - (define-public gnome-shell-extension-vitals (package (name "gnome-shell-extension-vitals") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 04 02:03:35 2024 Received: (at 68556) by debbugs.gnu.org; 4 Feb 2024 07:03:35 +0000 Received: from localhost ([127.0.0.1]:48122 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWXP-0006M4-49 for submit@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:35 -0500 Received: from planete-kraus.eu ([89.234.140.182]:48882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWWXN-0006KN-Gx for 68556@debbugs.gnu.org; Sun, 04 Feb 2024 02:03:34 -0500 Received: from planete-kraus.eu (localhost [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 4589babd; Sun, 4 Feb 2024 07:03:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:in-reply-to:references:from:date:subject:mime-version :content-type:content-transfer-encoding:to:cc; s=albinoniB; bh=b AaTrTQ2VZQEWmaw7G7sIlhAyV0=; b=Ciy9xsvCRL73Ax7Sb5RZAHg90g8nWbkds rt8YplyS3tiKf2HbqI6e5GdNQoxXOk4pAQoloQx8xMnUeq7Dxg+xTTNmOjypfevI 2oripHOdZzM15MfjtFmKQHh5hmmW5a3runbm4ClJ5kmsEVl9iDe1GtZbFHny8QF0 +UO9WRM15myX+bN4HPMF9/4ZrkKyB8tS6Ucg1jF8hUDuHlFwdJuBXcrLrSJRNV1y H8NLRjRUatgnDB3fiPPQIiVjf2mZpSlDTv7fdoc5IeOxKQqrWjGgybbGOWZtS8tr NbamHjTzydZueHtAMY8ssBC3DZB5sceDOBfPvLSbxpnElYtPj1FQQ== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id c25abd48 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 4 Feb 2024 07:03:19 +0000 (UTC) Message-ID: <31e523c1f90b78e4152d49003d8c392a5620ec92.1707030000.git.vivien@planete-kraus.eu> In-Reply-To: References: From: Vivien Kraus Date: Wed, 17 Jan 2024 23:32:42 +0100 Subject: [PATCH gnome-team v7 3/7] gnu: gnome-shell-extension-noannoyance: Switch to fork. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: 68556@debbugs.gnu.org User-Agent: Evolution 3.48.4 X-Spam-Score: 2.1 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The NoAnnoyance “v2” project has not been ported to GNOME 44, so we switch to a maintained fork. The version number is computed in continuity with NoAnnoyance v2. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Switch to the fork. Bump version to 17 and revision to 6. [arguments]: Convert to list of G-Expressions. Content analysis details: (2.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 68556 Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The NoAnnoyance “v2” project has not been ported to GNOME 44, so we switch to a maintained fork. The version number is computed in continuity with NoAnnoyance v2. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Switch to the fork. Bump version to 17 and revision to 6. [arguments]: Convert to list of G-Expressions. Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.1 DATE_IN_PAST_96_XX Date: is 96 hours or more before Received: date -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager The NoAnnoyance “v2” project has not been ported to GNOME 44, so we switch to a maintained fork. The version number is computed in continuity with NoAnnoyance v2. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Switch to the fork. Bump version to 17 and revision to 6. [arguments]: Convert to list of G-Expressions. Change-Id: Ic74d832020dfe3857e1abf450f5d7876cc921a28 --- gnu/packages/gnome-xyz.scm | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index da674e4856..d6bf3f6227 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -952,26 +952,33 @@ (define-public gnome-shell-extension-dash-to-panel (license license:gpl2+))) (define-public gnome-shell-extension-noannoyance - (let ((revision "1") - (commit "b759d10fd2799bc084007fdd927b62637c3dbd2c")) + ;; There are different forks of the NoAnnoyance extension. This is the one + ;; named “NoAnnoyance (fork)” at + ;; https://extensions.gnome.org/extension/6109/noannoyance-fork/ because it + ;; supports newer GNOME Shell versions than the previously used “NoAnnoyance + ;; v2”. + (let ((commit "5e9e6a1878d2a1d961f5d59505f15339c5b7e17e") + ;; “NoAnnoyance v2” version 17 correlates with + ;; c6804a47063659f9f48d13a0942b78ce98aac72b, from which we count + ;; commits. + (revision "6")) (package (name "gnome-shell-extension-noannoyance") - ;; XXX: There is no version noted anywhere in the source. Thus, infer it - ;; from . - (version (git-version "16" revision commit)) + (version (git-version "17" revision commit)) (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/bdaase/noannoyance") + (url "https://github.com/jirkavrba/noannoyance") (commit commit))) (sha256 (base32 - "0hh7fdqvx54h9j41ia2jl0nq1d5i66k7blw41ya6hkh7201r4anp")) + "0br9zrwvn499kh3db84hhw1kl02jpchwb5ldfp892p15vwih8yrf")) (file-name (git-file-name name version)))) (build-system copy-build-system) (arguments - '(#:install-plan - '(("." "share/gnome-shell/extensions/noannoyance@daase.net")))) + (list + #:install-plan + #~'(("." "share/gnome-shell/extensions/noannoyance@vrba.dev")))) (synopsis "Remove 'Window is ready' annotation") (description "One of the many extensions that remove this message. It uses ES6 syntax and claims to be more actively maintained than others.") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 04 15:31:09 2024 Received: (at 68556-done) by debbugs.gnu.org; 4 Feb 2024 20:31:09 +0000 Received: from localhost ([127.0.0.1]:50076 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWj8u-0005d6-RX for submit@debbugs.gnu.org; Sun, 04 Feb 2024 15:31:09 -0500 Received: from mail-io1-xd41.google.com ([2607:f8b0:4864:20::d41]:55392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rWj8p-0005cV-Kb for 68556-done@debbugs.gnu.org; Sun, 04 Feb 2024 15:31:07 -0500 Received: by mail-io1-xd41.google.com with SMTP id ca18e2360f4ac-7bed8fee278so193132339f.2 for <68556-done@debbugs.gnu.org>; Sun, 04 Feb 2024 12:30:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707078645; x=1707683445; darn=debbugs.gnu.org; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=E1M2m4ZXWVYnFlT+I5xehfPH8Q2KEqHSDyMdg9ITeiU=; b=NTXEf7nMS2sxd8asEX+b7Ggkjv28aSqbOvSn9DRq3eGdXRL2TexS7eZZ/oNzh6BmVD k7c4N+rCJ3p/maOF1kOYNDLIi6BdfGBABU+BSV1DIXF9CBnIc3finXH1QuWvWaK8gDaj i1A6OJnDrx0XJ1rn9ogmazU7FmlZl1qZRkExLFttMhUImY0WxVCyMUd81rKPgodmn6i1 K7KAvhO1ZwhUUu1kxyZn7RG2fetoVF/QQntf0lurAVNb8rgAO17TpZ9LRQ02/l2L1zJc 4+MBsItHeDM1C7ZNFiNTxvn4O2JDv4sjBsyn6WYCrjYq6h0TxEmE1K+SEp2av2HX+KIT SDQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707078645; x=1707683445; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=E1M2m4ZXWVYnFlT+I5xehfPH8Q2KEqHSDyMdg9ITeiU=; b=iysbhcJ/rGYgjiLSL1zctJqQDjK+NAQ3wgF3OxrVjeQAdJPmoGoRLSovtCkE1OXp72 MC3h8EbJXcieA8xxSo3xcgSASo9fHWLfmhTpezLobUU4WkgDGX1zwfyFsif+GEbNbw8V DHB8sUiUWzwKL7pE0ErCGvVE/lhhfFu6hNAtB8EUA7Mg5ccvZPVXv2d6Brp/nJf5i6KK AlmQFuW9j5yTwfPKTv21JMPQsU1wKv9uvOmIfno0dg69KlvFfkZC55mub3yYl/LYtXFp u3TRoGPOLPCOoBGa968bmQv0GIAgWb66a84bCRlCP+F65r/IbYn6asFJmSL9YxDBgK9j v4Pg== X-Gm-Message-State: AOJu0YxYuBiXQMESjZlPQZPDn3dWjJESGZj1jVtPF8N8kwJLMGfz3ZnP xNgvPewhc3xoL3ntevix+puSnTSdpSiOGv5PLf/gbDpui0rDv2nC X-Google-Smtp-Source: AGHT+IGP7HMTWKT0HgnVkGp2+S37tiJ+yy60Bf26h3DJOo/ZOPGdZaFgM0yJYUh0g92u86//k52qsA== X-Received: by 2002:a05:6602:81b:b0:7bf:2bb8:17e1 with SMTP id z27-20020a056602081b00b007bf2bb817e1mr8501326iow.15.1707078645571; Sun, 04 Feb 2024 12:30:45 -0800 (PST) X-Forwarded-Encrypted: i=0; AJvYcCXvUGrFXVFLMfu+ppYCdxxC49Qbp86s7FlGut/lIKCBxpVhyhadCfC0lI3wsP02JDWY4HHakssL5PnGT+db6l8TdSegu93V7iMcoFdZkUj+bY1mnjyjySLze6/YY0kh+mKDxTk= Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id fo13-20020a056638648d00b004712bdd7015sm322056jab.81.2024.02.04.12.30.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 04 Feb 2024 12:30:45 -0800 (PST) Message-ID: Subject: Re: [PATCH gnome-team v7 0/7] Wrap all the extensions at once with dump-port From: Liliana Marie Prikler To: Vivien Kraus , 68556-done@debbugs.gnu.org Date: Sun, 04 Feb 2024 21:30:40 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68556-done Cc: rg@raghavgururajan.name, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Sonntag, dem 04.02.2024 um 08:00 +0100 schrieb Vivien Kraus: > Dear guix, >=20 > In this revision, I use the guix =E2=80=9Cdump-port=E2=80=9D function ins= tead of the > guile/libc =E2=80=9Csendfile=E2=80=9D, as suggested. The result is byte-i= dentical. >=20 > Best regards, >=20 > Vivien Pushed at last. There's probably some cosmetic changes that one can still do on top, but for now let's leave it at that. Looking forward to resolving the rest of gnome-team soon.=E2=84=A2 Cheers From unknown Fri Jun 20 18:19:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 04 Mar 2024 12:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator