components/desktop/enchant/enchant.p5m
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Fri, 02 Dec 2016 20:30:30 -0800
changeset 7433 8e9deb81d1cf
parent 6744 17542fb7b399
child 7862 875bb3f441a5
permissions -rw-r--r--
Close of build 114.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6744
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     1
#
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     3
#
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     7
#
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    12
#
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    18
#
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    20
#
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    21
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    22
#
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    24
#
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    25
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> \
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    27
    default mangler.man.stability "pass-through volatile">
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    28
set name=pkg.fmri \
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    29
    value=pkg:/library/spell-checking/enchant@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    30
set name=pkg.summary value="GNOME spell checker component"
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    31
set name=com.oracle.info.description value=enchant
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    33
set name=info.classification \
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    34
    value="org.opensolaris.category.2008:Desktop (GNOME)/Libraries"
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2010/143
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    39
file path=usr/bin/enchant
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    40
file path=usr/bin/enchant-lsmod
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    41
file path=usr/include/enchant/enchant++.h
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    42
file path=usr/include/enchant/enchant-provider.h
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    43
file path=usr/include/enchant/enchant.h
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    44
file path=usr/lib/$(MACH64)/enchant/libenchant_ispell.so
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    45
file path=usr/lib/$(MACH64)/enchant/libenchant_myspell.so
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    46
link path=usr/lib/$(MACH64)/libenchant.so \
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    47
    target=libenchant.so.$(COMPONENT_VERSION)
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    48
file path=usr/lib/$(MACH64)/libenchant.so.$(COMPONENT_VERSION)
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    49
link path=usr/lib/$(MACH64)/libenchant.so.1 \
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    50
    target=libenchant.so.$(COMPONENT_VERSION)
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    51
file path=usr/lib/$(MACH64)/pkgconfig/enchant.pc
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    52
file path=usr/lib/enchant/libenchant_ispell.so
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    53
file path=usr/lib/enchant/libenchant_myspell.so
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    54
link path=usr/lib/libenchant.so target=libenchant.so.$(COMPONENT_VERSION)
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    55
file path=usr/lib/libenchant.so.$(COMPONENT_VERSION)
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    56
link path=usr/lib/libenchant.so.1 target=libenchant.so.$(COMPONENT_VERSION)
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    57
file path=usr/lib/pkgconfig/enchant.pc
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    58
file path=usr/share/enchant/enchant.ordering
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    59
file path=usr/share/man/man1/enchant.1
17542fb7b399 23245467 Move enchant 1.6.0 to Userland
Jay Cotton <Jay.Cotton@Oracle.COM>
parents:
diff changeset
    60
license COPYING.LIB license=LGPLv2.1