GNU bug report logs -
#66407
[PATCH gnome-team] gnu: shared-mime-info: Update to 2.3.
Previous Next
Reported by: Bruno Victal <mirai <at> makinata.eu>
Date: Sun, 8 Oct 2023 14:27: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 #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/freedesktop.scm (shared-mime-info): Update to 2.3.
(xdgmime): Match commit to the one used in the shared-mime-info release.
---
gnu/packages/freedesktop.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 85ba5ba147..4c191e1d27 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -472,7 +472,7 @@ (define-public maliit-keyboard
(define xdgmime
;; No public release, match commit to the one used in the
;; shared-mime-info release.
- (let ((commit "de283fc430460b9b3a7e61432a6d273cd64cb102")
+ (let ((commit "179296748e92bd91bf531656632a1056307fb7b7")
(revision "1"))
(package
(name "xdgmime")
@@ -485,7 +485,7 @@ (define xdgmime
(file-name (git-file-name name version))
(sha256
(base32
- "0m9k7nfxgchb9j0xh9cwsldz6564qisqdkvlhgkcgc0grd4nfbn9"))))
+ "04bpbqlkmwi2pqx1lj3awa9f9gwp4n91fpnz8hbbd0hl8x41przm"))))
(build-system gnu-build-system)
(arguments
(list
@@ -519,7 +519,7 @@ (define xdgmime
(define-public shared-mime-info
(package
(name "shared-mime-info")
- (version "2.2")
+ (version "2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -528,7 +528,7 @@ (define-public shared-mime-info
(file-name (git-file-name name version))
(sha256
(base32
- "04dfnnflspprxg7qia3whz1754lfvgi4ihvmihg379936zy5xd22"))
+ "0w8sbhz00sk6k8pyiykfig4rm22jyibalj7g22j9qf3d2nfy8ivh"))
(patches (search-patches "shared-mime-info-xdgmime-path.patch"))))
(build-system meson-build-system)
(arguments
base-commit: 7d134b57b79188f8c878625d4e09f9bd6181e8c0
--
2.41.0
This bug report was last modified 1 year and 201 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.