[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/62: gnu: totem-pl-parser: Update to 3.26.1.
From: |
guix-commits |
Subject: |
23/62: gnu: totem-pl-parser: Update to 3.26.1. |
Date: |
Wed, 23 Jan 2019 06:12:50 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit e73c1025f976f2001fc715d5e05bdbf3bf37d629
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 7b3e278..b4cedb1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3126,7 +3126,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/"
@@ -3134,8 +3134,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))
@@ -3147,11 +3147,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")
- branch wip-gnome-upgrades created (now f03530a), guix-commits, 2019/01/23
- 01/62: gnu: gtksourceview: Update to 4.0.2., guix-commits, 2019/01/23
- 07/62: gnu: yelp-tools: Update to 3.28.0., guix-commits, 2019/01/23
- 08/62: gnu: file-roller: Update to 3.28.0., guix-commits, 2019/01/23
- 13/62: gnu: gnome-desktop: Update to 3.28.2., guix-commits, 2019/01/23
- 05/62: gnu: yelp: Update to 3.28.1., guix-commits, 2019/01/23
- 19/62: gnu: five-or-more: Update to 3.28.0., guix-commits, 2019/01/23
- 23/62: gnu: totem-pl-parser: Update to 3.26.1.,
guix-commits <=
- 02/62: gnu: Add gtksourceview-3., guix-commits, 2019/01/23
- 06/62: gnu: yelp-xsl: Update to 3.28.0., guix-commits, 2019/01/23
- 04/62: gnu: at-spi2-core: Update to 2.28.0., guix-commits, 2019/01/23
- 12/62: gnu: libproxy: Remove network-manager., guix-commits, 2019/01/23
- 15/62: gnu: gsettings-desktop-schemas: Update to 3.28.0., guix-commits, 2019/01/23
- 14/62: gnu: gcr: Update to 3.28.0., guix-commits, 2019/01/23
- 28/62: gnu: gvfs: Update to 1.36.2., guix-commits, 2019/01/23
- 32/62: gnu: gjs: Update to 1.52.3., guix-commits, 2019/01/23
- 31/62: gnu: devhelp: Update to 3.28.1., guix-commits, 2019/01/23
- 41/62: gnu: gucharmap: Update to 10.0.4., guix-commits, 2019/01/23