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>master
parent
df1959277c
commit
8b426eb155
|
@ -13,7 +13,7 @@
|
||||||
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
|
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
|
||||||
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
|
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
|
||||||
;;; Copyright © 2021 Songlin Jiang <hollowman@hollowman.ml>
|
;;; 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 Attila Lendvai <attila@lendvai.name>
|
||||||
;;; Copyright © 2021 Charles Jackson <charles.b.jackson@protonmail.com>
|
;;; Copyright © 2021 Charles Jackson <charles.b.jackson@protonmail.com>
|
||||||
;;;
|
;;;
|
||||||
|
@ -403,8 +403,7 @@ faster window switching.")
|
||||||
(define-public gnome-shell-extension-gsconnect
|
(define-public gnome-shell-extension-gsconnect
|
||||||
(package
|
(package
|
||||||
(name "gnome-shell-extension-gsconnect")
|
(name "gnome-shell-extension-gsconnect")
|
||||||
;; v33 is the last version to support GNOME 3.34
|
(version "48")
|
||||||
(version "33")
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -414,10 +413,11 @@ faster window switching.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q03axhn75i864vgmd6myhmgwrmnpf01gsd1wl0di5x9q8mic2zn"))))
|
"15agblnm7k1wqnnz6gwhwym992fzqkdz8mkm04805783bx60b8bh"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:tests? #f ;; every test fails
|
||||||
|
#:configure-flags
|
||||||
(let* ((out (assoc-ref %outputs "out"))
|
(let* ((out (assoc-ref %outputs "out"))
|
||||||
(name+version (strip-store-file-name out))
|
(name+version (strip-store-file-name out))
|
||||||
(gschema-dir (string-append out
|
(gschema-dir (string-append out
|
||||||
|
@ -442,7 +442,7 @@ faster window switching.")
|
||||||
(let* ((glib (assoc-ref inputs "glib:bin"))
|
(let* ((glib (assoc-ref inputs "glib:bin"))
|
||||||
(gapplication (string-append glib "/bin/gapplication"))
|
(gapplication (string-append glib "/bin/gapplication"))
|
||||||
(gi-typelib-path (getenv "GI_TYPELIB_PATH")))
|
(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))
|
(("gapplication") gapplication))
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (file)
|
(lambda (file)
|
||||||
|
|
Reference in New Issue