gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / x11 / encodings / Makefile
blob43640439ea846cdbc3fa9e5bc4275a37969940c8
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 2015 Aurelien Larcher
16 BUILD_STYLE= configure
17 include ../../../make-rules/shared-macros.mk
18 include $(WS_MAKE_RULES)/x11.mk
20 COMPONENT_NAME= encodings
21 COMPONENT_VERSION= 1.1.0
22 COMPONENT_SUMMARY= encodings - data files for libfontenc to map font encodings between character sets
23 COMPONENT_PROJECT_URL= $(XORG_PROJECT_URL)
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
26 COMPONENT_ARCHIVE_HASH= sha256:9ff13c621756cfa12e95f32ba48a5b23839e8f577d0048beda66c67dab4de975
27 COMPONENT_ARCHIVE_URL= $(XORG_FONT_BASE_URL)/$(COMPONENT_ARCHIVE)
28 COMPONENT_FMRI= x11/library/libfontenc/encodings
29 COMPONENT_CLASSIFICATION= System/Fonts
30 COMPONENT_LICENSE= MIT License
31 COMPONENT_LICENSE_FILE= COPYING
33 include $(WS_MAKE_RULES)/common.mk
35 PATH= $(PATH.gnu)
37 COMPONENT_PRE_CONFIGURE_ACTION = ( $(CLONEY) $(SOURCE_DIR) $(@D) )
39 CONFIGURE_OPTIONS += --disable-gzip-small-encodings
40 CONFIGURE_OPTIONS += --disable-gzip-large-encodings
42 # Manually added build dependencies
43 REQUIRED_PACKAGES += developer/build/autoconf/xorg-macros
44 REQUIRED_PACKAGES += x11/mkfontscale
46 # Auto-generated dependencies