components/desktop/desktop-cache/desktop-cache.p5m
changeset 5889 d78a523a8925
child 5968 a64f1dcdc61b
equal deleted inserted replaced
5888:09b82e3ff500 5889:d78a523a8925
       
     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 # Look for all files under files directory
       
    27 <transform file path=.*/(.*) -> set action.hash files/%<1>>
       
    28 #
       
    29 set name=pkg.fmri \
       
    30     value=pkg:/service/gnome/desktop-cache@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    31 set name=pkg.summary \
       
    32     value="desktop-cache is a set of desktop related SMF services"
       
    33 set name=com.oracle.info.description value=desktop-cache
       
    34 set name=info.classification value=org.opensolaris.category.2008:System/Services
       
    35 set name=org.opensolaris.arc-caseid value=LSARC/2009/273
       
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    37 #
       
    38 file path=lib/svc/manifest/application/desktop-cache/desktop-mime-cache.xml
       
    39 file path=lib/svc/manifest/application/desktop-cache/gconf-cache.xml
       
    40 file path=lib/svc/manifest/application/desktop-cache/icon-cache.xml
       
    41 file path=lib/svc/manifest/application/desktop-cache/input-method-cache.xml
       
    42 file path=lib/svc/manifest/application/desktop-cache/mime-types-cache.xml
       
    43 file path=lib/svc/manifest/application/desktop-cache/pixbuf-loaders-installer.xml
       
    44 file path=lib/svc/method/desktop-mime-cache
       
    45 file path=lib/svc/method/gconf-cache
       
    46 file path=lib/svc/method/icon-cache
       
    47 file path=lib/svc/method/input-method-cache
       
    48 file path=lib/svc/method/mime-types-cache
       
    49 file path=lib/svc/method/pixbuf-loaders-installer
       
    50 file path=usr/share/desktop-cache/find_newer mode=0555
       
    51 file path=usr/share/desktop-cache/restart_fmri mode=0555
       
    52 license desktop-cache.license license=Oracle