Archived
1
0
Fork 0

gnu: gnome-shell-extension-clipboard-indicator: Update to 47.

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator):
Update to 47.
[arguments]: Convert to a list of G-Expressions.

Change-Id: Ie982a1820dab1f01b2e8198cd6914d1e676865ad
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Vivien Kraus 2024-01-16 22:41:28 +01:00 committed by Liliana Marie Prikler
parent a7ff2e20e7
commit efd3dc654a
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -603,7 +603,7 @@ GNOME Shell.")
(define-public gnome-shell-extension-clipboard-indicator (define-public gnome-shell-extension-clipboard-indicator
(package (package
(name "gnome-shell-extension-clipboard-indicator") (name "gnome-shell-extension-clipboard-indicator")
(version "42") (version "47")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -615,7 +615,7 @@ GNOME Shell.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0wf2k33pbwjdf8i4y3aw32fgvjbh751qh7504lwhnl02rcq5dc88")) "00v0v454y6hblzsx06aaysxbs6aky89vnkf7ydzxrddns24c2wix"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove pre-compiled settings schemas and translations from ;; Remove pre-compiled settings schemas and translations from
@ -628,11 +628,12 @@ GNOME Shell.")
(find-files "locale" "\\.mo$")))))) (find-files "locale" "\\.mo$"))))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
'(#:install-plan (list
'(("." "share/gnome-shell/extensions/clipboard-indicator@tudmotu.com" #:install-plan
#~'(("." "share/gnome-shell/extensions/clipboard-indicator@tudmotu.com"
#:include-regexp ("\\.css$" "\\.compiled$" "\\.js(on)?$" "\\.mo$" "\\.xml$"))) #:include-regexp ("\\.css$" "\\.compiled$" "\\.js(on)?$" "\\.mo$" "\\.xml$")))
#:phases #:phases
(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-before 'install 'compile-schemas (add-before 'install 'compile-schemas
(lambda _ (lambda _
(with-directory-excursion "schemas" (with-directory-excursion "schemas"