GNU bug report logs - #56851
[PATCH] gnu: gnome-shell-extension-appindicator: Update to 42.

Previous Next

Package: guix-patches;

Reported by: typ22 <at> foxmail.com

Date: Sun, 31 Jul 2022 10:27:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56851 in the body.
You can then email your comments to 56851 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#56851; Package guix-patches. (Sun, 31 Jul 2022 10:27:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to typ22 <at> foxmail.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 31 Jul 2022 10:27:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: typ22 <at> foxmail.com
To: guix-patches <at> gnu.org
Cc: tiantian <typ22 <at> foxmail.com>
Subject: [PATCH] gnu: gnome-shell-extension-appindicator: Update to 42.
Date: Sun, 31 Jul 2022 18:17:37 +0800
From: tiantian <typ22 <at> foxmail.com>

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator): Update to 42.
[build-system]: Switch to meson-build-system.
[arguments]: Delete.
[native-inputs]: New field.
---
 gnu/packages/gnome-xyz.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 1cf4793ba7..c37ae27cc5 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -305,7 +305,7 @@ (define-public gnome-plots
 (define-public gnome-shell-extension-appindicator
   (package
     (name "gnome-shell-extension-appindicator")
-    (version "33")
+    (version "42")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -314,13 +314,11 @@ (define-public gnome-shell-extension-appindicator
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "0qm77s080nbf4gqnfzpwp8a7jf7lliz6fxbsd3lasvrr11pgsk87"))
+                "1lf3aqb924nzhj87rhy2zvm5pcfqcklhfw21m6ic3i7wzd9r7cnc"))
               (file-name (git-file-name name version))))
-    (build-system copy-build-system)
-    (arguments
-     `(#:install-plan
-       '(("." ,(string-append "share/gnome-shell/extensions/"
-                              "appindicatorsupport <at> rgcjonas.gmail.com")))))
+    (build-system meson-build-system)
+    (native-inputs (list jq gnu-gettext
+                         `(,glib "bin")))
     (synopsis "Adds KStatusNotifierItem support to GNOME Shell")
     (description "This extension integrates Ubuntu AppIndicators
 and KStatusNotifierItems (KDE's successor of the systray) into

base-commit: d1c6b8db5a30f9e428d018156dadb12927c485f8
-- 
2.37.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 05 Aug 2022 10:01:02 GMT) Full text and rfc822 format available.

Notification sent to typ22 <at> foxmail.com:
bug acknowledged by developer. (Fri, 05 Aug 2022 10:01:02 GMT) Full text and rfc822 format available.

Message #10 received at 56851-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: typ22 <at> foxmail.com
Cc: 56851-done <at> debbugs.gnu.org
Subject: Re: bug#56851: [PATCH] gnu: gnome-shell-extension-appindicator:
 Update to 42.
Date: Fri, 05 Aug 2022 12:00:41 +0200
Hi,

typ22 <at> foxmail.com skribis:

> From: tiantian <typ22 <at> foxmail.com>
>
> * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator): Update to 42.
> [build-system]: Switch to meson-build-system.
> [arguments]: Delete.
> [native-inputs]: New field.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 02 Sep 2022 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 346 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.