diff mbox series

[bug#68556,gnome-team,19/25] gnu: Remove gnome-shell-extension-noannoyance.

Message ID c10bd2984adbc21987eb59d284036842511cafdf.1705532622.git.vivien@planete-kraus.eu
State New
Headers show
Series Update the GNOME Shell extensions | expand

Commit Message

Vivien Kraus Jan. 17, 2024, 10:33 p.m. UTC
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 mbox series

Patch

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 <https://extensions.gnome.org/extension/2182/noannoyance/>.
-      (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")