gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / desktop / gnome2 / dconf-editor / Makefile
blob1672cc546891fa2ea0f053059ac804e5fa1c63a7
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 include ../../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= dconf-editor
19 COMPONENT_MJR_VERSION= 45
20 COMPONENT_VERSION= $(COMPONENT_MJR_VERSION).0.1
21 COMPONENT_SUMMARY= GNOME Configuration Editor
22 COMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/dconf
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
25 COMPONENT_ARCHIVE_HASH= sha256:1180297678eedae6217cc514a2638c187d2f1d1ef2720cb9079b740c429941dd
26 COMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/$(COMPONENT_MJR_VERSION)/$(COMPONENT_ARCHIVE)
27 COMPONENT_FMRI= gnome/config/dconf/dconf-editor
28 COMPONENT_CLASSIFICATION=Applications/Configuration and Preferences
29 COMPONENT_LICENSE= LGPLv3
30 COMPONENT_LICENSE_FILE= COPYING
32 TEST_TARGET= $(NO_TESTS)
33 include $(WS_MAKE_RULES)/common.mk
35 PATH= $(PATH.gnu)
37 # GNU xgettext is needed.
38 CONFIGURE_ENV += PATH=$(PATH.gnu)
39 COMPONENT_BUILD_ENV += PATH=$(PATH.gnu)
40 COMPONENT_INSTALL_ENV += PATH=$(PATH.gnu)
42 # Manually added build dependencies
43 REQUIRED_PACKAGES += developer/build/pkg-config
44 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
45 REQUIRED_PACKAGES += developer/vala
46 REQUIRED_PACKAGES += library/libxml2
48 # Auto-generated dependencies
49 REQUIRED_PACKAGES += gnome/config/dconf
50 REQUIRED_PACKAGES += library/desktop/gtk3
51 REQUIRED_PACKAGES += library/glib2
52 REQUIRED_PACKAGES += library/libhandy
53 REQUIRED_PACKAGES += system/library