22185024 Move pidgin from Desktop to Userland
authorRich Burridge <rich.burridge@oracle.com>
Mon, 16 Nov 2015 16:48:46 -0800
changeset 5091 81e5d6b75c3c
parent 5090 5f131162e136
child 5092 07224041d798
22185024 Move pidgin from Desktop to Userland
components/desktop/libotr/Makefile
components/desktop/libotr/libotr.p5m
components/desktop/pidgin-otr/Makefile
components/desktop/pidgin-otr/pidgin-otr.license
components/desktop/pidgin-otr/pidgin-otr.p5m
components/desktop/pidgin/Makefile
components/desktop/pidgin/patches/pidgin-01-gnome-keyring.patch
components/desktop/pidgin/patches/pidgin-03-runpath.patch
components/desktop/pidgin/patches/pidgin-04-jabber-msg.patch
components/desktop/pidgin/patches/pidgin-05-option-menu.patch
components/desktop/pidgin/patches/pidgin-06-parse-account.patch
components/desktop/pidgin/patches/pidgin-07-menu-entry.patch
components/desktop/pidgin/patches/pidgin-08-unlock-keyring.patch
components/desktop/pidgin/patches/pidgin-09-crash.patch
components/desktop/pidgin/patches/pidgin-11-gtkstatusicon.patch
components/desktop/pidgin/patches/pidgin-14-ifaddrs.patch
components/desktop/pidgin/patches/pidgin-15-fix-msn-file-transfer.patch
components/desktop/pidgin/patches/pidgin-16-poodle.patch
components/desktop/pidgin/patches/pidgin-17-fix-python-shebang.patch
components/desktop/pidgin/pidgin.p5m
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/libotr/Makefile	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,68 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		libotr
+COMPONENT_VERSION=	4.1.0
+COMPONENT_PROJECT_URL=	http://www.cypherpunks.ca/otr/
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH= \
+    sha256:4fdb891940ec89d300190a98f69a9138248dcb8c8d337633fb981b8d0a9cd930
+COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	utility/pidgin
+
+TPNO=			21688
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+CFLAGS +=	-I $(SOURCE_DIR)/src
+
+COMPONENT_PREP_ACTION = \
+	(cd $(@D) ; \
+	glib-gettextize -f ; \
+	libtoolize --force ; \
+	aclocal -I . ; \
+	autoheader ; \
+	automake -a -c -f ; \
+	autoconf )
+
+CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
+
+ASLR_MODE = $(ASLR_ENABLE)
+
+configure:	$(CONFIGURE_32)
+
+build:		$(BUILD_32)
+
+install:	$(INSTALL_32)
+
+test:		$(NO_TESTS)
+
+system-test:	$(NO_TESTS)
+
+REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/library/security/libgcrypt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/libotr/libotr.p5m	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,75 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
+set name=pkg.fmri \
+    value=pkg:/communication/im/libotr@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Off-the-Record (OTR) Messaging"
+set name=pkg.description \
+    value="Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging by providing: Encryption, Authentication, Deniability, and Perfect forward secrecy"
+set name=com.oracle.info.description value="the OTR library and toolkit"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value=org.opensolaris.category.2008:Applications/Internet
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=LSARC/2007/309 value=PSARC/2010/448 \
+    value=PSARC/2011/258
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/bin/otr_mackey
+file path=usr/bin/otr_modify
+file path=usr/bin/otr_parse
+file path=usr/bin/otr_readforge
+file path=usr/bin/otr_remac
+file path=usr/bin/otr_sesskeys
+file path=usr/include/libotr/auth.h
+file path=usr/include/libotr/b64.h
+file path=usr/include/libotr/context.h
+file path=usr/include/libotr/context_priv.h
+file path=usr/include/libotr/dh.h
+file path=usr/include/libotr/instag.h
+file path=usr/include/libotr/mem.h
+file path=usr/include/libotr/message.h
+file path=usr/include/libotr/privkey-t.h
+file path=usr/include/libotr/privkey.h
+file path=usr/include/libotr/proto.h
+file path=usr/include/libotr/serial.h
+file path=usr/include/libotr/sm.h
+file path=usr/include/libotr/tlv.h
+file path=usr/include/libotr/userstate.h
+file path=usr/include/libotr/version.h
+link path=usr/lib/libotr.so target=libotr.so.5.1.0
+link path=usr/lib/libotr.so.5 target=libotr.so.5.1.0
+file path=usr/lib/libotr.so.5.1.0
+file path=usr/lib/pkgconfig/libotr.pc
+file path=usr/share/aclocal/libotr.m4
+link path=usr/share/man/man1/otr_mackey.1 target=otr_toolkit.1
+link path=usr/share/man/man1/otr_modify.1 target=otr_toolkit.1
+link path=usr/share/man/man1/otr_parse.1 target=otr_toolkit.1
+link path=usr/share/man/man1/otr_readforge.1 target=otr_toolkit.1
+link path=usr/share/man/man1/otr_remac.1 target=otr_toolkit.1
+link path=usr/share/man/man1/otr_sesskeys.1 target=otr_toolkit.1
+file path=usr/share/man/man1/otr_toolkit.1
+license COPYING.LIB license=LGPLv2.1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin-otr/Makefile	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,63 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		pidgin-otr
+COMPONENT_VERSION=	4.0.1
+COMPONENT_PROJECT_URL=	http://www.cypherpunks.ca/otr/
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH= \
+    sha256:1b781f48c27bcc9de3136c0674810df23f7d6b44c727dbf4dfb24067909bf30a
+COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=        utility/pidgin
+
+TPNO=			21689
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+# Need to pick up the GNU version of xgettext.
+PATH=/usr/gnu/bin:/usr/bin
+
+CFLAGS +=		-DG_IMPLEMENT_INLINES -DG_HAVE_ISO_VARARGS
+
+CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
+
+ASLR_MODE = $(ASLR_ENABLE)
+
+configure:	$(CONFIGURE_32)
+
+build:		$(BUILD_32)
+
+install:	$(INSTALL_32)
+
+test:		$(NO_TESTS)
+
+system-test:	$(NO_TESTS)
+
+REQUIRED_PACKAGES += communication/im/pidgin
+REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/library/security/libgcrypt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin-otr/pidgin-otr.license	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,842 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                            NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
+
+                  GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+  This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it.  You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+  When we speak of free software, we are referring to freedom of use,
+not price.  Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+  To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights.  These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+  For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you.  You must make sure that they, too, receive or can get the source
+code.  If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it.  And you must show them these terms so they know their rights.
+
+  We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+  To protect each distributor, we want to make it very clear that
+there is no warranty for the free library.  Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+  Finally, software patents pose a constant threat to the existence of
+any free program.  We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder.  Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+  Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License.  This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License.  We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+  When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library.  The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom.  The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+  We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License.  It also provides other free software developers Less
+of an advantage over competing non-free programs.  These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries.  However, the Lesser license provides advantages in certain
+special circumstances.
+
+  For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard.  To achieve this, non-free programs must be
+allowed to use the library.  A more frequent case is that a free
+library does the same job as widely used non-free libraries.  In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+  In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software.  For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+  Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.  Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library".  The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+                  GNU LESSER GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+  A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+  The "Library", below, refers to any such software library or work
+which has been distributed under these terms.  A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language.  (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+  "Source code" for a work means the preferred form of the work for
+making modifications to it.  For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+  Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it).  Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+  1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+  You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+  2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) The modified work must itself be a software library.
+
+    b) You must cause the files modified to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    c) You must cause the whole of the work to be licensed at no
+    charge to all third parties under the terms of this License.
+
+    d) If a facility in the modified Library refers to a function or a
+    table of data to be supplied by an application program that uses
+    the facility, other than as an argument passed when the facility
+    is invoked, then you must make a good faith effort to ensure that,
+    in the event an application does not supply such function or
+    table, the facility still operates, and performs whatever part of
+    its purpose remains meaningful.
+
+    (For example, a function in a library to compute square roots has
+    a purpose that is entirely well-defined independent of the
+    application.  Therefore, Subsection 2d requires that any
+    application-supplied function or table used by this function must
+    be optional: if the application does not supply it, the square
+    root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library.  To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License.  (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.)  Do not make any other change in
+these notices.
+
+  Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+  This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+  4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+  If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library".  Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+  However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library".  The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+  When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library.  The
+threshold for this to be true is not precisely defined by law.
+
+  If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work.  (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+  Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+  6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+  You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License.  You must supply a copy of this License.  If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License.  Also, you must do one
+of these things:
+
+    a) Accompany the work with the complete corresponding
+    machine-readable source code for the Library including whatever
+    changes were used in the work (which must be distributed under
+    Sections 1 and 2 above); and, if the work is an executable linked
+    with the Library, with the complete machine-readable "work that
+    uses the Library", as object code and/or source code, so that the
+    user can modify the Library and then relink to produce a modified
+    executable containing the modified Library.  (It is understood
+    that the user who changes the contents of definitions files in the
+    Library will not necessarily be able to recompile the application
+    to use the modified definitions.)
+
+    b) Use a suitable shared library mechanism for linking with the
+    Library.  A suitable mechanism is one that (1) uses at run time a
+    copy of the library already present on the user's computer system,
+    rather than copying library functions into the executable, and (2)
+    will operate properly with a modified version of the library, if
+    the user installs one, as long as the modified version is
+    interface-compatible with the version that the work was made with.
+
+    c) Accompany the work with a written offer, valid for at
+    least three years, to give the same user the materials
+    specified in Subsection 6a, above, for a charge no more
+    than the cost of performing this distribution.
+
+    d) If distribution of the work is made by offering access to copy
+    from a designated place, offer equivalent access to copy the above
+    specified materials from the same place.
+
+    e) Verify that the user has already received a copy of these
+    materials or that you have already sent this user a copy.
+
+  For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it.  However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+  It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system.  Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+  7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+    a) Accompany the combined library with a copy of the same work
+    based on the Library, uncombined with any other library
+    facilities.  This must be distributed under the terms of the
+    Sections above.
+
+    b) Give prominent notice with the combined library of the fact
+    that part of it is a work based on the Library, and explaining
+    where to find the accompanying uncombined form of the same work.
+
+  8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License.  Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License.  However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+  9. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Library or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+  10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+  11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded.  In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+  13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation.  If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+  14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission.  For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this.  Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+                            NO WARRANTY
+
+  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+                     END OF TERMS AND CONDITIONS
+
+           How to Apply These Terms to Your New Libraries
+
+  If you develop a new library, and you want it to be of the greatest
+possible use to the public, we recommend making it free software that
+everyone can redistribute and change.  You can do so by permitting
+redistribution under these terms (or, alternatively, under the terms of the
+ordinary General Public License).
+
+  To apply these terms, attach the following notices to the library.  It is
+safest to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the library's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+Also add information on how to contact you by electronic and paper mail.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the library, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the
+  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
+
+  <signature of Ty Coon>, 1 April 1990
+  Ty Coon, President of Vice
+
+That's all there is to it!
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin-otr/pidgin-otr.p5m	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,60 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri \
+    value=pkg:/communication/im/pidgin-otr@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Off-the-Record (OTR) Messaging Plugin For pidgin"
+set name=pkg.description \
+    value="Off-the-Record (OTR) Messaging Plugin For pidgin. This allows you to have private conversations with pidgin by providing encryption, authentication, deniability and perfect forward secrecy."
+set name=com.oracle.info.description value="the OTR plugin for pidgin"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value=org.opensolaris.category.2008:Applications/Internet
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=LSARC/2007/309 value=PSARC/2010/448 \
+    value=PSARC/2011/258
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/lib/pidgin/pidgin-otr.so
+file path=usr/share/locale/ar/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/cs/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/de/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/el/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/es/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/fa/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/fi/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/fr/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/hu/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/it/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/my_MM/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/nb_NO/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/nl/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/nn/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/pl/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/pt_BR/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/ru/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/sk/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/sv/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/vi/LC_MESSAGES/pidgin-otr.mo
+file path=usr/share/locale/zh_CN/LC_MESSAGES/pidgin-otr.mo
+license pidgin-otr.license license="GPLv2, LGPLv2.1"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/Makefile	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,121 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		pidgin
+COMPONENT_VERSION=	2.10.11
+COMPONENT_PROJECT_URL=	http://www.pidgin.im
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
+COMPONENT_ARCHIVE_HASH= \
+    sha256:f2ae211341fc77efb9945d40e9932aa535cdf3a6c8993fe7919fca8cc1c04007
+COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
+COMPONENT_BUGDB=	utility/pidgin
+
+TPNO=			21690
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+# Need to pick up the Studio compiler as some Makefiles just use "cc".
+# Need to pick up the GNU version of xgettext.
+PATH=$(dir $(CC)):$(SPRO_VROOT)/bin:/usr/gnu/bin:/usr/bin
+
+CFLAGS +=		-DG_IMPLEMENT_INLINES -DG_HAVE_ISO_VARARGS
+
+COMPONENT_PREP_ACTION = \
+	(cd $(@D) ; \
+	glib-gettextize -f ; \
+	libtoolize --force ; \
+	intltoolize --force --copy --automake ; \
+	aclocal -I . ; \
+	autoheader ; \
+	automake -a -c -f ; \
+	autoconf )
+
+# Needed to get libpurple to link properly.
+LIBS += -lresolv
+CONFIGURE_ENV +=	LIBS="$(LIBS)"
+
+CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
+CONFIGURE_OPTIONS +=	--disable-binreloc
+CONFIGURE_OPTIONS +=	--enable-gnutls=no
+CONFIGURE_OPTIONS +=	--with-nss-includes=/usr/include/mps
+CONFIGURE_OPTIONS +=	--with-nss-libs=/usr/lib/mps
+CONFIGURE_OPTIONS +=	--with-nspr-includes=/usr/include/mps
+CONFIGURE_OPTIONS +=	--with-nspr-libs=/usr/lib/mps
+CONFIGURE_OPTIONS +=	--enable-gnome-keyring
+CONFIGURE_OPTIONS +=	--disable-gevolution
+CONFIGURE_OPTIONS +=	--enable-cap
+CONFIGURE_OPTIONS +=	--disable-meanwhile
+CONFIGURE_OPTIONS +=	--disable-nm
+CONFIGURE_OPTIONS +=	--disable-consoleui
+CONFIGURE_OPTIONS +=	--disable-vv
+CONFIGURE_OPTIONS +=	--with-perl-lib=vendor
+
+# Always show the build and link lines for easier debugging.
+COMPONENT_BUILD_ARGS +=	V=1
+
+ASLR_MODE = $(ASLR_ENABLE)
+
+configure:	$(CONFIGURE_32)
+
+build:          $(BUILD_32)
+
+install:        $(INSTALL_32)
+
+test:           $(NO_TESTS)
+
+system-test:	$(NO_TESTS)
+
+REQUIRED_PACKAGES += database/sqlite-3
+REQUIRED_PACKAGES += library/audio/gstreamer
+REQUIRED_PACKAGES += library/desktop/atk
+REQUIRED_PACKAGES += library/desktop/cairo
+REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
+REQUIRED_PACKAGES += library/desktop/gtk2
+REQUIRED_PACKAGES += library/desktop/gtkspell
+REQUIRED_PACKAGES += library/desktop/pango
+REQUIRED_PACKAGES += library/glib2
+REQUIRED_PACKAGES += library/gnome/gnome-keyring
+REQUIRED_PACKAGES += library/libidn
+REQUIRED_PACKAGES += library/libxml2
+REQUIRED_PACKAGES += library/nspr
+REQUIRED_PACKAGES += library/python/python-dbus-27
+REQUIRED_PACKAGES += library/security/nss
+REQUIRED_PACKAGES += runtime/perl-512
+REQUIRED_PACKAGES += runtime/python-27
+REQUIRED_PACKAGES += runtime/tcl-8
+REQUIRED_PACKAGES += runtime/tk-8
+REQUIRED_PACKAGES += shell/ksh93
+REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/library/libdbus
+REQUIRED_PACKAGES += system/library/libdbus-glib
+REQUIRED_PACKAGES += system/library/math
+REQUIRED_PACKAGES += system/network/avahi
+REQUIRED_PACKAGES += x11/library/libice
+REQUIRED_PACKAGES += x11/library/libsm
+REQUIRED_PACKAGES += x11/library/libx11
+REQUIRED_PACKAGES += x11/library/libxscrnsaver
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/patches/pidgin-01-gnome-keyring.patch	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,246 @@
+# date:2006-11-16 owner:elaine type:branding bugster:6439103
+# Bug 15335933 SUNBT6439103 gaim must use gnome-keyring
+#
+# Changes should be submitted upstream.
+
+--- pidgin-2.7.11/libpurple/Makefile.am.orig	2011-03-11 10:20:27.000000000 +0800
++++ pidgin-2.7.11/libpurple/Makefile.am	2011-03-14 09:45:48.768422314 +0800
+@@ -305,6 +305,7 @@
+ 	$(DBUS_LIBS) \
+ 	$(GLIB_LIBS) \
+ 	$(LIBXML_LIBS) \
++        $(GAIM_KEYRING_LIBS) \
+ 	$(NETWORKMANAGER_LIBS) \
+ 	$(INTLLIBS) \
+ 	$(FARSTREAM_LIBS) \
+@@ -322,6 +323,7 @@
+ 	$(GLIB_CFLAGS) \
+ 	$(DEBUG_CFLAGS) \
+ 	$(DBUS_CFLAGS) \
++        $(GAIM_KEYRING_CFLAGS) \
+ 	$(LIBXML_CFLAGS) \
+ 	$(FARSTREAM_CFLAGS) \
+ 	$(GSTREAMER_CFLAGS) \
+--- pidgin-2.7.11/pidgin/gtkmain.c.orig	2011-03-11 10:20:28.000000000 +0800
++++ pidgin-2.7.11/pidgin/gtkmain.c	2011-03-14 09:45:48.767697192 +0800
+@@ -70,6 +70,10 @@
+ #include "pidginstock.h"
+ #include "gtkwhiteboard.h"
+ 
++#ifdef GAIM_ENABLE_KEYRING
++#include <gnome-keyring.h>
++#endif
++
+ #ifdef HAVE_SIGNAL_H
+ # include <signal.h>
+ #endif
+@@ -742,6 +746,12 @@
+ 	gtk_rc_add_default_file(search_path);
+ 	g_free(search_path);
+ 
++#ifdef  GAIM_ENABLE_KEYRING
++        GnomeKeyringResult rtn = gnome_keyring_unlock_sync(NULL, NULL);
++        // if (rtn == GNOME_KEYRING_RESULT_DENIED)
++        //   return 0;
++#endif
++
+ 	gui_check = gtk_init_check(&argc, &argv);
+ 	if (!gui_check) {
+ 		char *display = gdk_get_display();
+--- pidgin-2.7.11/pidgin/Makefile.am.orig	2011-03-11 10:20:28.000000000 +0800
++++ pidgin-2.7.11/pidgin/Makefile.am	2011-03-14 09:45:48.768028256 +0800
+@@ -177,6 +177,7 @@
+ 	$(GSTREAMER_CFLAGS) \
+ 	$(DEBUG_CFLAGS) \
+ 	$(GTK_CFLAGS) \
++        $(GAIM_KEYRING_CFLAGS) \
+ 	$(DBUS_CFLAGS) \
+ 	$(GTKSPELL_CFLAGS) \
+ 	$(LIBXML_CFLAGS) \
+--- pidgin-2.7.11/configure.ac.orig	2011-03-11 10:20:27.000000000 +0800
++++ pidgin-2.7.11/configure.ac	2011-03-14 09:45:48.770550233 +0800
+@@ -2382,6 +2382,20 @@
+ 	LDFLAGS="$orig_LDFLAGS"
+ fi
+ 
++dnl #######################################################################
++dnl # Check for gnome-keyring
++dnl #--enable-gnome-keyring=(yes|no)
++dnl #######################################################################
++AC_ARG_ENABLE(gnome-keyring,
++              AC_HELP_STRING([--enable-gnome-keyring],
++                             [use gnome keyring for storing password [default=no]]),,
++              enable_gnome_keyring=no)
++if test "x$enable_gnome_keyring" = "xyes"; then
++    PKG_CHECK_MODULES(GAIM_KEYRING,
++                      gnome-keyring-1,
++                      AC_DEFINE(GAIM_ENABLE_KEYRING, [], [Set if we should use gnome-keyring]))
++fi
++
+ AC_MSG_CHECKING(for me pot o' gold)
+ AC_MSG_RESULT(no)
+ AC_CHECK_FUNCS(gethostid lrand48 timegm)
+--- pidgin-2.10.11/libpurple/account.c.orig	Tue Feb 17 15:27:17 2015
++++ pidgin-2.10.11/libpurple/account.c	Tue Feb 17 15:27:17 2015
+@@ -54,6 +54,14 @@
+ #define PURPLE_ACCOUNT_GET_PRIVATE(account) \
+ 	((PurpleAccountPrivate *) (account->priv))
+ 
++#ifdef GAIM_ENABLE_KEYRING
++#include <gnome-keyring.h>
++
++static char * gaim_account_get_password_from_keyring (const char *_prpl, const char *_user);
++static gboolean gaim_account_set_password_in_keyring (const char *_prpl, const char *_user, const char *password);
++#endif
++
++
+ /* TODO: Should use PurpleValue instead of this?  What about "ui"? */
+ typedef struct
+ {
+@@ -393,8 +401,13 @@
+ 	if (purple_account_get_remember_password(account) &&
+ 		((tmp = purple_account_get_password(account)) != NULL))
+ 	{
++#ifdef GAIM_ENABLE_KEYRING
++	        gaim_account_set_password_in_keyring( purple_account_get_protocol_id(account),
++                                          purple_account_get_username(account), tmp);
++#else
+ 		child = xmlnode_new_child(node, "password");
+ 		xmlnode_insert_data(child, tmp, -1);
++#endif
+ 	} else if (_purple_account_is_password_encrypted(account)) {
+ 		const char *keyring = NULL;
+ 		const char *mode = NULL;
+@@ -909,27 +925,37 @@
+ 	}
+ 
+ 	ret = purple_account_new(name, _purple_oscar_convert(name, protocol_id)); /* XXX: */
+-	g_free(name);
+-	g_free(protocol_id);
++        gboolean got_pwd = FALSE;
++#ifdef GAIM_ENABLE_KEYRING
++        data = gaim_account_get_password_from_keyring(protocol_id, name);
++        if (data)
++        {
++                got_pwd = TRUE;
++                purple_account_set_remember_password(ret, TRUE);
++                purple_account_set_password(ret, data);
++                g_free(data);
++        }
++#endif
++	if (!got_pwd)
++	{
++	        /* Read the password */
++               child = xmlnode_get_child(node, "password");
++	       if (child != NULL) {
++ 		      const char *keyring_id = xmlnode_get_attrib(child, "keyring_id");
++		      const char *mode = xmlnode_get_attrib(child, "mode");
++		      gboolean is_plaintext;
+ 
+-	/* Read the password */
+-	child = xmlnode_get_child(node, "password");
+-	if (child != NULL) {
+-		const char *keyring_id = xmlnode_get_attrib(child, "keyring_id");
+-		const char *mode = xmlnode_get_attrib(child, "mode");
+-		gboolean is_plaintext;
++		      data = xmlnode_get_data(child);
+ 
+-		data = xmlnode_get_data(child);
++		      if (keyring_id == NULL || keyring_id[0] == '\0')
++		      	      is_plaintext = TRUE;
++		      else if (g_strcmp0(keyring_id, "keyring-internal") != 0)
++			      is_plaintext = FALSE;
++		      else if (mode == NULL || mode[0] == '\0' || g_strcmp0(mode, "cleartext") == 0)
++			      is_plaintext = TRUE;
++		      else
++			      is_plaintext = FALSE;
+ 
+-		if (keyring_id == NULL || keyring_id[0] == '\0')
+-			is_plaintext = TRUE;
+-		else if (g_strcmp0(keyring_id, "keyring-internal") != 0)
+-			is_plaintext = FALSE;
+-		else if (mode == NULL || mode[0] == '\0' || g_strcmp0(mode, "cleartext") == 0)
+-			is_plaintext = TRUE;
+-		else
+-			is_plaintext = FALSE;
+-
+ 		if (is_plaintext) {
+ 			purple_account_set_remember_password(ret, TRUE);
+ 			purple_account_set_password(ret, data);
+@@ -940,6 +966,9 @@
+ 		}
+ 		g_free(data);
+ 	}
++	}
++	g_free(name);
++	g_free(protocol_id);
+ 
+ 	/* Read the alias */
+ 	child = xmlnode_get_child(node, "alias");
+@@ -3350,3 +3378,66 @@
+ 
+ 	return (priv->password_keyring != NULL);
+ }
++
++#ifdef GAIM_ENABLE_KEYRING
++static char *
++gaim_account_get_password_from_keyring(const char *_prpl, const char *_user)
++{
++  GnomeKeyringNetworkPasswordData *found_item;
++  GnomeKeyringResult               result;
++  GList                           *matches;
++  char                            *password;
++
++  matches = NULL;
++
++  result = gnome_keyring_find_network_password_sync (
++               _user,          /* user     */
++               NULL,           /* domain   */
++               "gaim.local",   /* server   */
++               NULL,           /* object   */
++               _prpl,          /* protocol */
++               NULL,           /* authtype */
++               1863,           /* port     */
++               &matches);
++
++  if (result != GNOME_KEYRING_RESULT_OK)
++    return NULL;
++
++  if (matches == NULL || matches->data == NULL)
++    return NULL;
++
++  found_item = (GnomeKeyringNetworkPasswordData *) matches->data;
++
++  password = g_strdup (found_item->password);
++
++  gnome_keyring_network_password_list_free (matches);
++
++  return password;
++}
++
++void my_GnomeKeyringOperationGetIntCallback(GnomeKeyringResult result, guint32 val, gpointer data)
++{
++  return;
++}
++
++static gboolean
++gaim_account_set_password_in_keyring (const char *_prpl, const char *_user, const char *_password)
++{
++  GnomeKeyringResult result;
++  guint32            item_id;
++
++  gpointer req = gnome_keyring_set_network_password (
++                NULL,           /* default keyring */
++                _user,          /* user            */
++                NULL,           /* domain          */
++                "gaim.local",   /* server          */
++                NULL,           /* object          */
++                _prpl,          /* protocol        */
++                NULL,           /* authtype        */
++                1863,           /* port            */
++                _password,       /* password        */
++                my_GnomeKeyringOperationGetIntCallback, NULL, NULL);
++  return TRUE;
++}
++#endif
++
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/patches/pidgin-03-runpath.patch	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,24 @@
+# date:2008-06-02 owner:elaine type:branding
+#
+# These changes should not be submitted upstream.
+
+--- pidgin-ori/configure.ac	2008-05-30 12:07:21.986527000 +0800
++++ pidgin-new/configure.ac	2008-05-30 11:56:25.655174000 +0800
+@@ -1850,7 +1850,7 @@
+ 
+ 			if test "x$ac_cv_moz_nspr_libs" != "xno"; then
+ 				have_nspr_libs="yes"
+-				NSPR_LIBS="-L$with_nspr_libs $nsprlibs"
++				NSPR_LIBS="-L$with_nspr_libs $nsprlibs -R$with_nspr_libs"
+ 			else
+ 				NSPR_CFLAGS=""
+ 				enable_nss="no"
+@@ -1948,7 +1948,7 @@
+ 				AC_DEFINE(HAVE_NSS)
+ 				AC_DEFINE(HAVE_SSL)
+ 
+-				NSS_LIBS="-L$with_nss_libs $nsslibs"
++				NSS_LIBS="-L$with_nss_libs $nsslibs -R$with_nss_libs"
+ 
+ 				if test "$enable_nss" = "static"; then
+ 					msg_nss="Mozilla NSS (static)"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/patches/pidgin-04-jabber-msg.patch	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,16 @@
+# date:2007-03-07 owner:elaine type:bug bugster:6524856 state:upstream
+# 15378767 SUNBT6524856 Gaim core dump when connect Google Talk account
+#
+# These changes are already present upstream.
+
+--- pidgin-2.7.0/libpurple/protocols/jabber/jabber.c.old	2010-05-13 15:27:49.161075628 +0800
++++ pidgin-2.7.0/libpurple/protocols/jabber/jabber.c	2010-05-13 15:28:04.942072953 +0800
+@@ -168,6 +168,8 @@
+ 	} else {
+ 		PurpleConnectionError reason = PURPLE_CONNECTION_ERROR_NETWORK_ERROR;
+ 		char *msg = jabber_parse_error(js, packet, &reason);
++                if (!msg)
++                  return;
+ 		purple_connection_error_reason(js->gc, reason, msg);
+ 		g_free(msg);
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/patches/pidgin-05-option-menu.patch	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,15 @@
+# date:2007-04-03 owner:elaine type:bug bugster:6524819 state:upstream
+# 15378753 SUNBT6524819 Gaim will crash when select protocol for new account
+#
+# This change is already present upstream.
+
+--- pidgin-2.6.0/pidgin/gtkaccount.c.orig3	2009-08-19 05:01:03.349767000 +0800
++++ pidgin-2.6.0/pidgin/gtkaccount.c	2009-08-19 05:02:24.679088000 +0800
+@@ -448,6 +448,7 @@
+ 		g_object_ref(G_OBJECT(dialog->protocol_menu));
+ #else
+ 		gtk_widget_ref(dialog->protocol_menu);
++                gtk_widget_show(dialog->protocol_menu);
+ #endif
+ 	}
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/patches/pidgin-06-parse-account.patch	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,71 @@
+# date:2007-08-27 owner:elaine type:bug bugster:6595691 state:upstream
+# Bug 15418257 SUNBT6595691 gaim crash on startup when parsing the account
+#
+# These changes are already present upstream.
+
+--- pidgin-2.7.0/pidgin/pidginstock.c.orig	2010-05-13 15:32:57.823406906 +0800
++++ pidgin-2.7.0/pidgin/pidginstock.c	2010-05-13 15:37:22.643337918 +0800
+@@ -277,6 +277,9 @@
+ 	guchar *pixels;
+ 	guchar a;
+ 
++        if (!pixbuf)
++          return;
++
+ 	if (!gdk_pixbuf_get_has_alpha(pixbuf))
+ 		return;
+ 
+@@ -340,6 +343,10 @@
+ 	filename = find_icon_file(theme, size, sized_icon, FALSE);
+ 	g_return_if_fail(filename != NULL);
+ 	pixbuf = gdk_pixbuf_new_from_file(filename, NULL);
++
++        if (!pixbuf)
++          return;
++
+ 	if (translucent)
+ 		do_alphashift(pixbuf);
+ 
+@@ -370,6 +377,10 @@
+ 		filename = find_icon_file(theme, size, sized_icon, TRUE);
+ 		g_return_if_fail(filename != NULL);
+ 		pixbuf = gdk_pixbuf_new_from_file(filename, NULL);
++
++                if (!pixbuf)
++                  return;
++
+ 		if (translucent)
+ 			do_alphashift(pixbuf);
+ 
+--- pidgin-2.7.0/pidgin/gtkblist.c.orig	2010-05-13 15:30:04.787201508 +0800
++++ pidgin-2.7.0/pidgin/gtkblist.c	2010-05-13 15:32:20.466553418 +0800
+@@ -5547,11 +5547,14 @@
+ 	g_object_ref_sink (tooltips);
+ 
+ 	gtk_tooltips_force_window (tooltips);
++        if (tooltips->tip_window)
++        {
+ #if GTK_CHECK_VERSION(2, 12, 0)
+-	gtk_widget_set_name (tooltips->tip_window, "gtk-tooltips");
++	  gtk_widget_set_name (tooltips->tip_window, "gtk-tooltips");
+ #endif
+-	gtk_widget_ensure_style (tooltips->tip_window);
+-	style = gtk_widget_get_style (tooltips->tip_window);
++	  gtk_widget_ensure_style (tooltips->tip_window);
++	  style = gtk_widget_get_style (tooltips->tip_window);
++        }
+ 
+ 	gtkblist->changing_style = TRUE;
+ 	gtk_widget_set_style (gtkblist->headline_hbox, style);
+--- pidgin-2.7.0/libpurple/account.c.orig	2010-05-13 15:37:40.694159408 +0800
++++ pidgin-2.7.0/libpurple/account.c	2010-05-13 15:38:29.948112474 +0800
+@@ -683,6 +683,9 @@
+ 	xmlnode *child;
+ 	char *data;
+ 
++        if (!node)
++          return;
++
+ 	proxy_info = purple_proxy_info_new();
+ 
+ 	/* Use the global proxy settings, by default */
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/patches/pidgin-07-menu-entry.patch	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,15 @@
+# date:2008-08-21 owner:jedy type:branding
+#
+# These changes should not be submitted upstream.
+
+--- pidgin-2.6.4/pidgin/data/pidgin.desktop.in.old	2009-12-01 10:36:46.657943000 +0800
++++ pidgin-2.6.4/pidgin/data/pidgin.desktop.in	2009-12-01 10:37:28.584338000 +0800
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ _Name=Pidgin Internet Messenger
+ _GenericName=Internet Messenger
+-_Comment=Chat over IM.  Supports AIM, Google Talk, Jabber/XMPP, MSN, Yahoo and more
++_Comment=Send instant messages to contacts on Jabber, MSN, Yahoo and other     networks
+ Exec=pidgin
+ Icon=pidgin
+ StartupNotify=true
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/patches/pidgin-08-unlock-keyring.patch	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,17 @@
+# date:2009-08-12 owner:jefftsai type:branding doo:9963
+#
+# These changes should not be submitted upstream.
+
+--- pidgin-2.6.0/pidgin/gtkmain.c.orig2	2009-08-19 07:36:41.935460000 +0800
++++ pidgin-2.6.0/pidgin/gtkmain.c	2009-08-19 07:37:42.090824000 +0800
+@@ -731,6 +731,10 @@
+ 	gtk_rc_add_default_file(search_path);
+ 	g_free(search_path);
+ 
++#if GLIB_CHECK_VERSION(2,2,0)
++       g_set_application_name(_("Pidgin"));
++#endif /* glib-2.0 >= 2.2.0 */
++
+ #ifdef  GAIM_ENABLE_KEYRING
+         GnomeKeyringResult rtn = gnome_keyring_unlock_sync(NULL, NULL);
+         // if (rtn == GNOME_KEYRING_RESULT_DENIED)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/patches/pidgin-09-crash.patch	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,24 @@
+# date:2009-09-03 owner:hawklu type:bug doo:10848
+#
+# These changes should be submitted upstream.
+
+--- pidgin-2.7.0/finch/gntsound.c.orig1	2010-05-13 15:42:22.086579807 +0800
++++ pidgin-2.7.0/finch/gntsound.c	2010-05-13 15:42:36.686243569 +0800
+@@ -427,7 +427,6 @@
+ 		/* fall-through and clean up */
+ 	case GST_MESSAGE_EOS:
+ 		gst_element_set_state(play, GST_STATE_NULL);
+-		gst_object_unref(GST_OBJECT(play));
+ 		break;
+ 	case GST_MESSAGE_WARNING:
+ 		gst_message_parse_warning(msg, &err, NULL);
+--- pidgin-2.7.0/pidgin/gtksound.c.orig1	2010-05-13 15:41:30.889630112 +0800
++++ pidgin-2.7.0/pidgin/gtksound.c	2010-05-13 15:41:59.172381670 +0800
+@@ -393,7 +393,6 @@
+ 		/* fall-through and clean up */
+ 	case GST_MESSAGE_EOS:
+ 		gst_element_set_state(play, GST_STATE_NULL);
+-		gst_object_unref(GST_OBJECT(play));
+ 		break;
+ 	case GST_MESSAGE_WARNING:
+ 		gst_message_parse_warning(msg, &err, NULL);
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/patches/pidgin-11-gtkstatusicon.patch	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,77 @@
+# date:2009-10-08 owner:migi type:bug bugster:6888304
+# Bug 15594310 SUNBT6888304 panel applets should use transparent background
+#
+# These changes should be submitted upstream.
+
+--- pidgin-2.7.0/pidgin/pidginstock.c.orig2	2010-05-13 15:50:55.216839611 +0800
++++ pidgin-2.7.0/pidgin/pidginstock.c	2010-05-13 16:01:04.013877323 +0800
+@@ -334,7 +334,8 @@
+ 
+ static void
+ add_sized_icon(GtkIconSet *iconset, GtkIconSize sizeid, PidginIconTheme *theme,
+-		const char *size, SizedStockIcon sized_icon, gboolean translucent)
++		const char *size, SizedStockIcon sized_icon, gboolean translucent,
++                gboolean size_wildcarded)
+ {
+ 	char *filename;
+ 	GtkIconSource *source;
+@@ -355,7 +356,7 @@
+ 	gtk_icon_source_set_direction(source, GTK_TEXT_DIR_LTR);
+ 	gtk_icon_source_set_direction_wildcarded(source, !sized_icon.rtl);
+ 	gtk_icon_source_set_size(source, sizeid);
+-	gtk_icon_source_set_size_wildcarded(source, FALSE);
++	gtk_icon_source_set_size_wildcarded(source, size_wildcarded);
+ 	gtk_icon_source_set_state_wildcarded(source, TRUE);
+ 	gtk_icon_set_add_source(iconset, source);
+ 	gtk_icon_source_free(source);
+@@ -365,7 +366,7 @@
+ 		gtk_icon_source_set_pixbuf(source, pixbuf);
+ 		gtk_icon_source_set_direction_wildcarded(source, TRUE);
+ 		gtk_icon_source_set_size(source, GTK_ICON_SIZE_MENU);
+-		gtk_icon_source_set_size_wildcarded(source, FALSE);
++		gtk_icon_source_set_size_wildcarded(source, size_wildcarded);
+ 		gtk_icon_source_set_state_wildcarded(source, TRUE);
+ 		gtk_icon_set_add_source(iconset, source);
+ 		gtk_icon_source_free(source);
+@@ -389,7 +390,7 @@
+ 		gtk_icon_source_set_filename(source, filename);
+ 		gtk_icon_source_set_direction(source, GTK_TEXT_DIR_RTL);
+ 		gtk_icon_source_set_size(source, sizeid);
+-		gtk_icon_source_set_size_wildcarded(source, FALSE);
++		gtk_icon_source_set_size_wildcarded(source, size_wildcarded);
+ 		gtk_icon_source_set_state_wildcarded(source, TRUE);
+ 		gtk_icon_set_add_source(iconset, source);
+ 		g_free(filename);
+@@ -445,9 +446,9 @@
+ 
+ #define ADD_SIZED_ICON(name, size) \
+ 		if (sized_status_icons[i].name) { \
+-			add_sized_icon(normal, name, PIDGIN_ICON_THEME(theme), size, sized_status_icons[i], FALSE); \
++			add_sized_icon(normal, name, PIDGIN_ICON_THEME(theme), size, sized_status_icons[i], FALSE,FALSE); \
+ 			if (sized_status_icons[i].translucent_name) \
+-				add_sized_icon(translucent, name, PIDGIN_ICON_THEME(theme), size, sized_status_icons[i], TRUE); \
++				add_sized_icon(translucent, name, PIDGIN_ICON_THEME(theme), size, sized_status_icons[i], TRUE,FALSE); \
+ 		}
+ 		ADD_SIZED_ICON(microscopic, "11");
+ 		ADD_SIZED_ICON(extra_small, "16");
+@@ -474,9 +475,9 @@
+ 
+ #define ADD_SIZED_ICON(name, size) \
+ 		if (sized_tray_icons[i].name) { \
+-			add_sized_icon(normal, name, PIDGIN_ICON_THEME(theme), size, sized_tray_icons[i], FALSE); \
++			add_sized_icon(normal, name, PIDGIN_ICON_THEME(theme), size, sized_tray_icons[i], FALSE,TRUE); \
+ 			if (sized_tray_icons[i].translucent_name) \
+-				add_sized_icon(translucent, name, PIDGIN_ICON_THEME(theme), size, sized_tray_icons[i], TRUE); \
++				add_sized_icon(translucent, name, PIDGIN_ICON_THEME(theme), size, sized_tray_icons[i], TRUE,TRUE); \
+ 		}
+ 		ADD_SIZED_ICON(extra_small, "16x16");
+ 		ADD_SIZED_ICON(small, "22x22");
+@@ -564,7 +565,7 @@
+ 
+ #define ADD_SIZED_ICON(name, size) \
+ 		if (sized_stock_icons[i].name) \
+-			add_sized_icon(iconset, name, PIDGIN_ICON_THEME(theme), size, sized_stock_icons[i], FALSE);
++			add_sized_icon(iconset, name, PIDGIN_ICON_THEME(theme), size, sized_stock_icons[i], FALSE,FALSE);
+ 		ADD_SIZED_ICON(microscopic, "11");
+ 		ADD_SIZED_ICON(extra_small, "16");
+ 		ADD_SIZED_ICON(small, "22");
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/patches/pidgin-14-ifaddrs.patch	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,41 @@
+# date:2010-05-20 owner:hawklu type:bug d.o.o:16007
+#
+# These changes should be submitted upstream.
+
+--- pidgin-2.7.0/libpurple/network.c.old	2010-05-19 16:14:46.440830715 +0800
++++ pidgin-2.7.0/libpurple/network.c	2010-05-19 16:38:25.005674810 +0800
+@@ -57,6 +57,16 @@
+ #include <idna.h>
+ #endif
+ 
++/* Since OpenSolaris build 137, RFC2553 is supported
++ * so ifa_addr member of "struct ifaddrs" has type
++ * "struct sockaddr_storage" 
++ */
++#ifdef HAVE_STRUCT_IFADDRS_IFA_ADDR__SS_FAMILY
++#define ADDR_FAMILY_MEMBER ss_family
++#else
++#define ADDR_FAMILY_MEMBER sa_family
++#endif
++
+ /*
+  * Calling sizeof(struct ifreq) isn't always correct on
+  * Mac OS X (and maybe others).
+@@ -219,7 +229,7 @@
+ 	}
+ 
+ 	for (ifa = start; ifa; ifa = ifa->ifa_next) {
+-		int family = ifa->ifa_addr ? ifa->ifa_addr->sa_family : AF_UNSPEC;
++		int family = ifa->ifa_addr ? ifa->ifa_addr->ADDR_FAMILY_MEMBER: AF_UNSPEC;
+ 		char host[INET6_ADDRSTRLEN];
+ 		const char *tmp = NULL;
+ 
+@@ -265,7 +275,7 @@
+ 		ifr = (struct ifreq *)tmp;
+ 		tmp += HX_SIZE_OF_IFREQ(*ifr);
+ 
+-		if (ifr->ifr_addr.sa_family == AF_INET) {
++		if (ifr->ifr_addr.ADDR_FAMILY_MEMBER == AF_INET) {
+ 			struct sockaddr_in *sinptr = (struct sockaddr_in *)&ifr->ifr_addr;
+ 
+ 			inet_ntop(AF_INET, &sinptr->sin_addr, dst,
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/patches/pidgin-15-fix-msn-file-transfer.patch	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,41 @@
+# date:2014-02-28 owner:abhijit type:bug bugdb:18157348
+# Bug 18157348 18 pidgin security advisories on 2014-01-28
+#
+# These changes should be submitted upstream.
+
+--- pidgin-2.10.9/libpurple/protocols/msn/slplink.c.orig	2014-02-24 15:29:54.414804070 +0530
++++ pidgin-2.10.9/libpurple/protocols/msn/slplink.c	2014-02-24 15:31:15.715299921 +0530
+@@ -317,7 +317,10 @@ msn_slplink_send_msgpart(MsnSlpLink *slp
+ 			if (len > MSN_SBCONN_MAX_SIZE)
+ 				len = MSN_SBCONN_MAX_SIZE;
+ 
+-			msn_slpmsgpart_set_bin_data(part, slpmsg->buffer + offset, len);
++ 			if ((slpmsg->buffer != NULL) && (slpmsg->buffer + offset != NULL) ) 
++			{ 
++				msn_slpmsgpart_set_bin_data(part, slpmsg->buffer + offset, len);
++			} 
+ 		}
+ 
+ 		msn_p2p_info_set_length(slpmsg->p2p_info, len);
+--- pidgin-2.10.9/libpurple/ft.c.orig	2014-02-26 11:13:12.556709745 +0530
++++ pidgin-2.10.9/libpurple/ft.c	2014-02-26 11:14:00.241111366 +0530
+@@ -1659,6 +1659,8 @@ purple_xfer_get_thumbnail(const PurpleXf
+ {
+ 	PurpleXferPrivData *priv = g_hash_table_lookup(xfers_data, xfer);
+ 
++	if (priv == NULL)
++		return NULL;
+ 	if (len)
+ 		*len = priv->thumbnail_size;
+ 
+--- pidgin-2.10.9/libpurple/protocols/msn/xfer.c.orig	2014-02-28 11:53:14.973470848 +0530
++++ pidgin-2.10.9/libpurple/protocols/msn/xfer.c	2014-02-28 11:55:54.460787530 +0530
+@@ -147,7 +147,7 @@ msn_xfer_end_cb(MsnSlpCall *slpcall, Msn
+ 		(purple_xfer_get_status(slpcall->xfer) != PURPLE_XFER_STATUS_CANCEL_REMOTE) &&
+ 		(purple_xfer_get_status(slpcall->xfer) != PURPLE_XFER_STATUS_CANCEL_LOCAL))
+ 	{
+-		purple_xfer_cancel_remote(slpcall->xfer);
++		return;
+ 	}
+ }
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/patches/pidgin-16-poodle.patch	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,16 @@
+# date:2015-05-19 owner:rohini type:bug bugdb:20231104
+# Bug 20231104 disable SSLv3 in pidgin to avoid "POODLE" vulnerability
+#
+# These changes should be submitted upstream.
+
+--- pidgin-2.10.11/libpurple/plugins/ssl/ssl-gnutls.c.orig	2015-05-19 15:11:42.975647130 +0530
++++ pidgin-2.10.11/libpurple/plugins/ssl/ssl-gnutls.c	2015-05-19 15:14:12.846033693 +0530
+@@ -166,7 +166,7 @@
+ 		if (gnutls_priority_init(&default_priority, "NORMAL:%SSL3_RECORD_VERSION", NULL)) {
+ 			/* See comment above about memory leak */
+ 			gnutls_free(default_priority);
+-			gnutls_priority_init(&default_priority, "NORMAL", NULL);
++			gnutls_priority_init(&default_priority, "NORMAL:!VERS-SSL3.0:!VERS-TLS1.0", NULL);		  
+ 		}
+ 	}
+ #endif /* HAVE_GNUTLS_PRIORITY_FUNCS */
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/patches/pidgin-17-fix-python-shebang.patch	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,22 @@
+# Fix the shebang line in a couple of scripts to use a specific version of
+# Python so that the pidgin package can be properly published in Userland
+# where these things matter.
+#
+# This patch will not be sent upstream.
+
+--- pidgin-2.10.11/libpurple/purple-remote.orig	2015-06-09 11:24:08.033814744 -0700
++++ pidgin-2.10.11/libpurple/purple-remote	2015-06-09 11:24:50.434221417 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python2.7
+ 
+ import codecs
+ import dbus
+--- pidgin-2.10.11/libpurple/purple-url-handler.orig	2015-06-09 11:24:26.946693653 -0700
++++ pidgin-2.10.11/libpurple/purple-url-handler	2015-06-09 11:25:03.038458934 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python2.7
+ 
+ import dbus
+ import re
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/pidgin/pidgin.p5m	Mon Nov 16 16:48:46 2015 -0800
@@ -0,0 +1,961 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
+set name=pkg.fmri \
+    value=pkg:/communication/im/pidgin@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="GNOME multi-protocol instant messaging client"
+set name=pkg.description \
+    value="Pidgin is a chat program which lets you log in to accounts on multiple chat networks simultaneously."
+set name=com.oracle.info.description \
+    value="the GNOME multi-protocol instant messaging client"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value=org.opensolaris.category.2008:Applications/Internet
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=LSARC/2007/309 value=PSARC/2010/448 \
+    value=PSARC/2011/258
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file usr/etc/gconf/schemas/purple.schemas \
+    path=etc/gconf/schemas/purple.schemas \
+    restart_fmri=svc:/application/desktop-cache/gconf-cache:default
+file path=usr/bin/pidgin
+file path=usr/bin/purple-remote
+file path=usr/bin/purple-send
+file path=usr/bin/purple-send-async
+file path=usr/bin/purple-url-handler
+file path=usr/include/libpurple/account.h
+file path=usr/include/libpurple/accountopt.h
+file path=usr/include/libpurple/blist.h
+file path=usr/include/libpurple/buddyicon.h
+file path=usr/include/libpurple/certificate.h
+file path=usr/include/libpurple/cipher.h
+file path=usr/include/libpurple/circbuffer.h
+file path=usr/include/libpurple/cmds.h
+file path=usr/include/libpurple/connection.h
+file path=usr/include/libpurple/conversation.h
+file path=usr/include/libpurple/core.h
+file path=usr/include/libpurple/dbus-bindings.h
+file path=usr/include/libpurple/dbus-define-api.h
+file path=usr/include/libpurple/dbus-maybe.h
+file path=usr/include/libpurple/dbus-purple.h
+file path=usr/include/libpurple/dbus-server.h
+file path=usr/include/libpurple/dbus-types.h
+file path=usr/include/libpurple/dbus-useful.h
+file path=usr/include/libpurple/debug.h
+file path=usr/include/libpurple/desktopitem.h
+file path=usr/include/libpurple/dnsquery.h
+file path=usr/include/libpurple/dnssrv.h
+file path=usr/include/libpurple/eventloop.h
+file path=usr/include/libpurple/ft.h
+file path=usr/include/libpurple/gaim-compat.h
+file path=usr/include/libpurple/idle.h
+file path=usr/include/libpurple/imgstore.h
+file path=usr/include/libpurple/log.h
+file path=usr/include/libpurple/marshallers.h
+file path=usr/include/libpurple/media-gst.h
+file path=usr/include/libpurple/media.h
+file path=usr/include/libpurple/media/backend-iface.h
+file path=usr/include/libpurple/media/candidate.h
+file path=usr/include/libpurple/media/codec.h
+file path=usr/include/libpurple/media/enum-types.h
+file path=usr/include/libpurple/mediamanager.h
+file path=usr/include/libpurple/mime.h
+file path=usr/include/libpurple/nat-pmp.h
+file path=usr/include/libpurple/network.h
+file path=usr/include/libpurple/notify.h
+file path=usr/include/libpurple/ntlm.h
+file path=usr/include/libpurple/plugin.h
+file path=usr/include/libpurple/pluginpref.h
+file path=usr/include/libpurple/pounce.h
+file path=usr/include/libpurple/prefs.h
+file path=usr/include/libpurple/privacy.h
+file path=usr/include/libpurple/proxy.h
+file path=usr/include/libpurple/prpl.h
+file path=usr/include/libpurple/purple.h
+file path=usr/include/libpurple/request.h
+file path=usr/include/libpurple/roomlist.h
+file path=usr/include/libpurple/savedstatuses.h
+file path=usr/include/libpurple/server.h
+file path=usr/include/libpurple/signals.h
+file path=usr/include/libpurple/smiley.h
+file path=usr/include/libpurple/sound-theme-loader.h
+file path=usr/include/libpurple/sound-theme.h
+file path=usr/include/libpurple/sound.h
+file path=usr/include/libpurple/sslconn.h
+file path=usr/include/libpurple/status.h
+file path=usr/include/libpurple/stringref.h
+file path=usr/include/libpurple/stun.h
+file path=usr/include/libpurple/theme-loader.h
+file path=usr/include/libpurple/theme-manager.h
+file path=usr/include/libpurple/theme.h
+file path=usr/include/libpurple/upnp.h
+file path=usr/include/libpurple/util.h
+file path=usr/include/libpurple/value.h
+file path=usr/include/libpurple/version.h
+file path=usr/include/libpurple/whiteboard.h
+file path=usr/include/libpurple/xmlnode.h
+file path=usr/include/pidgin/gtkaccount.h
+file path=usr/include/pidgin/gtkblist-theme-loader.h
+file path=usr/include/pidgin/gtkblist-theme.h
+file path=usr/include/pidgin/gtkblist.h
+file path=usr/include/pidgin/gtkcellrendererexpander.h
+file path=usr/include/pidgin/gtkcertmgr.h
+file path=usr/include/pidgin/gtkconn.h
+file path=usr/include/pidgin/gtkconv.h
+file path=usr/include/pidgin/gtkconvwin.h
+file path=usr/include/pidgin/gtkdebug.h
+file path=usr/include/pidgin/gtkdialogs.h
+file path=usr/include/pidgin/gtkdnd-hints.h
+file path=usr/include/pidgin/gtkdocklet.h
+file path=usr/include/pidgin/gtkeventloop.h
+file path=usr/include/pidgin/gtkft.h
+file path=usr/include/pidgin/gtkgaim-compat.h
+file path=usr/include/pidgin/gtkicon-theme-loader.h
+file path=usr/include/pidgin/gtkicon-theme.h
+file path=usr/include/pidgin/gtkidle.h
+file path=usr/include/pidgin/gtkimhtml.h
+file path=usr/include/pidgin/gtkimhtmltoolbar.h
+file path=usr/include/pidgin/gtklog.h
+file path=usr/include/pidgin/gtkmedia.h
+file path=usr/include/pidgin/gtkmenutray.h
+file path=usr/include/pidgin/gtknickcolors.h
+file path=usr/include/pidgin/gtknotify.h
+file path=usr/include/pidgin/gtkplugin.h
+file path=usr/include/pidgin/gtkpluginpref.h
+file path=usr/include/pidgin/gtkpounce.h
+file path=usr/include/pidgin/gtkprefs.h
+file path=usr/include/pidgin/gtkprivacy.h
+file path=usr/include/pidgin/gtkrequest.h
+file path=usr/include/pidgin/gtkroomlist.h
+file path=usr/include/pidgin/gtksavedstatuses.h
+file path=usr/include/pidgin/gtkscrollbook.h
+file path=usr/include/pidgin/gtksession.h
+file path=usr/include/pidgin/gtksmiley.h
+file path=usr/include/pidgin/gtksound.h
+file path=usr/include/pidgin/gtksourceiter.h
+file path=usr/include/pidgin/gtksourceundomanager.h
+file path=usr/include/pidgin/gtksourceview-marshal.h
+file path=usr/include/pidgin/gtkstatus-icon-theme.h
+file path=usr/include/pidgin/gtkstatusbox.h
+file path=usr/include/pidgin/gtkthemes.h
+file path=usr/include/pidgin/gtkutils.h
+file path=usr/include/pidgin/gtkwhiteboard.h
+file path=usr/include/pidgin/minidialog.h
+file path=usr/include/pidgin/pidgin.h
+file path=usr/include/pidgin/pidginstock.h
+file path=usr/include/pidgin/pidgintooltip.h
+link path=usr/lib/libpurple-client.so target=libpurple-client.so.0.10.11
+link path=usr/lib/libpurple-client.so.0 target=libpurple-client.so.0.10.11
+file path=usr/lib/libpurple-client.so.0.10.11
+link path=usr/lib/libpurple.so target=libpurple.so.0.10.11
+link path=usr/lib/libpurple.so.0 target=libpurple.so.0.10.11
+file path=usr/lib/libpurple.so.0.10.11
+file path=usr/lib/pidgin/cap.so
+file path=usr/lib/pidgin/convcolors.so
+file path=usr/lib/pidgin/extplacement.so
+file path=usr/lib/pidgin/gestures.so
+file path=usr/lib/pidgin/gtkbuddynote.so
+file path=usr/lib/pidgin/history.so
+file path=usr/lib/pidgin/iconaway.so
+file path=usr/lib/pidgin/markerline.so
+file path=usr/lib/pidgin/musicmessaging.so
+file path=usr/lib/pidgin/notify.so
+file path=usr/lib/pidgin/perl/Pidgin.pm
+file path=usr/lib/pidgin/perl/auto/Pidgin/.packlist
+file path=usr/lib/pidgin/perl/auto/Pidgin/Pidgin.bs
+file path=usr/lib/pidgin/perl/auto/Pidgin/Pidgin.so
+file path=usr/lib/pidgin/pidginrc.so
+file path=usr/lib/pidgin/relnot.so
+file path=usr/lib/pidgin/sendbutton.so
+file path=usr/lib/pidgin/spellchk.so
+file path=usr/lib/pidgin/themeedit.so
+file path=usr/lib/pidgin/ticker.so
+file path=usr/lib/pidgin/timestamp.so
+file path=usr/lib/pidgin/timestamp_format.so
+file path=usr/lib/pidgin/xmppconsole.so
+file path=usr/lib/pidgin/xmppdisco.so
+file path=usr/lib/pkgconfig/pidgin.pc
+file path=usr/lib/pkgconfig/purple.pc
+file path=usr/lib/purple-2/autoaccept.so
+file path=usr/lib/purple-2/buddynote.so
+file path=usr/lib/purple-2/dbus-example.so
+file path=usr/lib/purple-2/idle.so
+file path=usr/lib/purple-2/joinpart.so
+file path=usr/lib/purple-2/libaim.so
+file path=usr/lib/purple-2/libbonjour.so
+file path=usr/lib/purple-2/libgg.so
+file path=usr/lib/purple-2/libicq.so
+file path=usr/lib/purple-2/libirc.so
+link path=usr/lib/purple-2/libjabber.so target=libjabber.so.0.0.0
+link path=usr/lib/purple-2/libjabber.so.0 target=libjabber.so.0.0.0
+file path=usr/lib/purple-2/libjabber.so.0.0.0
+file path=usr/lib/purple-2/libmsn.so
+file path=usr/lib/purple-2/libmxit.so
+file path=usr/lib/purple-2/libmyspace.so
+file path=usr/lib/purple-2/libnovell.so
+link path=usr/lib/purple-2/liboscar.so target=liboscar.so.0.0.0
+link path=usr/lib/purple-2/liboscar.so.0 target=liboscar.so.0.0.0
+file path=usr/lib/purple-2/liboscar.so.0.0.0
+file path=usr/lib/purple-2/libsimple.so
+file path=usr/lib/purple-2/libxmpp.so
+file path=usr/lib/purple-2/libyahoo.so
+file path=usr/lib/purple-2/libyahoojp.so
+link path=usr/lib/purple-2/libymsg.so target=libymsg.so.0.0.0
+link path=usr/lib/purple-2/libymsg.so.0 target=libymsg.so.0.0.0
+file path=usr/lib/purple-2/libymsg.so.0.0.0
+file path=usr/lib/purple-2/libzephyr.so
+file path=usr/lib/purple-2/log_reader.so
+file path=usr/lib/purple-2/newline.so
+file path=usr/lib/purple-2/nss-prefs.so
+file path=usr/lib/purple-2/offlinemsg.so
+file path=usr/lib/purple-2/perl.so
+file path=usr/lib/purple-2/perl/Purple.pm
+file path=usr/lib/purple-2/perl/auto/Purple/.packlist
+file path=usr/lib/purple-2/perl/auto/Purple/Purple.bs
+file path=usr/lib/purple-2/perl/auto/Purple/Purple.so
+file path=usr/lib/purple-2/perl/auto/Purple/autosplit.ix
+file path=usr/lib/purple-2/psychic.so
+file path=usr/lib/purple-2/ssl-nss.so
+file path=usr/lib/purple-2/ssl.so
+file path=usr/lib/purple-2/statenotify.so
+file path=usr/lib/purple-2/tcl.so
+file path=usr/share/aclocal/purple.m4
+file path=usr/share/applications/pidgin.desktop \
+    restart_fmri=svc:/application/desktop-cache/desktop-mime-cache:default
+file path=usr/share/icons/hicolor/16x16/apps/pidgin.png \
+    restart_fmri=svc:/application/desktop-cache/icon-cache:default
+file path=usr/share/icons/hicolor/22x22/apps/pidgin.png \
+    restart_fmri=svc:/application/desktop-cache/icon-cache:default
+file path=usr/share/icons/hicolor/24x24/apps/pidgin.png \
+    restart_fmri=svc:/application/desktop-cache/icon-cache:default
+file path=usr/share/icons/hicolor/32x32/apps/pidgin.png \
+    restart_fmri=svc:/application/desktop-cache/icon-cache:default
+file path=usr/share/icons/hicolor/48x48/apps/pidgin.png \
+    restart_fmri=svc:/application/desktop-cache/icon-cache:default
+file path=usr/share/icons/hicolor/scalable/apps/pidgin.svg \
+    restart_fmri=svc:/application/desktop-cache/icon-cache:default
+file path=usr/share/locale/af/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/am/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ar/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ast/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/az/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/be@latin/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/bg/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/bn/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/bn_IN/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/bs/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ca/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ca@valencia/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/cs/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/da/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/de/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/dz/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/el/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/en_AU/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/en_CA/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/en_GB/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/eo/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/es/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/et/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/eu/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/fa/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/fi/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/fr/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ga/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/gl/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/gu/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/he/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/hi/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/hr/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/hu/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/id/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/it/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ja/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ka/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/kk/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/km/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/kn/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ko/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ku/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ku_IQ/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/lt/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/lv/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/mai/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/mhr/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/mk/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/mn/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/mr/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/my_MM/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/nb/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ne/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/nl/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/nn/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/oc/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/or/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/pa/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/pl/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ps/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/pt/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/pt_BR/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ro/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ru/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/si/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/sk/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/sl/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/sq/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/sr/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/sr@latin/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/sv/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/sw/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ta/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/te/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/th/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/tr/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/tt/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/uk/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/ur/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/vi/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/xh/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/zh_CN/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/zh_HK/LC_MESSAGES/pidgin.mo
+file path=usr/share/locale/zh_TW/LC_MESSAGES/pidgin.mo
+file path=usr/share/man/man1/pidgin.1
+file path=usr/share/man/man3/Pidgin.3
+file path=usr/share/man/man3/Purple.3
+file path=usr/share/pixmaps/pidgin/animations/16/connect0.png
+file path=usr/share/pixmaps/pidgin/animations/16/connect1.png
+file path=usr/share/pixmaps/pidgin/animations/16/connect2.png
+file path=usr/share/pixmaps/pidgin/animations/16/connect3.png
+file path=usr/share/pixmaps/pidgin/animations/16/connect4.png
+file path=usr/share/pixmaps/pidgin/animations/16/connect5.png
+file path=usr/share/pixmaps/pidgin/animations/16/connect6.png
+file path=usr/share/pixmaps/pidgin/animations/16/connect7.png
+file path=usr/share/pixmaps/pidgin/animations/16/connect8.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working0.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working1.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working10.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working11.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working12.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working13.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working14.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working15.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working16.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working17.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working18.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working19.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working2.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working20.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working21.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working22.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working23.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working24.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working25.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working26.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working27.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working28.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working29.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working3.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working30.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working4.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working5.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working6.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working7.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working8.png
+file path=usr/share/pixmaps/pidgin/animations/16/process-working9.png
+file path=usr/share/pixmaps/pidgin/animations/16/typing0.png
+file path=usr/share/pixmaps/pidgin/animations/16/typing1.png
+file path=usr/share/pixmaps/pidgin/animations/16/typing2.png
+file path=usr/share/pixmaps/pidgin/animations/16/typing3.png
+file path=usr/share/pixmaps/pidgin/animations/16/typing4.png
+file path=usr/share/pixmaps/pidgin/animations/16/typing5.png
+file path=usr/share/pixmaps/pidgin/arrow-down.xpm
+file path=usr/share/pixmaps/pidgin/arrow-left.xpm
+file path=usr/share/pixmaps/pidgin/arrow-right.xpm
+file path=usr/share/pixmaps/pidgin/arrow-up.xpm
+file path=usr/share/pixmaps/pidgin/buttons/edit.png
+file path=usr/share/pixmaps/pidgin/buttons/info.png
+file path=usr/share/pixmaps/pidgin/buttons/music.png
+file path=usr/share/pixmaps/pidgin/buttons/pause.png
+file path=usr/share/pixmaps/pidgin/dialogs/16/auth.png
+file path=usr/share/pixmaps/pidgin/dialogs/16/error.png
+file path=usr/share/pixmaps/pidgin/dialogs/16/info.png
+file path=usr/share/pixmaps/pidgin/dialogs/16/mail.png
+file path=usr/share/pixmaps/pidgin/dialogs/16/question.png
+file path=usr/share/pixmaps/pidgin/dialogs/64/auth.png
+file path=usr/share/pixmaps/pidgin/dialogs/64/cool.png
+file path=usr/share/pixmaps/pidgin/dialogs/64/dialog.png
+file path=usr/share/pixmaps/pidgin/dialogs/64/error.png
+file path=usr/share/pixmaps/pidgin/dialogs/64/info.png
+file path=usr/share/pixmaps/pidgin/dialogs/64/mail.png
+file path=usr/share/pixmaps/pidgin/dialogs/64/question.png
+file path=usr/share/pixmaps/pidgin/dialogs/64/warning.png
+file path=usr/share/pixmaps/pidgin/dialogs/scalable/auth.svg
+file path=usr/share/pixmaps/pidgin/dialogs/scalable/cool.svg
+file path=usr/share/pixmaps/pidgin/dialogs/scalable/dialog.svg
+file path=usr/share/pixmaps/pidgin/dialogs/scalable/error.svg
+file path=usr/share/pixmaps/pidgin/dialogs/scalable/info.svg
+file path=usr/share/pixmaps/pidgin/dialogs/scalable/question.svg
+file path=usr/share/pixmaps/pidgin/dialogs/scalable/warning.svg
+file path=usr/share/pixmaps/pidgin/emblems/16/aol-client.png
+file path=usr/share/pixmaps/pidgin/emblems/16/birthday.png
+file path=usr/share/pixmaps/pidgin/emblems/16/blocked.png
+file path=usr/share/pixmaps/pidgin/emblems/16/bot.png
+file path=usr/share/pixmaps/pidgin/emblems/16/external.png
+file path=usr/share/pixmaps/pidgin/emblems/16/female.png
+file path=usr/share/pixmaps/pidgin/emblems/16/founder.png
+file path=usr/share/pixmaps/pidgin/emblems/16/free-for-chat.png
+file path=usr/share/pixmaps/pidgin/emblems/16/game.png
+file path=usr/share/pixmaps/pidgin/emblems/16/half-operator.png
+file path=usr/share/pixmaps/pidgin/emblems/16/hiptop.png
+file path=usr/share/pixmaps/pidgin/emblems/16/male.png
+file path=usr/share/pixmaps/pidgin/emblems/16/not-authorized.png
+file path=usr/share/pixmaps/pidgin/emblems/16/operator.png
+file path=usr/share/pixmaps/pidgin/emblems/16/secure.png
+file path=usr/share/pixmaps/pidgin/emblems/16/unavailable.png
+file path=usr/share/pixmaps/pidgin/emblems/16/video.png
+file path=usr/share/pixmaps/pidgin/emblems/16/voice.png
+file path=usr/share/pixmaps/pidgin/emblems/scalable/aol-client.svg
+file path=usr/share/pixmaps/pidgin/emblems/scalable/blocked.svg
+file path=usr/share/pixmaps/pidgin/emblems/scalable/bot.svg
+file path=usr/share/pixmaps/pidgin/emblems/scalable/external.svg
+file path=usr/share/pixmaps/pidgin/emblems/scalable/female.svg
+file path=usr/share/pixmaps/pidgin/emblems/scalable/free-for-chat.svg
+file path=usr/share/pixmaps/pidgin/emblems/scalable/game.svg
+file path=usr/share/pixmaps/pidgin/emblems/scalable/male.svg
+file path=usr/share/pixmaps/pidgin/emblems/scalable/not-authorized.svg
+file path=usr/share/pixmaps/pidgin/emblems/scalable/secure.svg
+file path=usr/share/pixmaps/pidgin/emblems/scalable/unavailable.svg
+file path=usr/share/pixmaps/pidgin/emblems/scalable/video.svg
+file path=usr/share/pixmaps/pidgin/emblems/scalable/voice.svg
+file path=usr/share/pixmaps/pidgin/emotes/default/act-up.png
+file path=usr/share/pixmaps/pidgin/emotes/default/afraid.png
+file path=usr/share/pixmaps/pidgin/emotes/default/airplane.png
+file path=usr/share/pixmaps/pidgin/emotes/default/alien.png
+file path=usr/share/pixmaps/pidgin/emotes/default/amorous.png
+file path=usr/share/pixmaps/pidgin/emotes/default/angel.png
+file path=usr/share/pixmaps/pidgin/emotes/default/angry.png
+file path=usr/share/pixmaps/pidgin/emotes/default/arrogant.png
+file path=usr/share/pixmaps/pidgin/emotes/default/at-wits-end.png
+file path=usr/share/pixmaps/pidgin/emotes/default/bad.png
+file path=usr/share/pixmaps/pidgin/emotes/default/bashful.png
+file path=usr/share/pixmaps/pidgin/emotes/default/beat-up.png
+file path=usr/share/pixmaps/pidgin/emotes/default/beauty.png
+file path=usr/share/pixmaps/pidgin/emotes/default/beer.png
+file path=usr/share/pixmaps/pidgin/emotes/default/blowkiss.png
+file path=usr/share/pixmaps/pidgin/emotes/default/bomb.png
+file path=usr/share/pixmaps/pidgin/emotes/default/bored.png
+file path=usr/share/pixmaps/pidgin/emotes/default/bowl.png
+file path=usr/share/pixmaps/pidgin/emotes/default/boy.png
+file path=usr/share/pixmaps/pidgin/emotes/default/brb.png
+file path=usr/share/pixmaps/pidgin/emotes/default/bulgy-eyes.png
+file path=usr/share/pixmaps/pidgin/emotes/default/bunny.png
+file path=usr/share/pixmaps/pidgin/emotes/default/bye.png
+file path=usr/share/pixmaps/pidgin/emotes/default/cake.png
+file path=usr/share/pixmaps/pidgin/emotes/default/call-me.png
+file path=usr/share/pixmaps/pidgin/emotes/default/camera.png
+file path=usr/share/pixmaps/pidgin/emotes/default/can.png
+file path=usr/share/pixmaps/pidgin/emotes/default/car.png
+file path=usr/share/pixmaps/pidgin/emotes/default/cat.png
+file path=usr/share/pixmaps/pidgin/emotes/default/chicken.png
+file path=usr/share/pixmaps/pidgin/emotes/default/chilli.png
+file path=usr/share/pixmaps/pidgin/emotes/default/cigarette.png
+file path=usr/share/pixmaps/pidgin/emotes/default/clap.png
+file path=usr/share/pixmaps/pidgin/emotes/default/clock.png
+file path=usr/share/pixmaps/pidgin/emotes/default/cloudy.png
+file path=usr/share/pixmaps/pidgin/emotes/default/clover.png
+file path=usr/share/pixmaps/pidgin/emotes/default/clown.png
+file path=usr/share/pixmaps/pidgin/emotes/default/coffee.png
+file path=usr/share/pixmaps/pidgin/emotes/default/coins.png
+file path=usr/share/pixmaps/pidgin/emotes/default/cold.png
+file path=usr/share/pixmaps/pidgin/emotes/default/computer.png
+file path=usr/share/pixmaps/pidgin/emotes/default/confused.png
+file path=usr/share/pixmaps/pidgin/emotes/default/console.png
+file path=usr/share/pixmaps/pidgin/emotes/default/cow.png
+file path=usr/share/pixmaps/pidgin/emotes/default/cowboy.png
+file path=usr/share/pixmaps/pidgin/emotes/default/crying.png
+file path=usr/share/pixmaps/pidgin/emotes/default/curl-lip.png
+file path=usr/share/pixmaps/pidgin/emotes/default/curse.png
+file path=usr/share/pixmaps/pidgin/emotes/default/cute.png
+file path=usr/share/pixmaps/pidgin/emotes/default/cyclops.png
+file path=usr/share/pixmaps/pidgin/emotes/default/dance.png
+file path=usr/share/pixmaps/pidgin/emotes/default/dazed.png
+file path=usr/share/pixmaps/pidgin/emotes/default/desire.png
+file path=usr/share/pixmaps/pidgin/emotes/default/devil.png
+file path=usr/share/pixmaps/pidgin/emotes/default/disappointed.png
+file path=usr/share/pixmaps/pidgin/emotes/default/disdain.png
+file path=usr/share/pixmaps/pidgin/emotes/default/doctor.png
+file path=usr/share/pixmaps/pidgin/emotes/default/dog.png
+file path=usr/share/pixmaps/pidgin/emotes/default/doh.png
+file path=usr/share/pixmaps/pidgin/emotes/default/dont-know.png
+file path=usr/share/pixmaps/pidgin/emotes/default/drink.png
+file path=usr/share/pixmaps/pidgin/emotes/default/drool.png
+file path=usr/share/pixmaps/pidgin/emotes/default/embarrassed.png
+file path=usr/share/pixmaps/pidgin/emotes/default/excited.png
+file path=usr/share/pixmaps/pidgin/emotes/default/excruciating.png
+file path=usr/share/pixmaps/pidgin/emotes/default/eyeroll.png
+file path=usr/share/pixmaps/pidgin/emotes/default/female-fighter.png
+file path=usr/share/pixmaps/pidgin/emotes/default/film.png
+file path=usr/share/pixmaps/pidgin/emotes/default/fingers-crossed.png
+file path=usr/share/pixmaps/pidgin/emotes/default/flag.png
+file path=usr/share/pixmaps/pidgin/emotes/default/foot-in-mouth.png
+file path=usr/share/pixmaps/pidgin/emotes/default/freaked-out.png
+file path=usr/share/pixmaps/pidgin/emotes/default/ghost.png
+file path=usr/share/pixmaps/pidgin/emotes/default/giggle.png
+file path=usr/share/pixmaps/pidgin/emotes/default/girl.png
+file path=usr/share/pixmaps/pidgin/emotes/default/glasses-cool.png
+file path=usr/share/pixmaps/pidgin/emotes/default/glasses-nerdy.png
+file path=usr/share/pixmaps/pidgin/emotes/default/go-away.png
+file path=usr/share/pixmaps/pidgin/emotes/default/goat.png
+file path=usr/share/pixmaps/pidgin/emotes/default/good.png
+file path=usr/share/pixmaps/pidgin/emotes/default/hammer.png
+file path=usr/share/pixmaps/pidgin/emotes/default/handcuffs.png
+file path=usr/share/pixmaps/pidgin/emotes/default/handshake.png
+file path=usr/share/pixmaps/pidgin/emotes/default/happy.png
+file path=usr/share/pixmaps/pidgin/emotes/default/highfive.png
+file path=usr/share/pixmaps/pidgin/emotes/default/hot.png
+file path=usr/share/pixmaps/pidgin/emotes/default/hug-left.png
+file path=usr/share/pixmaps/pidgin/emotes/default/hug-right.png
+file path=usr/share/pixmaps/pidgin/emotes/default/hungry.png
+file path=usr/share/pixmaps/pidgin/emotes/default/hypnotized.png
+file path=usr/share/pixmaps/pidgin/emotes/default/in_love.png
+file path=usr/share/pixmaps/pidgin/emotes/default/island.png
+file path=usr/share/pixmaps/pidgin/emotes/default/jump.png
+file path=usr/share/pixmaps/pidgin/emotes/default/kiss.png
+file path=usr/share/pixmaps/pidgin/emotes/default/kissed.png
+file path=usr/share/pixmaps/pidgin/emotes/default/kissing.png
+file path=usr/share/pixmaps/pidgin/emotes/default/knife.png
+file path=usr/share/pixmaps/pidgin/emotes/default/lamp.png
+file path=usr/share/pixmaps/pidgin/emotes/default/lashes.png
+file path=usr/share/pixmaps/pidgin/emotes/default/laugh.png
+file path=usr/share/pixmaps/pidgin/emotes/default/liquor.png
+file path=usr/share/pixmaps/pidgin/emotes/default/loser.png
+file path=usr/share/pixmaps/pidgin/emotes/default/love-over.png
+file path=usr/share/pixmaps/pidgin/emotes/default/lying.png
+file path=usr/share/pixmaps/pidgin/emotes/default/mad-tongue.png
+file path=usr/share/pixmaps/pidgin/emotes/default/mail.png
+file path=usr/share/pixmaps/pidgin/emotes/default/male-fighter1.png
+file path=usr/share/pixmaps/pidgin/emotes/default/male-fighter2.png
+file path=usr/share/pixmaps/pidgin/emotes/default/mean.png
+file path=usr/share/pixmaps/pidgin/emotes/default/meeting.png
+file path=usr/share/pixmaps/pidgin/emotes/default/messed.png
+file path=usr/share/pixmaps/pidgin/emotes/default/mobile.png
+file path=usr/share/pixmaps/pidgin/emotes/default/mohawk.png
+file path=usr/share/pixmaps/pidgin/emotes/default/moneymouth.png
+file path=usr/share/pixmaps/pidgin/emotes/default/monkey.png
+file path=usr/share/pixmaps/pidgin/emotes/default/moon.png
+file path=usr/share/pixmaps/pidgin/emotes/default/mrgreen.png
+file path=usr/share/pixmaps/pidgin/emotes/default/msn-away.png
+file path=usr/share/pixmaps/pidgin/emotes/default/msn-busy.png
+file path=usr/share/pixmaps/pidgin/emotes/default/msn.png
+file path=usr/share/pixmaps/pidgin/emotes/default/msn_online.png
+file path=usr/share/pixmaps/pidgin/emotes/default/music.png
+file path=usr/share/pixmaps/pidgin/emotes/default/musical-note.png
+file path=usr/share/pixmaps/pidgin/emotes/default/nervous.png
+file path=usr/share/pixmaps/pidgin/emotes/default/neutral.png
+file path=usr/share/pixmaps/pidgin/emotes/default/on-the-phone.png
+file path=usr/share/pixmaps/pidgin/emotes/default/party.png
+file path=usr/share/pixmaps/pidgin/emotes/default/peace.png
+file path=usr/share/pixmaps/pidgin/emotes/default/phone.png
+file path=usr/share/pixmaps/pidgin/emotes/default/pig.png
+file path=usr/share/pixmaps/pidgin/emotes/default/pill.png
+file path=usr/share/pixmaps/pidgin/emotes/default/pirate.png
+file path=usr/share/pixmaps/pidgin/emotes/default/pissed-off.png
+file path=usr/share/pixmaps/pidgin/emotes/default/pizza.png
+file path=usr/share/pixmaps/pidgin/emotes/default/plate.png
+file path=usr/share/pixmaps/pidgin/emotes/default/poop.png
+file path=usr/share/pixmaps/pidgin/emotes/default/pray.png
+file path=usr/share/pixmaps/pidgin/emotes/default/present.png
+file path=usr/share/pixmaps/pidgin/emotes/default/pumpkin.png
+file path=usr/share/pixmaps/pidgin/emotes/default/question.png
+file path=usr/share/pixmaps/pidgin/emotes/default/quiet.png
+file path=usr/share/pixmaps/pidgin/emotes/default/rain.png
+file path=usr/share/pixmaps/pidgin/emotes/default/rainbow.png
+file path=usr/share/pixmaps/pidgin/emotes/default/rose-dead.png
+file path=usr/share/pixmaps/pidgin/emotes/default/rose.png
+file path=usr/share/pixmaps/pidgin/emotes/default/rotfl.png
+file path=usr/share/pixmaps/pidgin/emotes/default/sad.png
+file path=usr/share/pixmaps/pidgin/emotes/default/sarcastic.png
+file path=usr/share/pixmaps/pidgin/emotes/default/search.png
+file path=usr/share/pixmaps/pidgin/emotes/default/secret.png
+file path=usr/share/pixmaps/pidgin/emotes/default/shame.png
+file path=usr/share/pixmaps/pidgin/emotes/default/sheep.png
+file path=usr/share/pixmaps/pidgin/emotes/default/shocked.png
+file path=usr/share/pixmaps/pidgin/emotes/default/shout.png
+file path=usr/share/pixmaps/pidgin/emotes/default/shut-mouth.png
+file path=usr/share/pixmaps/pidgin/emotes/default/sick.png
+file path=usr/share/pixmaps/pidgin/emotes/default/sidefrown.png
+file path=usr/share/pixmaps/pidgin/emotes/default/silly.png
+file path=usr/share/pixmaps/pidgin/emotes/default/sinister.png
+file path=usr/share/pixmaps/pidgin/emotes/default/skeleton.png
+file path=usr/share/pixmaps/pidgin/emotes/default/skywalker.png
+file path=usr/share/pixmaps/pidgin/emotes/default/sleeping.png
+file path=usr/share/pixmaps/pidgin/emotes/default/sleepy.png
+file path=usr/share/pixmaps/pidgin/emotes/default/smirk.png
+file path=usr/share/pixmaps/pidgin/emotes/default/snail.png
+file path=usr/share/pixmaps/pidgin/emotes/default/snicker.png
+file path=usr/share/pixmaps/pidgin/emotes/default/snowman.png
+file path=usr/share/pixmaps/pidgin/emotes/default/soccerball.png
+file path=usr/share/pixmaps/pidgin/emotes/default/soldier.png
+file path=usr/share/pixmaps/pidgin/emotes/default/star.png
+file path=usr/share/pixmaps/pidgin/emotes/default/starving.png
+file path=usr/share/pixmaps/pidgin/emotes/default/stop.png
+file path=usr/share/pixmaps/pidgin/emotes/default/stressed.png
+file path=usr/share/pixmaps/pidgin/emotes/default/struggle.png
+file path=usr/share/pixmaps/pidgin/emotes/default/sun.png
+file path=usr/share/pixmaps/pidgin/emotes/default/talktohand.png
+file path=usr/share/pixmaps/pidgin/emotes/default/teeth.png
+file path=usr/share/pixmaps/pidgin/emotes/default/terror.png
+file path=usr/share/pixmaps/pidgin/emotes/default/theme
+file path=usr/share/pixmaps/pidgin/emotes/default/thinking.png
+file path=usr/share/pixmaps/pidgin/emotes/default/thunder.png
+file path=usr/share/pixmaps/pidgin/emotes/default/time-out.png
+file path=usr/share/pixmaps/pidgin/emotes/default/tongue.png
+file path=usr/share/pixmaps/pidgin/emotes/default/turtle.png
+file path=usr/share/pixmaps/pidgin/emotes/default/tv.png
+file path=usr/share/pixmaps/pidgin/emotes/default/umbrella.png
+file path=usr/share/pixmaps/pidgin/emotes/default/vampire.png
+file path=usr/share/pixmaps/pidgin/emotes/default/victory.png
+file path=usr/share/pixmaps/pidgin/emotes/default/waiting.png
+file path=usr/share/pixmaps/pidgin/emotes/default/watermelon.png
+file path=usr/share/pixmaps/pidgin/emotes/default/waving.png
+file path=usr/share/pixmaps/pidgin/emotes/default/weep.png
+file path=usr/share/pixmaps/pidgin/emotes/default/wilt.png
+file path=usr/share/pixmaps/pidgin/emotes/default/wink.png
+file path=usr/share/pixmaps/pidgin/emotes/default/worship.png
+file path=usr/share/pixmaps/pidgin/emotes/default/yin-yang.png
+file path=usr/share/pixmaps/pidgin/emotes/none/theme
+file path=usr/share/pixmaps/pidgin/emotes/small/afraid.png
+file path=usr/share/pixmaps/pidgin/emotes/small/amorous.png
+file path=usr/share/pixmaps/pidgin/emotes/small/angel.png
+file path=usr/share/pixmaps/pidgin/emotes/small/angry.png
+file path=usr/share/pixmaps/pidgin/emotes/small/bathing.png
+file path=usr/share/pixmaps/pidgin/emotes/small/beer.png
+file path=usr/share/pixmaps/pidgin/emotes/small/bored.png
+file path=usr/share/pixmaps/pidgin/emotes/small/boy.png
+file path=usr/share/pixmaps/pidgin/emotes/small/camera.png
+file path=usr/share/pixmaps/pidgin/emotes/small/chilli.png
+file path=usr/share/pixmaps/pidgin/emotes/small/cigarette.png
+file path=usr/share/pixmaps/pidgin/emotes/small/cinema.png
+file path=usr/share/pixmaps/pidgin/emotes/small/coffee.png
+file path=usr/share/pixmaps/pidgin/emotes/small/cold.png
+file path=usr/share/pixmaps/pidgin/emotes/small/confused.png
+file path=usr/share/pixmaps/pidgin/emotes/small/console.png
+file path=usr/share/pixmaps/pidgin/emotes/small/cross.png
+file path=usr/share/pixmaps/pidgin/emotes/small/crying.png
+file path=usr/share/pixmaps/pidgin/emotes/small/devil.png
+file path=usr/share/pixmaps/pidgin/emotes/small/disappointed.png
+file path=usr/share/pixmaps/pidgin/emotes/small/dont-know.png
+file path=usr/share/pixmaps/pidgin/emotes/small/drool.png
+file path=usr/share/pixmaps/pidgin/emotes/small/embarrassed.png
+file path=usr/share/pixmaps/pidgin/emotes/small/excited.png
+file path=usr/share/pixmaps/pidgin/emotes/small/excruciating.png
+file path=usr/share/pixmaps/pidgin/emotes/small/eyeroll.png
+file path=usr/share/pixmaps/pidgin/emotes/small/girl.png
+file path=usr/share/pixmaps/pidgin/emotes/small/grumpy.png
+file path=usr/share/pixmaps/pidgin/emotes/small/happy.png
+file path=usr/share/pixmaps/pidgin/emotes/small/hot.png
+file path=usr/share/pixmaps/pidgin/emotes/small/hug-left.png
+file path=usr/share/pixmaps/pidgin/emotes/small/hug-right.png
+file path=usr/share/pixmaps/pidgin/emotes/small/hungry.png
+file path=usr/share/pixmaps/pidgin/emotes/small/in_love.png
+file path=usr/share/pixmaps/pidgin/emotes/small/internet.png
+file path=usr/share/pixmaps/pidgin/emotes/small/invincible.png
+file path=usr/share/pixmaps/pidgin/emotes/small/kiss.png
+file path=usr/share/pixmaps/pidgin/emotes/small/lamp.png
+file path=usr/share/pixmaps/pidgin/emotes/small/lying.png
+file path=usr/share/pixmaps/pidgin/emotes/small/meeting.png
+file path=usr/share/pixmaps/pidgin/emotes/small/mobile.png
+file path=usr/share/pixmaps/pidgin/emotes/small/mrgreen.png
+file path=usr/share/pixmaps/pidgin/emotes/small/music.png
+file path=usr/share/pixmaps/pidgin/emotes/small/musical-note.png
+file path=usr/share/pixmaps/pidgin/emotes/small/nerdy.png
+file path=usr/share/pixmaps/pidgin/emotes/small/neutral.png
+file path=usr/share/pixmaps/pidgin/emotes/small/party.png
+file path=usr/share/pixmaps/pidgin/emotes/small/phone.png
+file path=usr/share/pixmaps/pidgin/emotes/small/pirate.png
+file path=usr/share/pixmaps/pidgin/emotes/small/pissed-off.png
+file path=usr/share/pixmaps/pidgin/emotes/small/plate.png
+file path=usr/share/pixmaps/pidgin/emotes/small/question.png
+file path=usr/share/pixmaps/pidgin/emotes/small/restroom.png
+file path=usr/share/pixmaps/pidgin/emotes/small/rose.png
+file path=usr/share/pixmaps/pidgin/emotes/small/sad.png
+file path=usr/share/pixmaps/pidgin/emotes/small/search.png
+file path=usr/share/pixmaps/pidgin/emotes/small/shame.png
+file path=usr/share/pixmaps/pidgin/emotes/small/shocked.png
+file path=usr/share/pixmaps/pidgin/emotes/small/shopping.png
+file path=usr/share/pixmaps/pidgin/emotes/small/shut-mouth.png
+file path=usr/share/pixmaps/pidgin/emotes/small/sick.png
+file path=usr/share/pixmaps/pidgin/emotes/small/silent.png
+file path=usr/share/pixmaps/pidgin/emotes/small/sleeping.png
+file path=usr/share/pixmaps/pidgin/emotes/small/sleepy.png
+file path=usr/share/pixmaps/pidgin/emotes/small/star.png
+file path=usr/share/pixmaps/pidgin/emotes/small/stressed.png
+file path=usr/share/pixmaps/pidgin/emotes/small/studying.png
+file path=usr/share/pixmaps/pidgin/emotes/small/suit.png
+file path=usr/share/pixmaps/pidgin/emotes/small/surfing.png
+file path=usr/share/pixmaps/pidgin/emotes/small/theme
+file path=usr/share/pixmaps/pidgin/emotes/small/thinking.png
+file path=usr/share/pixmaps/pidgin/emotes/small/thunder.png
+file path=usr/share/pixmaps/pidgin/emotes/small/tongue.png
+file path=usr/share/pixmaps/pidgin/emotes/small/tv.png
+file path=usr/share/pixmaps/pidgin/emotes/small/typing.png
+file path=usr/share/pixmaps/pidgin/emotes/small/uhm-yeah.png
+file path=usr/share/pixmaps/pidgin/emotes/small/wink.png
+file path=usr/share/pixmaps/pidgin/emotes/small/working.png
+file path=usr/share/pixmaps/pidgin/emotes/small/writing.png
+file path=usr/share/pixmaps/pidgin/logo.png
+file path=usr/share/pixmaps/pidgin/protocols/16/aim.png
+file path=usr/share/pixmaps/pidgin/protocols/16/bonjour.png
+file path=usr/share/pixmaps/pidgin/protocols/16/facebook.png
+file path=usr/share/pixmaps/pidgin/protocols/16/gadu-gadu.png
+file path=usr/share/pixmaps/pidgin/protocols/16/google-talk.png
+file path=usr/share/pixmaps/pidgin/protocols/16/icq.png
+file path=usr/share/pixmaps/pidgin/protocols/16/irc.png
+file path=usr/share/pixmaps/pidgin/protocols/16/jabber.png
+file path=usr/share/pixmaps/pidgin/protocols/16/meanwhile.png
+file path=usr/share/pixmaps/pidgin/protocols/16/msn.png
+file path=usr/share/pixmaps/pidgin/protocols/16/mxit.png
+file path=usr/share/pixmaps/pidgin/protocols/16/myspace.png
+file path=usr/share/pixmaps/pidgin/protocols/16/novell.png
+file path=usr/share/pixmaps/pidgin/protocols/16/silc.png
+file path=usr/share/pixmaps/pidgin/protocols/16/simple.png
+file path=usr/share/pixmaps/pidgin/protocols/16/yahoo.png
+file path=usr/share/pixmaps/pidgin/protocols/16/zephyr.png
+file path=usr/share/pixmaps/pidgin/protocols/22/aim.png
+file path=usr/share/pixmaps/pidgin/protocols/22/bonjour.png
+file path=usr/share/pixmaps/pidgin/protocols/22/facebook.png
+file path=usr/share/pixmaps/pidgin/protocols/22/gadu-gadu.png
+file path=usr/share/pixmaps/pidgin/protocols/22/google-talk.png
+file path=usr/share/pixmaps/pidgin/protocols/22/icq.png
+file path=usr/share/pixmaps/pidgin/protocols/22/irc.png
+file path=usr/share/pixmaps/pidgin/protocols/22/jabber.png
+file path=usr/share/pixmaps/pidgin/protocols/22/meanwhile.png
+file path=usr/share/pixmaps/pidgin/protocols/22/msn.png
+file path=usr/share/pixmaps/pidgin/protocols/22/mxit.png
+file path=usr/share/pixmaps/pidgin/protocols/22/myspace.png
+file path=usr/share/pixmaps/pidgin/protocols/22/novell.png
+file path=usr/share/pixmaps/pidgin/protocols/22/silc.png
+file path=usr/share/pixmaps/pidgin/protocols/22/simple.png
+file path=usr/share/pixmaps/pidgin/protocols/22/yahoo.png
+file path=usr/share/pixmaps/pidgin/protocols/22/zephyr.png
+file path=usr/share/pixmaps/pidgin/protocols/48/aim.png
+file path=usr/share/pixmaps/pidgin/protocols/48/bonjour.png
+file path=usr/share/pixmaps/pidgin/protocols/48/facebook.png
+file path=usr/share/pixmaps/pidgin/protocols/48/gadu-gadu.png
+file path=usr/share/pixmaps/pidgin/protocols/48/icq.png
+file path=usr/share/pixmaps/pidgin/protocols/48/irc.png
+file path=usr/share/pixmaps/pidgin/protocols/48/jabber.png
+file path=usr/share/pixmaps/pidgin/protocols/48/meanwhile.png
+file path=usr/share/pixmaps/pidgin/protocols/48/msn.png
+file path=usr/share/pixmaps/pidgin/protocols/48/mxit.png
+file path=usr/share/pixmaps/pidgin/protocols/48/myspace.png
+file path=usr/share/pixmaps/pidgin/protocols/48/novell.png
+file path=usr/share/pixmaps/pidgin/protocols/48/silc.png
+file path=usr/share/pixmaps/pidgin/protocols/48/simple.png
+file path=usr/share/pixmaps/pidgin/protocols/48/yahoo.png
+file path=usr/share/pixmaps/pidgin/protocols/48/zephyr.png
+file path=usr/share/pixmaps/pidgin/protocols/scalable/aim.svg
+file path=usr/share/pixmaps/pidgin/protocols/scalable/bonjour.svg
+file path=usr/share/pixmaps/pidgin/protocols/scalable/gadu-gadu.svg
+file path=usr/share/pixmaps/pidgin/protocols/scalable/google-talk.svg
+file path=usr/share/pixmaps/pidgin/protocols/scalable/icq.svg
+file path=usr/share/pixmaps/pidgin/protocols/scalable/irc.svg
+file path=usr/share/pixmaps/pidgin/protocols/scalable/jabber.svg
+file path=usr/share/pixmaps/pidgin/protocols/scalable/meanwhile.svg
+file path=usr/share/pixmaps/pidgin/protocols/scalable/msn.svg
+file path=usr/share/pixmaps/pidgin/protocols/scalable/mxit.svg
+file path=usr/share/pixmaps/pidgin/protocols/scalable/novell.svg
+file path=usr/share/pixmaps/pidgin/protocols/scalable/silc.svg
+file path=usr/share/pixmaps/pidgin/protocols/scalable/simple.svg
+file path=usr/share/pixmaps/pidgin/protocols/scalable/yahoo.svg
+file path=usr/share/pixmaps/pidgin/protocols/scalable/zephyr.svg
+file path=usr/share/pixmaps/pidgin/status/11/available.png
+file path=usr/share/pixmaps/pidgin/status/11/away.png
+file path=usr/share/pixmaps/pidgin/status/11/busy.png
+file path=usr/share/pixmaps/pidgin/status/11/chat.png
+file path=usr/share/pixmaps/pidgin/status/11/extended-away.png
+file path=usr/share/pixmaps/pidgin/status/11/invisible.png
+file path=usr/share/pixmaps/pidgin/status/11/log-in.png
+file path=usr/share/pixmaps/pidgin/status/11/log-out.png
+file path=usr/share/pixmaps/pidgin/status/11/offline.png
+file path=usr/share/pixmaps/pidgin/status/11/person.png
+file path=usr/share/pixmaps/pidgin/status/11/rtl/extended-away.png
+file path=usr/share/pixmaps/pidgin/status/11/rtl/log-in.png
+file path=usr/share/pixmaps/pidgin/status/11/rtl/log-out.png
+file path=usr/share/pixmaps/pidgin/status/16/available.png
+file path=usr/share/pixmaps/pidgin/status/16/away.png
+file path=usr/share/pixmaps/pidgin/status/16/busy.png
+file path=usr/share/pixmaps/pidgin/status/16/chat.png
+file path=usr/share/pixmaps/pidgin/status/16/extended-away.png
+file path=usr/share/pixmaps/pidgin/status/16/invisible.png
+file path=usr/share/pixmaps/pidgin/status/16/log-in.png
+file path=usr/share/pixmaps/pidgin/status/16/log-out.png
+file path=usr/share/pixmaps/pidgin/status/16/offline.png
+file path=usr/share/pixmaps/pidgin/status/16/person.png
+file path=usr/share/pixmaps/pidgin/status/16/rtl/extended-away.png
+file path=usr/share/pixmaps/pidgin/status/16/rtl/log-in.png
+file path=usr/share/pixmaps/pidgin/status/16/rtl/log-out.png
+file path=usr/share/pixmaps/pidgin/status/22/available.png
+file path=usr/share/pixmaps/pidgin/status/22/away.png
+file path=usr/share/pixmaps/pidgin/status/22/busy.png
+file path=usr/share/pixmaps/pidgin/status/22/chat.png
+file path=usr/share/pixmaps/pidgin/status/22/extended-away.png
+file path=usr/share/pixmaps/pidgin/status/22/invisible.png
+file path=usr/share/pixmaps/pidgin/status/22/log-in.png
+file path=usr/share/pixmaps/pidgin/status/22/log-out.png
+file path=usr/share/pixmaps/pidgin/status/22/offline.png
+file path=usr/share/pixmaps/pidgin/status/22/person.png
+file path=usr/share/pixmaps/pidgin/status/22/rtl/extended-away.png
+file path=usr/share/pixmaps/pidgin/status/22/rtl/log-in.png
+file path=usr/share/pixmaps/pidgin/status/22/rtl/log-out.png
+file path=usr/share/pixmaps/pidgin/status/32/available.png
+file path=usr/share/pixmaps/pidgin/status/32/away.png
+file path=usr/share/pixmaps/pidgin/status/32/busy.png
+file path=usr/share/pixmaps/pidgin/status/32/chat.png
+file path=usr/share/pixmaps/pidgin/status/32/extended-away.png
+file path=usr/share/pixmaps/pidgin/status/32/invisible.png
+file path=usr/share/pixmaps/pidgin/status/32/log-in.png
+file path=usr/share/pixmaps/pidgin/status/32/log-out.png
+file path=usr/share/pixmaps/pidgin/status/32/offline.png
+file path=usr/share/pixmaps/pidgin/status/32/person.png
+file path=usr/share/pixmaps/pidgin/status/32/rtl/extended-away.png
+file path=usr/share/pixmaps/pidgin/status/32/rtl/log-in.png
+file path=usr/share/pixmaps/pidgin/status/32/rtl/log-out.png
+file path=usr/share/pixmaps/pidgin/status/48/available.png
+file path=usr/share/pixmaps/pidgin/status/48/away.png
+file path=usr/share/pixmaps/pidgin/status/48/busy.png
+file path=usr/share/pixmaps/pidgin/status/48/chat.png
+file path=usr/share/pixmaps/pidgin/status/48/extended-away.png
+file path=usr/share/pixmaps/pidgin/status/48/invisible.png
+file path=usr/share/pixmaps/pidgin/status/48/log-in.png
+file path=usr/share/pixmaps/pidgin/status/48/log-out.png
+file path=usr/share/pixmaps/pidgin/status/48/offline.png
+file path=usr/share/pixmaps/pidgin/status/48/person.png
+file path=usr/share/pixmaps/pidgin/status/48/rtl/extended-away.png
+file path=usr/share/pixmaps/pidgin/status/48/rtl/log-in.png
+file path=usr/share/pixmaps/pidgin/status/48/rtl/log-out.png
+file path=usr/share/pixmaps/pidgin/toolbar/11/message-new.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/audio-call.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/change-bgcolor.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/change-fgcolor.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/emote-select.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/font-face.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/font-size-down.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/font-size-up.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/get-attention.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/insert-image.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/insert-link.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/insert.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/message-new.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/plugins.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/send-file.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/transfer.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/unblock.png
+file path=usr/share/pixmaps/pidgin/toolbar/16/video-call.png
+file path=usr/share/pixmaps/pidgin/toolbar/22/audio-call.png
+file path=usr/share/pixmaps/pidgin/toolbar/22/select-avatar.png
+file path=usr/share/pixmaps/pidgin/toolbar/22/video-call.png
+file path=usr/share/pixmaps/pidgin/toolbar/32/audio-call.png
+file path=usr/share/pixmaps/pidgin/toolbar/32/video-call.png
+file path=usr/share/pixmaps/pidgin/toolbar/48/audio-call.png
+file path=usr/share/pixmaps/pidgin/toolbar/48/video-call.png
+file path=usr/share/pixmaps/pidgin/tray/16/available_4bit.ico
+file path=usr/share/pixmaps/pidgin/tray/16/away_4bit.ico
+file path=usr/share/pixmaps/pidgin/tray/16/busy_4bit.ico
+file path=usr/share/pixmaps/pidgin/tray/16/connecting_4bit.ico
+file path=usr/share/pixmaps/pidgin/tray/16/extended-away_4bit.ico
+file path=usr/share/pixmaps/pidgin/tray/16/invisible_4bit.ico
+file path=usr/share/pixmaps/pidgin/tray/16/message_4bit.ico
+file path=usr/share/pixmaps/pidgin/tray/16/offline_4bit.ico
+file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-available.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-away.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-busy.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-connect.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-email.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-invisible.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-offline.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-pending.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-xa.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-available.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-away.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-busy.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-connect.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-email.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-invisible.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-offline.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-pending.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-xa.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-available.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-away.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-busy.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-connect.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-email.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-invisible.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-offline.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-pending.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-xa.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-available.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-away.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-busy.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-connect.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-email.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-invisible.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-offline.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-pending.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-xa.png
+file path=usr/share/pixmaps/pidgin/tray/hicolor/index.theme
+file path=usr/share/purple/ca-certs/AOL_Member_CA.pem
+file path=usr/share/purple/ca-certs/AddTrust_External_Root.pem
+file path=usr/share/purple/ca-certs/America_Online_Root_Certification_Authority_1.pem
+file path=usr/share/purple/ca-certs/Baltimore_CyberTrust_Root.pem
+file path=usr/share/purple/ca-certs/CAcert_Class3.pem
+file path=usr/share/purple/ca-certs/CAcert_Root.pem
+file path=usr/share/purple/ca-certs/Deutsche_Telekom_Root_CA_2.pem
+file path=usr/share/purple/ca-certs/DigiCertHighAssuranceCA-3.pem
+file path=usr/share/purple/ca-certs/DigiCertHighAssuranceEVRootCA.pem
+file path=usr/share/purple/ca-certs/Entrust.net_2048.pem
+file path=usr/share/purple/ca-certs/Entrust.net_Secure_Server_CA.pem
+file path=usr/share/purple/ca-certs/Equifax_Secure_CA.pem
+file path=usr/share/purple/ca-certs/Equifax_Secure_Global_eBusiness_CA-1.pem
+file path=usr/share/purple/ca-certs/GTE_CyberTrust_Global_Root.pem
+file path=usr/share/purple/ca-certs/Go_Daddy_Class_2_CA.pem
+file path=usr/share/purple/ca-certs/Microsoft_Internet_Authority_2010.pem
+file path=usr/share/purple/ca-certs/Microsoft_Secure_Server_Authority_2010.pem
+file path=usr/share/purple/ca-certs/StartCom_Certification_Authority.pem
+file path=usr/share/purple/ca-certs/Thawte_Premium_Server_CA.pem
+file path=usr/share/purple/ca-certs/Thawte_Primary_Root_CA.pem
+file path=usr/share/purple/ca-certs/ValiCert_Class_2_VA.pem
+file path=usr/share/purple/ca-certs/VeriSign_Class3_Extended_Validation_CA.pem
+file path=usr/share/purple/ca-certs/VeriSign_Class_3_Primary_CA-G2.pem
+file path=usr/share/purple/ca-certs/VeriSign_Class_3_Primary_CA-G5-2.pem
+file path=usr/share/purple/ca-certs/VeriSign_Class_3_Primary_CA-G5.pem
+file path=usr/share/purple/ca-certs/VeriSign_International_Server_Class_3_CA.pem
+file path=usr/share/purple/ca-certs/Verisign_Class3_Primary_CA.pem
+file path=usr/share/sounds/purple/alert.wav
+file path=usr/share/sounds/purple/login.wav
+file path=usr/share/sounds/purple/logout.wav
+file path=usr/share/sounds/purple/receive.wav
+file path=usr/share/sounds/purple/send.wav
+license COPYING license=GPLv2