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