jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / library / qtkeychain-qt5 / Makefile
blobac18af8c25660bd75b0041628b0ae72e38c974dd
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= qtkeychain-qt5
19 COMPONENT_VERSION= 0.14.3
20 COMPONENT_SUMMARY= Provides support for secure credentials storage
21 COMPONENT_PROJECT_URL= https://github.com/frankosterfeld/qtkeychain
22 COMPONENT_SRC= qtkeychain-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_HASH= sha256:a22c708f351431d8736a0ac5c562414f2b7bb919a6292cbca1ff7ac0849cb0a7
25 COMPONENT_ARCHIVE_URL= https://github.com/frankosterfeld/qtkeychain/archive/refs/tags/$(COMPONENT_VERSION).tar.gz
26 COMPONENT_FMRI= library/qt5/qtkeychain
27 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Libraries
28 COMPONENT_LICENSE= BSD
29 COMPONENT_LICENSE_FILE= COPYING
31 TEST_TARGET= $(NO_TESTS)
32 include $(WS_MAKE_RULES)/common.mk
34 CMAKE_OPTIONS += -DQt5_DIR=$(QT5_LIBDIR)/cmake/Qt5
36 # Manually added build dependencies
37 REQUIRED_PACKAGES += library/libsecret
38 REQUIRED_PACKAGES += developer/build/pkg-config
40 # Auto-generated dependencies
41 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
42 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
43 REQUIRED_PACKAGES += library/glib2
44 REQUIRED_PACKAGES += library/qt5
45 REQUIRED_PACKAGES += system/library