[PATCH] gnu: desktop-file-utils: Update to 0.26.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201227154231.12051-1-vincent.legoll@gmail.com
* 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(-)

Toggle diff (30 lines)
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
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45465-done@debbugs.gnu.org)
X+nt2mCF/RYDeQN4@3900XT
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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/p7doACgkQQarn3Mo9
g1GxEQ//RdXARAlsBmKlwpibGFsrQcNxTIPsVnUEDsD3zBeRgedB+IgRgpb54rJG
QFmeGmMvGgOX5g3N57/LOj+N9i9h0CbB1Xl5ZV9v3wXplRHb2L2j1JtbhBo7/CwN
fJMcrhM/Wbg1ioOiHZrnZrGaN5AZq1n4h1Y9DXrhMoCpEGl9mUR/2hsgTVN0ZJZL
TMaCsfn4o1mmiGgY31OC6q3IOuKke/EjNuJNvAM6KpQAmCVXmPHpgtSP9Wd2kES/
owhI4wQ3WHeG3Wi/8zAp9W00OXbUvL8czZUu0fZvmHGYsP4sgMhj8ZkevumFB7vr
kqlpz4mECquUvHwhFr3XUmNipAwGf4vAqLI+nsJ1tdrANalOhJFA0X3nkTSMGwn3
cKvTpwiQTNUZ+6yJhHGhH5vLcK7gayCmsQMslYSqCWocuGhmDQSd/D8fc4EOcogy
PVg0dw80sckj+Bo1wlnllgpXIWraGqiFcPCdLSfWuFKjbCHXscSokQDNER9mThiE
Hw0OHI+0yo9FjYcZ40z5hbTAO6xTsw9pcMSR/M4WfZYp2303Su9cPTnlxLEV56P+
zsVka1preYl9LbFk/nuTX73TpVa6l4Sk8V+LQVvndCxSh2HYUnTQFo+9r+OX+dMM
kM5JNXZNDp+ZsWaHH4WVmb/IXlGBjdAIglFN9JBO2VmXs50+tng=
=Bjog
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45465@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45465
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help