[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/15: gnu: gnome-shell-extension-burn-my-windows: Update to 40.
|
From: |
guix-commits |
|
Subject: |
11/15: gnu: gnome-shell-extension-burn-my-windows: Update to 40. |
|
Date: |
Fri, 19 Jan 2024 18:39:30 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 839388b0333ec5d70b1ef08c9c5d4753084f365a
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Wed Jan 17 22:57:17 2024 +0100
gnu: gnome-shell-extension-burn-my-windows: Update to 40.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-burn-my-windows): Update
to 40.
[arguments]: Convert to list of G-Expressions.
Change-Id: Ib9551096437aeea0ff56e5e1ea6371ab72d61b02
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/gnome-xyz.scm | 35 ++++++++++++++++++-----------------
1 file changed, 18 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index de7f4a5f86..f221da2c98 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1183,7 +1183,7 @@ position when the mouse is moved rapidly.")
(define-public gnome-shell-extension-burn-my-windows
(package
(name "gnome-shell-extension-burn-my-windows")
- (version "22")
+ (version "40")
(source
(origin
(method git-fetch)
@@ -1192,25 +1192,26 @@ position when the mouse is moved rapidly.")
(commit (string-append "v" version))))
(sha256
(base32
- "185xrf330d9bflmk0l61cnzlylnppb2v4yz6v6ygkk4zpwyil8np"))
+ "16n6ilszdn67835clqlr4flna69x9k00k5qrm55765dv2ny9jdcq"))
(file-name (git-file-name name version))))
(build-system copy-build-system)
(arguments
- `(#:install-plan
- '(("." ,(string-append
- "share/gnome-shell/extensions/"
- "burn-my-windows@schneegans.github.com")
- #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$"
- "\\.xml$" "\\.compiled$" "\\.gresource$")))
- #:phases
- (modify-phases %standard-phases
- (add-before 'install 'compile-resources
- (lambda _
- (invoke "make" "resources/burn-my-windows.gresource")))
- (add-before 'install 'compile-schemas
- (lambda _
- (with-directory-excursion "schemas"
- (invoke "glib-compile-schemas" ".")))))))
+ (list
+ #:install-plan
+ #~'(("." #$(string-append
+ "share/gnome-shell/extensions/"
+ "burn-my-windows@schneegans.github.com")
+ #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$" "\\.png$"
+ "\\.xml$" "\\.compiled$" "\\.gresource$")))
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'install 'compile-resources
+ (lambda _
+ (invoke "make" "resources/burn-my-windows.gresource")))
+ (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/Schneegans/Burn-My-Windows")
- 01/15: gnu: gnome-shell-extension-dash-to-dock: Update to 79., (continued)
- 01/15: gnu: gnome-shell-extension-dash-to-dock: Update to 79., guix-commits, 2024/01/19
- 03/15: gnu: gnome-shell-extension-unite-shell: Update to 72., guix-commits, 2024/01/19
- 04/15: gnu: gnome-shell-extension-appindicator: Update to 53., guix-commits, 2024/01/19
- 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 <=
- 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, 2024/01/19