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