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) 2024 Geoff Weiss
16 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= mingle
19 COMPONENT_VERSION
= 0.16.1
20 COMPONENT_SUMMARY
= Simple GTK4-Libadwaita app to play with Google
's Emoji Kitchen
21 COMPONENT_PROJECT_URL= https://github.com/halfmexican/mingle
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= v$(COMPONENT_VERSION).tar.gz
24 COMPONENT_ARCHIVE_HASH= sha256:5d31f6980e8494a440a97171554d027fec9c7ce19236d80f9db93f94c82385fa
25 COMPONENT_ARCHIVE_URL= https://github.com/halfmexican/mingle/archive/refs/tags/$(COMPONENT_ARCHIVE)
26 COMPONENT_FMRI= font/editor/mingle
27 COMPONENT_CLASSIFICATION=Applications/Graphics and Imaging
28 COMPONENT_LICENSE= GPLv3
29 COMPONENT_LICENSE_FILE= LICENSE
31 TEST_TARGET= $(NO_TESTS)
32 include $(WS_MAKE_RULES)/common.mk
37 REQUIRED_PACKAGES += developer/blueprint-compiler
39 # Auto-generated dependencies
40 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
41 REQUIRED_PACKAGES += library/desktop/gtk4
42 REQUIRED_PACKAGES += library/desktop/json-glib
43 REQUIRED_PACKAGES += library/desktop/libadwaita
44 REQUIRED_PACKAGES += library/desktop/libgee
45 REQUIRED_PACKAGES += library/glib2
46 REQUIRED_PACKAGES += library/libsoup3
47 REQUIRED_PACKAGES += system/library