guix-commits
[Top][All Lists]
Advanced

[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: Fri, 8 Feb 2019 16:26:38 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit 74b74c8e8080a4c54c44cba620f92eed487a9c12
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 9949da2..0ed8b07 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]