GNU bug report logs - #66689
[PATCH gnome-team 00/14] Update everything in (gnu packages glib)

Previous Next

Package: guix-patches;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Sun, 22 Oct 2023 20:36:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #220 received at 66689 <at> debbugs.gnu.org (full text, mbox):

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: rg <at> raghavgururajan.name, 66689 <at> debbugs.gnu.org,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: [PATCH gnome-team v4 04/17] gnu: appstream-glib: Update to 0.8.2.
Date: Fri, 27 Oct 2023 18:42:05 +0200
* gnu/packages/glib.scm (appstream-glib): Update to 0.8.2.
[native-inputs]: Update style.
[propagated-inputs]: Same.
[inputs]: Replace libsoup with curl. Update style.
[arguments]: Update style.
[description]: Fix lint issue.

Change-Id: Icea8c8330351127d0cc85e74716ebd3c3c4a88fa
---
 gnu/packages/glib.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index af3f15b0ea..40de477d75 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -45,6 +45,7 @@ (define-module (gnu packages glib)
   #:use-module (gnu packages check)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages cpp)
+  #:use-module (gnu packages curl)
   #:use-module (gnu packages docbook)
   #:use-module (gnu packages documentation)
   #:use-module (gnu packages elf)
@@ -1293,7 +1294,7 @@ (define-public sdbus-c++
 (define-public appstream-glib
   (package
     (name "appstream-glib")
-    (version "0.7.18")
+    (version "0.8.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://people.freedesktop.org/~hughsient/"
@@ -1301,7 +1302,7 @@ (define-public appstream-glib
                                   "appstream-glib-" version ".tar.xz"))
               (sha256
                (base32
-                "00j0kkgf224nzmrha72g8pd72mymhph7vaisj35i4ffy7cpd47na"))))
+                "15lbrmyx94cf6p6svq02yiskh31xidq092c711pqs16mml06a9bi"))))
     (build-system meson-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
@@ -1318,7 +1319,7 @@ (define-public appstream-glib
        ("gtk+" ,gtk+)
        ("json-glib" ,json-glib)
        ("libarchive" ,libarchive)
-       ("libsoup" ,libsoup-minimal-2)))
+       ("curl" ,curl)))
     (arguments
      `(#:configure-flags
        (list "-Ddep11=false"
-- 
2.41.0




This bug report was last modified 1 year and 203 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.