gnu: gnome-shell-extension-noannoyance: Update to 16-1-b759d10f.

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance): Update to
16-1-b759d10f.
This commit is contained in:
Liliana Marie Prikler 2022-09-18 19:14:45 +02:00
parent 9866065714
commit 1066a424dc
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -714,27 +714,31 @@ into a single panel, similar to that found in KDE Plasma and Windows 7+.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public gnome-shell-extension-noannoyance (define-public gnome-shell-extension-noannoyance
(package (let ((revision "1")
(name "gnome-shell-extension-noannoyance") (commit "b759d10fd2799bc084007fdd927b62637c3dbd2c"))
(version "5") (package
(source (origin (name "gnome-shell-extension-noannoyance")
(method git-fetch) ;; XXX: There is no version noted anywhere in the source. Thus, infer it
(uri (git-reference ;; from <https://extensions.gnome.org/extension/2182/noannoyance/>.
(url "https://github.com/BjoernDaase/noannoyance") (version (git-version "16" revision commit))
(commit "e37b5b3c31f577b4698bc6659bc9fec5ea9ac5d4"))) (source (origin
(sha256 (method git-fetch)
(base32 (uri (git-reference
"0fa8l3xlh8kbq07y4385wpb908zm6x53z81q16xlmin97dln32hh")) (url "https://github.com/bdaase/noannoyance")
(file-name (git-file-name name version)))) (commit commit)))
(build-system copy-build-system) (sha256
(arguments (base32
'(#:install-plan "0hh7fdqvx54h9j41ia2jl0nq1d5i66k7blw41ya6hkh7201r4anp"))
'(("." "share/gnome-shell/extensions/noannoyance@daase.net")))) (file-name (git-file-name name version))))
(synopsis "Remove 'Window is ready' annotation") (build-system copy-build-system)
(description "One of the many extensions that remove this message. (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.") It uses ES6 syntax and claims to be more actively maintained than others.")
(home-page "https://extensions.gnome.org/extension/2182/noannoyance/") (home-page "https://extensions.gnome.org/extension/2182/noannoyance/")
(license license:gpl2))) (license license:gpl2))))
(define-public gnome-shell-extension-paperwm (define-public gnome-shell-extension-paperwm
(package (package