components/desktop/os-welcome/os-welcome-message-files.p5m
author qian.l.liu@oracle.com <qian.l.liu@oracle.com>
Mon, 12 Sep 2016 15:45:59 -0700
changeset 6885 ba96d2ed0291
parent 6645 d90f1572c3aa
permissions -rw-r--r--
23302428 Re-enabling an already enabled IB port resets the port 22672457 ibqueryerrors dumps core with invalid port specified
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6645
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
set name=pkg.fmri \
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
    value=pkg://$(PUBLISHER_LOCALIZABLE)/release/os-welcome-message-files@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
set name=pkg.summary \
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
    value="Translatable content for Oracle Solaris Welcome Pack"
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
set name=info.classification \
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
    value=org.opensolaris.category.2008:System/Localizations
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
set name=org.opensolaris.arc-caseid value=N/A
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
file usr/share/doc/os-welcome/html/C/index.html \
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
    path=usr/share/doc/os-welcome/html/__LOCALE__/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
file $(MACH)/po/os-welcome.pot \
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
    path=usr/share/locale/__LOCALE__/LC_MESSAGES/os-welcome.po
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
license os-welcome.license license=Oracle