GNU bug report logs -
#68556
[PATCH gnome-team 00/25] Update the GNOME Shell extensions
Previous Next
Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>
Date: Wed, 17 Jan 2024 23:13:01 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #77 received at 68556 <at> debbugs.gnu.org (full text, mbox):
This extension has not been ported to GNOME 44. The master branch has
compatibility for 43 but not 44.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-transparent-window):
Remove variable.
Change-Id: If57da6bb16f53968f5f694392a69118b85b3823c
---
gnu/packages/gnome-xyz.scm | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 7321cdd882..4eddecf472 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1177,37 +1177,6 @@ (define-public gnome-shell-extension-radio
directly inside GNOME Shell. It can manage stations and play streams.")
(license license:gpl3+)))
-(define-public gnome-shell-extension-transparent-window
- (let ((commit "cc9bc70c192dd565fa6f1d1b28d9a20f99684f2a")
- (revision "45"))
- (package
- (name "gnome-shell-extension-transparent-window")
- (version (git-version "0" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url (string-append "https://github.com/pbxqdown/"
- "gnome-shell-extension-transparent-window"))
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1f9iqqjpmmylqz0ws8cy5rs475bwzi7jy44q9ip44ig2acz2wxzp"))))
- (build-system copy-build-system)
- (arguments
- (list
- #:install-plan
- #~'(("."
- #$(string-append "/share/gnome-shell/extensions"
- "/transparent-window <at> pbxqdown.github.com")))))
- (home-page
- "https://github.com/pbxqdown/gnome-shell-extension-transparent-window")
- (synopsis "Change the opacity of windows in GNOME Shell")
- (description "This extension adds keybindings to change the opacity
-of windows.")
- (license license:expat))))
-
(define-public gnome-shell-extension-vitals
(package
(name "gnome-shell-extension-vitals")
--
2.41.0
This bug report was last modified 1 year and 108 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.