gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / desktop / gnome2 / dconf / Makefile
blobad02856bfec8ca24aa2d53d9fbe0792e0bfe1e16
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 2016 Alexander Pyhalov
15 BUILD_STYLE= meson
16 BUILD_BITS= 64_and_32
17 USE_DEFAULT_TEST_TRANSFORMS= yes
18 include ../../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= dconf
21 COMPONENT_MJR_VERSION= 0.40
22 COMPONENT_VERSION= $(COMPONENT_MJR_VERSION).0
23 COMPONENT_REVISION= 1
24 COMPONENT_SUMMARY= GNOME Configuration Framework
25 COMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/dconf
26 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
27 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
28 COMPONENT_ARCHIVE_HASH= sha256:cf7f22a4c9200421d8d3325c5c1b8b93a36843650c9f95d6451e20f0bcb24533
29 COMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/$(COMPONENT_MJR_VERSION)/$(COMPONENT_ARCHIVE)
30 COMPONENT_FMRI= gnome/config/dconf
31 COMPONENT_CLASSIFICATION=Desktop (GNOME)/Libraries
32 COMPONENT_LICENSE= LGPLv2.1
33 COMPONENT_LICENSE_FILE= COPYING
35 include $(WS_MAKE_RULES)/common.mk
37 PATH= $(PATH.gnu)
39 CC_PIC_MODE = $(CC_PIC_DISABLE)
40 LD_Z_PIE_MODE = $(LD_Z_PIE_DISABLE)
42 COMPONENT_INSTALL_ENV += PATH="$(PATH.gnu)"
43 COMPONENT_BUILD_ENV += PATH="$(PATH.gnu)"
44 CONFIGURE_OPTIONS += -Dgtk_doc=true
46 COMPONENT_TEST_TRANSFORMS += \
47 '-e "s/[0-9]*\.[0-9]*s//" ' \
48 '-e "/FAIL/p" ' \
49 '-e "/OK/p" '
52 # Manually added build dependencies
53 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
54 REQUIRED_PACKAGES += developer/vala
56 # Auto-generated dependencies
57 REQUIRED_PACKAGES += SUNWcs
58 REQUIRED_PACKAGES += library/glib2
59 REQUIRED_PACKAGES += system/library