* [bug#56851] [PATCH] gnu: gnome-shell-extension-appindicator: Update to 42.
@ 2022-07-31 10:17 typ22
2022-08-05 10:00 ` bug#56851: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: typ22 @ 2022-07-31 10:17 UTC (permalink / raw)
To: 56851; +Cc: tiantian
From: tiantian <typ22@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@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#56851: [PATCH] gnu: gnome-shell-extension-appindicator: Update to 42.
2022-07-31 10:17 [bug#56851] [PATCH] gnu: gnome-shell-extension-appindicator: Update to 42 typ22
@ 2022-08-05 10:00 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-08-05 10:00 UTC (permalink / raw)
To: typ22; +Cc: 56851-done
Hi,
typ22@foxmail.com skribis:
> From: tiantian <typ22@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’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-05 10:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-31 10:17 [bug#56851] [PATCH] gnu: gnome-shell-extension-appindicator: Update to 42 typ22
2022-08-05 10:00 ` bug#56851: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.