[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/61: gnu: totem-pl-parser: Update to 3.26.1.
From: |
guix-commits |
Subject: |
22/61: gnu: totem-pl-parser: Update to 3.26.1. |
Date: |
Sat, 9 Mar 2019 02:53:23 -0500 (EST) |
rekado pushed a commit to branch staging
in repository guix.
commit 1e9b19dd1fc1eeb9168d64ea9d65fe91c65cffa9
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 6 11:28:53 2018 +0200
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.
---
gnu/packages/gnome.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 196ff43..f5010aa 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")
- 57/61: gnu: dconf-editor: Update to 3.28.0., (continued)
- 57/61: gnu: dconf-editor: Update to 3.28.0., guix-commits, 2019/03/09
- 06/61: gnu: yelp-xsl: Update to 3.28.0., guix-commits, 2019/03/09
- 07/61: gnu: yelp-tools: Update to 3.28.0., guix-commits, 2019/03/09
- 09/61: gnu: gedit: Use gtksourceview-3., guix-commits, 2019/03/09
- 11/61: gnu: gnome-maps: Update to 3.28.2., guix-commits, 2019/03/09
- 13/61: gnu: gnome-desktop: Update to 3.28.2., guix-commits, 2019/03/09
- 18/61: gnu: five-or-more: Update to 3.28.0., guix-commits, 2019/03/09
- 17/61: gnu: glade3: Update to 3.22.1., guix-commits, 2019/03/09
- 24/61: gnu: libgudev: Update to 232., guix-commits, 2019/03/09
- 37/61: gnu: mutter: Update to 3.28.2., guix-commits, 2019/03/09
- 22/61: gnu: totem-pl-parser: Update to 3.26.1.,
guix-commits <=
- 21/61: gnu: gnome-settings-daemon: Update to 3.28.1., guix-commits, 2019/03/09
- 36/61: gnu: zenity: Update to 3.28.1., guix-commits, 2019/03/09
- 42/61: gnu: libgnomekbd: Update to 3.26.0., guix-commits, 2019/03/09
- 39/61: gnu: gnome-system-monitor: Update to 3.28.2., guix-commits, 2019/03/09
- 32/61: gnu: orca: Update to 3.28.1., guix-commits, 2019/03/09
- 28/61: gnu: librsvg: Build Vala bindings., guix-commits, 2019/03/09
- 46/61: gnu: gnome-clocks: Update to 3.28.0., guix-commits, 2019/03/09
- 49/61: gnu: gnome-bluetooth: Update to 3.28.0., guix-commits, 2019/03/09
- 58/61: gnu: cups-filters: Fix build with newer version of poppler., guix-commits, 2019/03/09
- 31/61: gnu: gjs: Update to 1.52.3., guix-commits, 2019/03/09