components/desktop/os-welcome/os-welcome.p5m
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Thu, 11 Aug 2016 18:24:39 -0700
changeset 6645 d90f1572c3aa
child 7081 616e1d8621e7
permissions -rw-r--r--
24450546 Move os-welcome to Userland and update it for S12 branding
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
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
# 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
    24
#
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
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.fmri \
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
    value=pkg:/release/os-welcome@$(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
    28
set name=pkg.summary value="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
    29
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
    30
    value="org.opensolaris.category.2008:Desktop (GNOME)/Documentation"
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.arc-caseid value=PSARC/2010/143
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
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
    33
file path=etc/xdg/autostart/os-icons-copy.desktop
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    34
file path=usr/bin/os-about
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
file path=usr/bin/os-next-steps
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
file path=usr/lib/os-welcome/os-icons-copy.sh mode=0555
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
file path=usr/share/applications/os-about.desktop
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
file path=usr/share/applications/os-next-steps.desktop
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
file path=usr/share/doc/os-welcome/html/C/css/master.css
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
file path=usr/share/doc/os-welcome/html/C/images/ora_info_company.gif
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
file path=usr/share/doc/os-welcome/html/C/images/ora_solaris.png
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
file path=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
    43
file path=usr/share/doc/os-welcome/html/C/js/1p.js
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
file path=usr/share/doc/os-welcome/html/ar/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
file path=usr/share/doc/os-welcome/html/ca/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
file path=usr/share/doc/os-welcome/html/cs/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
file path=usr/share/doc/os-welcome/html/de/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
file path=usr/share/doc/os-welcome/html/el/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
file path=usr/share/doc/os-welcome/html/es/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
file path=usr/share/doc/os-welcome/html/fr/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
file path=usr/share/doc/os-welcome/html/he/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    52
file path=usr/share/doc/os-welcome/html/hu/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    53
file path=usr/share/doc/os-welcome/html/id/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    54
file path=usr/share/doc/os-welcome/html/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    55
file path=usr/share/doc/os-welcome/html/it/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    56
file path=usr/share/doc/os-welcome/html/ja/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    57
file path=usr/share/doc/os-welcome/html/ko/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    58
file path=usr/share/doc/os-welcome/html/nl/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    59
file path=usr/share/doc/os-welcome/html/pl/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    60
file path=usr/share/doc/os-welcome/html/pt_BR/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    61
file path=usr/share/doc/os-welcome/html/ru/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    62
file path=usr/share/doc/os-welcome/html/sk/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    63
file path=usr/share/doc/os-welcome/html/sv/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    64
file path=usr/share/doc/os-welcome/html/zh_CN/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    65
file path=usr/share/doc/os-welcome/html/zh_HK/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    66
file path=usr/share/doc/os-welcome/html/zh_TW/index.html
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    67
file path=usr/share/locale/ar/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    68
file path=usr/share/locale/ar/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    69
file path=usr/share/locale/ca/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    70
file path=usr/share/locale/cs/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    71
file path=usr/share/locale/de/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    72
file path=usr/share/locale/el/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    73
file path=usr/share/locale/es/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    74
file path=usr/share/locale/fr/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    75
file path=usr/share/locale/he/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    76
file path=usr/share/locale/hu/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    77
file path=usr/share/locale/id/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    78
file path=usr/share/locale/it/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    79
file path=usr/share/locale/ja/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    80
file path=usr/share/locale/ko/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    81
file path=usr/share/locale/nl/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    82
file path=usr/share/locale/pl/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    83
file path=usr/share/locale/pt_BR/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    84
file path=usr/share/locale/ru/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    85
file path=usr/share/locale/sk/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    86
file path=usr/share/locale/sv/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    87
file path=usr/share/locale/zh_CN/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    88
file path=usr/share/locale/zh_HK/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    89
file path=usr/share/locale/zh_TW/LC_MESSAGES/os-welcome.mo
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    90
file path=usr/share/os-about/about-os-background.jpg
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    91
file path=usr/share/os-about/about-os-logo.png
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    92
file path=usr/share/os-about/about-os-window-icon.png
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    93
file path=usr/share/os-about/participate.png
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    94
file path=usr/share/os-about/personalize.png
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    95
file path=usr/share/os-about/resources.png
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    96
file path=usr/share/pixmaps/about-os-window-icon.png
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    97
file path=usr/share/pixmaps/next-steps.png
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    98
license os-welcome.license license=Oracle
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    99
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   100
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   101
# called in os-icons-copy.sh
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   102
depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/stat
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   103
# pkgdepend doesn't know that importing gi requires the gobject-introspection
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   104
# data files, so we have to list the ones not in pygobject-3-* manually
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   105
depend type=require fmri=__TBD \
d90f1572c3aa 24450546 Move os-welcome to Userland and update it for S12 branding
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
   106
    pkg.debug.depend.file=usr/lib/girepository-1.0/GdkPixbuf-2.0.typelib