[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/15: gnu: Deprecate gnome-shell-extension-vertical-overview.
From: |
guix-commits |
Subject: |
15/15: gnu: Deprecate gnome-shell-extension-vertical-overview. |
Date: |
Fri, 19 Jan 2024 18:39:31 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 49897f2dde7f469c83c496fad2699d3a05f72701
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Thu Jan 18 19:19:26 2024 +0100
gnu: Deprecate gnome-shell-extension-vertical-overview.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-vertical-overview):
Replace with gnome-shell-extension-v-shell.
Change-Id: I1c6539fd6532046f8445ee33b286645b9e68a053
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/gnome-xyz.scm | 39 ++-------------------------------------
1 file changed, 2 insertions(+), 37 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index cf5d55f150..b6c1f6d3cb 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1136,43 +1136,8 @@ shell, including panels, corners, workspaces.")
(license license:gpl3)))
(define-public gnome-shell-extension-vertical-overview
- (package
- (name "gnome-shell-extension-vertical-overview")
- (version "10")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/RensAlthuis/vertical-overview")
- (commit (string-append "v" version))))
- (sha256
- (base32
- "1sqkbg93qqrq47wyfnh2flg7dpsmv5c2pmkx8kgqhnbl7j2kgi0l"))
- (file-name (git-file-name name version))
- (snippet
- '(begin (delete-file "schemas/gschemas.compiled")))))
- (build-system copy-build-system)
- (arguments
- `(#:install-plan
- '(("." ,(string-append
- "share/gnome-shell/extensions/"
- "vertical-overview@RensAlthuis.github.com")
- #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$"
- "\\.xml$" "\\.compiled$")))
- #:phases
- (modify-phases %standard-phases
- (add-before 'install 'compile-schemas
- (lambda _
- (with-directory-excursion "schemas"
- (invoke "glib-compile-schemas" ".")))))))
- (native-inputs
- (list `(,glib "bin"))) ; for glib-compile-resources
- (home-page "https://github.com/RensAlthuis/vertical-overview")
- (synopsis "Provides a vertical overview in Gnome 40 and upper")
- (description "This Gnome extension replaces the new horizontally oriented
-Gnome overview with something that resembles the old vertically oriented
-style.")
- (license license:gpl3)))
+ (deprecated-package "gnome-shell-extension-vertical-overview"
+ gnome-shell-extension-v-shell))
(define-public gnome-shell-extension-jiggle
(package
- 05/15: gnu: gnome-shell-extension-clipboard-indicator: Update to 47., (continued)
- 05/15: gnu: gnome-shell-extension-clipboard-indicator: Update to 47., guix-commits, 2024/01/19
- 09/15: gnu: Deprecate gnome-shell-extension-hide-app-icon., guix-commits, 2024/01/19
- 10/15: gnu: gnome-shell-extension-blur-my-shell: Update to 47., guix-commits, 2024/01/19
- 13/15: gnu: gnome-shell-extension-night-theme-switcher: Update to 74., guix-commits, 2024/01/19
- 14/15: gnu: Add gnome-shell-extension-v-shell., guix-commits, 2024/01/19
- 06/15: gnu: gnome-shell-extensions-customize-ibus: Update to 86., guix-commits, 2024/01/19
- 07/15: gnu: gnome-shell-extension-gsconnect: Update to 55., guix-commits, 2024/01/19
- 11/15: gnu: gnome-shell-extension-burn-my-windows: Update to 40., guix-commits, 2024/01/19
- 12/15: gnu: gnome-shell-extension-radio: Update to 21., guix-commits, 2024/01/19
- 08/15: gnu: gnome-shell-extension-just-perfection: Update to 26.0., guix-commits, 2024/01/19
- 15/15: gnu: Deprecate gnome-shell-extension-vertical-overview.,
guix-commits <=