components/gnome/nautilus/Makefile
changeset 7193 5da75b848d8e
child 7687 1093e2a9adbd
equal deleted inserted replaced
7192:bcbc95c2f212 7193:5da75b848d8e
       
     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 
       
    22 #
       
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 BUILD_BITS =            64_and_32
       
    27 # All components using gobject-introspection must be built with gcc as
       
    28 # gobject-introspection does not produce correct results when using Studio.
       
    29 COMPILER =              gcc
       
    30 include ../../../make-rules/shared-macros.mk
       
    31 
       
    32 COMPONENT_NAME=		nautilus
       
    33 COMPONENT_VERSION=	3.18.2
       
    34 COMPONENT_PROJECT_URL=  https://wiki.gnome.org/Projects/Nautilus
       
    35 COMPONENT_ARCHIVE_HASH= \
       
    36 	sha256:68dcf668e2ca93126a899d2e236ef37af2aea93e3fc25eee23ccd7ba911d424a
       
    37 COMPONENT_BUGDB=        gnome/nautilus
       
    38 
       
    39 TPNO=			25412
       
    40 
       
    41 # Needs gobject-introspection, not available on S11.
       
    42 include $(WS_MAKE_RULES)/no-evaluation.mk
       
    43 
       
    44 include $(WS_MAKE_RULES)/gnome-component.mk
       
    45 
       
    46 # Uses c99 language types (bool, etc.).
       
    47 CFLAGS += -std=gnu99
       
    48 
       
    49 # 32-bit gcc builds cause segfaults in Nautilus; see bug 21393975.
       
    50 gcc_OPT.i386.32 = -O2
       
    51 
       
    52 CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
       
    53 
       
    54 # Not yet available for Solaris.
       
    55 CONFIGURE_OPTIONS += --disable-packagekit
       
    56 # Not desired for production builds.
       
    57 CONFIGURE_OPTIONS += --disable-profiling
       
    58 CONFIGURE_OPTIONS += --disable-static
       
    59 # See --enable-tracker below.
       
    60 CONFIGURE_OPTIONS += --disable-tracker
       
    61 CONFIGURE_OPTIONS += --enable-gtk-doc
       
    62 CONFIGURE_OPTIONS += --enable-introspection
       
    63 CONFIGURE_OPTIONS += --enable-libexif
       
    64 CONFIGURE_OPTIONS += --enable-nst-extension
       
    65 CONFIGURE_OPTIONS += --enable-shared
       
    66 # Cyclic dependency; must build nautilus first, then build tracker, then build
       
    67 # nautilus again.
       
    68 # CONFIGURE_OPTIONS += --enable-tracker
       
    69 CONFIGURE_OPTIONS += --enable-xmp
       
    70 
       
    71 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
       
    72 REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
       
    73 REQUIRED_PACKAGES += image/library/libexif
       
    74 REQUIRED_PACKAGES += library/desktop/atk
       
    75 REQUIRED_PACKAGES += library/desktop/cairo
       
    76 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
       
    77 REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
       
    78 REQUIRED_PACKAGES += library/desktop/gtk3
       
    79 REQUIRED_PACKAGES += library/desktop/pango
       
    80 REQUIRED_PACKAGES += library/exempi
       
    81 REQUIRED_PACKAGES += library/glib2
       
    82 REQUIRED_PACKAGES += library/gnome/gnome-desktop
       
    83 REQUIRED_PACKAGES += library/libxml2
       
    84 REQUIRED_PACKAGES += system/library/math
       
    85 REQUIRED_PACKAGES += x11/library/libx11