Andreas Wacknitz
2024-03-31 783118944874d559e30eea1600352e3feb5263a7
commit | author | age
4e9846 1 #
AP 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.
5 #
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.
9 #
10
11 #
12 # Copyright (c) 2014 Alexander Pyhalov. All rights reserved
3b0f60 13 # Copyright (c) 2019 Michal Nowak
a7077e 14 # Copyright (c) 2023 Andreas Wacknitz
4e9846 15 #
AP 16
a7077e 17 BUILD_BITS= 64
AW 18 BUILD_STYLE= meson
376c3c 19 include ../../../make-rules/shared-macros.mk
4e9846 20
f1b2f1 21 COMPONENT_NAME=         desktop-file-utils
a7077e 22 COMPONENT_VERSION=      0.27
ec244b 23 COMPONENT_REVISION=        1
f1b2f1 24 COMPONENT_SUMMARY=      A few command line utilities for working with desktop entries
a7077e 25 COMPONENT_PROJECT_URL=  https://www.freedesktop.org/wiki/Software/desktop-file-utils/
f1b2f1 26 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
AL 27 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
a7077e 28 COMPONENT_ARCHIVE_HASH= sha256:a0817df39ce385b6621880407c56f1f298168c040c2032cedf88d5b76affe836
f1b2f1 29 COMPONENT_ARCHIVE_URL=  https://www.freedesktop.org/software/desktop-file-utils/releases/$(COMPONENT_ARCHIVE)
a7077e 30 COMPONENT_FMRI=         library/desktop/desktop-file-utils
AW 31 COMPONENT_CLASSIFICATION=Desktop (GNOME)/Scripts
f1b2f1 32 COMPONENT_LICENSE=      GPLv2
a7077e 33 COMPONENT_LICENSE_FILE= COPYING
4e9846 34
a7077e 35 TEST_TARGET= $(NO_TESTS)
533b89 36 include $(WS_MAKE_RULES)/common.mk
4e9846 37
a7077e 38 PATH= $(PATH.gnu)
59c643 39
f1b2f1 40 COMPONENT_PRE_INSTALL_ACTION= ($(RM) $(PROTOUSRBINDIR)/desktop-file-edit)
AL 41
59c643 42 # Auto-generated dependencies
AL 43 REQUIRED_PACKAGES += library/glib2
44 REQUIRED_PACKAGES += system/library