me
/
guix
Archived
1
0
Fork 0

gnu: polari: Update to 41.0.

* gnu/packages/gnome.scm (polari): Update to 41.0.
[phases]: Delete trailing #t.
Maxim Cournoyer 2022-01-22 01:25:34 -05:00
parent ef451d9164
commit 9d4b5877c4
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 4 additions and 6 deletions

View File

@ -11601,7 +11601,7 @@ environment.")
(define-public polari
(package
(name "polari")
(version "40.1")
(version "41.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/polari/"
@ -11609,7 +11609,7 @@ environment.")
"/polari-" version ".tar.xz"))
(sha256
(base32
"001h9gppn79gnj7dl61jl9gas5wmbjdx0v8xwsx7v4xsv2hwz91g"))))
"1ss0x8idwar1q9p9535kzqb8idy7k2r48vrbjiyccw03cs0mzc53"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@ -11618,8 +11618,7 @@ environment.")
(add-after 'unpack 'skip-gtk-update-icon-cache
(lambda _
(substitute* "meson/meson-postinstall.sh"
(("gtk-update-icon-cache") (which "true")))
#t))
(("gtk-update-icon-cache") (which "true")))))
(add-after 'install 'fix-desktop-file
;; Hardcode launcher to be on the safe side
(lambda* (#:key outputs #:allow-other-keys)
@ -11632,8 +11631,7 @@ environment.")
(let ((prog (string-append (assoc-ref outputs "out")
"/bin/polari")))
(wrap-program prog
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
#t))))))
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))))))
(inputs
(list glib
gsettings-desktop-schemas