gnu: gnome-shell-extension-just-perfection: Update to 26.0.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-just-perfection): Update to 26.0. [arguments]: Convert to list of G-Expressions. Change-Id: Ib02ab984310705bfa435ab1ea8d47c74a6162db0 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
38d9f8c074
commit
72b1f2d335
1 changed files with 30 additions and 29 deletions
|
@ -906,7 +906,7 @@ currently focused application in the top panel of the GNOME shell.")
|
||||||
(define-public gnome-shell-extension-just-perfection
|
(define-public gnome-shell-extension-just-perfection
|
||||||
(package
|
(package
|
||||||
(name "gnome-shell-extension-just-perfection")
|
(name "gnome-shell-extension-just-perfection")
|
||||||
(version "22.0")
|
(version "26.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -915,17 +915,18 @@ currently focused application in the top panel of the GNOME shell.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r4rflppcp05kwhzmh07dzi7znc4kch4nc8mzw61arj3qsfq2qqj"))))
|
"0dvq2mb04b557g9nz4pm90x2c2jc1dwwbg2is1gkx38yk0dsj6r3"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:install-plan
|
(list
|
||||||
'(("src"
|
#:install-plan
|
||||||
|
#~'(("src"
|
||||||
"share/gnome-shell/extensions/just-perfection-desktop@just-perfection"
|
"share/gnome-shell/extensions/just-perfection-desktop@just-perfection"
|
||||||
#:include-regexp ("\\.css$" "\\.compiled$" "\\.js(on)?$" "\\.ui$"))
|
#:include-regexp ("\\.css$" "\\.compiled$" "\\.js(on)?$" "\\.ui$"))
|
||||||
("locale"
|
("locale"
|
||||||
"share/gnome-shell/extensions/just-perfection-desktop@just-perfection/"))
|
"share/gnome-shell/extensions/just-perfection-desktop@just-perfection/"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'drop-executable-bits
|
(add-after 'unpack 'drop-executable-bits
|
||||||
(lambda _
|
(lambda _
|
||||||
(for-each
|
(for-each
|
||||||
|
|
Reference in a new issue