[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: Remove gnome-shell-extension-transparent-window.
From: |
guix-commits |
Subject: |
06/07: gnu: Remove gnome-shell-extension-transparent-window. |
Date: |
Sun, 4 Feb 2024 15:29:50 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit c5a130f4b3860709b92a5bde7c4a63dc3a6a72ca
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Wed Jan 17 23:45:19 2024 +0100
gnu: Remove gnome-shell-extension-transparent-window.
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 7a672c507b..7aa4275ceb 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1253,37 +1253,6 @@ in the status menu below the volume slider. Various
active ports like HDMI,
Speakers etc. of the same device are also displayed for selection.")
(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@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")
- branch gnome-team updated (4947b77353 -> 6d3c414f11), guix-commits, 2024/02/04
- 01/07: gnu: gnome-menus: Build GObject Introspection data., guix-commits, 2024/02/04
- 02/07: gnu: gnome-shell-extensions: Wrap the extensions., guix-commits, 2024/02/04
- 04/07: gnu: gnome-shell-extension-topicons-redux: Deprecate., guix-commits, 2024/02/04
- 03/07: gnu: gnome-shell-extension-noannoyance: Switch to fork., guix-commits, 2024/02/04
- 06/07: gnu: Remove gnome-shell-extension-transparent-window.,
guix-commits <=
- 07/07: gnu: Remove gnome-shell-extension-sound-output-device-chooser., guix-commits, 2024/02/04
- 05/07: gnu: Remove gnome-shell-extension-jiggle., guix-commits, 2024/02/04