guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: appstream-glib: Update to 0.7.5.


From: Tobias Geerinckx-Rice
Subject: 05/05: gnu: appstream-glib: Update to 0.7.5.
Date: Thu, 25 Jan 2018 20:20:50 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b1de6129e71057cfab6da05bec262fd43e927914
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 26 02:14:20 2018 +0100

    gnu: appstream-glib: Update to 0.7.5.
    
    * gnu/packages/glib.scm (appstream-glib): Update to 0.7.5.
    [arguments]: Drop ‘enable-’ prefix from Meson options.
---
 gnu/packages/glib.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 5b1d203..2c339c1 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -719,7 +719,7 @@ programming langauage.  It also contains the utility
 (define-public appstream-glib
   (package
     (name "appstream-glib")
-    (version "0.7.4")
+    (version "0.7.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://people.freedesktop.org/~hughsient/";
@@ -727,7 +727,7 @@ programming langauage.  It also contains the utility
                                   "appstream-glib-" version ".tar.xz"))
               (sha256
                (base32
-                "09f8lq8nkr3gaws7fc3pzyz12lhz771l1p7lv8ni8z1gi470r7d0"))))
+                "0ps80cbqnf3q86rvz3ajqjssdgkjc9kmynqf0wxqfir7ayc9y9ag"))))
     (build-system meson-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
@@ -746,10 +746,10 @@ programming langauage.  It also contains the utility
        ("util-linux" ,util-linux)))     ; for libuuid
     (arguments
      `(#:configure-flags
-       (list "-Denable-dep11=false"
-             "-Denable-introspection=false" ; avoid g-ir-scanner dependency
-             "-Denable-rpm=false"
-             "-Denable-stemmer=false")
+       (list "-Ddep11=false"
+             "-Dintrospection=false"    ; avoid g-ir-scanner dependency
+             "-Drpm=false"
+             "-Dstemmer=false")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-tests



reply via email to

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