components/gnome/file-roller/Makefile
changeset 7210 66f170dce8c5
child 7231 029d5e8cd85b
equal deleted inserted replaced
7209:d19b72e9391b 7210:66f170dce8c5
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 BUILD_BITS=		64
       
    25 COMPILER=		gcc
       
    26 include ../../../make-rules/shared-macros.mk
       
    27 
       
    28 COMPONENT_NAME=		file-roller
       
    29 COMPONENT_VERSION=	3.16.4
       
    30 COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Apps/FileRoller
       
    31 COMPONENT_ARCHIVE_HASH= \
       
    32 	sha256:5455980b2c9c7eb063d2d65560ae7ab2e7f01b208ea3947e151680231c7a4185
       
    33 COMPONENT_BUGDB=	gnome/libraries
       
    34 
       
    35 TPNO=			25852
       
    36 
       
    37 TEST_TARGET = $(NO_TESTS)
       
    38 
       
    39 include $(WS_MAKE_RULES)/gnome-component.mk
       
    40 
       
    41 # Use the GNOME 3 libnotify even though the GNOME 2 one is still the default
       
    42 PKG_CONFIG_PATHS.32 += $(PKG_CONFIG_PATH.32)/libnotify-4
       
    43 PKG_CONFIG_PATHS.64 += $(PKG_CONFIG_PATH.64)/libnotify-4
       
    44 PKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
       
    45 LD_OPTIONS.32 += -L $(USRLIB.32)/libnotify-4 -R $(USRLIB.32)/libnotify-4
       
    46 LD_OPTIONS.64 += -L $(USRLIB.64)/libnotify-4 -R $(USRLIB.64)/libnotify-4
       
    47 LD_OPTIONS += $(LD_OPTIONS.$(BITS))
       
    48 
       
    49 CONFIGURE_OPTIONS += --enable-libarchive
       
    50 CONFIGURE_OPTIONS += --disable-static
       
    51 
       
    52 # Assumes GNU xgettext in PATH
       
    53 CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
       
    54 COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
       
    55 
       
    56 REQUIRED_PACKAGES += gnome/file-manager/nautilus
       
    57 REQUIRED_PACKAGES += library/desktop/cairo
       
    58 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
       
    59 REQUIRED_PACKAGES += library/desktop/gtk3
       
    60 REQUIRED_PACKAGES += library/desktop/libnotify
       
    61 REQUIRED_PACKAGES += library/desktop/pango
       
    62 REQUIRED_PACKAGES += library/glib2
       
    63 REQUIRED_PACKAGES += library/json-glib
       
    64 REQUIRED_PACKAGES += library/libarchive
       
    65 REQUIRED_PACKAGES += system/library/math