Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Command line utilities for working with *.desktop files" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 2 | DESCRIPTION = "desktop-file-utils contains a few command line utilities for working with desktop entries" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 3 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 4 | SECTION = "console/utils" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 5 | LICENSE = "GPLv2+" |
| 6 | |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
| 8 | file://src/validator.c;beginline=4;endline=27;md5=281e1114ee6c486a1a0a4295986b9416" |
| 9 | |
| 10 | SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BP}.tar.xz" |
Andrew Geissler | d25ed32 | 2020-06-27 00:28:28 -0500 | [diff] [blame] | 11 | SRC_URI[md5sum] = "29739e005f5887cf41639b8450f3c23f" |
| 12 | SRC_URI[sha256sum] = "b26dbde79ea72c8c84fb7f9d870ffd857381d049a86d25e0038c4cef4c747309" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 13 | |
| 14 | DEPENDS = "glib-2.0" |
| 15 | |
| 16 | inherit autotools pkgconfig |
| 17 | |
| 18 | EXTRA_OECONF += "ac_cv_prog_EMACS=no" |
| 19 | |
| 20 | BBCLASSEXTEND = "native nativesdk" |
Brad Bishop | c68388fc | 2019-08-26 01:33:31 -0400 | [diff] [blame] | 21 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 22 | do_install:append() { |
Brad Bishop | c68388fc | 2019-08-26 01:33:31 -0400 | [diff] [blame] | 23 | rm -rf ${D}${datadir}/emacs |
| 24 | } |
| 25 | |