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