emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#45465: closed ([PATCH] gnu: desktop-file-utils: Update to 0.26.)


From: GNU bug Tracking System
Subject: bug#45465: closed ([PATCH] gnu: desktop-file-utils: Update to 0.26.)
Date: Mon, 28 Dec 2020 14:40:01 +0000

Your message dated Mon, 28 Dec 2020 16:38:18 +0200
with message-id <X+nt2mCF/RYDeQN4@3900XT>
and subject line Re: [bug#45465] [PATCH] gnu: desktop-file-utils: Update to 
0.26.
has caused the debbugs.gnu.org bug report #45465,
regarding [PATCH] gnu: desktop-file-utils: Update to 0.26.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45465: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45465
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: desktop-file-utils: Update to 0.26. Date: Sun, 27 Dec 2020 16:42:31 +0100
* gnu/packages/freedesktop.scm (desktop-file-utils): Update to 0.26.
(native-inputs): Add autoconf & automake.
---
 gnu/packages/freedesktop.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index e25cd7d066..ef35349ec2 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1615,7 +1615,7 @@ to applications simultaneously competing for fingerprint 
readers.")
 (define-public desktop-file-utils
   (package
     (name "desktop-file-utils")
-    (version "0.24")
+    (version "0.26")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.freedesktop.org/software/";
@@ -1623,10 +1623,12 @@ to applications simultaneously competing for 
fingerprint readers.")
                                   "desktop-file-utils-" version ".tar.xz"))
               (sha256
                (base32
-                "1nc3bwjdrpcrkbdmzvhckq0yngbcxspwj2n1r7jr3gmx1jk5vpm1"))))
+                "02bkfi6fyk4c0gh2avd897882ww5zl7qg7bzzf28qb57kvkvsvdj"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("autoconf" ,autoconf)
+       ("automake" ,automake)
+       ("pkg-config" ,pkg-config)))
     (inputs
      `(("glib" ,glib)))
     (home-page "https://www.freedesktop.org/wiki/Software/desktop-file-utils/";)
-- 
2.29.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45465] [PATCH] gnu: desktop-file-utils: Update to 0.26. Date: Mon, 28 Dec 2020 16:38:18 +0200
Looks good. Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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