components/desktop/pidgin-gnome-keyring/pidgin-gnome-keyring.p5m
author Rich Burridge <rich.burridge@oracle.com>
Thu, 23 Feb 2017 13:46:52 -0800
changeset 7687 1093e2a9adbd
parent 6513 ea2097ba7d67
permissions -rw-r--r--
25590368 Userland components should include "upstream" release tracking information
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6513
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
    value=pkg:/communication/im/pidgin-gnome-keyring@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="The pidgin-gnome-keyring plugin for pidgin"
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.description \
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value="The pidgin-gnome-keyring plugin saves all pidgin passwords to the system keyring and removes them from the plaintext accounts.xml file."
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=com.oracle.info.description value="the pidgin-gnome-keyring plugin"
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=com.oracle.info.tpno value=$(TPNO)
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=info.classification \
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
    value=org.opensolaris.category.2008:Applications/Internet
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=org.opensolaris.arc-caseid value=PSARC/2016/385
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
file gnome-keyring.so path=usr/lib/$(MACH64)/purple-2/gnome-keyring.so
ea2097ba7d67 PSARC/2016/385 pidgin-gnome-keyring
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
license pidgin-gnome-keyring.license license=GPLv2