Makefile revision 6372
6325N/A#
6325N/A# CDDL HEADER START
6325N/A#
6325N/A# The contents of this file are subject to the terms of the
6325N/A# Common Development and Distribution License (the "License").
6325N/A# You may not use this file except in compliance with the License.
6325N/A#
6325N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6325N/A# or http://www.opensolaris.org/os/licensing.
6325N/A# See the License for the specific language governing permissions
6325N/A# and limitations under the License.
6325N/A#
6325N/A# When distributing Covered Code, include this CDDL HEADER in each
6325N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6325N/A# If applicable, add the following below this CDDL HEADER, with the
6325N/A# fields enclosed by brackets "[]" replaced with your own identifying
6325N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6325N/A#
6325N/A# CDDL HEADER END
6325N/A#
6325N/A
6325N/A#
6325N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6325N/A#
6325N/A
6325N/ABUILD_BITS= NO_ARCH
6325N/Ainclude ../../../make-rules/shared-macros.mk
6325N/A
6325N/ACOMPONENT_NAME= adwaita-icon-theme
6325N/ACOMPONENT_VERSION= 3.18.0
6325N/ACOMPONENT_PROJECT_URL= https://github.com/GNOME/adwaita-icon-theme
6325N/ACOMPONENT_ARCHIVE_HASH= \
6325N/A sha256:5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58
6325N/ACOMPONENT_BUGDB= gnome/themes
6325N/A
6325N/ATPNO= 25252
6325N/A
6372N/A# Needs gtk3, not available on S11.
6372N/Aifeq ($(BUILD_TYPE), evaluation)
6372N/ABUILD_NO_ARCH=
6372N/AINSTALL_NO_ARCH=
6372N/APUBLISH_STAMP=
6372N/Aendif
6372N/A
6325N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6325N/A
6325N/A# Assumes GNU xgettext in PATH
6325N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
6325N/A
6325N/AREQUIRED_PACKAGES += runtime/perl-522
6325N/AREQUIRED_PACKAGES += library/perl-5/xml-parser-522