Makefile revision 7229
1494N/A#
1611N/A# CDDL HEADER START
1494N/A#
1494N/A# The contents of this file are subject to the terms of the
1494N/A# Common Development and Distribution License (the "License").
1494N/A# You may not use this file except in compliance with the License.
1494N/A#
1494N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1494N/A# or http://www.opensolaris.org/os/licensing.
1494N/A# See the License for the specific language governing permissions
1494N/A# and limitations under the License.
1494N/A#
1494N/A# When distributing Covered Code, include this CDDL HEADER in each
1494N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1494N/A# If applicable, add the following below this CDDL HEADER, with the
1494N/A# fields enclosed by brackets "[]" replaced with your own identifying
1494N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1494N/A#
1494N/A# CDDL HEADER END
1494N/A#
1494N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
1494N/A#
1494N/A
1494N/ABUILD_BITS= 64
1494N/ACOMPILER= gcc
1494N/Ainclude ../../../make-rules/shared-macros.mk
1494N/A
1494N/ACOMPONENT_NAME= file-roller
1494N/ACOMPONENT_VERSION= 3.16.4
1494N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/FileRoller
1494N/ACOMPONENT_ARCHIVE_HASH= \
1494N/A sha256:5455980b2c9c7eb063d2d65560ae7ab2e7f01b208ea3947e151680231c7a4185
1494N/ACOMPONENT_BUGDB= gnome/libraries
1494N/A
1494N/ATPNO= 25852
1494N/A
1494N/ATEST_TARGET = $(NO_TESTS)
1494N/A
1494N/A# Needs gtk3, not available in S11.
1494N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
1494N/A
1494N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
1494N/A
1494N/A# Use the GNOME 3 libnotify even though the GNOME 2 one is still the default
1494N/APKG_CONFIG_PATHS.32 += $(PKG_CONFIG_PATH.32)/libnotify-4
1494N/APKG_CONFIG_PATHS.64 += $(PKG_CONFIG_PATH.64)/libnotify-4
1494N/APKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
1494N/ALD_OPTIONS.32 += -L $(USRLIB.32)/libnotify-4 -R $(USRLIB.32)/libnotify-4
1494N/ALD_OPTIONS.64 += -L $(USRLIB.64)/libnotify-4 -R $(USRLIB.64)/libnotify-4
1494N/ALD_OPTIONS += $(LD_OPTIONS.$(BITS))
1494N/A
1494N/ACONFIGURE_OPTIONS += --enable-libarchive
1494N/ACONFIGURE_OPTIONS += --disable-static
1494N/A
1494N/A# Assumes GNU xgettext in PATH
1494N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
1494N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
1494N/A
1494N/AREQUIRED_PACKAGES += gnome/file-manager/nautilus
1494N/AREQUIRED_PACKAGES += library/desktop/cairo
1494N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
1494N/AREQUIRED_PACKAGES += library/desktop/gtk3
1494N/AREQUIRED_PACKAGES += library/desktop/libnotify
1494N/AREQUIRED_PACKAGES += library/desktop/pango
1494N/AREQUIRED_PACKAGES += library/glib2
1494N/AREQUIRED_PACKAGES += library/json-glib
1611N/AREQUIRED_PACKAGES += library/libarchive
1494N/AREQUIRED_PACKAGES += system/library/math
1494N/A