freerdp: update to 2.11.7; switch to openssl 3.1
[oi-userland.git] / components / desktop / desktop-file-utils / Makefile
blob35a1f123ce514e84525dc2df09e0db1284ea654a
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_BITS= 64
18 BUILD_STYLE= meson
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME= desktop-file-utils
22 COMPONENT_VERSION= 0.27
23 COMPONENT_REVISION= 1
24 COMPONENT_SUMMARY= A few command line utilities for working with desktop entries
25 COMPONENT_PROJECT_URL= https://www.freedesktop.org/wiki/Software/desktop-file-utils/
26 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
27 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
28 COMPONENT_ARCHIVE_HASH= sha256:a0817df39ce385b6621880407c56f1f298168c040c2032cedf88d5b76affe836
29 COMPONENT_ARCHIVE_URL= https://www.freedesktop.org/software/desktop-file-utils/releases/$(COMPONENT_ARCHIVE)
30 COMPONENT_FMRI= library/desktop/desktop-file-utils
31 COMPONENT_CLASSIFICATION=Desktop (GNOME)/Scripts
32 COMPONENT_LICENSE= GPLv2
33 COMPONENT_LICENSE_FILE= COPYING
35 TEST_TARGET= $(NO_TESTS)
36 include $(WS_MAKE_RULES)/common.mk
38 PATH= $(PATH.gnu)
40 COMPONENT_PRE_INSTALL_ACTION= ($(RM) $(PROTOUSRBINDIR)/desktop-file-edit)
42 # Auto-generated dependencies
43 REQUIRED_PACKAGES += library/glib2
44 REQUIRED_PACKAGES += system/library