[Buildroot] [git commit branch/next] package/desktop-file-utils: new package

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Wed Aug 4 20:58:52 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=135945c6c325c3b8e22038a984270e542c1f579e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/desktop-file-utils/desktop-file-utils.hash |  3 +++
 package/desktop-file-utils/desktop-file-utils.mk   | 14 ++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/package/desktop-file-utils/desktop-file-utils.hash b/package/desktop-file-utils/desktop-file-utils.hash
new file mode 100644
index 0000000000..48623831cc
--- /dev/null
+++ b/package/desktop-file-utils/desktop-file-utils.hash
@@ -0,0 +1,3 @@
+# Locally calculated:
+sha256  b26dbde79ea72c8c84fb7f9d870ffd857381d049a86d25e0038c4cef4c747309  desktop-file-utils-0.26.tar.xz
+sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/desktop-file-utils/desktop-file-utils.mk b/package/desktop-file-utils/desktop-file-utils.mk
new file mode 100644
index 0000000000..12f000edf2
--- /dev/null
+++ b/package/desktop-file-utils/desktop-file-utils.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# desktop-file-utils
+#
+################################################################################
+
+DESKTOP_FILE_UTILS_VERSION = 0.26
+DESKTOP_FILE_UTILS_SOURCE = desktop-file-utils-$(DESKTOP_FILE_UTILS_VERSION).tar.xz
+DESKTOP_FILE_UTILS_SITE = https://www.freedesktop.org/software/desktop-file-utils/releases
+DESKTOP_FILE_UTILS_LICENSE = GPL-2.0+
+DESKTOP_FILE_UTILS_LICENSE_FILES = COPYING
+HOST_DESKTOP_FILE_UTILS_DEPENDENCIES = host-libglib2
+
+$(eval $(host-meson-package))



More information about the buildroot mailing list