components/desktop/desktop-file-utils/desktop-file-utils.p5m
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Fri, 02 Dec 2016 20:30:30 -0800
changeset 7433 8e9deb81d1cf
parent 7182 3c761d12bf8c
permissions -rw-r--r--
Close of build 114.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7182
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
#
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> \
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
    default mangler.man.stability "pass-through volatile">
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
set name=pkg.fmri \
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
    value=pkg:/desktop/xdg/desktop-file-utils@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
set name=pkg.summary value="Utilities for manipulating .desktop files"
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
set name=pkg.description \
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
    value="desktop-file-utils contains a command-line utilities for editing, validating, and installing .desktop files conforming to the freedesktop.org specification "
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
set name=com.oracle.info.description value="freedesktop.org desktop-file-utils"
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
set name=com.oracle.info.tpno value=$(TPNO)
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
set name=info.classification \
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
    value="org.opensolaris.category.2008:Applications/System Utilities"
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
set name=org.opensolaris.arc-caseid value=PSARC/2016/478
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
link path=usr/bin/desktop-file-edit target=desktop-file-install
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
file path=usr/bin/desktop-file-install
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
file path=usr/bin/desktop-file-validate
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
file path=usr/bin/update-desktop-database
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
link path=usr/share/man/man1/desktop-file-edit.1 target=desktop-file-install.1
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
file path=usr/share/man/man1/desktop-file-install.1
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
file path=usr/share/man/man1/desktop-file-validate.1
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
file path=usr/share/man/man1/update-desktop-database.1
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
license COPYING license=GPLv2
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
# This package was split out of the GNOME 2 control-center package, so we
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
# depend on the post-split GNOME 3 package to avoid conflicts.
3c761d12bf8c 23245286 Move desktop-file-utils to Userland and update to 0.22
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
depend type=optional fmri=gnome/preferences/[email protected]