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) 2015 Alexander Pyhalov
13 # Copyright (c) 2023 Friedrich Kink
14 # Copyright (c) 2024 Andreas Wacknitz
18 include ..
/..
/..
/..
/make-rules
/shared-macros.mk
20 COMPONENT_NAME
= libgnome-keyring
21 COMPONENT_VERSION_MJR
= 3.12
22 COMPONENT_VERSION
= $(COMPONENT_VERSION_MJR
).0
23 COMPONENT_SUMMARY
= GNOME keyring libraries
24 COMPONENT_PROJECT_URL
= https
://www.gnome.org
25 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
26 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
27 COMPONENT_ARCHIVE_HASH
= sha256
:c4c178fbb05f72acc484d22ddb0568f7532c409b0a13e06513ff54b91e947783
28 COMPONENT_ARCHIVE_URL
= https
://download.gnome.org
/sources
/$(COMPONENT_NAME
)/$(COMPONENT_VERSION_MJR
)/$(COMPONENT_ARCHIVE
)
29 COMPONENT_CLASSIFICATION
= System
/Security
30 COMPONENT_FMRI
= library
/gnome
/gnome-keyring
31 COMPONENT_LICENSE
= LGPLv2
32 COMPONENT_LICENSE_FILE
= COPYING
34 TEST_TARGET
= $(NO_TESTS
)
35 include $(WS_MAKE_RULES
)/common.mk
39 CONFIGURE_OPTIONS
+= --libexecdir
=$(LIBEXECDIR
)
40 CONFIGURE_OPTIONS
+= --sysconfdir
=$(ETCDIR
)
41 CONFIGURE_OPTIONS
+= --disable-static
43 COMPONENT_INSTALL_ENV
+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
=1
45 # Manually added build dependencies
46 REQUIRED_PACKAGES
+= developer
/vala
48 # Auto-generated dependencies
49 REQUIRED_PACKAGES
+= library
/glib2
50 REQUIRED_PACKAGES
+= system
/library
51 REQUIRED_PACKAGES
+= system
/library
/libdbus
52 REQUIRED_PACKAGES
+= system
/library
/security
/libgcrypt