diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-06 11:28:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:41:28 +0100 |
commit | 1e9b19dd1fc1eeb9168d64ea9d65fe91c65cffa9 (patch) | |
tree | 5f51579ad937e89ec0ade9116d6cdb45d5af8eeb /gnu | |
parent | e644f9fa4911eaad2ddf0c14dd6fc9751f4d1f53 (diff) | |
download | guix-1e9b19dd1fc1eeb9168d64ea9d65fe91c65cffa9.tar.gz guix-1e9b19dd1fc1eeb9168d64ea9d65fe91c65cffa9.zip |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 196ff43999..f5010aa529 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3228,7 +3228,7 @@ settings, themes, mouse settings, and startup of other daemons.") (define-public totem-pl-parser (package (name "totem-pl-parser") - (version "3.10.8") + (version "3.26.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/totem-pl-parser/" @@ -3236,8 +3236,8 @@ settings, themes, mouse settings, and startup of other daemons.") "totem-pl-parser-" version ".tar.xz")) (sha256 (base32 - "0ayxg0gfs5h5jhr811ja5hxlhryklzp6jlal2ach9wym2c3hmigz")))) - (build-system gnu-build-system) + "0k5pnka907invgds48d73c1xx1a366v5dcld3gr2l1dgmjwc9qka")))) + (build-system meson-build-system) (arguments ;; FIXME: Tests require gvfs. `(#:tests? #f)) @@ -3249,11 +3249,11 @@ settings, themes, mouse settings, and startup of other daemons.") (propagated-inputs `(("glib" ,glib) ("gmime" ,gmime) + ("libarchive" ,libarchive) + ("libgcrypt" ,libgcrypt) ("libxml2" ,libxml2))) (inputs - `(("libarchive" ,libarchive) - ("libgcrypt" ,libgcrypt) - ("nettle" ,nettle) + `(("nettle" ,nettle) ("libsoup" ,libsoup))) (home-page "https://projects.gnome.org/totem") (synopsis "Library to parse and save media playlists for GNOME") |