components/desktop/pidgin/pidgin.p5m
author Rich Burridge <rich.burridge@oracle.com>
Mon, 16 Nov 2015 16:48:46 -0800
changeset 5091 81e5d6b75c3c
child 5126 d8d0ebb8ed32
permissions -rw-r--r--
22185024 Move pidgin from Desktop to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5091
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
set name=pkg.fmri \
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
    value=pkg:/communication/im/pidgin@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.summary value="GNOME multi-protocol instant messaging client"
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
set name=pkg.description \
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
    value="Pidgin is a chat program which lets you log in to accounts on multiple chat networks simultaneously."
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=com.oracle.info.description \
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
    value="the GNOME multi-protocol instant messaging client"
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.classification \
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
    value=org.opensolaris.category.2008:Applications/Internet
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=LSARC/2007/309 value=PSARC/2010/448 \
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
    value=PSARC/2011/258
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
file usr/etc/gconf/schemas/purple.schemas \
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
    path=etc/gconf/schemas/purple.schemas \
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
    restart_fmri=svc:/application/desktop-cache/gconf-cache:default
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/bin/pidgin
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/bin/purple-remote
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/bin/purple-send
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/bin/purple-send-async
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/bin/purple-url-handler
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/include/libpurple/account.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/include/libpurple/accountopt.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/include/libpurple/blist.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/include/libpurple/buddyicon.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/include/libpurple/certificate.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/include/libpurple/cipher.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/include/libpurple/circbuffer.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/include/libpurple/cmds.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/include/libpurple/connection.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/include/libpurple/conversation.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/include/libpurple/core.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/include/libpurple/dbus-bindings.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/include/libpurple/dbus-define-api.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/include/libpurple/dbus-maybe.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/include/libpurple/dbus-purple.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/include/libpurple/dbus-server.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/include/libpurple/dbus-types.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/include/libpurple/dbus-useful.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file path=usr/include/libpurple/debug.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file path=usr/include/libpurple/desktopitem.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/include/libpurple/dnsquery.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/include/libpurple/dnssrv.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file path=usr/include/libpurple/eventloop.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/include/libpurple/ft.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
file path=usr/include/libpurple/gaim-compat.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
file path=usr/include/libpurple/idle.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
file path=usr/include/libpurple/imgstore.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
file path=usr/include/libpurple/log.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
file path=usr/include/libpurple/marshallers.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
file path=usr/include/libpurple/media-gst.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
file path=usr/include/libpurple/media.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
file path=usr/include/libpurple/media/backend-iface.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
file path=usr/include/libpurple/media/candidate.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
file path=usr/include/libpurple/media/codec.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
file path=usr/include/libpurple/media/enum-types.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
file path=usr/include/libpurple/mediamanager.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
file path=usr/include/libpurple/mime.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
file path=usr/include/libpurple/nat-pmp.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
file path=usr/include/libpurple/network.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
file path=usr/include/libpurple/notify.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
file path=usr/include/libpurple/ntlm.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
file path=usr/include/libpurple/plugin.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
file path=usr/include/libpurple/pluginpref.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
file path=usr/include/libpurple/pounce.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
file path=usr/include/libpurple/prefs.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
file path=usr/include/libpurple/privacy.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    94
file path=usr/include/libpurple/proxy.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    95
file path=usr/include/libpurple/prpl.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    96
file path=usr/include/libpurple/purple.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    97
file path=usr/include/libpurple/request.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    98
file path=usr/include/libpurple/roomlist.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    99
file path=usr/include/libpurple/savedstatuses.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   100
file path=usr/include/libpurple/server.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   101
file path=usr/include/libpurple/signals.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   102
file path=usr/include/libpurple/smiley.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   103
file path=usr/include/libpurple/sound-theme-loader.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   104
file path=usr/include/libpurple/sound-theme.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   105
file path=usr/include/libpurple/sound.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   106
file path=usr/include/libpurple/sslconn.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   107
file path=usr/include/libpurple/status.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   108
file path=usr/include/libpurple/stringref.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   109
file path=usr/include/libpurple/stun.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   110
file path=usr/include/libpurple/theme-loader.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   111
file path=usr/include/libpurple/theme-manager.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   112
file path=usr/include/libpurple/theme.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   113
file path=usr/include/libpurple/upnp.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   114
file path=usr/include/libpurple/util.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   115
file path=usr/include/libpurple/value.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   116
file path=usr/include/libpurple/version.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   117
file path=usr/include/libpurple/whiteboard.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   118
file path=usr/include/libpurple/xmlnode.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   119
file path=usr/include/pidgin/gtkaccount.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   120
file path=usr/include/pidgin/gtkblist-theme-loader.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   121
file path=usr/include/pidgin/gtkblist-theme.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   122
file path=usr/include/pidgin/gtkblist.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   123
file path=usr/include/pidgin/gtkcellrendererexpander.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   124
file path=usr/include/pidgin/gtkcertmgr.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   125
file path=usr/include/pidgin/gtkconn.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   126
file path=usr/include/pidgin/gtkconv.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   127
file path=usr/include/pidgin/gtkconvwin.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   128
file path=usr/include/pidgin/gtkdebug.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   129
file path=usr/include/pidgin/gtkdialogs.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   130
file path=usr/include/pidgin/gtkdnd-hints.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   131
file path=usr/include/pidgin/gtkdocklet.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   132
file path=usr/include/pidgin/gtkeventloop.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   133
file path=usr/include/pidgin/gtkft.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   134
file path=usr/include/pidgin/gtkgaim-compat.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   135
file path=usr/include/pidgin/gtkicon-theme-loader.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   136
file path=usr/include/pidgin/gtkicon-theme.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   137
file path=usr/include/pidgin/gtkidle.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   138
file path=usr/include/pidgin/gtkimhtml.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   139
file path=usr/include/pidgin/gtkimhtmltoolbar.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   140
file path=usr/include/pidgin/gtklog.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   141
file path=usr/include/pidgin/gtkmedia.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   142
file path=usr/include/pidgin/gtkmenutray.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   143
file path=usr/include/pidgin/gtknickcolors.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   144
file path=usr/include/pidgin/gtknotify.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   145
file path=usr/include/pidgin/gtkplugin.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   146
file path=usr/include/pidgin/gtkpluginpref.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   147
file path=usr/include/pidgin/gtkpounce.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   148
file path=usr/include/pidgin/gtkprefs.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   149
file path=usr/include/pidgin/gtkprivacy.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   150
file path=usr/include/pidgin/gtkrequest.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   151
file path=usr/include/pidgin/gtkroomlist.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   152
file path=usr/include/pidgin/gtksavedstatuses.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   153
file path=usr/include/pidgin/gtkscrollbook.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   154
file path=usr/include/pidgin/gtksession.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   155
file path=usr/include/pidgin/gtksmiley.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   156
file path=usr/include/pidgin/gtksound.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   157
file path=usr/include/pidgin/gtksourceiter.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   158
file path=usr/include/pidgin/gtksourceundomanager.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   159
file path=usr/include/pidgin/gtksourceview-marshal.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   160
file path=usr/include/pidgin/gtkstatus-icon-theme.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   161
file path=usr/include/pidgin/gtkstatusbox.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   162
file path=usr/include/pidgin/gtkthemes.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   163
file path=usr/include/pidgin/gtkutils.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   164
file path=usr/include/pidgin/gtkwhiteboard.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   165
file path=usr/include/pidgin/minidialog.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   166
file path=usr/include/pidgin/pidgin.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   167
file path=usr/include/pidgin/pidginstock.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   168
file path=usr/include/pidgin/pidgintooltip.h
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   169
link path=usr/lib/libpurple-client.so target=libpurple-client.so.0.10.11
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   170
link path=usr/lib/libpurple-client.so.0 target=libpurple-client.so.0.10.11
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   171
file path=usr/lib/libpurple-client.so.0.10.11
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   172
link path=usr/lib/libpurple.so target=libpurple.so.0.10.11
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   173
link path=usr/lib/libpurple.so.0 target=libpurple.so.0.10.11
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   174
file path=usr/lib/libpurple.so.0.10.11
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   175
file path=usr/lib/pidgin/cap.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   176
file path=usr/lib/pidgin/convcolors.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   177
file path=usr/lib/pidgin/extplacement.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   178
file path=usr/lib/pidgin/gestures.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   179
file path=usr/lib/pidgin/gtkbuddynote.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   180
file path=usr/lib/pidgin/history.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   181
file path=usr/lib/pidgin/iconaway.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   182
file path=usr/lib/pidgin/markerline.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   183
file path=usr/lib/pidgin/musicmessaging.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   184
file path=usr/lib/pidgin/notify.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   185
file path=usr/lib/pidgin/perl/Pidgin.pm
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   186
file path=usr/lib/pidgin/perl/auto/Pidgin/.packlist
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   187
file path=usr/lib/pidgin/perl/auto/Pidgin/Pidgin.bs
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   188
file path=usr/lib/pidgin/perl/auto/Pidgin/Pidgin.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   189
file path=usr/lib/pidgin/pidginrc.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   190
file path=usr/lib/pidgin/relnot.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   191
file path=usr/lib/pidgin/sendbutton.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   192
file path=usr/lib/pidgin/spellchk.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   193
file path=usr/lib/pidgin/themeedit.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   194
file path=usr/lib/pidgin/ticker.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   195
file path=usr/lib/pidgin/timestamp.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   196
file path=usr/lib/pidgin/timestamp_format.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   197
file path=usr/lib/pidgin/xmppconsole.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   198
file path=usr/lib/pidgin/xmppdisco.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   199
file path=usr/lib/pkgconfig/pidgin.pc
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   200
file path=usr/lib/pkgconfig/purple.pc
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   201
file path=usr/lib/purple-2/autoaccept.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   202
file path=usr/lib/purple-2/buddynote.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   203
file path=usr/lib/purple-2/dbus-example.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   204
file path=usr/lib/purple-2/idle.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   205
file path=usr/lib/purple-2/joinpart.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   206
file path=usr/lib/purple-2/libaim.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   207
file path=usr/lib/purple-2/libbonjour.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   208
file path=usr/lib/purple-2/libgg.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   209
file path=usr/lib/purple-2/libicq.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   210
file path=usr/lib/purple-2/libirc.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   211
link path=usr/lib/purple-2/libjabber.so target=libjabber.so.0.0.0
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   212
link path=usr/lib/purple-2/libjabber.so.0 target=libjabber.so.0.0.0
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   213
file path=usr/lib/purple-2/libjabber.so.0.0.0
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   214
file path=usr/lib/purple-2/libmsn.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   215
file path=usr/lib/purple-2/libmxit.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   216
file path=usr/lib/purple-2/libmyspace.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   217
file path=usr/lib/purple-2/libnovell.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   218
link path=usr/lib/purple-2/liboscar.so target=liboscar.so.0.0.0
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   219
link path=usr/lib/purple-2/liboscar.so.0 target=liboscar.so.0.0.0
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   220
file path=usr/lib/purple-2/liboscar.so.0.0.0
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   221
file path=usr/lib/purple-2/libsimple.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   222
file path=usr/lib/purple-2/libxmpp.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   223
file path=usr/lib/purple-2/libyahoo.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   224
file path=usr/lib/purple-2/libyahoojp.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   225
link path=usr/lib/purple-2/libymsg.so target=libymsg.so.0.0.0
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   226
link path=usr/lib/purple-2/libymsg.so.0 target=libymsg.so.0.0.0
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   227
file path=usr/lib/purple-2/libymsg.so.0.0.0
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   228
file path=usr/lib/purple-2/libzephyr.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   229
file path=usr/lib/purple-2/log_reader.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   230
file path=usr/lib/purple-2/newline.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   231
file path=usr/lib/purple-2/nss-prefs.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   232
file path=usr/lib/purple-2/offlinemsg.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   233
file path=usr/lib/purple-2/perl.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   234
file path=usr/lib/purple-2/perl/Purple.pm
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   235
file path=usr/lib/purple-2/perl/auto/Purple/.packlist
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   236
file path=usr/lib/purple-2/perl/auto/Purple/Purple.bs
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   237
file path=usr/lib/purple-2/perl/auto/Purple/Purple.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   238
file path=usr/lib/purple-2/perl/auto/Purple/autosplit.ix
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   239
file path=usr/lib/purple-2/psychic.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   240
file path=usr/lib/purple-2/ssl-nss.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   241
file path=usr/lib/purple-2/ssl.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   242
file path=usr/lib/purple-2/statenotify.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   243
file path=usr/lib/purple-2/tcl.so
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   244
file path=usr/share/aclocal/purple.m4
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   245
file path=usr/share/applications/pidgin.desktop \
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   246
    restart_fmri=svc:/application/desktop-cache/desktop-mime-cache:default
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   247
file path=usr/share/icons/hicolor/16x16/apps/pidgin.png \
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   248
    restart_fmri=svc:/application/desktop-cache/icon-cache:default
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   249
file path=usr/share/icons/hicolor/22x22/apps/pidgin.png \
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   250
    restart_fmri=svc:/application/desktop-cache/icon-cache:default
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   251
file path=usr/share/icons/hicolor/24x24/apps/pidgin.png \
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   252
    restart_fmri=svc:/application/desktop-cache/icon-cache:default
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   253
file path=usr/share/icons/hicolor/32x32/apps/pidgin.png \
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   254
    restart_fmri=svc:/application/desktop-cache/icon-cache:default
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   255
file path=usr/share/icons/hicolor/48x48/apps/pidgin.png \
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   256
    restart_fmri=svc:/application/desktop-cache/icon-cache:default
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   257
file path=usr/share/icons/hicolor/scalable/apps/pidgin.svg \
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   258
    restart_fmri=svc:/application/desktop-cache/icon-cache:default
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   259
file path=usr/share/locale/af/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   260
file path=usr/share/locale/am/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   261
file path=usr/share/locale/ar/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   262
file path=usr/share/locale/ast/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   263
file path=usr/share/locale/az/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   264
file path=usr/share/locale/be@latin/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   265
file path=usr/share/locale/bg/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   266
file path=usr/share/locale/bn/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   267
file path=usr/share/locale/bn_IN/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   268
file path=usr/share/locale/bs/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   269
file path=usr/share/locale/ca/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   270
file path=usr/share/locale/ca@valencia/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   271
file path=usr/share/locale/cs/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   272
file path=usr/share/locale/da/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   273
file path=usr/share/locale/de/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   274
file path=usr/share/locale/dz/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   275
file path=usr/share/locale/el/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   276
file path=usr/share/locale/en_AU/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   277
file path=usr/share/locale/en_CA/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   278
file path=usr/share/locale/en_GB/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   279
file path=usr/share/locale/eo/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   280
file path=usr/share/locale/es/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   281
file path=usr/share/locale/et/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   282
file path=usr/share/locale/eu/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   283
file path=usr/share/locale/fa/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   284
file path=usr/share/locale/fi/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   285
file path=usr/share/locale/fr/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   286
file path=usr/share/locale/ga/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   287
file path=usr/share/locale/gl/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   288
file path=usr/share/locale/gu/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   289
file path=usr/share/locale/he/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   290
file path=usr/share/locale/hi/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   291
file path=usr/share/locale/hr/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   292
file path=usr/share/locale/hu/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   293
file path=usr/share/locale/id/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   294
file path=usr/share/locale/it/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   295
file path=usr/share/locale/ja/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   296
file path=usr/share/locale/ka/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   297
file path=usr/share/locale/kk/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   298
file path=usr/share/locale/km/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   299
file path=usr/share/locale/kn/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   300
file path=usr/share/locale/ko/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   301
file path=usr/share/locale/ku/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   302
file path=usr/share/locale/ku_IQ/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   303
file path=usr/share/locale/lt/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   304
file path=usr/share/locale/lv/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   305
file path=usr/share/locale/mai/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   306
file path=usr/share/locale/mhr/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   307
file path=usr/share/locale/mk/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   308
file path=usr/share/locale/mn/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   309
file path=usr/share/locale/mr/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   310
file path=usr/share/locale/my_MM/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   311
file path=usr/share/locale/nb/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   312
file path=usr/share/locale/ne/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   313
file path=usr/share/locale/nl/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   314
file path=usr/share/locale/nn/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   315
file path=usr/share/locale/oc/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   316
file path=usr/share/locale/or/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   317
file path=usr/share/locale/pa/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   318
file path=usr/share/locale/pl/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   319
file path=usr/share/locale/ps/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   320
file path=usr/share/locale/pt/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   321
file path=usr/share/locale/pt_BR/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   322
file path=usr/share/locale/ro/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   323
file path=usr/share/locale/ru/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   324
file path=usr/share/locale/si/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   325
file path=usr/share/locale/sk/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   326
file path=usr/share/locale/sl/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   327
file path=usr/share/locale/sq/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   328
file path=usr/share/locale/sr/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   329
file path=usr/share/locale/sr@latin/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   330
file path=usr/share/locale/sv/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   331
file path=usr/share/locale/sw/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   332
file path=usr/share/locale/ta/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   333
file path=usr/share/locale/te/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   334
file path=usr/share/locale/th/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   335
file path=usr/share/locale/tr/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   336
file path=usr/share/locale/tt/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   337
file path=usr/share/locale/uk/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   338
file path=usr/share/locale/ur/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   339
file path=usr/share/locale/vi/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   340
file path=usr/share/locale/xh/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   341
file path=usr/share/locale/zh_CN/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   342
file path=usr/share/locale/zh_HK/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   343
file path=usr/share/locale/zh_TW/LC_MESSAGES/pidgin.mo
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   344
file path=usr/share/man/man1/pidgin.1
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   345
file path=usr/share/man/man3/Pidgin.3
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   346
file path=usr/share/man/man3/Purple.3
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   347
file path=usr/share/pixmaps/pidgin/animations/16/connect0.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   348
file path=usr/share/pixmaps/pidgin/animations/16/connect1.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   349
file path=usr/share/pixmaps/pidgin/animations/16/connect2.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   350
file path=usr/share/pixmaps/pidgin/animations/16/connect3.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   351
file path=usr/share/pixmaps/pidgin/animations/16/connect4.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   352
file path=usr/share/pixmaps/pidgin/animations/16/connect5.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   353
file path=usr/share/pixmaps/pidgin/animations/16/connect6.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   354
file path=usr/share/pixmaps/pidgin/animations/16/connect7.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   355
file path=usr/share/pixmaps/pidgin/animations/16/connect8.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   356
file path=usr/share/pixmaps/pidgin/animations/16/process-working0.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   357
file path=usr/share/pixmaps/pidgin/animations/16/process-working1.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   358
file path=usr/share/pixmaps/pidgin/animations/16/process-working10.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   359
file path=usr/share/pixmaps/pidgin/animations/16/process-working11.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   360
file path=usr/share/pixmaps/pidgin/animations/16/process-working12.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   361
file path=usr/share/pixmaps/pidgin/animations/16/process-working13.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   362
file path=usr/share/pixmaps/pidgin/animations/16/process-working14.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   363
file path=usr/share/pixmaps/pidgin/animations/16/process-working15.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   364
file path=usr/share/pixmaps/pidgin/animations/16/process-working16.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   365
file path=usr/share/pixmaps/pidgin/animations/16/process-working17.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   366
file path=usr/share/pixmaps/pidgin/animations/16/process-working18.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   367
file path=usr/share/pixmaps/pidgin/animations/16/process-working19.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   368
file path=usr/share/pixmaps/pidgin/animations/16/process-working2.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   369
file path=usr/share/pixmaps/pidgin/animations/16/process-working20.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   370
file path=usr/share/pixmaps/pidgin/animations/16/process-working21.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   371
file path=usr/share/pixmaps/pidgin/animations/16/process-working22.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   372
file path=usr/share/pixmaps/pidgin/animations/16/process-working23.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   373
file path=usr/share/pixmaps/pidgin/animations/16/process-working24.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   374
file path=usr/share/pixmaps/pidgin/animations/16/process-working25.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   375
file path=usr/share/pixmaps/pidgin/animations/16/process-working26.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   376
file path=usr/share/pixmaps/pidgin/animations/16/process-working27.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   377
file path=usr/share/pixmaps/pidgin/animations/16/process-working28.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   378
file path=usr/share/pixmaps/pidgin/animations/16/process-working29.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   379
file path=usr/share/pixmaps/pidgin/animations/16/process-working3.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   380
file path=usr/share/pixmaps/pidgin/animations/16/process-working30.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   381
file path=usr/share/pixmaps/pidgin/animations/16/process-working4.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   382
file path=usr/share/pixmaps/pidgin/animations/16/process-working5.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   383
file path=usr/share/pixmaps/pidgin/animations/16/process-working6.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   384
file path=usr/share/pixmaps/pidgin/animations/16/process-working7.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   385
file path=usr/share/pixmaps/pidgin/animations/16/process-working8.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   386
file path=usr/share/pixmaps/pidgin/animations/16/process-working9.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   387
file path=usr/share/pixmaps/pidgin/animations/16/typing0.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   388
file path=usr/share/pixmaps/pidgin/animations/16/typing1.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   389
file path=usr/share/pixmaps/pidgin/animations/16/typing2.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   390
file path=usr/share/pixmaps/pidgin/animations/16/typing3.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   391
file path=usr/share/pixmaps/pidgin/animations/16/typing4.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   392
file path=usr/share/pixmaps/pidgin/animations/16/typing5.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   393
file path=usr/share/pixmaps/pidgin/arrow-down.xpm
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   394
file path=usr/share/pixmaps/pidgin/arrow-left.xpm
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   395
file path=usr/share/pixmaps/pidgin/arrow-right.xpm
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   396
file path=usr/share/pixmaps/pidgin/arrow-up.xpm
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   397
file path=usr/share/pixmaps/pidgin/buttons/edit.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   398
file path=usr/share/pixmaps/pidgin/buttons/info.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   399
file path=usr/share/pixmaps/pidgin/buttons/music.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   400
file path=usr/share/pixmaps/pidgin/buttons/pause.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   401
file path=usr/share/pixmaps/pidgin/dialogs/16/auth.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   402
file path=usr/share/pixmaps/pidgin/dialogs/16/error.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   403
file path=usr/share/pixmaps/pidgin/dialogs/16/info.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   404
file path=usr/share/pixmaps/pidgin/dialogs/16/mail.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   405
file path=usr/share/pixmaps/pidgin/dialogs/16/question.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   406
file path=usr/share/pixmaps/pidgin/dialogs/64/auth.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   407
file path=usr/share/pixmaps/pidgin/dialogs/64/cool.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   408
file path=usr/share/pixmaps/pidgin/dialogs/64/dialog.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   409
file path=usr/share/pixmaps/pidgin/dialogs/64/error.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   410
file path=usr/share/pixmaps/pidgin/dialogs/64/info.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   411
file path=usr/share/pixmaps/pidgin/dialogs/64/mail.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   412
file path=usr/share/pixmaps/pidgin/dialogs/64/question.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   413
file path=usr/share/pixmaps/pidgin/dialogs/64/warning.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   414
file path=usr/share/pixmaps/pidgin/dialogs/scalable/auth.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   415
file path=usr/share/pixmaps/pidgin/dialogs/scalable/cool.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   416
file path=usr/share/pixmaps/pidgin/dialogs/scalable/dialog.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   417
file path=usr/share/pixmaps/pidgin/dialogs/scalable/error.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   418
file path=usr/share/pixmaps/pidgin/dialogs/scalable/info.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   419
file path=usr/share/pixmaps/pidgin/dialogs/scalable/question.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   420
file path=usr/share/pixmaps/pidgin/dialogs/scalable/warning.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   421
file path=usr/share/pixmaps/pidgin/emblems/16/aol-client.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   422
file path=usr/share/pixmaps/pidgin/emblems/16/birthday.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   423
file path=usr/share/pixmaps/pidgin/emblems/16/blocked.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   424
file path=usr/share/pixmaps/pidgin/emblems/16/bot.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   425
file path=usr/share/pixmaps/pidgin/emblems/16/external.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   426
file path=usr/share/pixmaps/pidgin/emblems/16/female.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   427
file path=usr/share/pixmaps/pidgin/emblems/16/founder.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   428
file path=usr/share/pixmaps/pidgin/emblems/16/free-for-chat.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   429
file path=usr/share/pixmaps/pidgin/emblems/16/game.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   430
file path=usr/share/pixmaps/pidgin/emblems/16/half-operator.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   431
file path=usr/share/pixmaps/pidgin/emblems/16/hiptop.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   432
file path=usr/share/pixmaps/pidgin/emblems/16/male.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   433
file path=usr/share/pixmaps/pidgin/emblems/16/not-authorized.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   434
file path=usr/share/pixmaps/pidgin/emblems/16/operator.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   435
file path=usr/share/pixmaps/pidgin/emblems/16/secure.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   436
file path=usr/share/pixmaps/pidgin/emblems/16/unavailable.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   437
file path=usr/share/pixmaps/pidgin/emblems/16/video.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   438
file path=usr/share/pixmaps/pidgin/emblems/16/voice.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   439
file path=usr/share/pixmaps/pidgin/emblems/scalable/aol-client.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   440
file path=usr/share/pixmaps/pidgin/emblems/scalable/blocked.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   441
file path=usr/share/pixmaps/pidgin/emblems/scalable/bot.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   442
file path=usr/share/pixmaps/pidgin/emblems/scalable/external.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   443
file path=usr/share/pixmaps/pidgin/emblems/scalable/female.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   444
file path=usr/share/pixmaps/pidgin/emblems/scalable/free-for-chat.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   445
file path=usr/share/pixmaps/pidgin/emblems/scalable/game.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   446
file path=usr/share/pixmaps/pidgin/emblems/scalable/male.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   447
file path=usr/share/pixmaps/pidgin/emblems/scalable/not-authorized.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   448
file path=usr/share/pixmaps/pidgin/emblems/scalable/secure.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   449
file path=usr/share/pixmaps/pidgin/emblems/scalable/unavailable.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   450
file path=usr/share/pixmaps/pidgin/emblems/scalable/video.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   451
file path=usr/share/pixmaps/pidgin/emblems/scalable/voice.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   452
file path=usr/share/pixmaps/pidgin/emotes/default/act-up.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   453
file path=usr/share/pixmaps/pidgin/emotes/default/afraid.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   454
file path=usr/share/pixmaps/pidgin/emotes/default/airplane.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   455
file path=usr/share/pixmaps/pidgin/emotes/default/alien.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   456
file path=usr/share/pixmaps/pidgin/emotes/default/amorous.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   457
file path=usr/share/pixmaps/pidgin/emotes/default/angel.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   458
file path=usr/share/pixmaps/pidgin/emotes/default/angry.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   459
file path=usr/share/pixmaps/pidgin/emotes/default/arrogant.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   460
file path=usr/share/pixmaps/pidgin/emotes/default/at-wits-end.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   461
file path=usr/share/pixmaps/pidgin/emotes/default/bad.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   462
file path=usr/share/pixmaps/pidgin/emotes/default/bashful.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   463
file path=usr/share/pixmaps/pidgin/emotes/default/beat-up.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   464
file path=usr/share/pixmaps/pidgin/emotes/default/beauty.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   465
file path=usr/share/pixmaps/pidgin/emotes/default/beer.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   466
file path=usr/share/pixmaps/pidgin/emotes/default/blowkiss.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   467
file path=usr/share/pixmaps/pidgin/emotes/default/bomb.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   468
file path=usr/share/pixmaps/pidgin/emotes/default/bored.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   469
file path=usr/share/pixmaps/pidgin/emotes/default/bowl.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   470
file path=usr/share/pixmaps/pidgin/emotes/default/boy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   471
file path=usr/share/pixmaps/pidgin/emotes/default/brb.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   472
file path=usr/share/pixmaps/pidgin/emotes/default/bulgy-eyes.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   473
file path=usr/share/pixmaps/pidgin/emotes/default/bunny.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   474
file path=usr/share/pixmaps/pidgin/emotes/default/bye.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   475
file path=usr/share/pixmaps/pidgin/emotes/default/cake.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   476
file path=usr/share/pixmaps/pidgin/emotes/default/call-me.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   477
file path=usr/share/pixmaps/pidgin/emotes/default/camera.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   478
file path=usr/share/pixmaps/pidgin/emotes/default/can.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   479
file path=usr/share/pixmaps/pidgin/emotes/default/car.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   480
file path=usr/share/pixmaps/pidgin/emotes/default/cat.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   481
file path=usr/share/pixmaps/pidgin/emotes/default/chicken.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   482
file path=usr/share/pixmaps/pidgin/emotes/default/chilli.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   483
file path=usr/share/pixmaps/pidgin/emotes/default/cigarette.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   484
file path=usr/share/pixmaps/pidgin/emotes/default/clap.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   485
file path=usr/share/pixmaps/pidgin/emotes/default/clock.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   486
file path=usr/share/pixmaps/pidgin/emotes/default/cloudy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   487
file path=usr/share/pixmaps/pidgin/emotes/default/clover.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   488
file path=usr/share/pixmaps/pidgin/emotes/default/clown.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   489
file path=usr/share/pixmaps/pidgin/emotes/default/coffee.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   490
file path=usr/share/pixmaps/pidgin/emotes/default/coins.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   491
file path=usr/share/pixmaps/pidgin/emotes/default/cold.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   492
file path=usr/share/pixmaps/pidgin/emotes/default/computer.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   493
file path=usr/share/pixmaps/pidgin/emotes/default/confused.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   494
file path=usr/share/pixmaps/pidgin/emotes/default/console.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   495
file path=usr/share/pixmaps/pidgin/emotes/default/cow.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   496
file path=usr/share/pixmaps/pidgin/emotes/default/cowboy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   497
file path=usr/share/pixmaps/pidgin/emotes/default/crying.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   498
file path=usr/share/pixmaps/pidgin/emotes/default/curl-lip.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   499
file path=usr/share/pixmaps/pidgin/emotes/default/curse.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   500
file path=usr/share/pixmaps/pidgin/emotes/default/cute.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   501
file path=usr/share/pixmaps/pidgin/emotes/default/cyclops.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   502
file path=usr/share/pixmaps/pidgin/emotes/default/dance.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   503
file path=usr/share/pixmaps/pidgin/emotes/default/dazed.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   504
file path=usr/share/pixmaps/pidgin/emotes/default/desire.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   505
file path=usr/share/pixmaps/pidgin/emotes/default/devil.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   506
file path=usr/share/pixmaps/pidgin/emotes/default/disappointed.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   507
file path=usr/share/pixmaps/pidgin/emotes/default/disdain.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   508
file path=usr/share/pixmaps/pidgin/emotes/default/doctor.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   509
file path=usr/share/pixmaps/pidgin/emotes/default/dog.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   510
file path=usr/share/pixmaps/pidgin/emotes/default/doh.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   511
file path=usr/share/pixmaps/pidgin/emotes/default/dont-know.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   512
file path=usr/share/pixmaps/pidgin/emotes/default/drink.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   513
file path=usr/share/pixmaps/pidgin/emotes/default/drool.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   514
file path=usr/share/pixmaps/pidgin/emotes/default/embarrassed.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   515
file path=usr/share/pixmaps/pidgin/emotes/default/excited.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   516
file path=usr/share/pixmaps/pidgin/emotes/default/excruciating.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   517
file path=usr/share/pixmaps/pidgin/emotes/default/eyeroll.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   518
file path=usr/share/pixmaps/pidgin/emotes/default/female-fighter.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   519
file path=usr/share/pixmaps/pidgin/emotes/default/film.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   520
file path=usr/share/pixmaps/pidgin/emotes/default/fingers-crossed.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   521
file path=usr/share/pixmaps/pidgin/emotes/default/flag.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   522
file path=usr/share/pixmaps/pidgin/emotes/default/foot-in-mouth.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   523
file path=usr/share/pixmaps/pidgin/emotes/default/freaked-out.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   524
file path=usr/share/pixmaps/pidgin/emotes/default/ghost.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   525
file path=usr/share/pixmaps/pidgin/emotes/default/giggle.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   526
file path=usr/share/pixmaps/pidgin/emotes/default/girl.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   527
file path=usr/share/pixmaps/pidgin/emotes/default/glasses-cool.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   528
file path=usr/share/pixmaps/pidgin/emotes/default/glasses-nerdy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   529
file path=usr/share/pixmaps/pidgin/emotes/default/go-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   530
file path=usr/share/pixmaps/pidgin/emotes/default/goat.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   531
file path=usr/share/pixmaps/pidgin/emotes/default/good.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   532
file path=usr/share/pixmaps/pidgin/emotes/default/hammer.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   533
file path=usr/share/pixmaps/pidgin/emotes/default/handcuffs.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   534
file path=usr/share/pixmaps/pidgin/emotes/default/handshake.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   535
file path=usr/share/pixmaps/pidgin/emotes/default/happy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   536
file path=usr/share/pixmaps/pidgin/emotes/default/highfive.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   537
file path=usr/share/pixmaps/pidgin/emotes/default/hot.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   538
file path=usr/share/pixmaps/pidgin/emotes/default/hug-left.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   539
file path=usr/share/pixmaps/pidgin/emotes/default/hug-right.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   540
file path=usr/share/pixmaps/pidgin/emotes/default/hungry.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   541
file path=usr/share/pixmaps/pidgin/emotes/default/hypnotized.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   542
file path=usr/share/pixmaps/pidgin/emotes/default/in_love.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   543
file path=usr/share/pixmaps/pidgin/emotes/default/island.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   544
file path=usr/share/pixmaps/pidgin/emotes/default/jump.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   545
file path=usr/share/pixmaps/pidgin/emotes/default/kiss.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   546
file path=usr/share/pixmaps/pidgin/emotes/default/kissed.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   547
file path=usr/share/pixmaps/pidgin/emotes/default/kissing.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   548
file path=usr/share/pixmaps/pidgin/emotes/default/knife.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   549
file path=usr/share/pixmaps/pidgin/emotes/default/lamp.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   550
file path=usr/share/pixmaps/pidgin/emotes/default/lashes.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   551
file path=usr/share/pixmaps/pidgin/emotes/default/laugh.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   552
file path=usr/share/pixmaps/pidgin/emotes/default/liquor.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   553
file path=usr/share/pixmaps/pidgin/emotes/default/loser.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   554
file path=usr/share/pixmaps/pidgin/emotes/default/love-over.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   555
file path=usr/share/pixmaps/pidgin/emotes/default/lying.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   556
file path=usr/share/pixmaps/pidgin/emotes/default/mad-tongue.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   557
file path=usr/share/pixmaps/pidgin/emotes/default/mail.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   558
file path=usr/share/pixmaps/pidgin/emotes/default/male-fighter1.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   559
file path=usr/share/pixmaps/pidgin/emotes/default/male-fighter2.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   560
file path=usr/share/pixmaps/pidgin/emotes/default/mean.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   561
file path=usr/share/pixmaps/pidgin/emotes/default/meeting.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   562
file path=usr/share/pixmaps/pidgin/emotes/default/messed.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   563
file path=usr/share/pixmaps/pidgin/emotes/default/mobile.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   564
file path=usr/share/pixmaps/pidgin/emotes/default/mohawk.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   565
file path=usr/share/pixmaps/pidgin/emotes/default/moneymouth.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   566
file path=usr/share/pixmaps/pidgin/emotes/default/monkey.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   567
file path=usr/share/pixmaps/pidgin/emotes/default/moon.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   568
file path=usr/share/pixmaps/pidgin/emotes/default/mrgreen.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   569
file path=usr/share/pixmaps/pidgin/emotes/default/msn-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   570
file path=usr/share/pixmaps/pidgin/emotes/default/msn-busy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   571
file path=usr/share/pixmaps/pidgin/emotes/default/msn.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   572
file path=usr/share/pixmaps/pidgin/emotes/default/msn_online.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   573
file path=usr/share/pixmaps/pidgin/emotes/default/music.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   574
file path=usr/share/pixmaps/pidgin/emotes/default/musical-note.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   575
file path=usr/share/pixmaps/pidgin/emotes/default/nervous.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   576
file path=usr/share/pixmaps/pidgin/emotes/default/neutral.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   577
file path=usr/share/pixmaps/pidgin/emotes/default/on-the-phone.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   578
file path=usr/share/pixmaps/pidgin/emotes/default/party.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   579
file path=usr/share/pixmaps/pidgin/emotes/default/peace.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   580
file path=usr/share/pixmaps/pidgin/emotes/default/phone.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   581
file path=usr/share/pixmaps/pidgin/emotes/default/pig.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   582
file path=usr/share/pixmaps/pidgin/emotes/default/pill.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   583
file path=usr/share/pixmaps/pidgin/emotes/default/pirate.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   584
file path=usr/share/pixmaps/pidgin/emotes/default/pissed-off.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   585
file path=usr/share/pixmaps/pidgin/emotes/default/pizza.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   586
file path=usr/share/pixmaps/pidgin/emotes/default/plate.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   587
file path=usr/share/pixmaps/pidgin/emotes/default/poop.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   588
file path=usr/share/pixmaps/pidgin/emotes/default/pray.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   589
file path=usr/share/pixmaps/pidgin/emotes/default/present.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   590
file path=usr/share/pixmaps/pidgin/emotes/default/pumpkin.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   591
file path=usr/share/pixmaps/pidgin/emotes/default/question.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   592
file path=usr/share/pixmaps/pidgin/emotes/default/quiet.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   593
file path=usr/share/pixmaps/pidgin/emotes/default/rain.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   594
file path=usr/share/pixmaps/pidgin/emotes/default/rainbow.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   595
file path=usr/share/pixmaps/pidgin/emotes/default/rose-dead.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   596
file path=usr/share/pixmaps/pidgin/emotes/default/rose.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   597
file path=usr/share/pixmaps/pidgin/emotes/default/rotfl.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   598
file path=usr/share/pixmaps/pidgin/emotes/default/sad.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   599
file path=usr/share/pixmaps/pidgin/emotes/default/sarcastic.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   600
file path=usr/share/pixmaps/pidgin/emotes/default/search.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   601
file path=usr/share/pixmaps/pidgin/emotes/default/secret.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   602
file path=usr/share/pixmaps/pidgin/emotes/default/shame.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   603
file path=usr/share/pixmaps/pidgin/emotes/default/sheep.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   604
file path=usr/share/pixmaps/pidgin/emotes/default/shocked.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   605
file path=usr/share/pixmaps/pidgin/emotes/default/shout.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   606
file path=usr/share/pixmaps/pidgin/emotes/default/shut-mouth.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   607
file path=usr/share/pixmaps/pidgin/emotes/default/sick.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   608
file path=usr/share/pixmaps/pidgin/emotes/default/sidefrown.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   609
file path=usr/share/pixmaps/pidgin/emotes/default/silly.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   610
file path=usr/share/pixmaps/pidgin/emotes/default/sinister.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   611
file path=usr/share/pixmaps/pidgin/emotes/default/skeleton.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   612
file path=usr/share/pixmaps/pidgin/emotes/default/skywalker.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   613
file path=usr/share/pixmaps/pidgin/emotes/default/sleeping.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   614
file path=usr/share/pixmaps/pidgin/emotes/default/sleepy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   615
file path=usr/share/pixmaps/pidgin/emotes/default/smirk.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   616
file path=usr/share/pixmaps/pidgin/emotes/default/snail.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   617
file path=usr/share/pixmaps/pidgin/emotes/default/snicker.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   618
file path=usr/share/pixmaps/pidgin/emotes/default/snowman.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   619
file path=usr/share/pixmaps/pidgin/emotes/default/soccerball.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   620
file path=usr/share/pixmaps/pidgin/emotes/default/soldier.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   621
file path=usr/share/pixmaps/pidgin/emotes/default/star.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   622
file path=usr/share/pixmaps/pidgin/emotes/default/starving.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   623
file path=usr/share/pixmaps/pidgin/emotes/default/stop.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   624
file path=usr/share/pixmaps/pidgin/emotes/default/stressed.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   625
file path=usr/share/pixmaps/pidgin/emotes/default/struggle.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   626
file path=usr/share/pixmaps/pidgin/emotes/default/sun.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   627
file path=usr/share/pixmaps/pidgin/emotes/default/talktohand.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   628
file path=usr/share/pixmaps/pidgin/emotes/default/teeth.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   629
file path=usr/share/pixmaps/pidgin/emotes/default/terror.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   630
file path=usr/share/pixmaps/pidgin/emotes/default/theme
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   631
file path=usr/share/pixmaps/pidgin/emotes/default/thinking.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   632
file path=usr/share/pixmaps/pidgin/emotes/default/thunder.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   633
file path=usr/share/pixmaps/pidgin/emotes/default/time-out.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   634
file path=usr/share/pixmaps/pidgin/emotes/default/tongue.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   635
file path=usr/share/pixmaps/pidgin/emotes/default/turtle.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   636
file path=usr/share/pixmaps/pidgin/emotes/default/tv.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   637
file path=usr/share/pixmaps/pidgin/emotes/default/umbrella.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   638
file path=usr/share/pixmaps/pidgin/emotes/default/vampire.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   639
file path=usr/share/pixmaps/pidgin/emotes/default/victory.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   640
file path=usr/share/pixmaps/pidgin/emotes/default/waiting.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   641
file path=usr/share/pixmaps/pidgin/emotes/default/watermelon.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   642
file path=usr/share/pixmaps/pidgin/emotes/default/waving.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   643
file path=usr/share/pixmaps/pidgin/emotes/default/weep.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   644
file path=usr/share/pixmaps/pidgin/emotes/default/wilt.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   645
file path=usr/share/pixmaps/pidgin/emotes/default/wink.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   646
file path=usr/share/pixmaps/pidgin/emotes/default/worship.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   647
file path=usr/share/pixmaps/pidgin/emotes/default/yin-yang.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   648
file path=usr/share/pixmaps/pidgin/emotes/none/theme
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   649
file path=usr/share/pixmaps/pidgin/emotes/small/afraid.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   650
file path=usr/share/pixmaps/pidgin/emotes/small/amorous.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   651
file path=usr/share/pixmaps/pidgin/emotes/small/angel.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   652
file path=usr/share/pixmaps/pidgin/emotes/small/angry.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   653
file path=usr/share/pixmaps/pidgin/emotes/small/bathing.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   654
file path=usr/share/pixmaps/pidgin/emotes/small/beer.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   655
file path=usr/share/pixmaps/pidgin/emotes/small/bored.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   656
file path=usr/share/pixmaps/pidgin/emotes/small/boy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   657
file path=usr/share/pixmaps/pidgin/emotes/small/camera.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   658
file path=usr/share/pixmaps/pidgin/emotes/small/chilli.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   659
file path=usr/share/pixmaps/pidgin/emotes/small/cigarette.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   660
file path=usr/share/pixmaps/pidgin/emotes/small/cinema.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   661
file path=usr/share/pixmaps/pidgin/emotes/small/coffee.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   662
file path=usr/share/pixmaps/pidgin/emotes/small/cold.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   663
file path=usr/share/pixmaps/pidgin/emotes/small/confused.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   664
file path=usr/share/pixmaps/pidgin/emotes/small/console.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   665
file path=usr/share/pixmaps/pidgin/emotes/small/cross.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   666
file path=usr/share/pixmaps/pidgin/emotes/small/crying.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   667
file path=usr/share/pixmaps/pidgin/emotes/small/devil.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   668
file path=usr/share/pixmaps/pidgin/emotes/small/disappointed.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   669
file path=usr/share/pixmaps/pidgin/emotes/small/dont-know.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   670
file path=usr/share/pixmaps/pidgin/emotes/small/drool.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   671
file path=usr/share/pixmaps/pidgin/emotes/small/embarrassed.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   672
file path=usr/share/pixmaps/pidgin/emotes/small/excited.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   673
file path=usr/share/pixmaps/pidgin/emotes/small/excruciating.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   674
file path=usr/share/pixmaps/pidgin/emotes/small/eyeroll.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   675
file path=usr/share/pixmaps/pidgin/emotes/small/girl.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   676
file path=usr/share/pixmaps/pidgin/emotes/small/grumpy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   677
file path=usr/share/pixmaps/pidgin/emotes/small/happy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   678
file path=usr/share/pixmaps/pidgin/emotes/small/hot.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   679
file path=usr/share/pixmaps/pidgin/emotes/small/hug-left.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   680
file path=usr/share/pixmaps/pidgin/emotes/small/hug-right.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   681
file path=usr/share/pixmaps/pidgin/emotes/small/hungry.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   682
file path=usr/share/pixmaps/pidgin/emotes/small/in_love.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   683
file path=usr/share/pixmaps/pidgin/emotes/small/internet.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   684
file path=usr/share/pixmaps/pidgin/emotes/small/invincible.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   685
file path=usr/share/pixmaps/pidgin/emotes/small/kiss.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   686
file path=usr/share/pixmaps/pidgin/emotes/small/lamp.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   687
file path=usr/share/pixmaps/pidgin/emotes/small/lying.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   688
file path=usr/share/pixmaps/pidgin/emotes/small/meeting.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   689
file path=usr/share/pixmaps/pidgin/emotes/small/mobile.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   690
file path=usr/share/pixmaps/pidgin/emotes/small/mrgreen.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   691
file path=usr/share/pixmaps/pidgin/emotes/small/music.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   692
file path=usr/share/pixmaps/pidgin/emotes/small/musical-note.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   693
file path=usr/share/pixmaps/pidgin/emotes/small/nerdy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   694
file path=usr/share/pixmaps/pidgin/emotes/small/neutral.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   695
file path=usr/share/pixmaps/pidgin/emotes/small/party.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   696
file path=usr/share/pixmaps/pidgin/emotes/small/phone.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   697
file path=usr/share/pixmaps/pidgin/emotes/small/pirate.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   698
file path=usr/share/pixmaps/pidgin/emotes/small/pissed-off.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   699
file path=usr/share/pixmaps/pidgin/emotes/small/plate.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   700
file path=usr/share/pixmaps/pidgin/emotes/small/question.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   701
file path=usr/share/pixmaps/pidgin/emotes/small/restroom.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   702
file path=usr/share/pixmaps/pidgin/emotes/small/rose.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   703
file path=usr/share/pixmaps/pidgin/emotes/small/sad.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   704
file path=usr/share/pixmaps/pidgin/emotes/small/search.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   705
file path=usr/share/pixmaps/pidgin/emotes/small/shame.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   706
file path=usr/share/pixmaps/pidgin/emotes/small/shocked.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   707
file path=usr/share/pixmaps/pidgin/emotes/small/shopping.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   708
file path=usr/share/pixmaps/pidgin/emotes/small/shut-mouth.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   709
file path=usr/share/pixmaps/pidgin/emotes/small/sick.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   710
file path=usr/share/pixmaps/pidgin/emotes/small/silent.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   711
file path=usr/share/pixmaps/pidgin/emotes/small/sleeping.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   712
file path=usr/share/pixmaps/pidgin/emotes/small/sleepy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   713
file path=usr/share/pixmaps/pidgin/emotes/small/star.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   714
file path=usr/share/pixmaps/pidgin/emotes/small/stressed.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   715
file path=usr/share/pixmaps/pidgin/emotes/small/studying.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   716
file path=usr/share/pixmaps/pidgin/emotes/small/suit.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   717
file path=usr/share/pixmaps/pidgin/emotes/small/surfing.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   718
file path=usr/share/pixmaps/pidgin/emotes/small/theme
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   719
file path=usr/share/pixmaps/pidgin/emotes/small/thinking.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   720
file path=usr/share/pixmaps/pidgin/emotes/small/thunder.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   721
file path=usr/share/pixmaps/pidgin/emotes/small/tongue.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   722
file path=usr/share/pixmaps/pidgin/emotes/small/tv.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   723
file path=usr/share/pixmaps/pidgin/emotes/small/typing.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   724
file path=usr/share/pixmaps/pidgin/emotes/small/uhm-yeah.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   725
file path=usr/share/pixmaps/pidgin/emotes/small/wink.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   726
file path=usr/share/pixmaps/pidgin/emotes/small/working.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   727
file path=usr/share/pixmaps/pidgin/emotes/small/writing.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   728
file path=usr/share/pixmaps/pidgin/logo.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   729
file path=usr/share/pixmaps/pidgin/protocols/16/aim.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   730
file path=usr/share/pixmaps/pidgin/protocols/16/bonjour.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   731
file path=usr/share/pixmaps/pidgin/protocols/16/facebook.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   732
file path=usr/share/pixmaps/pidgin/protocols/16/gadu-gadu.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   733
file path=usr/share/pixmaps/pidgin/protocols/16/google-talk.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   734
file path=usr/share/pixmaps/pidgin/protocols/16/icq.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   735
file path=usr/share/pixmaps/pidgin/protocols/16/irc.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   736
file path=usr/share/pixmaps/pidgin/protocols/16/jabber.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   737
file path=usr/share/pixmaps/pidgin/protocols/16/meanwhile.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   738
file path=usr/share/pixmaps/pidgin/protocols/16/msn.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   739
file path=usr/share/pixmaps/pidgin/protocols/16/mxit.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   740
file path=usr/share/pixmaps/pidgin/protocols/16/myspace.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   741
file path=usr/share/pixmaps/pidgin/protocols/16/novell.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   742
file path=usr/share/pixmaps/pidgin/protocols/16/silc.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   743
file path=usr/share/pixmaps/pidgin/protocols/16/simple.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   744
file path=usr/share/pixmaps/pidgin/protocols/16/yahoo.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   745
file path=usr/share/pixmaps/pidgin/protocols/16/zephyr.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   746
file path=usr/share/pixmaps/pidgin/protocols/22/aim.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   747
file path=usr/share/pixmaps/pidgin/protocols/22/bonjour.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   748
file path=usr/share/pixmaps/pidgin/protocols/22/facebook.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   749
file path=usr/share/pixmaps/pidgin/protocols/22/gadu-gadu.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   750
file path=usr/share/pixmaps/pidgin/protocols/22/google-talk.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   751
file path=usr/share/pixmaps/pidgin/protocols/22/icq.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   752
file path=usr/share/pixmaps/pidgin/protocols/22/irc.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   753
file path=usr/share/pixmaps/pidgin/protocols/22/jabber.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   754
file path=usr/share/pixmaps/pidgin/protocols/22/meanwhile.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   755
file path=usr/share/pixmaps/pidgin/protocols/22/msn.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   756
file path=usr/share/pixmaps/pidgin/protocols/22/mxit.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   757
file path=usr/share/pixmaps/pidgin/protocols/22/myspace.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   758
file path=usr/share/pixmaps/pidgin/protocols/22/novell.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   759
file path=usr/share/pixmaps/pidgin/protocols/22/silc.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   760
file path=usr/share/pixmaps/pidgin/protocols/22/simple.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   761
file path=usr/share/pixmaps/pidgin/protocols/22/yahoo.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   762
file path=usr/share/pixmaps/pidgin/protocols/22/zephyr.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   763
file path=usr/share/pixmaps/pidgin/protocols/48/aim.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   764
file path=usr/share/pixmaps/pidgin/protocols/48/bonjour.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   765
file path=usr/share/pixmaps/pidgin/protocols/48/facebook.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   766
file path=usr/share/pixmaps/pidgin/protocols/48/gadu-gadu.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   767
file path=usr/share/pixmaps/pidgin/protocols/48/icq.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   768
file path=usr/share/pixmaps/pidgin/protocols/48/irc.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   769
file path=usr/share/pixmaps/pidgin/protocols/48/jabber.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   770
file path=usr/share/pixmaps/pidgin/protocols/48/meanwhile.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   771
file path=usr/share/pixmaps/pidgin/protocols/48/msn.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   772
file path=usr/share/pixmaps/pidgin/protocols/48/mxit.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   773
file path=usr/share/pixmaps/pidgin/protocols/48/myspace.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   774
file path=usr/share/pixmaps/pidgin/protocols/48/novell.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   775
file path=usr/share/pixmaps/pidgin/protocols/48/silc.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   776
file path=usr/share/pixmaps/pidgin/protocols/48/simple.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   777
file path=usr/share/pixmaps/pidgin/protocols/48/yahoo.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   778
file path=usr/share/pixmaps/pidgin/protocols/48/zephyr.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   779
file path=usr/share/pixmaps/pidgin/protocols/scalable/aim.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   780
file path=usr/share/pixmaps/pidgin/protocols/scalable/bonjour.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   781
file path=usr/share/pixmaps/pidgin/protocols/scalable/gadu-gadu.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   782
file path=usr/share/pixmaps/pidgin/protocols/scalable/google-talk.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   783
file path=usr/share/pixmaps/pidgin/protocols/scalable/icq.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   784
file path=usr/share/pixmaps/pidgin/protocols/scalable/irc.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   785
file path=usr/share/pixmaps/pidgin/protocols/scalable/jabber.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   786
file path=usr/share/pixmaps/pidgin/protocols/scalable/meanwhile.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   787
file path=usr/share/pixmaps/pidgin/protocols/scalable/msn.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   788
file path=usr/share/pixmaps/pidgin/protocols/scalable/mxit.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   789
file path=usr/share/pixmaps/pidgin/protocols/scalable/novell.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   790
file path=usr/share/pixmaps/pidgin/protocols/scalable/silc.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   791
file path=usr/share/pixmaps/pidgin/protocols/scalable/simple.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   792
file path=usr/share/pixmaps/pidgin/protocols/scalable/yahoo.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   793
file path=usr/share/pixmaps/pidgin/protocols/scalable/zephyr.svg
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   794
file path=usr/share/pixmaps/pidgin/status/11/available.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   795
file path=usr/share/pixmaps/pidgin/status/11/away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   796
file path=usr/share/pixmaps/pidgin/status/11/busy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   797
file path=usr/share/pixmaps/pidgin/status/11/chat.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   798
file path=usr/share/pixmaps/pidgin/status/11/extended-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   799
file path=usr/share/pixmaps/pidgin/status/11/invisible.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   800
file path=usr/share/pixmaps/pidgin/status/11/log-in.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   801
file path=usr/share/pixmaps/pidgin/status/11/log-out.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   802
file path=usr/share/pixmaps/pidgin/status/11/offline.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   803
file path=usr/share/pixmaps/pidgin/status/11/person.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   804
file path=usr/share/pixmaps/pidgin/status/11/rtl/extended-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   805
file path=usr/share/pixmaps/pidgin/status/11/rtl/log-in.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   806
file path=usr/share/pixmaps/pidgin/status/11/rtl/log-out.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   807
file path=usr/share/pixmaps/pidgin/status/16/available.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   808
file path=usr/share/pixmaps/pidgin/status/16/away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   809
file path=usr/share/pixmaps/pidgin/status/16/busy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   810
file path=usr/share/pixmaps/pidgin/status/16/chat.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   811
file path=usr/share/pixmaps/pidgin/status/16/extended-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   812
file path=usr/share/pixmaps/pidgin/status/16/invisible.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   813
file path=usr/share/pixmaps/pidgin/status/16/log-in.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   814
file path=usr/share/pixmaps/pidgin/status/16/log-out.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   815
file path=usr/share/pixmaps/pidgin/status/16/offline.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   816
file path=usr/share/pixmaps/pidgin/status/16/person.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   817
file path=usr/share/pixmaps/pidgin/status/16/rtl/extended-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   818
file path=usr/share/pixmaps/pidgin/status/16/rtl/log-in.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   819
file path=usr/share/pixmaps/pidgin/status/16/rtl/log-out.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   820
file path=usr/share/pixmaps/pidgin/status/22/available.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   821
file path=usr/share/pixmaps/pidgin/status/22/away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   822
file path=usr/share/pixmaps/pidgin/status/22/busy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   823
file path=usr/share/pixmaps/pidgin/status/22/chat.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   824
file path=usr/share/pixmaps/pidgin/status/22/extended-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   825
file path=usr/share/pixmaps/pidgin/status/22/invisible.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   826
file path=usr/share/pixmaps/pidgin/status/22/log-in.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   827
file path=usr/share/pixmaps/pidgin/status/22/log-out.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   828
file path=usr/share/pixmaps/pidgin/status/22/offline.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   829
file path=usr/share/pixmaps/pidgin/status/22/person.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   830
file path=usr/share/pixmaps/pidgin/status/22/rtl/extended-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   831
file path=usr/share/pixmaps/pidgin/status/22/rtl/log-in.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   832
file path=usr/share/pixmaps/pidgin/status/22/rtl/log-out.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   833
file path=usr/share/pixmaps/pidgin/status/32/available.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   834
file path=usr/share/pixmaps/pidgin/status/32/away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   835
file path=usr/share/pixmaps/pidgin/status/32/busy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   836
file path=usr/share/pixmaps/pidgin/status/32/chat.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   837
file path=usr/share/pixmaps/pidgin/status/32/extended-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   838
file path=usr/share/pixmaps/pidgin/status/32/invisible.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   839
file path=usr/share/pixmaps/pidgin/status/32/log-in.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   840
file path=usr/share/pixmaps/pidgin/status/32/log-out.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   841
file path=usr/share/pixmaps/pidgin/status/32/offline.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   842
file path=usr/share/pixmaps/pidgin/status/32/person.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   843
file path=usr/share/pixmaps/pidgin/status/32/rtl/extended-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   844
file path=usr/share/pixmaps/pidgin/status/32/rtl/log-in.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   845
file path=usr/share/pixmaps/pidgin/status/32/rtl/log-out.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   846
file path=usr/share/pixmaps/pidgin/status/48/available.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   847
file path=usr/share/pixmaps/pidgin/status/48/away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   848
file path=usr/share/pixmaps/pidgin/status/48/busy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   849
file path=usr/share/pixmaps/pidgin/status/48/chat.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   850
file path=usr/share/pixmaps/pidgin/status/48/extended-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   851
file path=usr/share/pixmaps/pidgin/status/48/invisible.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   852
file path=usr/share/pixmaps/pidgin/status/48/log-in.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   853
file path=usr/share/pixmaps/pidgin/status/48/log-out.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   854
file path=usr/share/pixmaps/pidgin/status/48/offline.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   855
file path=usr/share/pixmaps/pidgin/status/48/person.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   856
file path=usr/share/pixmaps/pidgin/status/48/rtl/extended-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   857
file path=usr/share/pixmaps/pidgin/status/48/rtl/log-in.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   858
file path=usr/share/pixmaps/pidgin/status/48/rtl/log-out.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   859
file path=usr/share/pixmaps/pidgin/toolbar/11/message-new.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   860
file path=usr/share/pixmaps/pidgin/toolbar/16/audio-call.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   861
file path=usr/share/pixmaps/pidgin/toolbar/16/change-bgcolor.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   862
file path=usr/share/pixmaps/pidgin/toolbar/16/change-fgcolor.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   863
file path=usr/share/pixmaps/pidgin/toolbar/16/emote-select.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   864
file path=usr/share/pixmaps/pidgin/toolbar/16/font-face.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   865
file path=usr/share/pixmaps/pidgin/toolbar/16/font-size-down.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   866
file path=usr/share/pixmaps/pidgin/toolbar/16/font-size-up.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   867
file path=usr/share/pixmaps/pidgin/toolbar/16/get-attention.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   868
file path=usr/share/pixmaps/pidgin/toolbar/16/insert-image.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   869
file path=usr/share/pixmaps/pidgin/toolbar/16/insert-link.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   870
file path=usr/share/pixmaps/pidgin/toolbar/16/insert.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   871
file path=usr/share/pixmaps/pidgin/toolbar/16/message-new.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   872
file path=usr/share/pixmaps/pidgin/toolbar/16/plugins.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   873
file path=usr/share/pixmaps/pidgin/toolbar/16/send-file.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   874
file path=usr/share/pixmaps/pidgin/toolbar/16/transfer.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   875
file path=usr/share/pixmaps/pidgin/toolbar/16/unblock.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   876
file path=usr/share/pixmaps/pidgin/toolbar/16/video-call.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   877
file path=usr/share/pixmaps/pidgin/toolbar/22/audio-call.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   878
file path=usr/share/pixmaps/pidgin/toolbar/22/select-avatar.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   879
file path=usr/share/pixmaps/pidgin/toolbar/22/video-call.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   880
file path=usr/share/pixmaps/pidgin/toolbar/32/audio-call.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   881
file path=usr/share/pixmaps/pidgin/toolbar/32/video-call.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   882
file path=usr/share/pixmaps/pidgin/toolbar/48/audio-call.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   883
file path=usr/share/pixmaps/pidgin/toolbar/48/video-call.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   884
file path=usr/share/pixmaps/pidgin/tray/16/available_4bit.ico
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   885
file path=usr/share/pixmaps/pidgin/tray/16/away_4bit.ico
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   886
file path=usr/share/pixmaps/pidgin/tray/16/busy_4bit.ico
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   887
file path=usr/share/pixmaps/pidgin/tray/16/connecting_4bit.ico
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   888
file path=usr/share/pixmaps/pidgin/tray/16/extended-away_4bit.ico
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   889
file path=usr/share/pixmaps/pidgin/tray/16/invisible_4bit.ico
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   890
file path=usr/share/pixmaps/pidgin/tray/16/message_4bit.ico
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   891
file path=usr/share/pixmaps/pidgin/tray/16/offline_4bit.ico
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   892
file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-available.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   893
file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   894
file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-busy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   895
file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-connect.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   896
file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-email.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   897
file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-invisible.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   898
file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-offline.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   899
file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-pending.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   900
file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-xa.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   901
file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-available.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   902
file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   903
file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-busy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   904
file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-connect.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   905
file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-email.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   906
file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-invisible.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   907
file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-offline.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   908
file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-pending.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   909
file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-xa.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   910
file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-available.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   911
file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   912
file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-busy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   913
file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-connect.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   914
file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-email.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   915
file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-invisible.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   916
file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-offline.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   917
file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-pending.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   918
file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-xa.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   919
file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-available.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   920
file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-away.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   921
file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-busy.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   922
file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-connect.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   923
file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-email.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   924
file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-invisible.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   925
file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-offline.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   926
file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-pending.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   927
file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-xa.png
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   928
file path=usr/share/pixmaps/pidgin/tray/hicolor/index.theme
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   929
file path=usr/share/purple/ca-certs/AOL_Member_CA.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   930
file path=usr/share/purple/ca-certs/AddTrust_External_Root.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   931
file path=usr/share/purple/ca-certs/America_Online_Root_Certification_Authority_1.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   932
file path=usr/share/purple/ca-certs/Baltimore_CyberTrust_Root.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   933
file path=usr/share/purple/ca-certs/CAcert_Class3.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   934
file path=usr/share/purple/ca-certs/CAcert_Root.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   935
file path=usr/share/purple/ca-certs/Deutsche_Telekom_Root_CA_2.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   936
file path=usr/share/purple/ca-certs/DigiCertHighAssuranceCA-3.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   937
file path=usr/share/purple/ca-certs/DigiCertHighAssuranceEVRootCA.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   938
file path=usr/share/purple/ca-certs/Entrust.net_2048.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   939
file path=usr/share/purple/ca-certs/Entrust.net_Secure_Server_CA.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   940
file path=usr/share/purple/ca-certs/Equifax_Secure_CA.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   941
file path=usr/share/purple/ca-certs/Equifax_Secure_Global_eBusiness_CA-1.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   942
file path=usr/share/purple/ca-certs/GTE_CyberTrust_Global_Root.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   943
file path=usr/share/purple/ca-certs/Go_Daddy_Class_2_CA.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   944
file path=usr/share/purple/ca-certs/Microsoft_Internet_Authority_2010.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   945
file path=usr/share/purple/ca-certs/Microsoft_Secure_Server_Authority_2010.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   946
file path=usr/share/purple/ca-certs/StartCom_Certification_Authority.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   947
file path=usr/share/purple/ca-certs/Thawte_Premium_Server_CA.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   948
file path=usr/share/purple/ca-certs/Thawte_Primary_Root_CA.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   949
file path=usr/share/purple/ca-certs/ValiCert_Class_2_VA.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   950
file path=usr/share/purple/ca-certs/VeriSign_Class3_Extended_Validation_CA.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   951
file path=usr/share/purple/ca-certs/VeriSign_Class_3_Primary_CA-G2.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   952
file path=usr/share/purple/ca-certs/VeriSign_Class_3_Primary_CA-G5-2.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   953
file path=usr/share/purple/ca-certs/VeriSign_Class_3_Primary_CA-G5.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   954
file path=usr/share/purple/ca-certs/VeriSign_International_Server_Class_3_CA.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   955
file path=usr/share/purple/ca-certs/Verisign_Class3_Primary_CA.pem
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   956
file path=usr/share/sounds/purple/alert.wav
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   957
file path=usr/share/sounds/purple/login.wav
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   958
file path=usr/share/sounds/purple/logout.wav
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   959
file path=usr/share/sounds/purple/receive.wav
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   960
file path=usr/share/sounds/purple/send.wav
81e5d6b75c3c 22185024 Move pidgin from Desktop to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   961
license COPYING license=GPLv2