components/gnome/pyatspi/pyatspi-PYVER.p5m
changeset 6955 c48eb02e201d
child 6982 d3b6a08a1ea2
equal deleted inserted replaced
6954:bdf0b42d8cef 6955:c48eb02e201d
       
     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 set name=pkg.fmri \
       
    27     value=pkg:/library/python/pyatspi-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value="Python API to AT-SPI on D-Bus"
       
    29 set name=com.oracle.info.description value="Python API to AT-SPI on D-Bus"
       
    30 set name=com.oracle.info.tpno value=$(TPNO)
       
    31 set name=info.classification \
       
    32     value="org.opensolaris.category.2008:Applications/Universal Access"
       
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    35 set name=org.opensolaris.arc-caseid value=LSARC/2007/520
       
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    37 
       
    38 
       
    39 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/Accessibility.py
       
    40 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/__init__.py
       
    41 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/action.py
       
    42 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/appevent.py
       
    43 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/application.py
       
    44 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/collection.py
       
    45 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/component.py
       
    46 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/constants.py
       
    47 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/deviceevent.py
       
    48 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/document.py
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/editabletext.py
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/enum.py
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/hypertext.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/image.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/interface.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/registry.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/role.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/selection.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/state.py
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/table.py
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/tablecell.py
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/text.py
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/utils.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/pyatspi/value.py
       
    63 
       
    64 
       
    65 license COPYING.GPL license=GPLv2
       
    66 license COPYING license=LGPLv2.1
       
    67 
       
    68 # force a dependency on the unversioned package
       
    69 depend type=require \
       
    70     fmri=library/python/pyatspi@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    71 
       
    72 # force a dependency on the Python runtime
       
    73 depend type=require fmri=runtime/python-$(PYV)