rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / desktop / desktop-file-utils / Makefile
blob433efd355140f8169bc2c0e0b2417af7857a0bd0
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2014 Alexander Pyhalov. All rights reserved
13 # Copyright (c) 2019 Michal Nowak
14 # Copyright (c) 2023 Andreas Wacknitz
17 BUILD_STYLE= meson
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= desktop-file-utils
21 COMPONENT_VERSION= 0.28
22 COMPONENT_SUMMARY= A few command line utilities for working with desktop entries
23 COMPONENT_PROJECT_URL= https://www.freedesktop.org/wiki/Software/desktop-file-utils/
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
26 COMPONENT_ARCHIVE_HASH= sha256:4401d4e231d842c2de8242395a74a395ca468cd96f5f610d822df33594898a70
27 COMPONENT_ARCHIVE_URL= https://www.freedesktop.org/software/desktop-file-utils/releases/$(COMPONENT_ARCHIVE)
28 COMPONENT_FMRI= library/desktop/desktop-file-utils
29 COMPONENT_CLASSIFICATION=Desktop (GNOME)/Scripts
30 COMPONENT_LICENSE= GPLv2
31 COMPONENT_LICENSE_FILE= COPYING
33 TEST_TARGET= $(NO_TESTS)
34 include $(WS_MAKE_RULES)/common.mk
36 PATH= $(PATH.gnu)
38 COMPONENT_PRE_INSTALL_ACTION= ($(RM) $(PROTOUSRBINDIR)/desktop-file-edit)
40 # Auto-generated dependencies
41 REQUIRED_PACKAGES += library/glib2
42 REQUIRED_PACKAGES += system/library