Update to desktop-file-utils-0.26.

This commit is contained in:
ajacoutot 2020-06-19 15:01:10 +00:00
parent 396908e412
commit a434455ac4
3 changed files with 4 additions and 20 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.56 2020/06/19 08:18:07 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.57 2020/06/19 15:01:10 ajacoutot Exp $
COMMENT= utilities for dot.desktop entries
DISTNAME= desktop-file-utils-0.25
DISTNAME= desktop-file-utils-0.26
EXTRACT_SUFX= .tar.xz

View File

@ -1,2 +1,2 @@
SHA256 (desktop-file-utils-0.25.tar.xz) = Q4GZQAMzMA+4oUAz18LyTOPPLjADEtqf8LMzfjXQa44=
SIZE (desktop-file-utils-0.25.tar.xz) = 82888
SHA256 (desktop-file-utils-0.26.tar.xz) = sm29556nLIyE+3+dhw/9hXOB0EmobSXgA4xM70x0cwk=
SIZE (desktop-file-utils-0.26.tar.xz) = 83132

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-src_meson_build,v 1.1 2020/06/19 08:18:08 ajacoutot Exp $
https://gitlab.freedesktop.org/xdg/desktop-file-utils/-/issues/58
Index: src/meson.build
--- src/meson.build.orig
+++ src/meson.build
@@ -24,7 +24,7 @@ executable('desktop-file-install',
install: true,
)
-executable('desktop-file-update',
+executable('update-desktop-database',
'update-desktop-database.c',
link_with: desktop_file_lib,
dependencies: glib,