GNU bug report logs -
#75470
[PATCH gnome-team 00/59] To 46.7 and beyond
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/glib.scm (appstream-glib): Update to 0.8.3.
[#:configure-flags]: Remove “-Dstemmer=false”.
---
gnu/packages/glib.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 7a233e60f4..71b1f1ad64 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1347,7 +1347,7 @@ (define-public sdbus-c++
(define-public appstream-glib
(package
(name "appstream-glib")
- (version "0.8.2")
+ (version "0.8.3")
(source (origin
(method url-fetch)
(uri (string-append "https://people.freedesktop.org/~hughsient/"
@@ -1355,7 +1355,7 @@ (define-public appstream-glib
"appstream-glib-" version ".tar.xz"))
(sha256
(base32
- "15lbrmyx94cf6p6svq02yiskh31xidq092c711pqs16mml06a9bi"))))
+ "04fgm19p4qf970dvj5phk1bml8zwai1wc78mmghsdz30qmj40xc4"))))
(build-system meson-build-system)
(native-inputs
(list gettext-minimal
@@ -1378,8 +1378,7 @@ (define-public appstream-glib
#:configure-flags
#~(list "-Ddep11=false"
"-Dintrospection=false" ; avoid g-ir-scanner dependency
- "-Drpm=false"
- "-Dstemmer=false")
+ "-Drpm=false")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-tests
--
2.47.1
This bug report was last modified 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.