mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: totem-pl-parser: Update to 3.26.1.
* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.26.1. [build-system]: Use meson-build-system. [inputs]: Move libarchive and libgcrypt from here... [propagated-inputs]: ...to here.
This commit is contained in:
parent
e644f9fa49
commit
1e9b19dd1f
1 changed files with 6 additions and 6 deletions
|
@ -3228,7 +3228,7 @@ (define-public gnome-settings-daemon
|
||||||
(define-public totem-pl-parser
|
(define-public totem-pl-parser
|
||||||
(package
|
(package
|
||||||
(name "totem-pl-parser")
|
(name "totem-pl-parser")
|
||||||
(version "3.10.8")
|
(version "3.26.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/totem-pl-parser/"
|
(uri (string-append "mirror://gnome/sources/totem-pl-parser/"
|
||||||
|
@ -3236,8 +3236,8 @@ (define-public totem-pl-parser
|
||||||
"totem-pl-parser-" version ".tar.xz"))
|
"totem-pl-parser-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ayxg0gfs5h5jhr811ja5hxlhryklzp6jlal2ach9wym2c3hmigz"))))
|
"0k5pnka907invgds48d73c1xx1a366v5dcld3gr2l1dgmjwc9qka"))))
|
||||||
(build-system gnu-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: Tests require gvfs.
|
;; FIXME: Tests require gvfs.
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
|
@ -3249,11 +3249,11 @@ (define-public totem-pl-parser
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
("gmime" ,gmime)
|
("gmime" ,gmime)
|
||||||
|
("libarchive" ,libarchive)
|
||||||
|
("libgcrypt" ,libgcrypt)
|
||||||
("libxml2" ,libxml2)))
|
("libxml2" ,libxml2)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libarchive" ,libarchive)
|
`(("nettle" ,nettle)
|
||||||
("libgcrypt" ,libgcrypt)
|
|
||||||
("nettle" ,nettle)
|
|
||||||
("libsoup" ,libsoup)))
|
("libsoup" ,libsoup)))
|
||||||
(home-page "https://projects.gnome.org/totem")
|
(home-page "https://projects.gnome.org/totem")
|
||||||
(synopsis "Library to parse and save media playlists for GNOME")
|
(synopsis "Library to parse and save media playlists for GNOME")
|
||||||
|
|
Loading…
Reference in a new issue