components/gnome/seahorse/Makefile
changeset 7216 e6bcf0c5a213
child 7687 1093e2a9adbd
equal deleted inserted replaced
7215:2f4a8a8882d9 7216:e6bcf0c5a213
       
     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=		seahorse
       
    29 COMPONENT_VERSION=	3.18.0
       
    30 COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Apps/Seahorse
       
    31 COMPONENT_ARCHIVE_HASH= \
       
    32 	sha256:530c889a01c4cad25df4c9ab58ab95d24747875789bc6116bef529d60fc1b667
       
    33 COMPONENT_BUGDB=	gnome/security
       
    34 
       
    35 TPNO=			25850
       
    36 
       
    37 # Needs updated glib2, not available on S11.
       
    38 include $(WS_MAKE_RULES)/no-evaluation.mk
       
    39 
       
    40 include $(WS_MAKE_RULES)/gnome-component.mk
       
    41 
       
    42 # Assumes GNU msgfmt in PATH.
       
    43 CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
       
    44 COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
       
    45 CONFIGURE_OPTIONS += --disable-hkp
       
    46 
       
    47 REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
       
    48 REQUIRED_PACKAGES += library/desktop/atk
       
    49 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
       
    50 REQUIRED_PACKAGES += library/desktop/gtk3
       
    51 REQUIRED_PACKAGES += library/glib2
       
    52 REQUIRED_PACKAGES += library/gnome/gcr
       
    53 REQUIRED_PACKAGES += library/gnome/libsecret
       
    54 REQUIRED_PACKAGES += library/libsoup
       
    55 REQUIRED_PACKAGES += library/security/gpgme
       
    56 REQUIRED_PACKAGES += system/library/math
       
    57 REQUIRED_PACKAGES += system/network/ldap/openldap