components/gnome/gvfs/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 23 Feb 2017 13:46:52 -0800
changeset 7687 1093e2a9adbd
parent 7685 a7ec984d7d4c
permissions -rw-r--r--
25590368 Userland components should include "upstream" release tracking information
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6648
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
7685
a7ec984d7d4c 25564905 incorrect permissions on some desktop component deliveries in /usr/lib
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 6648
diff changeset
    23
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
6648
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
#
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
7685
a7ec984d7d4c 25564905 incorrect permissions on some desktop component deliveries in /usr/lib
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 6648
diff changeset
    26
BUILD_BITS =            64_and_32
6648
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
COMPILER =              gcc
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
include ../../../make-rules/shared-macros.mk
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_NAME=		gvfs
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_VERSION=	1.26.0
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_PROJECT_URL=  https://wiki.gnome.org/Projects/gvfs
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH= \
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
	sha256:6d43e8b33a5c1588525875f9d3979b515f648da1d567d0ce3d337a18f5ff8c32
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_BUGDB=	gnome/libraries
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7685
diff changeset
    36
COMPONENT_ANITYA_ID=	5496
6648
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
TPNO=			25202
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
# Needs updated glib2, not available on S11.
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
ifeq ($(BUILD_TYPE), evaluation)
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
BUILD_32_and_64=
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
INSTALL_32_and_64=
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
PUBLISH_STAMP=
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
endif
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
include $(WS_MAKE_RULES)/gnome-component.mk
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
# Assumes GNU xgettext in PATH.
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
# Requires a reconf due to 01-major-minor.patch changing configure.ac.
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -iv);
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    54
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    55
# Assumes GNU xgettext is first in $PATH.
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    56
COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    57
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    58
CONFIGURE_OPTIONS += --disable-static
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    59
CONFIGURE_OPTIONS += --enable-archive
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    60
CONFIGURE_OPTIONS += --enable-avahi
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    61
CONFIGURE_OPTIONS += --enable-bash-completion
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    62
CONFIGURE_OPTIONS += --enable-documentation
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    63
CONFIGURE_OPTIONS += --enable-goa
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    64
CONFIGURE_OPTIONS += --disable-gphoto2
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    65
CONFIGURE_OPTIONS += --enable-gtk
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    66
CONFIGURE_OPTIONS += --enable-http
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    67
CONFIGURE_OPTIONS += --enable-keyring
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    68
CONFIGURE_OPTIONS += --enable-shared
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    69
CONFIGURE_OPTIONS += --with-pic
7685
a7ec984d7d4c 25564905 incorrect permissions on some desktop component deliveries in /usr/lib
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 6648
diff changeset
    70
CONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)
6648
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    71
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    72
REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    73
REQUIRED_PACKAGES += library/desktop/gtk3
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    74
REQUIRED_PACKAGES += library/glib2
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    75
REQUIRED_PACKAGES += library/gnome/libsecret
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    76
REQUIRED_PACKAGES += library/libarchive
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    77
REQUIRED_PACKAGES += library/libsoup
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    78
REQUIRED_PACKAGES += library/libxml2
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    79
REQUIRED_PACKAGES += system/library/security/libgcrypt
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    80
REQUIRED_PACKAGES += system/network/avahi
8dbded6934b2 23245326 Move gvfs to Userland and update to 1.26.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    81
REQUIRED_PACKAGES += library/gnome/gcr