gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / desktop / gnome / yelp / Makefile
blobbc7296ec4ff730aa56c4a1ded4adbc6a9cdfc889
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2016 Alexander Pyhalov
16 include ../../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= yelp
19 COMPONENT_VERSION= 42.2
20 COMPONENT_VERSION_MAJOR=$(word 1,$(subst ., ,$(HUMAN_VERSION)))
21 COMPONENT_SUMMARY= The GNOME Help Browser
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:a2c5fd0787a9089c722cc66bd0f85cdf7088d870e7b6cc85799f8e5bff9eac4b
26 COMPONENT_ARCHIVE_URL= \
27 https://download.gnome.org/sources/$(COMPONENT_NAME)/$(COMPONENT_VERSION_MAJOR)/$(COMPONENT_ARCHIVE)
28 COMPONENT_PROJECT_URL= http://www.gnome.org
29 COMPONENT_FMRI= gnome/help-viewer/yelp
30 COMPONENT_CLASSIFICATION=Desktop (GNOME)/Documentation
31 COMPONENT_LICENSE= GPL-2.0-only
32 COMPONENT_LICENSE_FILE= COPYING
34 include $(WS_MAKE_RULES)/common.mk
36 # configure expects GNU make in PATH
37 PATH = $(PATH.gnu)
39 # We do not have appstream-glib so we cannot call autoreconf
40 COMPONENT_PREP_ACTION = cd $(@D) && automake
42 # illumos ld does not understand --no-as-needed, but configure is unable to
43 # detect that properly
44 CONFIGURE_ENV += ax_cv_check_cflags__Wl___no_as_needed=no
46 # Build dependencies
47 REQUIRED_PACKAGES += library/gnome/yelp-tools
48 REQUIRED_PACKAGES += library/gnome/yelp-xsl
50 # Auto-generated dependencies
51 REQUIRED_PACKAGES += compress/bzip2
52 REQUIRED_PACKAGES += compress/xz
53 REQUIRED_PACKAGES += database/sqlite-3
54 REQUIRED_PACKAGES += file/gnu-coreutils
55 REQUIRED_PACKAGES += library/desktop/gtk3
56 REQUIRED_PACKAGES += library/desktop/webkitgtk2
57 REQUIRED_PACKAGES += library/glib2
58 REQUIRED_PACKAGES += library/libhandy
59 REQUIRED_PACKAGES += library/libxml2
60 REQUIRED_PACKAGES += library/libxslt
61 REQUIRED_PACKAGES += shell/ksh93
62 REQUIRED_PACKAGES += system/library
63 REQUIRED_PACKAGES += system/man
64 REQUIRED_PACKAGES += text/groff/groff-core