components/gnome/gnome-initial-setup/Makefile
changeset 7214 8563a121a854
child 7232 e84b31bf027a
equal deleted inserted replaced
7213:8908c34de05d 7214:8563a121a854
       
     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) 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 BUILD_BITS= 64
       
    27 # Uses gcc-specific options (e.g. -Wall) which cause Studio build failures.
       
    28 COMPILER= gcc
       
    29 include ../../../make-rules/shared-macros.mk
       
    30 
       
    31 COMPONENT_NAME=		gnome-initial-setup
       
    32 COMPONENT_VERSION=	3.18.0
       
    33 COMPONENT_ARCHIVE_HASH= \
       
    34 	sha256:8fee9de41677c44318bb1c3bade2b6c9156698ad1a06e63aa1c15e3ab1bee729
       
    35 COMPONENT_BUGDB=	gnome/session
       
    36 
       
    37 TPNO=			25848
       
    38 
       
    39 TEST_TARGET= $(NO_TESTS)
       
    40 
       
    41 include $(WS_MAKE_RULES)/gnome-component.mk
       
    42 
       
    43 # Regenerate configure after patches modify configure.ac & Makefile.am files
       
    44 COMPONENT_PREP_ACTION += ( cd $(@D); autoreconf -fiv);
       
    45 
       
    46 # Assumes GNU msgfmt in PATH.
       
    47 CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
       
    48 COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
       
    49 
       
    50 # gnome-initial-setup/pages/account/um-utils.c uses UT_NAMESIZE from the Linux
       
    51 # <utmp.h> - map it to the equivalent value in the Solaris <utmp.h>
       
    52 CPPFLAGS += -DUT_NAMESIZE=_UTMP_USER_LEN
       
    53 
       
    54 REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
       
    55 REQUIRED_PACKAGES += library/desktop/cairo
       
    56 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
       
    57 REQUIRED_PACKAGES += library/desktop/geoclue
       
    58 REQUIRED_PACKAGES += library/desktop/gtk3
       
    59 REQUIRED_PACKAGES += library/desktop/libgweather
       
    60 REQUIRED_PACKAGES += library/desktop/librest
       
    61 REQUIRED_PACKAGES += library/desktop/pango
       
    62 REQUIRED_PACKAGES += library/desktop/webkitgtk4
       
    63 REQUIRED_PACKAGES += library/glib2
       
    64 REQUIRED_PACKAGES += library/gnome/gnome-desktop
       
    65 REQUIRED_PACKAGES += library/gnome/gnome-online-accounts
       
    66 REQUIRED_PACKAGES += library/json-glib
       
    67 REQUIRED_PACKAGES += security/kerberos-5
       
    68 REQUIRED_PACKAGES += system/display-manager/gdm
       
    69 REQUIRED_PACKAGES += system/input-method/ibus
       
    70 REQUIRED_PACKAGES += system/library/accountsservice
       
    71 REQUIRED_PACKAGES += system/library/fontconfig
       
    72 REQUIRED_PACKAGES += system/library/math
       
    73 REQUIRED_PACKAGES += system/library/polkit