summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortiantian <typ22@foxmail.com>2022-07-31 18:17:37 +0800
committerLudovic Courtès <ludo@gnu.org>2022-08-05 15:28:03 +0200
commit1a1c4e48855af1462d9c72990b1cf0fefbfa26af (patch)
tree77c51d2bcba10684186373611ba465e7f3bea2af
parente167044fad6a233196a930d943ad9b687431e8d7 (diff)
gnu: gnome-shell-extension-appindicator: Update to 42.
* 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. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/gnome-xyz.scm12
1 files 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 @@ takes advantage of modern hardware using OpenGL.")
(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 @@ takes advantage of modern hardware using OpenGL.")
(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