[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: gnome-shell-extension-gsconnect: Update to 48
From: |
guix-commits |
Subject: |
07/10: gnu: gnome-shell-extension-gsconnect: Update to 48 |
Date: |
Sun, 6 Mar 2022 16:51:08 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 8b426eb15585965f6dc950b29c6c76a87014b723
Author: terramorpha <terramorpha@cock.li>
AuthorDate: Sun Feb 13 11:15:55 2022 -0500
gnu: gnome-shell-extension-gsconnect: Update to 48
* gnu/packages/gnome-xyz (gnome-shell-extension-gsconnect): Update to 48
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/gnome-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 7f67f12672..ed0d0ac4c7 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -13,7 +13,7 @@
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2021 Songlin Jiang <hollowman@hollowman.ml>
-;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
+;;; Copyright © 2021, 2022 Justin Veilleux <terramorpha@cock.li>
;;; Copyright © 2021 Attila Lendvai <attila@lendvai.name>
;;; Copyright © 2021 Charles Jackson <charles.b.jackson@protonmail.com>
;;;
@@ -403,8 +403,7 @@ faster window switching.")
(define-public gnome-shell-extension-gsconnect
(package
(name "gnome-shell-extension-gsconnect")
- ;; v33 is the last version to support GNOME 3.34
- (version "33")
+ (version "48")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -414,10 +413,11 @@ faster window switching.")
(file-name (git-file-name name version))
(sha256
(base32
- "1q03axhn75i864vgmd6myhmgwrmnpf01gsd1wl0di5x9q8mic2zn"))))
+ "15agblnm7k1wqnnz6gwhwym992fzqkdz8mkm04805783bx60b8bh"))))
(build-system meson-build-system)
(arguments
- `(#:configure-flags
+ `(#:tests? #f ;; every test fails
+ #:configure-flags
(let* ((out (assoc-ref %outputs "out"))
(name+version (strip-store-file-name out))
(gschema-dir (string-append out
@@ -442,7 +442,7 @@ faster window switching.")
(let* ((glib (assoc-ref inputs "glib:bin"))
(gapplication (string-append glib "/bin/gapplication"))
(gi-typelib-path (getenv "GI_TYPELIB_PATH")))
- (substitute* "data/org.gnome.Shell.Extensions.GSConnect.desktop"
+ (substitute*
"data/org.gnome.Shell.Extensions.GSConnect.desktop.in"
(("gapplication") gapplication))
(for-each
(lambda (file)
- branch master updated (f75becbb36 -> afb9f27523), guix-commits, 2022/03/06
- 02/10: http-client: Add response headers to '&http-get-error'., guix-commits, 2022/03/06
- 03/10: import: github: Gracefully handle rate limit exhaustion., guix-commits, 2022/03/06
- 05/10: import: github: Reuse HTTP connection for the /tags URL fallback., guix-commits, 2022/03/06
- 06/10: gnu: cgdb: Reference gdb., guix-commits, 2022/03/06
- 09/10: gnu: Add jtdx., guix-commits, 2022/03/06
- 01/10: tests: Add (guix http-client) tests., guix-commits, 2022/03/06
- 07/10: gnu: gnome-shell-extension-gsconnect: Update to 48,
guix-commits <=
- 10/10: gnu: Add python-xmldiff., guix-commits, 2022/03/06
- 04/10: http-client: Correctly handle redirects when #:keep-alive? #t., guix-commits, 2022/03/06
- 08/10: gnu: Add python-stltools., guix-commits, 2022/03/06