blob: 55c88afcc9c24a00112d1c773c697682500c0f47 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Command line utilities for working with *.desktop files"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06002DESCRIPTION = "desktop-file-utils contains a few command line utilities for working with desktop entries"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08003HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06004SECTION = "console/utils"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00005LICENSE = "GPL-2.0-or-later"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08006
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
8 file://src/validator.c;beginline=4;endline=27;md5=281e1114ee6c486a1a0a4295986b9416"
9
10SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BP}.tar.xz"
Patrick Williamsda295312023-12-05 16:48:56 -060011SRC_URI[sha256sum] = "a0817df39ce385b6621880407c56f1f298168c040c2032cedf88d5b76affe836"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012
13DEPENDS = "glib-2.0"
14
Patrick Williamsda295312023-12-05 16:48:56 -060015inherit meson pkgconfig
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016
17BBCLASSEXTEND = "native nativesdk"
Brad Bishopc68388fc2019-08-26 01:33:31 -040018
Patrick Williams213cb262021-08-07 19:21:33 -050019do_install:append() {
Brad Bishopc68388fc2019-08-26 01:33:31 -040020 rm -rf ${D}${datadir}/emacs
21}