gnu: grilo-plugins: Update to 0.3.16.
* gnu/packages/gnome.scm (grilo-plugins): Update to 0.3.16. [arguments]: Convert to a list of G-Expressions. [home-page]: Update. Change-Id: I20876f9b594f8d33f2c85e313656791fb3b6812b Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
9ee9aad22c
commit
f17e549043
1 changed files with 17 additions and 16 deletions
|
@ -6594,7 +6594,7 @@ for application developers.")
|
||||||
(define-public grilo-plugins
|
(define-public grilo-plugins
|
||||||
(package
|
(package
|
||||||
(name "grilo-plugins")
|
(name "grilo-plugins")
|
||||||
(version "0.3.15")
|
(version "0.3.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6602,7 +6602,7 @@ for application developers.")
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cxbxg7i9qd1pyfjj7c15x9lawvaw5608jk2apcrac7rakcw6645"))))
|
(base32 "1jydhk822sigyda3mswn59j9s01dy81f553382i8nsvcb2z4svzy"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal
|
(list gettext-minimal
|
||||||
|
@ -6628,20 +6628,21 @@ for application developers.")
|
||||||
tracker
|
tracker
|
||||||
tracker-miners))
|
tracker-miners))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
(list
|
||||||
;;Disable lua-factory as it needs missing dependencies
|
#:glib-or-gtk? #t
|
||||||
#:configure-flags '("-Denable-lua-factory=no")
|
;;Disable lua-factory as it needs missing dependencies
|
||||||
#:phases
|
#:configure-flags #~'("-Denable-lua-factory=no")
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(add-before 'configure 'set-shell
|
#~(modify-phases %standard-phases
|
||||||
(lambda _
|
(add-before 'configure 'set-shell
|
||||||
(setenv "SHELL" (which "bash"))))
|
(lambda _
|
||||||
;; Disable the tracker test that requires the UPower daemon.
|
(setenv "SHELL" (which "bash"))))
|
||||||
(add-before 'configure 'fix-tests
|
;; Disable the tracker test that requires the UPower daemon.
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(add-before 'configure 'fix-tests
|
||||||
(substitute* "tests/tracker3/meson.build"
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(("'test_tracker3'.*") "")))))))
|
(substitute* "tests/tracker3/meson.build"
|
||||||
(home-page "https://live.gnome.org/Grilo")
|
(("'test_tracker3'.*") "")))))))
|
||||||
|
(home-page "https://wiki.gnome.org/Projects/Grilo")
|
||||||
(synopsis "Plugins for the Grilo media discovery library")
|
(synopsis "Plugins for the Grilo media discovery library")
|
||||||
(description
|
(description
|
||||||
"Grilo is a framework focused on making media discovery and browsing easy
|
"Grilo is a framework focused on making media discovery and browsing easy
|
||||||
|
|
Reference in a new issue