GNU bug report logs - #66407
[PATCH gnome-team] gnu: shared-mime-info: Update to 2.3.

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Bruno Victal <mirai <at> makinata.eu>
Subject: bug#66407: closed (Re: [PATCH gnome-team v2 2/2] gnu:
 shared-mime-info: Update to 2.3.)
Date: Sat, 04 Nov 2023 07:14:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#66407: [PATCH gnome-team] gnu: shared-mime-info: Update to 2.3.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 66407 <at> debbugs.gnu.org.

-- 
66407: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66407
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Bruno Victal <mirai <at> makinata.eu>, 66407-done <at> debbugs.gnu.org
Subject: Re: [PATCH gnome-team v2 2/2] gnu: shared-mime-info: Update to 2.3.
Date: Sat, 04 Nov 2023 08:13:09 +0100
Am Freitag, dem 27.10.2023 um 20:03 +0100 schrieb Bruno Victal:
> * gnu/packages/freedesktop.scm (shared-mime-info): Update to 2.3.
Pushed.

Cheers

[Message part 3 (message/rfc822, inline)]
From: Bruno Victal <mirai <at> makinata.eu>
To: guix-patches <at> gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>
Subject: [PATCH gnome-team] gnu: shared-mime-info: Update to 2.3.
Date: Sun,  8 Oct 2023 15:24:15 +0100
* 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.