python/hypothesis: update to 6.122.3
[oi-userland.git] / components / desktop / ayatana-ido / Makefile
bloba7d5bcae44de1aadb66b0fae55872a6c877cce0a
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 2023 Niklas Poslovski
15 BUILD_STYLE= cmake
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= ayatana-ido
19 COMPONENT_VERSION= 0.10.4
20 COMPONENT_SUMMARY= Application Indicators are a GTK implementation of the StatusNotifierItem Specification (SNI)
21 COMPONENT_PROJECT_URL= https://github.com/AyatanaIndicators/ayatana-ido
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_HASH= sha256:bd59abd5f1314e411d0d55ce3643e91cef633271f58126be529de5fb71c5ab38
25 COMPONENT_ARCHIVE_URL= https://github.com/AyatanaIndicators/$(COMPONENT_NAME)/archive/refs/tags/$(COMPONENT_VERSION).tar.gz
26 COMPONENT_FMRI= desktop/library/ayatana-ido
27 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Libraries
28 COMPONENT_LICENSE= LGPLv3
29 COMPONENT_LICENSE_FILE= COPYING
31 TEST_TARGET = $(NO_TESTS)
32 include $(WS_MAKE_RULES)/common.mk
34 COMPONENT_BUILD_ENV += CC="$(CC)"
36 # Auto-generated dependencies
37 REQUIRED_PACKAGES += library/desktop/cairo
38 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
39 REQUIRED_PACKAGES += library/desktop/gtk3
40 REQUIRED_PACKAGES += library/desktop/pango
41 REQUIRED_PACKAGES += library/glib2
42 REQUIRED_PACKAGES += system/library
43 REQUIRED_PACKAGES += system/library/math