diff --git a/_oldver/pidgin213/Makefile b/_oldver/pidgin213/Makefile new file mode 100644 index 00000000..daaa0d79 --- /dev/null +++ b/_oldver/pidgin213/Makefile @@ -0,0 +1,92 @@ +# +# $Id$ +# +PORTNAME= pidgin +PORTVERSION= 2.13.0 +CATEGORIES?= net +MASTER_SITES= http://downloads.sourceforge.net/project/pidgin/Pidgin/${PORTVERSION}/ + +MAINTAINER= onborodin@gmail.com +COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) + + +LIB_DEPENDS+= libgnutls.so:crypto/libgnutls +LIB_DEPENDS+= libglib.so:devel/libglib +LIB_DEPENDS+= libgmp.so:math/libgmp +LIB_DEPENDS+= libgtkspell.so:gnome/libgtkspell +LIB_DEPENDS+= libidn.so:net/libidn +LIB_DEPENDS+= libenchant.so:text/libenchant +LIB_DEPENDS+= libgtk-x11.so:gnome/libgtk2 +LIB_DEPENDS+= libavahi-glib.so:net/avahi +LIB_DEPENDS+= libdbus-glib.so:xfce/libdbus-glib +LIB_DEPENDS+= libpango.so:gnome/libpango +LIB_DEPENDS+= libxml2.so:text/libxml2 +LIB_DEPENDS+= libstartup-notification.so:xfce/libstartup-notification + + +RUN_DEPENDS+= gtk-update-icon-cache:gnome/libgtk2 +RUN_DEPENDS+= update-desktop-database:xfce/desktop-file-utils +RUN_DEPENDS+= gconftool:gnome/gconf2 + + +GNU_CONFIGURE= yes +USES+= tar:bzip2 +USES+= gmake + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS+= --mandir=${PREFIX}/man +CONFIGURE_ARGS+= --disable-gstreamer +CONFIGURE_ARGS+= --disable-cap +CONFIGURE_ARGS+= --disable-consoleui +CONFIGURE_ARGS+= --disable-meanwhile +CONFIGURE_ARGS+= --disable-nm +CONFIGURE_ARGS+= --disable-perl +CONFIGURE_ARGS+= --disable-screensaver +CONFIGURE_ARGS+= --disable-tcl +CONFIGURE_ARGS+= --disable-tk +CONFIGURE_ARGS+= --disable-vv +CONFIGURE_ARGS+= --enable-avahi +CONFIGURE_ARGS+= --enable-dbus +CONFIGURE_ARGS+= --enable-gtkspell +CONFIGURE_ARGS+= --enable-nss=no +CONFIGURE_ARGS+= --enable-startup-notification +CONFIGURE_ARGS+= --with-avahi-client-includes=${LOCALBASE}/include +CONFIGURE_ARGS+= --with-avahi-client-libs=${LOCALBASE}/lib +CONFIGURE_ARGS+= --with-nspr-includes=${LOCALBASE}/include/nspr +CONFIGURE_ARGS+= --with-nspr-libs=${LOCALBASE}/lib +CONFIGURE_ARGS+= --without-zephyr +MAKE_ARGS+= program_transform_name="" +INSTALLS_SHLIB= yes + +FILES+= ${WRKSRC}/configure +FILES+= ${WRKSRC}/Makefile.in +FILES+= ${WRKSRC}/*/Makefile.in +FILES+= ${WRKSRC}/*/*/Makefile.in +FILES+= ${WRKSRC}/*/*/*/Makefile.in +FILES+= ${WRKSRC}/libpurple/data/*.pc.in +FILES+= ${WRKSRC}/pidgin/data/*.pc.in + +post-patch: + ${REINPLACE_CMD} -e 's,gio-2.0,gio,g' ${FILES} + ${REINPLACE_CMD} -e 's,glib-2.0,glib,g' ${FILES} + ${REINPLACE_CMD} -e 's,gmodule-2.0,gmodule,g' ${FILES} + ${REINPLACE_CMD} -e 's,gobject-2.0,gobject,g' ${FILES} + ${REINPLACE_CMD} -e 's,gthread-2.0,gthread,g' ${FILES} + ${REINPLACE_CMD} -e 's,gtk+-2.0,gtk+,g' ${FILES} + ${REINPLACE_CMD} -e 's,gtkspell-2.0,gtkspell,g' ${FILES} + ${REINPLACE_CMD} -e 's,libxml-2.0,libxml2,g' ${FILES} + ${REINPLACE_CMD} -e 's,dbus-1,dbus,g' ${FILES} + ${REINPLACE_CMD} -e 's,dbus-glib-1,dbus-glib,g' ${FILES} + ${REINPLACE_CMD} -e 's,libstartup-notification-1.0,libstartup-notification,g' ${FILES} + ${REINPLACE_CMD} -e 's,-@PURPLE_MAJOR_VERSION@,,g' ${FILES} + ${REINPLACE_CMD} -e 's,-$$(PURPLE_MAJOR_VERSION),,g' ${FILES} + ${REINPLACE_CMD} -e 's,-$$PURPLE_MAJOR_VERSION,,g' ${FILES} + + +PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +PKGINSTALL= ${WRKDIR}/pkg-install +SUB_FILES+= pkg-install pkg-deinstall + +.include +#EOF diff --git a/_oldver/pidgin213/distinfo b/_oldver/pidgin213/distinfo new file mode 100644 index 00000000..e9cfec66 --- /dev/null +++ b/_oldver/pidgin213/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1583391437 +SHA256 (pidgin-2.13.0.tar.bz2) = 2747150c6f711146bddd333c496870bfd55058bab22ffb7e4eb784018ec46d8f +SIZE (pidgin-2.13.0.tar.bz2) = 8994457 diff --git a/_oldver/pidgin213/files/patch-configure b/_oldver/pidgin213/files/patch-configure new file mode 100644 index 00000000..22bc0eea --- /dev/null +++ b/_oldver/pidgin213/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2014-12-02 11:21:18.056424694 -0500 ++++ configure 2014-12-02 11:21:43.067421364 -0500 +@@ -17452,7 +17452,7 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncursesw_initscr" >&5 + $as_echo "$ac_cv_lib_ncursesw_initscr" >&6; } + if test "x$ac_cv_lib_ncursesw_initscr" = xyes; then : +- GNT_LIBS="-lncursesw" ++ GNT_LIBS="-lncursesw -ltinfow" + else + enable_consoleui=no + fi diff --git a/_oldver/pidgin213/files/patch-x-ltmain.sh b/_oldver/pidgin213/files/patch-x-ltmain.sh new file mode 100644 index 00000000..d06cb653 --- /dev/null +++ b/_oldver/pidgin213/files/patch-x-ltmain.sh @@ -0,0 +1,36 @@ +--- ./ltmain.sh.orig 2018-03-08 08:35:46.000000000 +0200 ++++ ./ltmain.sh 2019-03-30 08:32:49.384771000 +0200 +@@ -8811,13 +8811,13 @@ + # + case $version_type in + # correct linux to gnu/linux during the next big refactor +- darwin|freebsd-elf|linux|osf|windows|none) ++ darwin|linux|osf|windows|none) + func_arith $number_major + $number_minor + current=$func_arith_result + age=$number_minor + revision=$number_revision + ;; +- freebsd-aout|qnx|sunos) ++ freebsd*|qnx|sunos) + current=$number_major + revision=$number_minor + age=0 +@@ -8900,15 +8900,9 @@ + esac + ;; + +- freebsd-aout) ++ freebsd*) + major=.$current +- versuffix=.$current.$revision +- ;; +- +- freebsd-elf) +- func_arith $current - $age +- major=.$func_arith_result +- versuffix=$major.$age.$revision ++ versuffix=.$current + ;; + + irix | nonstopux) diff --git a/_oldver/pidgin213/files/pkg-deinstall.in b/_oldver/pidgin213/files/pkg-deinstall.in new file mode 100644 index 00000000..3bb35cfb --- /dev/null +++ b/_oldver/pidgin213/files/pkg-deinstall.in @@ -0,0 +1,23 @@ +#!/bin/sh + +set -x + +LOCALBASE="%%LOCALBASE%%" + +SCHEMAS="etc/gconf/schemas/purple.schemas" + +case $2 in + DEINSTALL) + GCONF_CONFIG_SOURCE="xml:merged:${LOCALBASE}/etc/gconf/gconf.xml.defaults" + export GCONF_CONFIG_SOURCE + for schema in $SCHEMAS; do + ${LOCALBASE}/bin/gconftool --makefile-uninstall-rule ${LOCALBASE}/${schema} + done + ;; + POST-DEINSTALL) + ${LOCALBASE}/bin/update-desktop-database -q ${LOCALBASE}/share/applications + ${LOCALBASE}/bin/gtk-update-icon-cache -q ${LOCALBASE}/share/icons/hicolor + + ;; +esac +#EOF diff --git a/_oldver/pidgin213/files/pkg-install.in b/_oldver/pidgin213/files/pkg-install.in new file mode 100644 index 00000000..2c094901 --- /dev/null +++ b/_oldver/pidgin213/files/pkg-install.in @@ -0,0 +1,23 @@ +#!/bin/sh + +set -x + +LOCALBASE="%%LOCALBASE%%" + +SCHEMAS="etc/gconf/schemas/purple.schemas" + +case $2 in + PRE-INSTALL) + ;; + POST-INSTALL) + GCONF_CONFIG_SOURCE="xml:merged:${LOCALBASE}/etc/gconf/gconf.xml.defaults" + export GCONF_CONFIG_SOURCE + for schema in $SCHEMAS; do + ${LOCALBASE}/bin/gconftool --makefile-install-rule ${LOCALBASE}/${schema} + done + ${LOCALBASE}/bin/update-desktop-database -q ${LOCALBASE}/share/applications + ${LOCALBASE}/bin/gtk-update-icon-cache -q ${LOCALBASE}/share/icons/hicolor + ;; +esac +exit 0 +#EOF diff --git a/_oldver/pidgin213/pkg-descr b/_oldver/pidgin213/pkg-descr new file mode 100644 index 00000000..c9108a18 --- /dev/null +++ b/_oldver/pidgin213/pkg-descr @@ -0,0 +1,21 @@ +Pidgin is a multi-protocol instant messaging client. It is compatible with AIM +(Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu, +and Zephyr networks. + +Pidgin users can log in to multiple accounts on multiple IM networks +simultaneously. This means that you can be chatting with friends on AOL +Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an +IRC channel all at the same time. + +Pidgin supports many features of the various networks, such as file transfer +(coming soon), away messages, typing notification, and MSN window closing +notification. It also goes beyond that and provides many unique features. A +few popular features are Buddy Pounces, which give the ability to notify you, +send a message, play a sound, or run a program when a specific buddy goes away, +signs online, or returns from idle; and plugins, consisting of text +replacement, a buddy ticker, extended message notification, iconify on away, +and more. + +(Adapted from the About Pidgin page.) + +WWW: http://www.pidgin.im/ diff --git a/_oldver/pidgin213/pkg-plist b/_oldver/pidgin213/pkg-plist new file mode 100644 index 00000000..f51eac14 --- /dev/null +++ b/_oldver/pidgin213/pkg-plist @@ -0,0 +1,1149 @@ +bin/pidgin +bin/purple-client-example +bin/purple-remote +bin/purple-send +bin/purple-send-async +bin/purple-url-handler +include/libpurple/account.h +include/libpurple/accountopt.h +include/libpurple/blist.h +include/libpurple/buddyicon.h +include/libpurple/certificate.h +include/libpurple/cipher.h +include/libpurple/circbuffer.h +include/libpurple/cmds.h +include/libpurple/connection.h +include/libpurple/conversation.h +include/libpurple/core.h +include/libpurple/dbus-bindings.h +include/libpurple/dbus-define-api.h +include/libpurple/dbus-maybe.h +include/libpurple/dbus-purple.h +include/libpurple/dbus-server.h +include/libpurple/dbus-types.h +include/libpurple/dbus-useful.h +include/libpurple/debug.h +include/libpurple/desktopitem.h +include/libpurple/dnsquery.h +include/libpurple/dnssrv.h +include/libpurple/eventloop.h +include/libpurple/ft.h +include/libpurple/gaim-compat.h +include/libpurple/idle.h +include/libpurple/imgstore.h +include/libpurple/log.h +include/libpurple/marshallers.h +include/libpurple/media-gst.h +include/libpurple/media.h +include/libpurple/media/backend-iface.h +include/libpurple/media/candidate.h +include/libpurple/media/codec.h +include/libpurple/media/enum-types.h +include/libpurple/mediamanager.h +include/libpurple/mime.h +include/libpurple/nat-pmp.h +include/libpurple/network.h +include/libpurple/notify.h +include/libpurple/ntlm.h +include/libpurple/plugin.h +include/libpurple/pluginpref.h +include/libpurple/pounce.h +include/libpurple/prefs.h +include/libpurple/privacy.h +include/libpurple/proxy.h +include/libpurple/prpl.h +include/libpurple/purple.h +include/libpurple/request.h +include/libpurple/roomlist.h +include/libpurple/savedstatuses.h +include/libpurple/server.h +include/libpurple/signals.h +include/libpurple/smiley.h +include/libpurple/sound-theme-loader.h +include/libpurple/sound-theme.h +include/libpurple/sound.h +include/libpurple/sslconn.h +include/libpurple/status.h +include/libpurple/stringref.h +include/libpurple/stun.h +include/libpurple/theme-loader.h +include/libpurple/theme-manager.h +include/libpurple/theme.h +include/libpurple/upnp.h +include/libpurple/util.h +include/libpurple/value.h +include/libpurple/version.h +include/libpurple/whiteboard.h +include/libpurple/xmlnode.h +include/pidgin/gtkaccount.h +include/pidgin/gtkblist-theme-loader.h +include/pidgin/gtkblist-theme.h +include/pidgin/gtkblist.h +include/pidgin/gtkcellrendererexpander.h +include/pidgin/gtkcertmgr.h +include/pidgin/gtkconn.h +include/pidgin/gtkconv.h +include/pidgin/gtkconvwin.h +include/pidgin/gtkdebug.h +include/pidgin/gtkdialogs.h +include/pidgin/gtkdnd-hints.h +include/pidgin/gtkdocklet.h +include/pidgin/gtkeventloop.h +include/pidgin/gtkft.h +include/pidgin/gtkgaim-compat.h +include/pidgin/gtkicon-theme-loader.h +include/pidgin/gtkicon-theme.h +include/pidgin/gtkidle.h +include/pidgin/gtkimhtml.h +include/pidgin/gtkimhtmltoolbar.h +include/pidgin/gtklog.h +include/pidgin/gtkmedia.h +include/pidgin/gtkmenutray.h +include/pidgin/gtknickcolors.h +include/pidgin/gtknotify.h +include/pidgin/gtkplugin.h +include/pidgin/gtkpluginpref.h +include/pidgin/gtkpounce.h +include/pidgin/gtkprefs.h +include/pidgin/gtkprivacy.h +include/pidgin/gtkrequest.h +include/pidgin/gtkroomlist.h +include/pidgin/gtksavedstatuses.h +include/pidgin/gtkscrollbook.h +include/pidgin/gtksession.h +include/pidgin/gtksmiley.h +include/pidgin/gtksound.h +include/pidgin/gtksourceiter.h +include/pidgin/gtksourceundomanager.h +include/pidgin/gtksourceview-marshal.h +include/pidgin/gtkstatus-icon-theme.h +include/pidgin/gtkstatusbox.h +include/pidgin/gtkstyle.h +include/pidgin/gtkthemes.h +include/pidgin/gtkutils.h +include/pidgin/gtkwhiteboard.h +include/pidgin/minidialog.h +include/pidgin/pidgin.h +include/pidgin/pidginstock.h +include/pidgin/pidgintooltip.h +lib/libpurple-client.la +lib/libpurple-client.so +lib/libpurple-client.so.13 +lib/libpurple.la +lib/libpurple.so +lib/libpurple.so.13 +lib/pidgin/convcolors.la +lib/pidgin/convcolors.so +lib/pidgin/extplacement.la +lib/pidgin/extplacement.so +lib/pidgin/gestures.la +lib/pidgin/gestures.so +lib/pidgin/gtkbuddynote.la +lib/pidgin/gtkbuddynote.so +lib/pidgin/history.la +lib/pidgin/history.so +lib/pidgin/iconaway.la +lib/pidgin/iconaway.so +lib/pidgin/markerline.la +lib/pidgin/markerline.so +lib/pidgin/musicmessaging.la +lib/pidgin/musicmessaging.so +lib/pidgin/notify.la +lib/pidgin/notify.so +lib/pidgin/pidginrc.la +lib/pidgin/pidginrc.so +lib/pidgin/relnot.la +lib/pidgin/relnot.so +lib/pidgin/sendbutton.la +lib/pidgin/sendbutton.so +lib/pidgin/spellchk.la +lib/pidgin/spellchk.so +lib/pidgin/themeedit.la +lib/pidgin/themeedit.so +lib/pidgin/ticker.la +lib/pidgin/ticker.so +lib/pidgin/timestamp_format.la +lib/pidgin/timestamp_format.so +lib/pidgin/timestamp.la +lib/pidgin/timestamp.so +lib/pidgin/transparency.la +lib/pidgin/transparency.so +lib/pidgin/xmppconsole.la +lib/pidgin/xmppconsole.so +lib/pidgin/xmppdisco.la +lib/pidgin/xmppdisco.so +lib/pkgconfig/pidgin.pc +lib/pkgconfig/purple.pc +lib/purple/autoaccept.la +lib/purple/autoaccept.so +lib/purple/buddynote.la +lib/purple/buddynote.so +lib/purple/dbus-example.la +lib/purple/dbus-example.so +lib/purple/idle.la +lib/purple/idle.so +lib/purple/joinpart.la +lib/purple/joinpart.so +lib/purple/libaim.la +lib/purple/libaim.so +lib/purple/libbonjour.la +lib/purple/libbonjour.so +lib/purple/libgg.la +lib/purple/libgg.so +lib/purple/libirc.la +lib/purple/libirc.so +lib/purple/libjabber.la +lib/purple/libjabber.so +lib/purple/libjabber.so.0 +lib/purple/libnovell.la +lib/purple/libnovell.so +lib/purple/liboscar.la +lib/purple/liboscar.so +lib/purple/liboscar.so.0 +lib/purple/libsimple.la +lib/purple/libsimple.so +lib/purple/libxmpp.la +lib/purple/libxmpp.so +lib/purple/libzephyr.la +lib/purple/libzephyr.so +lib/purple/log_reader.la +lib/purple/log_reader.so +lib/purple/newline.la +lib/purple/newline.so +lib/purple/offlinemsg.la +lib/purple/offlinemsg.so +lib/purple/psychic.la +lib/purple/psychic.so +lib/purple/ssl-gnutls.la +lib/purple/ssl-gnutls.so +lib/purple/ssl.la +lib/purple/ssl.so +lib/purple/statenotify.la +lib/purple/statenotify.so +man/man1/pidgin.1.gz +share/aclocal/purple.m4 +share/appdata/pidgin.appdata.xml +share/applications/pidgin.desktop +share/icons/hicolor/16x16/apps/pidgin.png +share/icons/hicolor/22x22/apps/pidgin.png +share/icons/hicolor/24x24/apps/pidgin.png +share/icons/hicolor/32x32/apps/pidgin.png +share/icons/hicolor/48x48/apps/pidgin.png +share/icons/hicolor/scalable/apps/pidgin.svg +share/locale/af/LC_MESSAGES/pidgin.mo +share/locale/am/LC_MESSAGES/pidgin.mo +share/locale/ar/LC_MESSAGES/pidgin.mo +share/locale/as/LC_MESSAGES/pidgin.mo +share/locale/ast/LC_MESSAGES/pidgin.mo +share/locale/az/LC_MESSAGES/pidgin.mo +share/locale/be@latin/LC_MESSAGES/pidgin.mo +share/locale/bg/LC_MESSAGES/pidgin.mo +share/locale/bn_IN/LC_MESSAGES/pidgin.mo +share/locale/bn/LC_MESSAGES/pidgin.mo +share/locale/br/LC_MESSAGES/pidgin.mo +share/locale/brx/LC_MESSAGES/pidgin.mo +share/locale/bs/LC_MESSAGES/pidgin.mo +share/locale/ca@valencia/LC_MESSAGES/pidgin.mo +share/locale/ca/LC_MESSAGES/pidgin.mo +share/locale/cs/LC_MESSAGES/pidgin.mo +share/locale/da/LC_MESSAGES/pidgin.mo +share/locale/de/LC_MESSAGES/pidgin.mo +share/locale/dz/LC_MESSAGES/pidgin.mo +share/locale/el/LC_MESSAGES/pidgin.mo +share/locale/en_AU/LC_MESSAGES/pidgin.mo +share/locale/en_CA/LC_MESSAGES/pidgin.mo +share/locale/en_GB/LC_MESSAGES/pidgin.mo +share/locale/eo/LC_MESSAGES/pidgin.mo +share/locale/es_AR/LC_MESSAGES/pidgin.mo +share/locale/es/LC_MESSAGES/pidgin.mo +share/locale/et/LC_MESSAGES/pidgin.mo +share/locale/eu/LC_MESSAGES/pidgin.mo +share/locale/fa/LC_MESSAGES/pidgin.mo +share/locale/fi/LC_MESSAGES/pidgin.mo +share/locale/fr/LC_MESSAGES/pidgin.mo +share/locale/ga/LC_MESSAGES/pidgin.mo +share/locale/gl/LC_MESSAGES/pidgin.mo +share/locale/gu/LC_MESSAGES/pidgin.mo +share/locale/he/LC_MESSAGES/pidgin.mo +share/locale/hi/LC_MESSAGES/pidgin.mo +share/locale/hr/LC_MESSAGES/pidgin.mo +share/locale/hu/LC_MESSAGES/pidgin.mo +share/locale/id/LC_MESSAGES/pidgin.mo +share/locale/it/LC_MESSAGES/pidgin.mo +share/locale/ja/LC_MESSAGES/pidgin.mo +share/locale/ka/LC_MESSAGES/pidgin.mo +share/locale/kk/LC_MESSAGES/pidgin.mo +share/locale/km/LC_MESSAGES/pidgin.mo +share/locale/kn/LC_MESSAGES/pidgin.mo +share/locale/ko/LC_MESSAGES/pidgin.mo +share/locale/ks/LC_MESSAGES/pidgin.mo +share/locale/ku_IQ/LC_MESSAGES/pidgin.mo +share/locale/ku/LC_MESSAGES/pidgin.mo +share/locale/lt/LC_MESSAGES/pidgin.mo +share/locale/lv/LC_MESSAGES/pidgin.mo +share/locale/mai/LC_MESSAGES/pidgin.mo +share/locale/mhr/LC_MESSAGES/pidgin.mo +share/locale/mk/LC_MESSAGES/pidgin.mo +share/locale/ml/LC_MESSAGES/pidgin.mo +share/locale/mn/LC_MESSAGES/pidgin.mo +share/locale/mr/LC_MESSAGES/pidgin.mo +share/locale/ms_MY/LC_MESSAGES/pidgin.mo +share/locale/my_MM/LC_MESSAGES/pidgin.mo +share/locale/nb/LC_MESSAGES/pidgin.mo +share/locale/ne/LC_MESSAGES/pidgin.mo +share/locale/nl/LC_MESSAGES/pidgin.mo +share/locale/nn/LC_MESSAGES/pidgin.mo +share/locale/oc/LC_MESSAGES/pidgin.mo +share/locale/or/LC_MESSAGES/pidgin.mo +share/locale/pa/LC_MESSAGES/pidgin.mo +share/locale/pl/LC_MESSAGES/pidgin.mo +share/locale/ps/LC_MESSAGES/pidgin.mo +share/locale/pt_BR/LC_MESSAGES/pidgin.mo +share/locale/pt/LC_MESSAGES/pidgin.mo +share/locale/ro/LC_MESSAGES/pidgin.mo +share/locale/ru/LC_MESSAGES/pidgin.mo +share/locale/sd/LC_MESSAGES/pidgin.mo +share/locale/si/LC_MESSAGES/pidgin.mo +share/locale/sk/LC_MESSAGES/pidgin.mo +share/locale/sl/LC_MESSAGES/pidgin.mo +share/locale/sq/LC_MESSAGES/pidgin.mo +share/locale/sr@latin/LC_MESSAGES/pidgin.mo +share/locale/sr/LC_MESSAGES/pidgin.mo +share/locale/sv/LC_MESSAGES/pidgin.mo +share/locale/sw/LC_MESSAGES/pidgin.mo +share/locale/ta/LC_MESSAGES/pidgin.mo +share/locale/te/LC_MESSAGES/pidgin.mo +share/locale/th/LC_MESSAGES/pidgin.mo +share/locale/tr/LC_MESSAGES/pidgin.mo +share/locale/tt/LC_MESSAGES/pidgin.mo +share/locale/uk/LC_MESSAGES/pidgin.mo +share/locale/ur/LC_MESSAGES/pidgin.mo +share/locale/uz/LC_MESSAGES/pidgin.mo +share/locale/vi/LC_MESSAGES/pidgin.mo +share/locale/xh/LC_MESSAGES/pidgin.mo +share/locale/zh_CN/LC_MESSAGES/pidgin.mo +share/locale/zh_HK/LC_MESSAGES/pidgin.mo +share/locale/zh_TW/LC_MESSAGES/pidgin.mo +share/pixmaps/pidgin/animations/16/connect0.png +share/pixmaps/pidgin/animations/16/connect1.png +share/pixmaps/pidgin/animations/16/connect2.png +share/pixmaps/pidgin/animations/16/connect3.png +share/pixmaps/pidgin/animations/16/connect4.png +share/pixmaps/pidgin/animations/16/connect5.png +share/pixmaps/pidgin/animations/16/connect6.png +share/pixmaps/pidgin/animations/16/connect7.png +share/pixmaps/pidgin/animations/16/connect8.png +share/pixmaps/pidgin/animations/16/process-working0.png +share/pixmaps/pidgin/animations/16/process-working1.png +share/pixmaps/pidgin/animations/16/process-working10.png +share/pixmaps/pidgin/animations/16/process-working11.png +share/pixmaps/pidgin/animations/16/process-working12.png +share/pixmaps/pidgin/animations/16/process-working13.png +share/pixmaps/pidgin/animations/16/process-working14.png +share/pixmaps/pidgin/animations/16/process-working15.png +share/pixmaps/pidgin/animations/16/process-working16.png +share/pixmaps/pidgin/animations/16/process-working17.png +share/pixmaps/pidgin/animations/16/process-working18.png +share/pixmaps/pidgin/animations/16/process-working19.png +share/pixmaps/pidgin/animations/16/process-working2.png +share/pixmaps/pidgin/animations/16/process-working20.png +share/pixmaps/pidgin/animations/16/process-working21.png +share/pixmaps/pidgin/animations/16/process-working22.png +share/pixmaps/pidgin/animations/16/process-working23.png +share/pixmaps/pidgin/animations/16/process-working24.png +share/pixmaps/pidgin/animations/16/process-working25.png +share/pixmaps/pidgin/animations/16/process-working26.png +share/pixmaps/pidgin/animations/16/process-working27.png +share/pixmaps/pidgin/animations/16/process-working28.png +share/pixmaps/pidgin/animations/16/process-working29.png +share/pixmaps/pidgin/animations/16/process-working3.png +share/pixmaps/pidgin/animations/16/process-working30.png +share/pixmaps/pidgin/animations/16/process-working4.png +share/pixmaps/pidgin/animations/16/process-working5.png +share/pixmaps/pidgin/animations/16/process-working6.png +share/pixmaps/pidgin/animations/16/process-working7.png +share/pixmaps/pidgin/animations/16/process-working8.png +share/pixmaps/pidgin/animations/16/process-working9.png +share/pixmaps/pidgin/animations/16/typing0.png +share/pixmaps/pidgin/animations/16/typing1.png +share/pixmaps/pidgin/animations/16/typing2.png +share/pixmaps/pidgin/animations/16/typing3.png +share/pixmaps/pidgin/animations/16/typing4.png +share/pixmaps/pidgin/animations/16/typing5.png +share/pixmaps/pidgin/arrow-down.xpm +share/pixmaps/pidgin/arrow-left.xpm +share/pixmaps/pidgin/arrow-right.xpm +share/pixmaps/pidgin/arrow-up.xpm +share/pixmaps/pidgin/buttons/edit.png +share/pixmaps/pidgin/buttons/info.png +share/pixmaps/pidgin/buttons/music.png +share/pixmaps/pidgin/buttons/pause.png +share/pixmaps/pidgin/dialogs/16/auth.png +share/pixmaps/pidgin/dialogs/16/error.png +share/pixmaps/pidgin/dialogs/16/info.png +share/pixmaps/pidgin/dialogs/16/mail.png +share/pixmaps/pidgin/dialogs/16/question.png +share/pixmaps/pidgin/dialogs/64/auth.png +share/pixmaps/pidgin/dialogs/64/cool.png +share/pixmaps/pidgin/dialogs/64/dialog.png +share/pixmaps/pidgin/dialogs/64/error.png +share/pixmaps/pidgin/dialogs/64/info.png +share/pixmaps/pidgin/dialogs/64/mail.png +share/pixmaps/pidgin/dialogs/64/question.png +share/pixmaps/pidgin/dialogs/64/warning.png +share/pixmaps/pidgin/dialogs/scalable/auth.svg +share/pixmaps/pidgin/dialogs/scalable/cool.svg +share/pixmaps/pidgin/dialogs/scalable/dialog.svg +share/pixmaps/pidgin/dialogs/scalable/error.svg +share/pixmaps/pidgin/dialogs/scalable/info.svg +share/pixmaps/pidgin/dialogs/scalable/question.svg +share/pixmaps/pidgin/dialogs/scalable/warning.svg +share/pixmaps/pidgin/emblems/16/aol-client.png +share/pixmaps/pidgin/emblems/16/birthday.png +share/pixmaps/pidgin/emblems/16/blocked.png +share/pixmaps/pidgin/emblems/16/bot.png +share/pixmaps/pidgin/emblems/16/external.png +share/pixmaps/pidgin/emblems/16/female.png +share/pixmaps/pidgin/emblems/16/founder.png +share/pixmaps/pidgin/emblems/16/free-for-chat.png +share/pixmaps/pidgin/emblems/16/game.png +share/pixmaps/pidgin/emblems/16/half-operator.png +share/pixmaps/pidgin/emblems/16/hiptop.png +share/pixmaps/pidgin/emblems/16/male.png +share/pixmaps/pidgin/emblems/16/mobile.png +share/pixmaps/pidgin/emblems/16/not-authorized.png +share/pixmaps/pidgin/emblems/16/operator.png +share/pixmaps/pidgin/emblems/16/secure.png +share/pixmaps/pidgin/emblems/16/unavailable.png +share/pixmaps/pidgin/emblems/16/video.png +share/pixmaps/pidgin/emblems/16/voice.png +share/pixmaps/pidgin/emblems/scalable/aol-client.svg +share/pixmaps/pidgin/emblems/scalable/blocked.svg +share/pixmaps/pidgin/emblems/scalable/bot.svg +share/pixmaps/pidgin/emblems/scalable/external.svg +share/pixmaps/pidgin/emblems/scalable/female.svg +share/pixmaps/pidgin/emblems/scalable/free-for-chat.svg +share/pixmaps/pidgin/emblems/scalable/game.svg +share/pixmaps/pidgin/emblems/scalable/male.svg +share/pixmaps/pidgin/emblems/scalable/not-authorized.svg +share/pixmaps/pidgin/emblems/scalable/secure.svg +share/pixmaps/pidgin/emblems/scalable/unavailable.svg +share/pixmaps/pidgin/emblems/scalable/video.svg +share/pixmaps/pidgin/emblems/scalable/voice.svg +share/pixmaps/pidgin/emotes/default/act-up.png +share/pixmaps/pidgin/emotes/default/afraid.png +share/pixmaps/pidgin/emotes/default/airplane.png +share/pixmaps/pidgin/emotes/default/alien.png +share/pixmaps/pidgin/emotes/default/amorous.png +share/pixmaps/pidgin/emotes/default/angel.png +share/pixmaps/pidgin/emotes/default/angry.png +share/pixmaps/pidgin/emotes/default/arrogant.png +share/pixmaps/pidgin/emotes/default/at-wits-end.png +share/pixmaps/pidgin/emotes/default/bad.png +share/pixmaps/pidgin/emotes/default/bashful.png +share/pixmaps/pidgin/emotes/default/beat-up.png +share/pixmaps/pidgin/emotes/default/beauty.png +share/pixmaps/pidgin/emotes/default/beer.png +share/pixmaps/pidgin/emotes/default/blowkiss.png +share/pixmaps/pidgin/emotes/default/bomb.png +share/pixmaps/pidgin/emotes/default/bored.png +share/pixmaps/pidgin/emotes/default/bowl.png +share/pixmaps/pidgin/emotes/default/boy.png +share/pixmaps/pidgin/emotes/default/brb.png +share/pixmaps/pidgin/emotes/default/bulgy-eyes.png +share/pixmaps/pidgin/emotes/default/bunny.png +share/pixmaps/pidgin/emotes/default/bye.png +share/pixmaps/pidgin/emotes/default/cake.png +share/pixmaps/pidgin/emotes/default/call-me.png +share/pixmaps/pidgin/emotes/default/camera.png +share/pixmaps/pidgin/emotes/default/can.png +share/pixmaps/pidgin/emotes/default/car.png +share/pixmaps/pidgin/emotes/default/cat.png +share/pixmaps/pidgin/emotes/default/chicken.png +share/pixmaps/pidgin/emotes/default/chilli.png +share/pixmaps/pidgin/emotes/default/cigarette.png +share/pixmaps/pidgin/emotes/default/clap.png +share/pixmaps/pidgin/emotes/default/clock.png +share/pixmaps/pidgin/emotes/default/cloudy.png +share/pixmaps/pidgin/emotes/default/clover.png +share/pixmaps/pidgin/emotes/default/clown.png +share/pixmaps/pidgin/emotes/default/coffee.png +share/pixmaps/pidgin/emotes/default/coins.png +share/pixmaps/pidgin/emotes/default/cold.png +share/pixmaps/pidgin/emotes/default/computer.png +share/pixmaps/pidgin/emotes/default/confused.png +share/pixmaps/pidgin/emotes/default/console.png +share/pixmaps/pidgin/emotes/default/cow.png +share/pixmaps/pidgin/emotes/default/cowboy.png +share/pixmaps/pidgin/emotes/default/crying.png +share/pixmaps/pidgin/emotes/default/curl-lip.png +share/pixmaps/pidgin/emotes/default/curse.png +share/pixmaps/pidgin/emotes/default/cute.png +share/pixmaps/pidgin/emotes/default/cyclops.png +share/pixmaps/pidgin/emotes/default/dance.png +share/pixmaps/pidgin/emotes/default/dazed.png +share/pixmaps/pidgin/emotes/default/desire.png +share/pixmaps/pidgin/emotes/default/devil.png +share/pixmaps/pidgin/emotes/default/disappointed.png +share/pixmaps/pidgin/emotes/default/disdain.png +share/pixmaps/pidgin/emotes/default/doctor.png +share/pixmaps/pidgin/emotes/default/dog.png +share/pixmaps/pidgin/emotes/default/doh.png +share/pixmaps/pidgin/emotes/default/dont-know.png +share/pixmaps/pidgin/emotes/default/drink.png +share/pixmaps/pidgin/emotes/default/drool.png +share/pixmaps/pidgin/emotes/default/embarrassed.png +share/pixmaps/pidgin/emotes/default/excited.png +share/pixmaps/pidgin/emotes/default/excruciating.png +share/pixmaps/pidgin/emotes/default/eyeroll.png +share/pixmaps/pidgin/emotes/default/female-fighter.png +share/pixmaps/pidgin/emotes/default/film.png +share/pixmaps/pidgin/emotes/default/fingers-crossed.png +share/pixmaps/pidgin/emotes/default/flag.png +share/pixmaps/pidgin/emotes/default/foot-in-mouth.png +share/pixmaps/pidgin/emotes/default/freaked-out.png +share/pixmaps/pidgin/emotes/default/ghost.png +share/pixmaps/pidgin/emotes/default/giggle.png +share/pixmaps/pidgin/emotes/default/girl.png +share/pixmaps/pidgin/emotes/default/glasses-cool.png +share/pixmaps/pidgin/emotes/default/glasses-nerdy.png +share/pixmaps/pidgin/emotes/default/go-away.png +share/pixmaps/pidgin/emotes/default/goat.png +share/pixmaps/pidgin/emotes/default/good.png +share/pixmaps/pidgin/emotes/default/hammer.png +share/pixmaps/pidgin/emotes/default/handcuffs.png +share/pixmaps/pidgin/emotes/default/handshake.png +share/pixmaps/pidgin/emotes/default/happy.png +share/pixmaps/pidgin/emotes/default/highfive.png +share/pixmaps/pidgin/emotes/default/hot.png +share/pixmaps/pidgin/emotes/default/hug-left.png +share/pixmaps/pidgin/emotes/default/hug-right.png +share/pixmaps/pidgin/emotes/default/hungry.png +share/pixmaps/pidgin/emotes/default/hypnotized.png +share/pixmaps/pidgin/emotes/default/in_love.png +share/pixmaps/pidgin/emotes/default/island.png +share/pixmaps/pidgin/emotes/default/jump.png +share/pixmaps/pidgin/emotes/default/kiss.png +share/pixmaps/pidgin/emotes/default/kissed.png +share/pixmaps/pidgin/emotes/default/kissing.png +share/pixmaps/pidgin/emotes/default/knife.png +share/pixmaps/pidgin/emotes/default/lamp.png +share/pixmaps/pidgin/emotes/default/lashes.png +share/pixmaps/pidgin/emotes/default/laugh.png +share/pixmaps/pidgin/emotes/default/liquor.png +share/pixmaps/pidgin/emotes/default/loser.png +share/pixmaps/pidgin/emotes/default/love-over.png +share/pixmaps/pidgin/emotes/default/lying.png +share/pixmaps/pidgin/emotes/default/mad-tongue.png +share/pixmaps/pidgin/emotes/default/mail.png +share/pixmaps/pidgin/emotes/default/male-fighter1.png +share/pixmaps/pidgin/emotes/default/male-fighter2.png +share/pixmaps/pidgin/emotes/default/mean.png +share/pixmaps/pidgin/emotes/default/meeting.png +share/pixmaps/pidgin/emotes/default/messed.png +share/pixmaps/pidgin/emotes/default/mobile.png +share/pixmaps/pidgin/emotes/default/mohawk.png +share/pixmaps/pidgin/emotes/default/moneymouth.png +share/pixmaps/pidgin/emotes/default/monkey.png +share/pixmaps/pidgin/emotes/default/moon.png +share/pixmaps/pidgin/emotes/default/mrgreen.png +share/pixmaps/pidgin/emotes/default/music.png +share/pixmaps/pidgin/emotes/default/musical-note.png +share/pixmaps/pidgin/emotes/default/nervous.png +share/pixmaps/pidgin/emotes/default/neutral.png +share/pixmaps/pidgin/emotes/default/on-the-phone.png +share/pixmaps/pidgin/emotes/default/party.png +share/pixmaps/pidgin/emotes/default/peace.png +share/pixmaps/pidgin/emotes/default/phone.png +share/pixmaps/pidgin/emotes/default/pig.png +share/pixmaps/pidgin/emotes/default/pill.png +share/pixmaps/pidgin/emotes/default/pirate.png +share/pixmaps/pidgin/emotes/default/pissed-off.png +share/pixmaps/pidgin/emotes/default/pizza.png +share/pixmaps/pidgin/emotes/default/plate.png +share/pixmaps/pidgin/emotes/default/poop.png +share/pixmaps/pidgin/emotes/default/pray.png +share/pixmaps/pidgin/emotes/default/present.png +share/pixmaps/pidgin/emotes/default/pumpkin.png +share/pixmaps/pidgin/emotes/default/question.png +share/pixmaps/pidgin/emotes/default/quiet.png +share/pixmaps/pidgin/emotes/default/rain.png +share/pixmaps/pidgin/emotes/default/rainbow.png +share/pixmaps/pidgin/emotes/default/rose-dead.png +share/pixmaps/pidgin/emotes/default/rose.png +share/pixmaps/pidgin/emotes/default/rotfl.png +share/pixmaps/pidgin/emotes/default/sad.png +share/pixmaps/pidgin/emotes/default/sarcastic.png +share/pixmaps/pidgin/emotes/default/search.png +share/pixmaps/pidgin/emotes/default/secret.png +share/pixmaps/pidgin/emotes/default/shame.png +share/pixmaps/pidgin/emotes/default/sheep.png +share/pixmaps/pidgin/emotes/default/shocked.png +share/pixmaps/pidgin/emotes/default/shout.png +share/pixmaps/pidgin/emotes/default/shut-mouth.png +share/pixmaps/pidgin/emotes/default/sick.png +share/pixmaps/pidgin/emotes/default/sidefrown.png +share/pixmaps/pidgin/emotes/default/silly.png +share/pixmaps/pidgin/emotes/default/sinister.png +share/pixmaps/pidgin/emotes/default/skeleton.png +share/pixmaps/pidgin/emotes/default/skywalker.png +share/pixmaps/pidgin/emotes/default/sleeping.png +share/pixmaps/pidgin/emotes/default/sleepy.png +share/pixmaps/pidgin/emotes/default/smirk.png +share/pixmaps/pidgin/emotes/default/snail.png +share/pixmaps/pidgin/emotes/default/snicker.png +share/pixmaps/pidgin/emotes/default/snowman.png +share/pixmaps/pidgin/emotes/default/soccerball.png +share/pixmaps/pidgin/emotes/default/soldier.png +share/pixmaps/pidgin/emotes/default/star.png +share/pixmaps/pidgin/emotes/default/starving.png +share/pixmaps/pidgin/emotes/default/stop.png +share/pixmaps/pidgin/emotes/default/stressed.png +share/pixmaps/pidgin/emotes/default/struggle.png +share/pixmaps/pidgin/emotes/default/sun.png +share/pixmaps/pidgin/emotes/default/talktohand.png +share/pixmaps/pidgin/emotes/default/teeth.png +share/pixmaps/pidgin/emotes/default/terror.png +share/pixmaps/pidgin/emotes/default/theme +share/pixmaps/pidgin/emotes/default/thinking.png +share/pixmaps/pidgin/emotes/default/thunder.png +share/pixmaps/pidgin/emotes/default/time-out.png +share/pixmaps/pidgin/emotes/default/tongue.png +share/pixmaps/pidgin/emotes/default/turtle.png +share/pixmaps/pidgin/emotes/default/tv.png +share/pixmaps/pidgin/emotes/default/umbrella.png +share/pixmaps/pidgin/emotes/default/vampire.png +share/pixmaps/pidgin/emotes/default/victory.png +share/pixmaps/pidgin/emotes/default/waiting.png +share/pixmaps/pidgin/emotes/default/watermelon.png +share/pixmaps/pidgin/emotes/default/waving.png +share/pixmaps/pidgin/emotes/default/weep.png +share/pixmaps/pidgin/emotes/default/wilt.png +share/pixmaps/pidgin/emotes/default/wink.png +share/pixmaps/pidgin/emotes/default/worship.png +share/pixmaps/pidgin/emotes/default/yin-yang.png +share/pixmaps/pidgin/emotes/none/theme +share/pixmaps/pidgin/emotes/small/afraid.png +share/pixmaps/pidgin/emotes/small/amorous.png +share/pixmaps/pidgin/emotes/small/angel.png +share/pixmaps/pidgin/emotes/small/angry.png +share/pixmaps/pidgin/emotes/small/bathing.png +share/pixmaps/pidgin/emotes/small/beer.png +share/pixmaps/pidgin/emotes/small/bored.png +share/pixmaps/pidgin/emotes/small/boy.png +share/pixmaps/pidgin/emotes/small/camera.png +share/pixmaps/pidgin/emotes/small/chilli.png +share/pixmaps/pidgin/emotes/small/cigarette.png +share/pixmaps/pidgin/emotes/small/cinema.png +share/pixmaps/pidgin/emotes/small/coffee.png +share/pixmaps/pidgin/emotes/small/cold.png +share/pixmaps/pidgin/emotes/small/confused.png +share/pixmaps/pidgin/emotes/small/console.png +share/pixmaps/pidgin/emotes/small/cross.png +share/pixmaps/pidgin/emotes/small/crying.png +share/pixmaps/pidgin/emotes/small/devil.png +share/pixmaps/pidgin/emotes/small/disappointed.png +share/pixmaps/pidgin/emotes/small/dont-know.png +share/pixmaps/pidgin/emotes/small/drool.png +share/pixmaps/pidgin/emotes/small/embarrassed.png +share/pixmaps/pidgin/emotes/small/excited.png +share/pixmaps/pidgin/emotes/small/excruciating.png +share/pixmaps/pidgin/emotes/small/eyeroll.png +share/pixmaps/pidgin/emotes/small/girl.png +share/pixmaps/pidgin/emotes/small/grumpy.png +share/pixmaps/pidgin/emotes/small/happy.png +share/pixmaps/pidgin/emotes/small/hot.png +share/pixmaps/pidgin/emotes/small/hug-left.png +share/pixmaps/pidgin/emotes/small/hug-right.png +share/pixmaps/pidgin/emotes/small/hungry.png +share/pixmaps/pidgin/emotes/small/in_love.png +share/pixmaps/pidgin/emotes/small/internet.png +share/pixmaps/pidgin/emotes/small/invincible.png +share/pixmaps/pidgin/emotes/small/kiss.png +share/pixmaps/pidgin/emotes/small/lamp.png +share/pixmaps/pidgin/emotes/small/lying.png +share/pixmaps/pidgin/emotes/small/meeting.png +share/pixmaps/pidgin/emotes/small/mobile.png +share/pixmaps/pidgin/emotes/small/mrgreen.png +share/pixmaps/pidgin/emotes/small/music.png +share/pixmaps/pidgin/emotes/small/musical-note.png +share/pixmaps/pidgin/emotes/small/nerdy.png +share/pixmaps/pidgin/emotes/small/neutral.png +share/pixmaps/pidgin/emotes/small/party.png +share/pixmaps/pidgin/emotes/small/phone.png +share/pixmaps/pidgin/emotes/small/pirate.png +share/pixmaps/pidgin/emotes/small/pissed-off.png +share/pixmaps/pidgin/emotes/small/plate.png +share/pixmaps/pidgin/emotes/small/question.png +share/pixmaps/pidgin/emotes/small/restroom.png +share/pixmaps/pidgin/emotes/small/rose.png +share/pixmaps/pidgin/emotes/small/sad.png +share/pixmaps/pidgin/emotes/small/search.png +share/pixmaps/pidgin/emotes/small/shame.png +share/pixmaps/pidgin/emotes/small/shocked.png +share/pixmaps/pidgin/emotes/small/shopping.png +share/pixmaps/pidgin/emotes/small/shut-mouth.png +share/pixmaps/pidgin/emotes/small/sick.png +share/pixmaps/pidgin/emotes/small/silent.png +share/pixmaps/pidgin/emotes/small/sleeping.png +share/pixmaps/pidgin/emotes/small/sleepy.png +share/pixmaps/pidgin/emotes/small/star.png +share/pixmaps/pidgin/emotes/small/stressed.png +share/pixmaps/pidgin/emotes/small/studying.png +share/pixmaps/pidgin/emotes/small/suit.png +share/pixmaps/pidgin/emotes/small/surfing.png +share/pixmaps/pidgin/emotes/small/theme +share/pixmaps/pidgin/emotes/small/thinking.png +share/pixmaps/pidgin/emotes/small/thunder.png +share/pixmaps/pidgin/emotes/small/tongue.png +share/pixmaps/pidgin/emotes/small/tv.png +share/pixmaps/pidgin/emotes/small/typing.png +share/pixmaps/pidgin/emotes/small/uhm-yeah.png +share/pixmaps/pidgin/emotes/small/wink.png +share/pixmaps/pidgin/emotes/small/working.png +share/pixmaps/pidgin/emotes/small/writing.png +share/pixmaps/pidgin/logo.png +share/pixmaps/pidgin/protocols/16/aim.png +share/pixmaps/pidgin/protocols/16/bonjour.png +share/pixmaps/pidgin/protocols/16/facebook.png +share/pixmaps/pidgin/protocols/16/gadu-gadu.png +share/pixmaps/pidgin/protocols/16/google-talk.png +share/pixmaps/pidgin/protocols/16/icq.png +share/pixmaps/pidgin/protocols/16/irc.png +share/pixmaps/pidgin/protocols/16/jabber.png +share/pixmaps/pidgin/protocols/16/meanwhile.png +share/pixmaps/pidgin/protocols/16/novell.png +share/pixmaps/pidgin/protocols/16/silc.png +share/pixmaps/pidgin/protocols/16/simple.png +share/pixmaps/pidgin/protocols/16/zephyr.png +share/pixmaps/pidgin/protocols/22/aim.png +share/pixmaps/pidgin/protocols/22/bonjour.png +share/pixmaps/pidgin/protocols/22/facebook.png +share/pixmaps/pidgin/protocols/22/gadu-gadu.png +share/pixmaps/pidgin/protocols/22/google-talk.png +share/pixmaps/pidgin/protocols/22/icq.png +share/pixmaps/pidgin/protocols/22/irc.png +share/pixmaps/pidgin/protocols/22/jabber.png +share/pixmaps/pidgin/protocols/22/meanwhile.png +share/pixmaps/pidgin/protocols/22/novell.png +share/pixmaps/pidgin/protocols/22/silc.png +share/pixmaps/pidgin/protocols/22/simple.png +share/pixmaps/pidgin/protocols/22/zephyr.png +share/pixmaps/pidgin/protocols/48/aim.png +share/pixmaps/pidgin/protocols/48/bonjour.png +share/pixmaps/pidgin/protocols/48/facebook.png +share/pixmaps/pidgin/protocols/48/gadu-gadu.png +share/pixmaps/pidgin/protocols/48/icq.png +share/pixmaps/pidgin/protocols/48/irc.png +share/pixmaps/pidgin/protocols/48/jabber.png +share/pixmaps/pidgin/protocols/48/meanwhile.png +share/pixmaps/pidgin/protocols/48/novell.png +share/pixmaps/pidgin/protocols/48/silc.png +share/pixmaps/pidgin/protocols/48/simple.png +share/pixmaps/pidgin/protocols/48/zephyr.png +share/pixmaps/pidgin/protocols/scalable/aim.svg +share/pixmaps/pidgin/protocols/scalable/bonjour.svg +share/pixmaps/pidgin/protocols/scalable/gadu-gadu.svg +share/pixmaps/pidgin/protocols/scalable/google-talk.svg +share/pixmaps/pidgin/protocols/scalable/icq.svg +share/pixmaps/pidgin/protocols/scalable/irc.svg +share/pixmaps/pidgin/protocols/scalable/jabber.svg +share/pixmaps/pidgin/protocols/scalable/meanwhile.svg +share/pixmaps/pidgin/protocols/scalable/novell.svg +share/pixmaps/pidgin/protocols/scalable/silc.svg +share/pixmaps/pidgin/protocols/scalable/simple.svg +share/pixmaps/pidgin/protocols/scalable/zephyr.svg +share/pixmaps/pidgin/status/11/available.png +share/pixmaps/pidgin/status/11/away.png +share/pixmaps/pidgin/status/11/busy.png +share/pixmaps/pidgin/status/11/chat.png +share/pixmaps/pidgin/status/11/extended-away.png +share/pixmaps/pidgin/status/11/invisible.png +share/pixmaps/pidgin/status/11/log-in.png +share/pixmaps/pidgin/status/11/log-out.png +share/pixmaps/pidgin/status/11/offline.png +share/pixmaps/pidgin/status/11/person.png +share/pixmaps/pidgin/status/11/rtl/extended-away.png +share/pixmaps/pidgin/status/11/rtl/log-in.png +share/pixmaps/pidgin/status/11/rtl/log-out.png +share/pixmaps/pidgin/status/16/available.png +share/pixmaps/pidgin/status/16/away.png +share/pixmaps/pidgin/status/16/busy.png +share/pixmaps/pidgin/status/16/chat.png +share/pixmaps/pidgin/status/16/extended-away.png +share/pixmaps/pidgin/status/16/invisible.png +share/pixmaps/pidgin/status/16/log-in.png +share/pixmaps/pidgin/status/16/log-out.png +share/pixmaps/pidgin/status/16/offline.png +share/pixmaps/pidgin/status/16/person.png +share/pixmaps/pidgin/status/16/rtl/extended-away.png +share/pixmaps/pidgin/status/16/rtl/log-in.png +share/pixmaps/pidgin/status/16/rtl/log-out.png +share/pixmaps/pidgin/status/22/available.png +share/pixmaps/pidgin/status/22/away.png +share/pixmaps/pidgin/status/22/busy.png +share/pixmaps/pidgin/status/22/chat.png +share/pixmaps/pidgin/status/22/extended-away.png +share/pixmaps/pidgin/status/22/invisible.png +share/pixmaps/pidgin/status/22/log-in.png +share/pixmaps/pidgin/status/22/log-out.png +share/pixmaps/pidgin/status/22/offline.png +share/pixmaps/pidgin/status/22/person.png +share/pixmaps/pidgin/status/22/rtl/extended-away.png +share/pixmaps/pidgin/status/22/rtl/log-in.png +share/pixmaps/pidgin/status/22/rtl/log-out.png +share/pixmaps/pidgin/status/32/available.png +share/pixmaps/pidgin/status/32/away.png +share/pixmaps/pidgin/status/32/busy.png +share/pixmaps/pidgin/status/32/chat.png +share/pixmaps/pidgin/status/32/extended-away.png +share/pixmaps/pidgin/status/32/invisible.png +share/pixmaps/pidgin/status/32/log-in.png +share/pixmaps/pidgin/status/32/log-out.png +share/pixmaps/pidgin/status/32/offline.png +share/pixmaps/pidgin/status/32/person.png +share/pixmaps/pidgin/status/32/rtl/extended-away.png +share/pixmaps/pidgin/status/32/rtl/log-in.png +share/pixmaps/pidgin/status/32/rtl/log-out.png +share/pixmaps/pidgin/status/48/available.png +share/pixmaps/pidgin/status/48/away.png +share/pixmaps/pidgin/status/48/busy.png +share/pixmaps/pidgin/status/48/chat.png +share/pixmaps/pidgin/status/48/extended-away.png +share/pixmaps/pidgin/status/48/invisible.png +share/pixmaps/pidgin/status/48/log-in.png +share/pixmaps/pidgin/status/48/log-out.png +share/pixmaps/pidgin/status/48/offline.png +share/pixmaps/pidgin/status/48/person.png +share/pixmaps/pidgin/status/48/rtl/extended-away.png +share/pixmaps/pidgin/status/48/rtl/log-in.png +share/pixmaps/pidgin/status/48/rtl/log-out.png +share/pixmaps/pidgin/toolbar/11/message-new.png +share/pixmaps/pidgin/toolbar/16/audio-call.png +share/pixmaps/pidgin/toolbar/16/change-bgcolor.png +share/pixmaps/pidgin/toolbar/16/change-fgcolor.png +share/pixmaps/pidgin/toolbar/16/emote-select.png +share/pixmaps/pidgin/toolbar/16/font-face.png +share/pixmaps/pidgin/toolbar/16/font-size-down.png +share/pixmaps/pidgin/toolbar/16/font-size-up.png +share/pixmaps/pidgin/toolbar/16/get-attention.png +share/pixmaps/pidgin/toolbar/16/insert-image.png +share/pixmaps/pidgin/toolbar/16/insert-link.png +share/pixmaps/pidgin/toolbar/16/insert.png +share/pixmaps/pidgin/toolbar/16/message-new.png +share/pixmaps/pidgin/toolbar/16/plugins.png +share/pixmaps/pidgin/toolbar/16/send-file.png +share/pixmaps/pidgin/toolbar/16/transfer.png +share/pixmaps/pidgin/toolbar/16/unblock.png +share/pixmaps/pidgin/toolbar/16/video-call.png +share/pixmaps/pidgin/toolbar/22/audio-call.png +share/pixmaps/pidgin/toolbar/22/select-avatar.png +share/pixmaps/pidgin/toolbar/22/video-call.png +share/pixmaps/pidgin/toolbar/32/audio-call.png +share/pixmaps/pidgin/toolbar/32/video-call.png +share/pixmaps/pidgin/toolbar/48/audio-call.png +share/pixmaps/pidgin/toolbar/48/video-call.png +share/pixmaps/pidgin/tray/16/available_4bit.ico +share/pixmaps/pidgin/tray/16/away_4bit.ico +share/pixmaps/pidgin/tray/16/busy_4bit.ico +share/pixmaps/pidgin/tray/16/connecting_4bit.ico +share/pixmaps/pidgin/tray/16/extended-away_4bit.ico +share/pixmaps/pidgin/tray/16/invisible_4bit.ico +share/pixmaps/pidgin/tray/16/message_4bit.ico +share/pixmaps/pidgin/tray/16/offline_4bit.ico +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-available.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-away.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-busy.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-connect.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-email.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-invisible.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-offline.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-pending.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-xa.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-available.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-away.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-busy.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-connect.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-email.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-invisible.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-offline.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-pending.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-xa.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-available.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-away.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-busy.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-connect.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-email.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-invisible.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-offline.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-pending.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-xa.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-available.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-away.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-busy.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-connect.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-email.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-invisible.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-offline.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-pending.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-xa.png +share/pixmaps/pidgin/tray/hicolor/index.theme +share/purple/ca-certs/CAcert_Class3.pem +share/purple/ca-certs/CAcert_Root.pem +share/purple/ca-certs/mozilla.pem +share/sounds/purple/alert.wav +share/sounds/purple/login.wav +share/sounds/purple/logout.wav +share/sounds/purple/receive.wav +share/sounds/purple/send.wav +@dir include/libpurple/media +@dir include/libpurple +@dir include/pidgin +@dir lib/pidgin +@dir lib/pkgconfig +@dir lib/purple +@dir share/aclocal +@dir share/appdata +@dir share/applications +@dir share/locale/af/LC_MESSAGES +@dir share/locale/af +@dir share/locale/am/LC_MESSAGES +@dir share/locale/am +@dir share/locale/ar/LC_MESSAGES +@dir share/locale/ar +@dir share/locale/as/LC_MESSAGES +@dir share/locale/as +@dir share/locale/ast/LC_MESSAGES +@dir share/locale/ast +@dir share/locale/az/LC_MESSAGES +@dir share/locale/az +@dir share/locale/be@latin/LC_MESSAGES +@dir share/locale/be@latin +@dir share/locale/bg/LC_MESSAGES +@dir share/locale/bg +@dir share/locale/bn/LC_MESSAGES +@dir share/locale/bn +@dir share/locale/bn_IN/LC_MESSAGES +@dir share/locale/bn_IN +@dir share/locale/br/LC_MESSAGES +@dir share/locale/br +@dir share/locale/brx/LC_MESSAGES +@dir share/locale/brx +@dir share/locale/bs/LC_MESSAGES +@dir share/locale/bs +@dir share/locale/ca/LC_MESSAGES +@dir share/locale/ca +@dir share/locale/ca@valencia/LC_MESSAGES +@dir share/locale/ca@valencia +@dir share/locale/cs/LC_MESSAGES +@dir share/locale/cs +@dir share/locale/da/LC_MESSAGES +@dir share/locale/da +@dir share/locale/de/LC_MESSAGES +@dir share/locale/de +@dir share/locale/dz/LC_MESSAGES +@dir share/locale/dz +@dir share/locale/el/LC_MESSAGES +@dir share/locale/el +@dir share/locale/en_AU/LC_MESSAGES +@dir share/locale/en_AU +@dir share/locale/en_CA/LC_MESSAGES +@dir share/locale/en_CA +@dir share/locale/en_GB/LC_MESSAGES +@dir share/locale/en_GB +@dir share/locale/eo/LC_MESSAGES +@dir share/locale/eo +@dir share/locale/es/LC_MESSAGES +@dir share/locale/es +@dir share/locale/es_AR/LC_MESSAGES +@dir share/locale/es_AR +@dir share/locale/et/LC_MESSAGES +@dir share/locale/et +@dir share/locale/eu/LC_MESSAGES +@dir share/locale/eu +@dir share/locale/fa/LC_MESSAGES +@dir share/locale/fa +@dir share/locale/fi/LC_MESSAGES +@dir share/locale/fi +@dir share/locale/fr/LC_MESSAGES +@dir share/locale/fr +@dir share/locale/ga/LC_MESSAGES +@dir share/locale/ga +@dir share/locale/gl/LC_MESSAGES +@dir share/locale/gl +@dir share/locale/gu/LC_MESSAGES +@dir share/locale/gu +@dir share/locale/he/LC_MESSAGES +@dir share/locale/he +@dir share/locale/hi/LC_MESSAGES +@dir share/locale/hi +@dir share/locale/hr/LC_MESSAGES +@dir share/locale/hr +@dir share/locale/hu/LC_MESSAGES +@dir share/locale/hu +@dir share/locale/id/LC_MESSAGES +@dir share/locale/id +@dir share/locale/it/LC_MESSAGES +@dir share/locale/it +@dir share/locale/ja/LC_MESSAGES +@dir share/locale/ja +@dir share/locale/ka/LC_MESSAGES +@dir share/locale/ka +@dir share/locale/kk/LC_MESSAGES +@dir share/locale/kk +@dir share/locale/km/LC_MESSAGES +@dir share/locale/km +@dir share/locale/kn/LC_MESSAGES +@dir share/locale/kn +@dir share/locale/ko/LC_MESSAGES +@dir share/locale/ko +@dir share/locale/ks/LC_MESSAGES +@dir share/locale/ks +@dir share/locale/ku/LC_MESSAGES +@dir share/locale/ku +@dir share/locale/ku_IQ/LC_MESSAGES +@dir share/locale/ku_IQ +@dir share/locale/lt/LC_MESSAGES +@dir share/locale/lt +@dir share/locale/lv/LC_MESSAGES +@dir share/locale/lv +@dir share/locale/mai/LC_MESSAGES +@dir share/locale/mai +@dir share/locale/mhr/LC_MESSAGES +@dir share/locale/mhr +@dir share/locale/mk/LC_MESSAGES +@dir share/locale/mk +@dir share/locale/ml/LC_MESSAGES +@dir share/locale/ml +@dir share/locale/mn/LC_MESSAGES +@dir share/locale/mn +@dir share/locale/mr/LC_MESSAGES +@dir share/locale/mr +@dir share/locale/ms_MY/LC_MESSAGES +@dir share/locale/ms_MY +@dir share/locale/my_MM/LC_MESSAGES +@dir share/locale/my_MM +@dir share/locale/nb/LC_MESSAGES +@dir share/locale/nb +@dir share/locale/ne/LC_MESSAGES +@dir share/locale/ne +@dir share/locale/nl/LC_MESSAGES +@dir share/locale/nl +@dir share/locale/nn/LC_MESSAGES +@dir share/locale/nn +@dir share/locale/oc/LC_MESSAGES +@dir share/locale/oc +@dir share/locale/or/LC_MESSAGES +@dir share/locale/or +@dir share/locale/pa/LC_MESSAGES +@dir share/locale/pa +@dir share/locale/pl/LC_MESSAGES +@dir share/locale/pl +@dir share/locale/ps/LC_MESSAGES +@dir share/locale/ps +@dir share/locale/pt/LC_MESSAGES +@dir share/locale/pt +@dir share/locale/pt_BR/LC_MESSAGES +@dir share/locale/pt_BR +@dir share/locale/ro/LC_MESSAGES +@dir share/locale/ro +@dir share/locale/ru/LC_MESSAGES +@dir share/locale/ru +@dir share/locale/sd/LC_MESSAGES +@dir share/locale/sd +@dir share/locale/si/LC_MESSAGES +@dir share/locale/si +@dir share/locale/sk/LC_MESSAGES +@dir share/locale/sk +@dir share/locale/sl/LC_MESSAGES +@dir share/locale/sl +@dir share/locale/sq/LC_MESSAGES +@dir share/locale/sq +@dir share/locale/sr/LC_MESSAGES +@dir share/locale/sr +@dir share/locale/sr@latin/LC_MESSAGES +@dir share/locale/sr@latin +@dir share/locale/sv/LC_MESSAGES +@dir share/locale/sv +@dir share/locale/sw/LC_MESSAGES +@dir share/locale/sw +@dir share/locale/ta/LC_MESSAGES +@dir share/locale/ta +@dir share/locale/te/LC_MESSAGES +@dir share/locale/te +@dir share/locale/th/LC_MESSAGES +@dir share/locale/th +@dir share/locale/tr/LC_MESSAGES +@dir share/locale/tr +@dir share/locale/tt/LC_MESSAGES +@dir share/locale/tt +@dir share/locale/uk/LC_MESSAGES +@dir share/locale/uk +@dir share/locale/ur/LC_MESSAGES +@dir share/locale/ur +@dir share/locale/uz/LC_MESSAGES +@dir share/locale/uz +@dir share/locale/vi/LC_MESSAGES +@dir share/locale/vi +@dir share/locale/xh/LC_MESSAGES +@dir share/locale/xh +@dir share/locale/zh_CN/LC_MESSAGES +@dir share/locale/zh_CN +@dir share/locale/zh_HK/LC_MESSAGES +@dir share/locale/zh_HK +@dir share/locale/zh_TW/LC_MESSAGES +@dir share/locale/zh_TW +@dir share/locale +@dir share/pixmaps/pidgin/animations/16 +@dir share/pixmaps/pidgin/animations +@dir share/pixmaps/pidgin/buttons +@dir share/pixmaps/pidgin/dialogs/16 +@dir share/pixmaps/pidgin/dialogs/64 +@dir share/pixmaps/pidgin/dialogs/scalable +@dir share/pixmaps/pidgin/dialogs +@dir share/pixmaps/pidgin/emblems/16 +@dir share/pixmaps/pidgin/emblems/scalable +@dir share/pixmaps/pidgin/emblems +@dir share/pixmaps/pidgin/emotes/default +@dir share/pixmaps/pidgin/emotes/none +@dir share/pixmaps/pidgin/emotes/small +@dir share/pixmaps/pidgin/emotes +@dir share/pixmaps/pidgin/protocols/16 +@dir share/pixmaps/pidgin/protocols/22 +@dir share/pixmaps/pidgin/protocols/48 +@dir share/pixmaps/pidgin/protocols/scalable +@dir share/pixmaps/pidgin/protocols +@dir share/pixmaps/pidgin/status/11/rtl +@dir share/pixmaps/pidgin/status/11 +@dir share/pixmaps/pidgin/status/16/rtl +@dir share/pixmaps/pidgin/status/16 +@dir share/pixmaps/pidgin/status/22/rtl +@dir share/pixmaps/pidgin/status/22 +@dir share/pixmaps/pidgin/status/32/rtl +@dir share/pixmaps/pidgin/status/32 +@dir share/pixmaps/pidgin/status/48/rtl +@dir share/pixmaps/pidgin/status/48 +@dir share/pixmaps/pidgin/status +@dir share/pixmaps/pidgin/toolbar/11 +@dir share/pixmaps/pidgin/toolbar/16 +@dir share/pixmaps/pidgin/toolbar/22 +@dir share/pixmaps/pidgin/toolbar/32 +@dir share/pixmaps/pidgin/toolbar/48 +@dir share/pixmaps/pidgin/toolbar +@dir share/pixmaps/pidgin/tray/16 +@dir share/pixmaps/pidgin/tray/hicolor/16x16/status +@dir share/pixmaps/pidgin/tray/hicolor/16x16 +@dir share/pixmaps/pidgin/tray/hicolor/22x22/status +@dir share/pixmaps/pidgin/tray/hicolor/22x22 +@dir share/pixmaps/pidgin/tray/hicolor/32x32/status +@dir share/pixmaps/pidgin/tray/hicolor/32x32 +@dir share/pixmaps/pidgin/tray/hicolor/48x48/status +@dir share/pixmaps/pidgin/tray/hicolor/48x48 +@dir share/pixmaps/pidgin/tray/hicolor +@dir share/pixmaps/pidgin/tray +@dir share/pixmaps/pidgin +@dir share/pixmaps +@dir share/purple/ca-certs +@dir share/purple +@dir share/sounds/purple +@dir share/sounds diff --git a/xapp/pidgin/Makefile b/xapp/pidgin/Makefile index daaa0d79..372c67c7 100644 --- a/xapp/pidgin/Makefile +++ b/xapp/pidgin/Makefile @@ -2,7 +2,7 @@ # $Id$ # PORTNAME= pidgin -PORTVERSION= 2.13.0 +PORTVERSION= 2.14.4 CATEGORIES?= net MASTER_SITES= http://downloads.sourceforge.net/project/pidgin/Pidgin/${PORTVERSION}/ @@ -46,6 +46,7 @@ CONFIGURE_ARGS+= --disable-screensaver CONFIGURE_ARGS+= --disable-tcl CONFIGURE_ARGS+= --disable-tk CONFIGURE_ARGS+= --disable-vv +CONFIGURE_ARGS+= --disable-gevolution CONFIGURE_ARGS+= --enable-avahi CONFIGURE_ARGS+= --enable-dbus CONFIGURE_ARGS+= --enable-gtkspell @@ -69,6 +70,7 @@ FILES+= ${WRKSRC}/pidgin/data/*.pc.in post-patch: ${REINPLACE_CMD} -e 's,gio-2.0,gio,g' ${FILES} + ${REINPLACE_CMD} -e 's,gio-unix-2.0,gio-unix,g' ${FILES} ${REINPLACE_CMD} -e 's,glib-2.0,glib,g' ${FILES} ${REINPLACE_CMD} -e 's,gmodule-2.0,gmodule,g' ${FILES} ${REINPLACE_CMD} -e 's,gobject-2.0,gobject,g' ${FILES} diff --git a/xapp/pidgin/Makefile~ b/xapp/pidgin/Makefile~ new file mode 100644 index 00000000..4b72cde2 --- /dev/null +++ b/xapp/pidgin/Makefile~ @@ -0,0 +1,93 @@ +# +# $Id$ +# +PORTNAME= pidgin +PORTVERSION= 2.14.4 +CATEGORIES?= net +MASTER_SITES= http://downloads.sourceforge.net/project/pidgin/Pidgin/${PORTVERSION}/ + +MAINTAINER= onborodin@gmail.com +COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) + + +LIB_DEPENDS+= libgnutls.so:crypto/libgnutls +LIB_DEPENDS+= libglib.so:devel/libglib +LIB_DEPENDS+= libgmp.so:math/libgmp +LIB_DEPENDS+= libgtkspell.so:gnome/libgtkspell +LIB_DEPENDS+= libidn.so:net/libidn +LIB_DEPENDS+= libenchant.so:text/libenchant +LIB_DEPENDS+= libgtk-x11.so:gnome/libgtk2 +LIB_DEPENDS+= libavahi-glib.so:net/avahi +LIB_DEPENDS+= libdbus-glib.so:xfce/libdbus-glib +LIB_DEPENDS+= libpango.so:gnome/libpango +LIB_DEPENDS+= libxml2.so:text/libxml2 +LIB_DEPENDS+= libstartup-notification.so:xfce/libstartup-notification + + +RUN_DEPENDS+= gtk-update-icon-cache:gnome/libgtk2 +RUN_DEPENDS+= update-desktop-database:xfce/desktop-file-utils +RUN_DEPENDS+= gconftool:gnome/gconf2 + + +GNU_CONFIGURE= yes +USES+= tar:bzip2 +USES+= gmake + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS+= --mandir=${PREFIX}/man +CONFIGURE_ARGS+= --disable-gstreamer +CONFIGURE_ARGS+= --disable-cap +CONFIGURE_ARGS+= --disable-consoleui +CONFIGURE_ARGS+= --disable-meanwhile +CONFIGURE_ARGS+= --disable-nm +CONFIGURE_ARGS+= --disable-perl +CONFIGURE_ARGS+= --disable-screensaver +CONFIGURE_ARGS+= --disable-tcl +CONFIGURE_ARGS+= --disable-tk +CONFIGURE_ARGS+= --disable-vv +CONFIGURE_ARGS+= --enable-avahi +CONFIGURE_ARGS+= --enable-dbus +CONFIGURE_ARGS+= --enable-gtkspell +CONFIGURE_ARGS+= --enable-nss=no +CONFIGURE_ARGS+= --enable-startup-notification +CONFIGURE_ARGS+= --with-avahi-client-includes=${LOCALBASE}/include +CONFIGURE_ARGS+= --with-avahi-client-libs=${LOCALBASE}/lib +CONFIGURE_ARGS+= --with-nspr-includes=${LOCALBASE}/include/nspr +CONFIGURE_ARGS+= --with-nspr-libs=${LOCALBASE}/lib +CONFIGURE_ARGS+= --without-zephyr +MAKE_ARGS+= program_transform_name="" +INSTALLS_SHLIB= yes + +FILES+= ${WRKSRC}/configure +FILES+= ${WRKSRC}/Makefile.in +FILES+= ${WRKSRC}/*/Makefile.in +FILES+= ${WRKSRC}/*/*/Makefile.in +FILES+= ${WRKSRC}/*/*/*/Makefile.in +FILES+= ${WRKSRC}/libpurple/data/*.pc.in +FILES+= ${WRKSRC}/pidgin/data/*.pc.in + +post-patch: + ${REINPLACE_CMD} -e 's,gio-2.0,gio,g' ${FILES} + ${REINPLACE_CMD} -e 's,gio-unix-2.0,gio-unix,g' ${FILES} + ${REINPLACE_CMD} -e 's,glib-2.0,glib,g' ${FILES} + ${REINPLACE_CMD} -e 's,gmodule-2.0,gmodule,g' ${FILES} + ${REINPLACE_CMD} -e 's,gobject-2.0,gobject,g' ${FILES} + ${REINPLACE_CMD} -e 's,gthread-2.0,gthread,g' ${FILES} + ${REINPLACE_CMD} -e 's,gtk+-2.0,gtk+,g' ${FILES} + ${REINPLACE_CMD} -e 's,gtkspell-2.0,gtkspell,g' ${FILES} + ${REINPLACE_CMD} -e 's,libxml-2.0,libxml2,g' ${FILES} + ${REINPLACE_CMD} -e 's,dbus-1,dbus,g' ${FILES} + ${REINPLACE_CMD} -e 's,dbus-glib-1,dbus-glib,g' ${FILES} + ${REINPLACE_CMD} -e 's,libstartup-notification-1.0,libstartup-notification,g' ${FILES} + ${REINPLACE_CMD} -e 's,-@PURPLE_MAJOR_VERSION@,,g' ${FILES} + ${REINPLACE_CMD} -e 's,-$$(PURPLE_MAJOR_VERSION),,g' ${FILES} + ${REINPLACE_CMD} -e 's,-$$PURPLE_MAJOR_VERSION,,g' ${FILES} + + +PKGDEINSTALL= ${WRKDIR}/pkg-deinstall +PKGINSTALL= ${WRKDIR}/pkg-install +SUB_FILES+= pkg-install pkg-deinstall + +.include +#EOF diff --git a/xapp/pidgin/distinfo b/xapp/pidgin/distinfo index e9cfec66..f73e2f50 100644 --- a/xapp/pidgin/distinfo +++ b/xapp/pidgin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1583391437 -SHA256 (pidgin-2.13.0.tar.bz2) = 2747150c6f711146bddd333c496870bfd55058bab22ffb7e4eb784018ec46d8f -SIZE (pidgin-2.13.0.tar.bz2) = 8994457 +TIMESTAMP = 1627532192 +SHA256 (pidgin-2.14.4.tar.bz2) = 67c1a0104b0624a50100c6d73cd5504d53c9d221922b1b28fa86020531a9904e +SIZE (pidgin-2.14.4.tar.bz2) = 8724096 diff --git a/xapp/pidgin/pkg-plist b/xapp/pidgin/pkg-plist index f51eac14..69b56dc3 100644 --- a/xapp/pidgin/pkg-plist +++ b/xapp/pidgin/pkg-plist @@ -1,9 +1,4 @@ bin/pidgin -bin/purple-client-example -bin/purple-remote -bin/purple-send -bin/purple-send-async -bin/purple-url-handler include/libpurple/account.h include/libpurple/accountopt.h include/libpurple/blist.h @@ -15,13 +10,7 @@ include/libpurple/cmds.h include/libpurple/connection.h include/libpurple/conversation.h include/libpurple/core.h -include/libpurple/dbus-bindings.h -include/libpurple/dbus-define-api.h include/libpurple/dbus-maybe.h -include/libpurple/dbus-purple.h -include/libpurple/dbus-server.h -include/libpurple/dbus-types.h -include/libpurple/dbus-useful.h include/libpurple/debug.h include/libpurple/desktopitem.h include/libpurple/dnsquery.h @@ -29,6 +18,7 @@ include/libpurple/dnssrv.h include/libpurple/eventloop.h include/libpurple/ft.h include/libpurple/gaim-compat.h +include/libpurple/glibcompat.h include/libpurple/idle.h include/libpurple/imgstore.h include/libpurple/log.h @@ -126,12 +116,9 @@ include/pidgin/minidialog.h include/pidgin/pidgin.h include/pidgin/pidginstock.h include/pidgin/pidgintooltip.h -lib/libpurple-client.la -lib/libpurple-client.so -lib/libpurple-client.so.13 lib/libpurple.la lib/libpurple.so -lib/libpurple.so.13 +lib/libpurple.so.14 lib/pidgin/convcolors.la lib/pidgin/convcolors.so lib/pidgin/extplacement.la @@ -146,8 +133,6 @@ lib/pidgin/iconaway.la lib/pidgin/iconaway.so lib/pidgin/markerline.la lib/pidgin/markerline.so -lib/pidgin/musicmessaging.la -lib/pidgin/musicmessaging.so lib/pidgin/notify.la lib/pidgin/notify.so lib/pidgin/pidginrc.la @@ -178,14 +163,10 @@ lib/purple/autoaccept.la lib/purple/autoaccept.so lib/purple/buddynote.la lib/purple/buddynote.so -lib/purple/dbus-example.la -lib/purple/dbus-example.so lib/purple/idle.la lib/purple/idle.so lib/purple/joinpart.la lib/purple/joinpart.so -lib/purple/libaim.la -lib/purple/libaim.so lib/purple/libbonjour.la lib/purple/libbonjour.so lib/purple/libgg.la @@ -197,9 +178,6 @@ lib/purple/libjabber.so lib/purple/libjabber.so.0 lib/purple/libnovell.la lib/purple/libnovell.so -lib/purple/liboscar.la -lib/purple/liboscar.so -lib/purple/liboscar.so.0 lib/purple/libsimple.la lib/purple/libsimple.so lib/purple/libxmpp.la @@ -222,7 +200,6 @@ lib/purple/statenotify.la lib/purple/statenotify.so man/man1/pidgin.1.gz share/aclocal/purple.m4 -share/appdata/pidgin.appdata.xml share/applications/pidgin.desktop share/icons/hicolor/16x16/apps/pidgin.png share/icons/hicolor/22x22/apps/pidgin.png @@ -232,6 +209,7 @@ share/icons/hicolor/48x48/apps/pidgin.png share/icons/hicolor/scalable/apps/pidgin.svg share/locale/af/LC_MESSAGES/pidgin.mo share/locale/am/LC_MESSAGES/pidgin.mo +share/locale/ar_SA/LC_MESSAGES/pidgin.mo share/locale/ar/LC_MESSAGES/pidgin.mo share/locale/as/LC_MESSAGES/pidgin.mo share/locale/ast/LC_MESSAGES/pidgin.mo @@ -324,6 +302,7 @@ share/locale/xh/LC_MESSAGES/pidgin.mo share/locale/zh_CN/LC_MESSAGES/pidgin.mo share/locale/zh_HK/LC_MESSAGES/pidgin.mo share/locale/zh_TW/LC_MESSAGES/pidgin.mo +share/metainfo/pidgin.appdata.xml share/pixmaps/pidgin/animations/16/connect0.png share/pixmaps/pidgin/animations/16/connect1.png share/pixmaps/pidgin/animations/16/connect2.png @@ -376,7 +355,6 @@ share/pixmaps/pidgin/arrow-right.xpm share/pixmaps/pidgin/arrow-up.xpm share/pixmaps/pidgin/buttons/edit.png share/pixmaps/pidgin/buttons/info.png -share/pixmaps/pidgin/buttons/music.png share/pixmaps/pidgin/buttons/pause.png share/pixmaps/pidgin/dialogs/16/auth.png share/pixmaps/pidgin/dialogs/16/error.png @@ -703,12 +681,10 @@ share/pixmaps/pidgin/emotes/small/wink.png share/pixmaps/pidgin/emotes/small/working.png share/pixmaps/pidgin/emotes/small/writing.png share/pixmaps/pidgin/logo.png -share/pixmaps/pidgin/protocols/16/aim.png share/pixmaps/pidgin/protocols/16/bonjour.png share/pixmaps/pidgin/protocols/16/facebook.png share/pixmaps/pidgin/protocols/16/gadu-gadu.png share/pixmaps/pidgin/protocols/16/google-talk.png -share/pixmaps/pidgin/protocols/16/icq.png share/pixmaps/pidgin/protocols/16/irc.png share/pixmaps/pidgin/protocols/16/jabber.png share/pixmaps/pidgin/protocols/16/meanwhile.png @@ -716,12 +692,10 @@ share/pixmaps/pidgin/protocols/16/novell.png share/pixmaps/pidgin/protocols/16/silc.png share/pixmaps/pidgin/protocols/16/simple.png share/pixmaps/pidgin/protocols/16/zephyr.png -share/pixmaps/pidgin/protocols/22/aim.png share/pixmaps/pidgin/protocols/22/bonjour.png share/pixmaps/pidgin/protocols/22/facebook.png share/pixmaps/pidgin/protocols/22/gadu-gadu.png share/pixmaps/pidgin/protocols/22/google-talk.png -share/pixmaps/pidgin/protocols/22/icq.png share/pixmaps/pidgin/protocols/22/irc.png share/pixmaps/pidgin/protocols/22/jabber.png share/pixmaps/pidgin/protocols/22/meanwhile.png @@ -729,11 +703,9 @@ share/pixmaps/pidgin/protocols/22/novell.png share/pixmaps/pidgin/protocols/22/silc.png share/pixmaps/pidgin/protocols/22/simple.png share/pixmaps/pidgin/protocols/22/zephyr.png -share/pixmaps/pidgin/protocols/48/aim.png share/pixmaps/pidgin/protocols/48/bonjour.png share/pixmaps/pidgin/protocols/48/facebook.png share/pixmaps/pidgin/protocols/48/gadu-gadu.png -share/pixmaps/pidgin/protocols/48/icq.png share/pixmaps/pidgin/protocols/48/irc.png share/pixmaps/pidgin/protocols/48/jabber.png share/pixmaps/pidgin/protocols/48/meanwhile.png @@ -741,11 +713,9 @@ share/pixmaps/pidgin/protocols/48/novell.png share/pixmaps/pidgin/protocols/48/silc.png share/pixmaps/pidgin/protocols/48/simple.png share/pixmaps/pidgin/protocols/48/zephyr.png -share/pixmaps/pidgin/protocols/scalable/aim.svg share/pixmaps/pidgin/protocols/scalable/bonjour.svg share/pixmaps/pidgin/protocols/scalable/gadu-gadu.svg share/pixmaps/pidgin/protocols/scalable/google-talk.svg -share/pixmaps/pidgin/protocols/scalable/icq.svg share/pixmaps/pidgin/protocols/scalable/irc.svg share/pixmaps/pidgin/protocols/scalable/jabber.svg share/pixmaps/pidgin/protocols/scalable/meanwhile.svg @@ -900,17 +870,15 @@ share/sounds/purple/send.wav @dir include/libpurple @dir include/pidgin @dir lib/pidgin -@dir lib/pkgconfig @dir lib/purple -@dir share/aclocal -@dir share/appdata -@dir share/applications @dir share/locale/af/LC_MESSAGES @dir share/locale/af @dir share/locale/am/LC_MESSAGES @dir share/locale/am @dir share/locale/ar/LC_MESSAGES @dir share/locale/ar +@dir share/locale/ar_SA/LC_MESSAGES +@dir share/locale/ar_SA @dir share/locale/as/LC_MESSAGES @dir share/locale/as @dir share/locale/ast/LC_MESSAGES @@ -1094,6 +1062,7 @@ share/sounds/purple/send.wav @dir share/locale/zh_TW/LC_MESSAGES @dir share/locale/zh_TW @dir share/locale +@dir share/metainfo @dir share/pixmaps/pidgin/animations/16 @dir share/pixmaps/pidgin/animations @dir share/pixmaps/pidgin/buttons diff --git a/xapp/pidgin/pkg-plist.new~ b/xapp/pidgin/pkg-plist.new~ new file mode 100644 index 00000000..ee3bfb5f --- /dev/null +++ b/xapp/pidgin/pkg-plist.new~ @@ -0,0 +1,1142 @@ +bin/pidgin +include/libpurple/account.h +include/libpurple/accountopt.h +include/libpurple/blist.h +include/libpurple/buddyicon.h +include/libpurple/certificate.h +include/libpurple/cipher.h +include/libpurple/circbuffer.h +include/libpurple/cmds.h +include/libpurple/connection.h +include/libpurple/conversation.h +include/libpurple/core.h +include/libpurple/dbus-maybe.h +include/libpurple/debug.h +include/libpurple/desktopitem.h +include/libpurple/dnsquery.h +include/libpurple/dnssrv.h +include/libpurple/eventloop.h +include/libpurple/ft.h +include/libpurple/gaim-compat.h +include/libpurple/glibcompat.h +include/libpurple/idle.h +include/libpurple/imgstore.h +include/libpurple/log.h +include/libpurple/marshallers.h +include/libpurple/media-gst.h +include/libpurple/media.h +include/libpurple/media/backend-iface.h +include/libpurple/media/candidate.h +include/libpurple/media/codec.h +include/libpurple/media/enum-types.h +include/libpurple/mediamanager.h +include/libpurple/mime.h +include/libpurple/nat-pmp.h +include/libpurple/network.h +include/libpurple/notify.h +include/libpurple/ntlm.h +include/libpurple/plugin.h +include/libpurple/pluginpref.h +include/libpurple/pounce.h +include/libpurple/prefs.h +include/libpurple/privacy.h +include/libpurple/proxy.h +include/libpurple/prpl.h +include/libpurple/purple.h +include/libpurple/request.h +include/libpurple/roomlist.h +include/libpurple/savedstatuses.h +include/libpurple/server.h +include/libpurple/signals.h +include/libpurple/smiley.h +include/libpurple/sound-theme-loader.h +include/libpurple/sound-theme.h +include/libpurple/sound.h +include/libpurple/sslconn.h +include/libpurple/status.h +include/libpurple/stringref.h +include/libpurple/stun.h +include/libpurple/theme-loader.h +include/libpurple/theme-manager.h +include/libpurple/theme.h +include/libpurple/upnp.h +include/libpurple/util.h +include/libpurple/value.h +include/libpurple/version.h +include/libpurple/whiteboard.h +include/libpurple/xmlnode.h +include/pidgin/gtkaccount.h +include/pidgin/gtkblist-theme-loader.h +include/pidgin/gtkblist-theme.h +include/pidgin/gtkblist.h +include/pidgin/gtkcellrendererexpander.h +include/pidgin/gtkcertmgr.h +include/pidgin/gtkconn.h +include/pidgin/gtkconv.h +include/pidgin/gtkconvwin.h +include/pidgin/gtkdebug.h +include/pidgin/gtkdialogs.h +include/pidgin/gtkdnd-hints.h +include/pidgin/gtkdocklet.h +include/pidgin/gtkeventloop.h +include/pidgin/gtkft.h +include/pidgin/gtkgaim-compat.h +include/pidgin/gtkicon-theme-loader.h +include/pidgin/gtkicon-theme.h +include/pidgin/gtkidle.h +include/pidgin/gtkimhtml.h +include/pidgin/gtkimhtmltoolbar.h +include/pidgin/gtklog.h +include/pidgin/gtkmedia.h +include/pidgin/gtkmenutray.h +include/pidgin/gtknickcolors.h +include/pidgin/gtknotify.h +include/pidgin/gtkplugin.h +include/pidgin/gtkpluginpref.h +include/pidgin/gtkpounce.h +include/pidgin/gtkprefs.h +include/pidgin/gtkprivacy.h +include/pidgin/gtkrequest.h +include/pidgin/gtkroomlist.h +include/pidgin/gtksavedstatuses.h +include/pidgin/gtkscrollbook.h +include/pidgin/gtksession.h +include/pidgin/gtksmiley.h +include/pidgin/gtksound.h +include/pidgin/gtksourceiter.h +include/pidgin/gtksourceundomanager.h +include/pidgin/gtksourceview-marshal.h +include/pidgin/gtkstatus-icon-theme.h +include/pidgin/gtkstatusbox.h +include/pidgin/gtkstyle.h +include/pidgin/gtkthemes.h +include/pidgin/gtkutils.h +include/pidgin/gtkwhiteboard.h +include/pidgin/minidialog.h +include/pidgin/pidgin.h +include/pidgin/pidginstock.h +include/pidgin/pidgintooltip.h +lib/libpurple.la +lib/libpurple.so +lib/libpurple.so.14 +lib/pidgin/convcolors.la +lib/pidgin/convcolors.so +lib/pidgin/extplacement.la +lib/pidgin/extplacement.so +lib/pidgin/gestures.la +lib/pidgin/gestures.so +lib/pidgin/gtkbuddynote.la +lib/pidgin/gtkbuddynote.so +lib/pidgin/history.la +lib/pidgin/history.so +lib/pidgin/iconaway.la +lib/pidgin/iconaway.so +lib/pidgin/markerline.la +lib/pidgin/markerline.so +lib/pidgin/notify.la +lib/pidgin/notify.so +lib/pidgin/pidginrc.la +lib/pidgin/pidginrc.so +lib/pidgin/relnot.la +lib/pidgin/relnot.so +lib/pidgin/sendbutton.la +lib/pidgin/sendbutton.so +lib/pidgin/spellchk.la +lib/pidgin/spellchk.so +lib/pidgin/themeedit.la +lib/pidgin/themeedit.so +lib/pidgin/ticker.la +lib/pidgin/ticker.so +lib/pidgin/timestamp_format.la +lib/pidgin/timestamp_format.so +lib/pidgin/timestamp.la +lib/pidgin/timestamp.so +lib/pidgin/transparency.la +lib/pidgin/transparency.so +lib/pidgin/xmppconsole.la +lib/pidgin/xmppconsole.so +lib/pidgin/xmppdisco.la +lib/pidgin/xmppdisco.so +lib/pkgconfig/pidgin.pc +lib/pkgconfig/purple.pc +lib/purple/autoaccept.la +lib/purple/autoaccept.so +lib/purple/buddynote.la +lib/purple/buddynote.so +lib/purple/idle.la +lib/purple/idle.so +lib/purple/joinpart.la +lib/purple/joinpart.so +lib/purple/libbonjour.la +lib/purple/libbonjour.so +lib/purple/libgg.la +lib/purple/libgg.so +lib/purple/libirc.la +lib/purple/libirc.so +lib/purple/libjabber.la +lib/purple/libjabber.so +lib/purple/libjabber.so.0 +lib/purple/libnovell.la +lib/purple/libnovell.so +lib/purple/libsimple.la +lib/purple/libsimple.so +lib/purple/libxmpp.la +lib/purple/libxmpp.so +lib/purple/libzephyr.la +lib/purple/libzephyr.so +lib/purple/log_reader.la +lib/purple/log_reader.so +lib/purple/newline.la +lib/purple/newline.so +lib/purple/offlinemsg.la +lib/purple/offlinemsg.so +lib/purple/psychic.la +lib/purple/psychic.so +lib/purple/ssl-gnutls.la +lib/purple/ssl-gnutls.so +lib/purple/ssl.la +lib/purple/ssl.so +lib/purple/statenotify.la +lib/purple/statenotify.so +man/man1/pidgin.1.gz +share/aclocal/purple.m4 +share/applications/pidgin.desktop +share/icons/hicolor/16x16/apps/pidgin.png +share/icons/hicolor/22x22/apps/pidgin.png +share/icons/hicolor/24x24/apps/pidgin.png +share/icons/hicolor/32x32/apps/pidgin.png +share/icons/hicolor/48x48/apps/pidgin.png +share/icons/hicolor/scalable/apps/pidgin.svg +share/locale/af/LC_MESSAGES/pidgin.mo +share/locale/am/LC_MESSAGES/pidgin.mo +share/locale/ar_SA/LC_MESSAGES/pidgin.mo +share/locale/ar/LC_MESSAGES/pidgin.mo +share/locale/as/LC_MESSAGES/pidgin.mo +share/locale/ast/LC_MESSAGES/pidgin.mo +share/locale/az/LC_MESSAGES/pidgin.mo +share/locale/be@latin/LC_MESSAGES/pidgin.mo +share/locale/bg/LC_MESSAGES/pidgin.mo +share/locale/bn_IN/LC_MESSAGES/pidgin.mo +share/locale/bn/LC_MESSAGES/pidgin.mo +share/locale/br/LC_MESSAGES/pidgin.mo +share/locale/brx/LC_MESSAGES/pidgin.mo +share/locale/bs/LC_MESSAGES/pidgin.mo +share/locale/ca@valencia/LC_MESSAGES/pidgin.mo +share/locale/ca/LC_MESSAGES/pidgin.mo +share/locale/cs/LC_MESSAGES/pidgin.mo +share/locale/da/LC_MESSAGES/pidgin.mo +share/locale/de/LC_MESSAGES/pidgin.mo +share/locale/dz/LC_MESSAGES/pidgin.mo +share/locale/el/LC_MESSAGES/pidgin.mo +share/locale/en_AU/LC_MESSAGES/pidgin.mo +share/locale/en_CA/LC_MESSAGES/pidgin.mo +share/locale/en_GB/LC_MESSAGES/pidgin.mo +share/locale/eo/LC_MESSAGES/pidgin.mo +share/locale/es_AR/LC_MESSAGES/pidgin.mo +share/locale/es/LC_MESSAGES/pidgin.mo +share/locale/et/LC_MESSAGES/pidgin.mo +share/locale/eu/LC_MESSAGES/pidgin.mo +share/locale/fa/LC_MESSAGES/pidgin.mo +share/locale/fi/LC_MESSAGES/pidgin.mo +share/locale/fr/LC_MESSAGES/pidgin.mo +share/locale/ga/LC_MESSAGES/pidgin.mo +share/locale/gl/LC_MESSAGES/pidgin.mo +share/locale/gu/LC_MESSAGES/pidgin.mo +share/locale/he/LC_MESSAGES/pidgin.mo +share/locale/hi/LC_MESSAGES/pidgin.mo +share/locale/hr/LC_MESSAGES/pidgin.mo +share/locale/hu/LC_MESSAGES/pidgin.mo +share/locale/id/LC_MESSAGES/pidgin.mo +share/locale/it/LC_MESSAGES/pidgin.mo +share/locale/ja/LC_MESSAGES/pidgin.mo +share/locale/ka/LC_MESSAGES/pidgin.mo +share/locale/kk/LC_MESSAGES/pidgin.mo +share/locale/km/LC_MESSAGES/pidgin.mo +share/locale/kn/LC_MESSAGES/pidgin.mo +share/locale/ko/LC_MESSAGES/pidgin.mo +share/locale/ks/LC_MESSAGES/pidgin.mo +share/locale/ku_IQ/LC_MESSAGES/pidgin.mo +share/locale/ku/LC_MESSAGES/pidgin.mo +share/locale/lt/LC_MESSAGES/pidgin.mo +share/locale/lv/LC_MESSAGES/pidgin.mo +share/locale/mai/LC_MESSAGES/pidgin.mo +share/locale/mhr/LC_MESSAGES/pidgin.mo +share/locale/mk/LC_MESSAGES/pidgin.mo +share/locale/ml/LC_MESSAGES/pidgin.mo +share/locale/mn/LC_MESSAGES/pidgin.mo +share/locale/mr/LC_MESSAGES/pidgin.mo +share/locale/ms_MY/LC_MESSAGES/pidgin.mo +share/locale/my_MM/LC_MESSAGES/pidgin.mo +share/locale/nb/LC_MESSAGES/pidgin.mo +share/locale/ne/LC_MESSAGES/pidgin.mo +share/locale/nl/LC_MESSAGES/pidgin.mo +share/locale/nn/LC_MESSAGES/pidgin.mo +share/locale/oc/LC_MESSAGES/pidgin.mo +share/locale/or/LC_MESSAGES/pidgin.mo +share/locale/pa/LC_MESSAGES/pidgin.mo +share/locale/pl/LC_MESSAGES/pidgin.mo +share/locale/ps/LC_MESSAGES/pidgin.mo +share/locale/pt_BR/LC_MESSAGES/pidgin.mo +share/locale/pt/LC_MESSAGES/pidgin.mo +share/locale/ro/LC_MESSAGES/pidgin.mo +share/locale/ru/LC_MESSAGES/pidgin.mo +share/locale/sd/LC_MESSAGES/pidgin.mo +share/locale/si/LC_MESSAGES/pidgin.mo +share/locale/sk/LC_MESSAGES/pidgin.mo +share/locale/sl/LC_MESSAGES/pidgin.mo +share/locale/sq/LC_MESSAGES/pidgin.mo +share/locale/sr@latin/LC_MESSAGES/pidgin.mo +share/locale/sr/LC_MESSAGES/pidgin.mo +share/locale/sv/LC_MESSAGES/pidgin.mo +share/locale/sw/LC_MESSAGES/pidgin.mo +share/locale/ta/LC_MESSAGES/pidgin.mo +share/locale/te/LC_MESSAGES/pidgin.mo +share/locale/th/LC_MESSAGES/pidgin.mo +share/locale/tr/LC_MESSAGES/pidgin.mo +share/locale/tt/LC_MESSAGES/pidgin.mo +share/locale/uk/LC_MESSAGES/pidgin.mo +share/locale/ur/LC_MESSAGES/pidgin.mo +share/locale/uz/LC_MESSAGES/pidgin.mo +share/locale/vi/LC_MESSAGES/pidgin.mo +share/locale/xh/LC_MESSAGES/pidgin.mo +share/locale/zh_CN/LC_MESSAGES/pidgin.mo +share/locale/zh_HK/LC_MESSAGES/pidgin.mo +share/locale/zh_TW/LC_MESSAGES/pidgin.mo +share/metainfo/pidgin.appdata.xml +share/pixmaps/pidgin/animations/16/connect0.png +share/pixmaps/pidgin/animations/16/connect1.png +share/pixmaps/pidgin/animations/16/connect2.png +share/pixmaps/pidgin/animations/16/connect3.png +share/pixmaps/pidgin/animations/16/connect4.png +share/pixmaps/pidgin/animations/16/connect5.png +share/pixmaps/pidgin/animations/16/connect6.png +share/pixmaps/pidgin/animations/16/connect7.png +share/pixmaps/pidgin/animations/16/connect8.png +share/pixmaps/pidgin/animations/16/process-working0.png +share/pixmaps/pidgin/animations/16/process-working1.png +share/pixmaps/pidgin/animations/16/process-working10.png +share/pixmaps/pidgin/animations/16/process-working11.png +share/pixmaps/pidgin/animations/16/process-working12.png +share/pixmaps/pidgin/animations/16/process-working13.png +share/pixmaps/pidgin/animations/16/process-working14.png +share/pixmaps/pidgin/animations/16/process-working15.png +share/pixmaps/pidgin/animations/16/process-working16.png +share/pixmaps/pidgin/animations/16/process-working17.png +share/pixmaps/pidgin/animations/16/process-working18.png +share/pixmaps/pidgin/animations/16/process-working19.png +share/pixmaps/pidgin/animations/16/process-working2.png +share/pixmaps/pidgin/animations/16/process-working20.png +share/pixmaps/pidgin/animations/16/process-working21.png +share/pixmaps/pidgin/animations/16/process-working22.png +share/pixmaps/pidgin/animations/16/process-working23.png +share/pixmaps/pidgin/animations/16/process-working24.png +share/pixmaps/pidgin/animations/16/process-working25.png +share/pixmaps/pidgin/animations/16/process-working26.png +share/pixmaps/pidgin/animations/16/process-working27.png +share/pixmaps/pidgin/animations/16/process-working28.png +share/pixmaps/pidgin/animations/16/process-working29.png +share/pixmaps/pidgin/animations/16/process-working3.png +share/pixmaps/pidgin/animations/16/process-working30.png +share/pixmaps/pidgin/animations/16/process-working4.png +share/pixmaps/pidgin/animations/16/process-working5.png +share/pixmaps/pidgin/animations/16/process-working6.png +share/pixmaps/pidgin/animations/16/process-working7.png +share/pixmaps/pidgin/animations/16/process-working8.png +share/pixmaps/pidgin/animations/16/process-working9.png +share/pixmaps/pidgin/animations/16/typing0.png +share/pixmaps/pidgin/animations/16/typing1.png +share/pixmaps/pidgin/animations/16/typing2.png +share/pixmaps/pidgin/animations/16/typing3.png +share/pixmaps/pidgin/animations/16/typing4.png +share/pixmaps/pidgin/animations/16/typing5.png +share/pixmaps/pidgin/arrow-down.xpm +share/pixmaps/pidgin/arrow-left.xpm +share/pixmaps/pidgin/arrow-right.xpm +share/pixmaps/pidgin/arrow-up.xpm +share/pixmaps/pidgin/buttons/edit.png +share/pixmaps/pidgin/buttons/info.png +share/pixmaps/pidgin/buttons/pause.png +share/pixmaps/pidgin/dialogs/16/auth.png +share/pixmaps/pidgin/dialogs/16/error.png +share/pixmaps/pidgin/dialogs/16/info.png +share/pixmaps/pidgin/dialogs/16/mail.png +share/pixmaps/pidgin/dialogs/16/question.png +share/pixmaps/pidgin/dialogs/64/auth.png +share/pixmaps/pidgin/dialogs/64/cool.png +share/pixmaps/pidgin/dialogs/64/dialog.png +share/pixmaps/pidgin/dialogs/64/error.png +share/pixmaps/pidgin/dialogs/64/info.png +share/pixmaps/pidgin/dialogs/64/mail.png +share/pixmaps/pidgin/dialogs/64/question.png +share/pixmaps/pidgin/dialogs/64/warning.png +share/pixmaps/pidgin/dialogs/scalable/auth.svg +share/pixmaps/pidgin/dialogs/scalable/cool.svg +share/pixmaps/pidgin/dialogs/scalable/dialog.svg +share/pixmaps/pidgin/dialogs/scalable/error.svg +share/pixmaps/pidgin/dialogs/scalable/info.svg +share/pixmaps/pidgin/dialogs/scalable/question.svg +share/pixmaps/pidgin/dialogs/scalable/warning.svg +share/pixmaps/pidgin/emblems/16/aol-client.png +share/pixmaps/pidgin/emblems/16/birthday.png +share/pixmaps/pidgin/emblems/16/blocked.png +share/pixmaps/pidgin/emblems/16/bot.png +share/pixmaps/pidgin/emblems/16/external.png +share/pixmaps/pidgin/emblems/16/female.png +share/pixmaps/pidgin/emblems/16/founder.png +share/pixmaps/pidgin/emblems/16/free-for-chat.png +share/pixmaps/pidgin/emblems/16/game.png +share/pixmaps/pidgin/emblems/16/half-operator.png +share/pixmaps/pidgin/emblems/16/hiptop.png +share/pixmaps/pidgin/emblems/16/male.png +share/pixmaps/pidgin/emblems/16/mobile.png +share/pixmaps/pidgin/emblems/16/not-authorized.png +share/pixmaps/pidgin/emblems/16/operator.png +share/pixmaps/pidgin/emblems/16/secure.png +share/pixmaps/pidgin/emblems/16/unavailable.png +share/pixmaps/pidgin/emblems/16/video.png +share/pixmaps/pidgin/emblems/16/voice.png +share/pixmaps/pidgin/emblems/scalable/aol-client.svg +share/pixmaps/pidgin/emblems/scalable/blocked.svg +share/pixmaps/pidgin/emblems/scalable/bot.svg +share/pixmaps/pidgin/emblems/scalable/external.svg +share/pixmaps/pidgin/emblems/scalable/female.svg +share/pixmaps/pidgin/emblems/scalable/free-for-chat.svg +share/pixmaps/pidgin/emblems/scalable/game.svg +share/pixmaps/pidgin/emblems/scalable/male.svg +share/pixmaps/pidgin/emblems/scalable/not-authorized.svg +share/pixmaps/pidgin/emblems/scalable/secure.svg +share/pixmaps/pidgin/emblems/scalable/unavailable.svg +share/pixmaps/pidgin/emblems/scalable/video.svg +share/pixmaps/pidgin/emblems/scalable/voice.svg +share/pixmaps/pidgin/emotes/default/act-up.png +share/pixmaps/pidgin/emotes/default/afraid.png +share/pixmaps/pidgin/emotes/default/airplane.png +share/pixmaps/pidgin/emotes/default/alien.png +share/pixmaps/pidgin/emotes/default/amorous.png +share/pixmaps/pidgin/emotes/default/angel.png +share/pixmaps/pidgin/emotes/default/angry.png +share/pixmaps/pidgin/emotes/default/arrogant.png +share/pixmaps/pidgin/emotes/default/at-wits-end.png +share/pixmaps/pidgin/emotes/default/bad.png +share/pixmaps/pidgin/emotes/default/bashful.png +share/pixmaps/pidgin/emotes/default/beat-up.png +share/pixmaps/pidgin/emotes/default/beauty.png +share/pixmaps/pidgin/emotes/default/beer.png +share/pixmaps/pidgin/emotes/default/blowkiss.png +share/pixmaps/pidgin/emotes/default/bomb.png +share/pixmaps/pidgin/emotes/default/bored.png +share/pixmaps/pidgin/emotes/default/bowl.png +share/pixmaps/pidgin/emotes/default/boy.png +share/pixmaps/pidgin/emotes/default/brb.png +share/pixmaps/pidgin/emotes/default/bulgy-eyes.png +share/pixmaps/pidgin/emotes/default/bunny.png +share/pixmaps/pidgin/emotes/default/bye.png +share/pixmaps/pidgin/emotes/default/cake.png +share/pixmaps/pidgin/emotes/default/call-me.png +share/pixmaps/pidgin/emotes/default/camera.png +share/pixmaps/pidgin/emotes/default/can.png +share/pixmaps/pidgin/emotes/default/car.png +share/pixmaps/pidgin/emotes/default/cat.png +share/pixmaps/pidgin/emotes/default/chicken.png +share/pixmaps/pidgin/emotes/default/chilli.png +share/pixmaps/pidgin/emotes/default/cigarette.png +share/pixmaps/pidgin/emotes/default/clap.png +share/pixmaps/pidgin/emotes/default/clock.png +share/pixmaps/pidgin/emotes/default/cloudy.png +share/pixmaps/pidgin/emotes/default/clover.png +share/pixmaps/pidgin/emotes/default/clown.png +share/pixmaps/pidgin/emotes/default/coffee.png +share/pixmaps/pidgin/emotes/default/coins.png +share/pixmaps/pidgin/emotes/default/cold.png +share/pixmaps/pidgin/emotes/default/computer.png +share/pixmaps/pidgin/emotes/default/confused.png +share/pixmaps/pidgin/emotes/default/console.png +share/pixmaps/pidgin/emotes/default/cow.png +share/pixmaps/pidgin/emotes/default/cowboy.png +share/pixmaps/pidgin/emotes/default/crying.png +share/pixmaps/pidgin/emotes/default/curl-lip.png +share/pixmaps/pidgin/emotes/default/curse.png +share/pixmaps/pidgin/emotes/default/cute.png +share/pixmaps/pidgin/emotes/default/cyclops.png +share/pixmaps/pidgin/emotes/default/dance.png +share/pixmaps/pidgin/emotes/default/dazed.png +share/pixmaps/pidgin/emotes/default/desire.png +share/pixmaps/pidgin/emotes/default/devil.png +share/pixmaps/pidgin/emotes/default/disappointed.png +share/pixmaps/pidgin/emotes/default/disdain.png +share/pixmaps/pidgin/emotes/default/doctor.png +share/pixmaps/pidgin/emotes/default/dog.png +share/pixmaps/pidgin/emotes/default/doh.png +share/pixmaps/pidgin/emotes/default/dont-know.png +share/pixmaps/pidgin/emotes/default/drink.png +share/pixmaps/pidgin/emotes/default/drool.png +share/pixmaps/pidgin/emotes/default/embarrassed.png +share/pixmaps/pidgin/emotes/default/excited.png +share/pixmaps/pidgin/emotes/default/excruciating.png +share/pixmaps/pidgin/emotes/default/eyeroll.png +share/pixmaps/pidgin/emotes/default/female-fighter.png +share/pixmaps/pidgin/emotes/default/film.png +share/pixmaps/pidgin/emotes/default/fingers-crossed.png +share/pixmaps/pidgin/emotes/default/flag.png +share/pixmaps/pidgin/emotes/default/foot-in-mouth.png +share/pixmaps/pidgin/emotes/default/freaked-out.png +share/pixmaps/pidgin/emotes/default/ghost.png +share/pixmaps/pidgin/emotes/default/giggle.png +share/pixmaps/pidgin/emotes/default/girl.png +share/pixmaps/pidgin/emotes/default/glasses-cool.png +share/pixmaps/pidgin/emotes/default/glasses-nerdy.png +share/pixmaps/pidgin/emotes/default/go-away.png +share/pixmaps/pidgin/emotes/default/goat.png +share/pixmaps/pidgin/emotes/default/good.png +share/pixmaps/pidgin/emotes/default/hammer.png +share/pixmaps/pidgin/emotes/default/handcuffs.png +share/pixmaps/pidgin/emotes/default/handshake.png +share/pixmaps/pidgin/emotes/default/happy.png +share/pixmaps/pidgin/emotes/default/highfive.png +share/pixmaps/pidgin/emotes/default/hot.png +share/pixmaps/pidgin/emotes/default/hug-left.png +share/pixmaps/pidgin/emotes/default/hug-right.png +share/pixmaps/pidgin/emotes/default/hungry.png +share/pixmaps/pidgin/emotes/default/hypnotized.png +share/pixmaps/pidgin/emotes/default/in_love.png +share/pixmaps/pidgin/emotes/default/island.png +share/pixmaps/pidgin/emotes/default/jump.png +share/pixmaps/pidgin/emotes/default/kiss.png +share/pixmaps/pidgin/emotes/default/kissed.png +share/pixmaps/pidgin/emotes/default/kissing.png +share/pixmaps/pidgin/emotes/default/knife.png +share/pixmaps/pidgin/emotes/default/lamp.png +share/pixmaps/pidgin/emotes/default/lashes.png +share/pixmaps/pidgin/emotes/default/laugh.png +share/pixmaps/pidgin/emotes/default/liquor.png +share/pixmaps/pidgin/emotes/default/loser.png +share/pixmaps/pidgin/emotes/default/love-over.png +share/pixmaps/pidgin/emotes/default/lying.png +share/pixmaps/pidgin/emotes/default/mad-tongue.png +share/pixmaps/pidgin/emotes/default/mail.png +share/pixmaps/pidgin/emotes/default/male-fighter1.png +share/pixmaps/pidgin/emotes/default/male-fighter2.png +share/pixmaps/pidgin/emotes/default/mean.png +share/pixmaps/pidgin/emotes/default/meeting.png +share/pixmaps/pidgin/emotes/default/messed.png +share/pixmaps/pidgin/emotes/default/mobile.png +share/pixmaps/pidgin/emotes/default/mohawk.png +share/pixmaps/pidgin/emotes/default/moneymouth.png +share/pixmaps/pidgin/emotes/default/monkey.png +share/pixmaps/pidgin/emotes/default/moon.png +share/pixmaps/pidgin/emotes/default/mrgreen.png +share/pixmaps/pidgin/emotes/default/music.png +share/pixmaps/pidgin/emotes/default/musical-note.png +share/pixmaps/pidgin/emotes/default/nervous.png +share/pixmaps/pidgin/emotes/default/neutral.png +share/pixmaps/pidgin/emotes/default/on-the-phone.png +share/pixmaps/pidgin/emotes/default/party.png +share/pixmaps/pidgin/emotes/default/peace.png +share/pixmaps/pidgin/emotes/default/phone.png +share/pixmaps/pidgin/emotes/default/pig.png +share/pixmaps/pidgin/emotes/default/pill.png +share/pixmaps/pidgin/emotes/default/pirate.png +share/pixmaps/pidgin/emotes/default/pissed-off.png +share/pixmaps/pidgin/emotes/default/pizza.png +share/pixmaps/pidgin/emotes/default/plate.png +share/pixmaps/pidgin/emotes/default/poop.png +share/pixmaps/pidgin/emotes/default/pray.png +share/pixmaps/pidgin/emotes/default/present.png +share/pixmaps/pidgin/emotes/default/pumpkin.png +share/pixmaps/pidgin/emotes/default/question.png +share/pixmaps/pidgin/emotes/default/quiet.png +share/pixmaps/pidgin/emotes/default/rain.png +share/pixmaps/pidgin/emotes/default/rainbow.png +share/pixmaps/pidgin/emotes/default/rose-dead.png +share/pixmaps/pidgin/emotes/default/rose.png +share/pixmaps/pidgin/emotes/default/rotfl.png +share/pixmaps/pidgin/emotes/default/sad.png +share/pixmaps/pidgin/emotes/default/sarcastic.png +share/pixmaps/pidgin/emotes/default/search.png +share/pixmaps/pidgin/emotes/default/secret.png +share/pixmaps/pidgin/emotes/default/shame.png +share/pixmaps/pidgin/emotes/default/sheep.png +share/pixmaps/pidgin/emotes/default/shocked.png +share/pixmaps/pidgin/emotes/default/shout.png +share/pixmaps/pidgin/emotes/default/shut-mouth.png +share/pixmaps/pidgin/emotes/default/sick.png +share/pixmaps/pidgin/emotes/default/sidefrown.png +share/pixmaps/pidgin/emotes/default/silly.png +share/pixmaps/pidgin/emotes/default/sinister.png +share/pixmaps/pidgin/emotes/default/skeleton.png +share/pixmaps/pidgin/emotes/default/skywalker.png +share/pixmaps/pidgin/emotes/default/sleeping.png +share/pixmaps/pidgin/emotes/default/sleepy.png +share/pixmaps/pidgin/emotes/default/smirk.png +share/pixmaps/pidgin/emotes/default/snail.png +share/pixmaps/pidgin/emotes/default/snicker.png +share/pixmaps/pidgin/emotes/default/snowman.png +share/pixmaps/pidgin/emotes/default/soccerball.png +share/pixmaps/pidgin/emotes/default/soldier.png +share/pixmaps/pidgin/emotes/default/star.png +share/pixmaps/pidgin/emotes/default/starving.png +share/pixmaps/pidgin/emotes/default/stop.png +share/pixmaps/pidgin/emotes/default/stressed.png +share/pixmaps/pidgin/emotes/default/struggle.png +share/pixmaps/pidgin/emotes/default/sun.png +share/pixmaps/pidgin/emotes/default/talktohand.png +share/pixmaps/pidgin/emotes/default/teeth.png +share/pixmaps/pidgin/emotes/default/terror.png +share/pixmaps/pidgin/emotes/default/theme +share/pixmaps/pidgin/emotes/default/thinking.png +share/pixmaps/pidgin/emotes/default/thunder.png +share/pixmaps/pidgin/emotes/default/time-out.png +share/pixmaps/pidgin/emotes/default/tongue.png +share/pixmaps/pidgin/emotes/default/turtle.png +share/pixmaps/pidgin/emotes/default/tv.png +share/pixmaps/pidgin/emotes/default/umbrella.png +share/pixmaps/pidgin/emotes/default/vampire.png +share/pixmaps/pidgin/emotes/default/victory.png +share/pixmaps/pidgin/emotes/default/waiting.png +share/pixmaps/pidgin/emotes/default/watermelon.png +share/pixmaps/pidgin/emotes/default/waving.png +share/pixmaps/pidgin/emotes/default/weep.png +share/pixmaps/pidgin/emotes/default/wilt.png +share/pixmaps/pidgin/emotes/default/wink.png +share/pixmaps/pidgin/emotes/default/worship.png +share/pixmaps/pidgin/emotes/default/yin-yang.png +share/pixmaps/pidgin/emotes/none/theme +share/pixmaps/pidgin/emotes/small/afraid.png +share/pixmaps/pidgin/emotes/small/amorous.png +share/pixmaps/pidgin/emotes/small/angel.png +share/pixmaps/pidgin/emotes/small/angry.png +share/pixmaps/pidgin/emotes/small/bathing.png +share/pixmaps/pidgin/emotes/small/beer.png +share/pixmaps/pidgin/emotes/small/bored.png +share/pixmaps/pidgin/emotes/small/boy.png +share/pixmaps/pidgin/emotes/small/camera.png +share/pixmaps/pidgin/emotes/small/chilli.png +share/pixmaps/pidgin/emotes/small/cigarette.png +share/pixmaps/pidgin/emotes/small/cinema.png +share/pixmaps/pidgin/emotes/small/coffee.png +share/pixmaps/pidgin/emotes/small/cold.png +share/pixmaps/pidgin/emotes/small/confused.png +share/pixmaps/pidgin/emotes/small/console.png +share/pixmaps/pidgin/emotes/small/cross.png +share/pixmaps/pidgin/emotes/small/crying.png +share/pixmaps/pidgin/emotes/small/devil.png +share/pixmaps/pidgin/emotes/small/disappointed.png +share/pixmaps/pidgin/emotes/small/dont-know.png +share/pixmaps/pidgin/emotes/small/drool.png +share/pixmaps/pidgin/emotes/small/embarrassed.png +share/pixmaps/pidgin/emotes/small/excited.png +share/pixmaps/pidgin/emotes/small/excruciating.png +share/pixmaps/pidgin/emotes/small/eyeroll.png +share/pixmaps/pidgin/emotes/small/girl.png +share/pixmaps/pidgin/emotes/small/grumpy.png +share/pixmaps/pidgin/emotes/small/happy.png +share/pixmaps/pidgin/emotes/small/hot.png +share/pixmaps/pidgin/emotes/small/hug-left.png +share/pixmaps/pidgin/emotes/small/hug-right.png +share/pixmaps/pidgin/emotes/small/hungry.png +share/pixmaps/pidgin/emotes/small/in_love.png +share/pixmaps/pidgin/emotes/small/internet.png +share/pixmaps/pidgin/emotes/small/invincible.png +share/pixmaps/pidgin/emotes/small/kiss.png +share/pixmaps/pidgin/emotes/small/lamp.png +share/pixmaps/pidgin/emotes/small/lying.png +share/pixmaps/pidgin/emotes/small/meeting.png +share/pixmaps/pidgin/emotes/small/mobile.png +share/pixmaps/pidgin/emotes/small/mrgreen.png +share/pixmaps/pidgin/emotes/small/music.png +share/pixmaps/pidgin/emotes/small/musical-note.png +share/pixmaps/pidgin/emotes/small/nerdy.png +share/pixmaps/pidgin/emotes/small/neutral.png +share/pixmaps/pidgin/emotes/small/party.png +share/pixmaps/pidgin/emotes/small/phone.png +share/pixmaps/pidgin/emotes/small/pirate.png +share/pixmaps/pidgin/emotes/small/pissed-off.png +share/pixmaps/pidgin/emotes/small/plate.png +share/pixmaps/pidgin/emotes/small/question.png +share/pixmaps/pidgin/emotes/small/restroom.png +share/pixmaps/pidgin/emotes/small/rose.png +share/pixmaps/pidgin/emotes/small/sad.png +share/pixmaps/pidgin/emotes/small/search.png +share/pixmaps/pidgin/emotes/small/shame.png +share/pixmaps/pidgin/emotes/small/shocked.png +share/pixmaps/pidgin/emotes/small/shopping.png +share/pixmaps/pidgin/emotes/small/shut-mouth.png +share/pixmaps/pidgin/emotes/small/sick.png +share/pixmaps/pidgin/emotes/small/silent.png +share/pixmaps/pidgin/emotes/small/sleeping.png +share/pixmaps/pidgin/emotes/small/sleepy.png +share/pixmaps/pidgin/emotes/small/star.png +share/pixmaps/pidgin/emotes/small/stressed.png +share/pixmaps/pidgin/emotes/small/studying.png +share/pixmaps/pidgin/emotes/small/suit.png +share/pixmaps/pidgin/emotes/small/surfing.png +share/pixmaps/pidgin/emotes/small/theme +share/pixmaps/pidgin/emotes/small/thinking.png +share/pixmaps/pidgin/emotes/small/thunder.png +share/pixmaps/pidgin/emotes/small/tongue.png +share/pixmaps/pidgin/emotes/small/tv.png +share/pixmaps/pidgin/emotes/small/typing.png +share/pixmaps/pidgin/emotes/small/uhm-yeah.png +share/pixmaps/pidgin/emotes/small/wink.png +share/pixmaps/pidgin/emotes/small/working.png +share/pixmaps/pidgin/emotes/small/writing.png +share/pixmaps/pidgin/logo.png +share/pixmaps/pidgin/protocols/16/bonjour.png +share/pixmaps/pidgin/protocols/16/facebook.png +share/pixmaps/pidgin/protocols/16/gadu-gadu.png +share/pixmaps/pidgin/protocols/16/google-talk.png +share/pixmaps/pidgin/protocols/16/irc.png +share/pixmaps/pidgin/protocols/16/jabber.png +share/pixmaps/pidgin/protocols/16/meanwhile.png +share/pixmaps/pidgin/protocols/16/novell.png +share/pixmaps/pidgin/protocols/16/silc.png +share/pixmaps/pidgin/protocols/16/simple.png +share/pixmaps/pidgin/protocols/16/zephyr.png +share/pixmaps/pidgin/protocols/22/bonjour.png +share/pixmaps/pidgin/protocols/22/facebook.png +share/pixmaps/pidgin/protocols/22/gadu-gadu.png +share/pixmaps/pidgin/protocols/22/google-talk.png +share/pixmaps/pidgin/protocols/22/irc.png +share/pixmaps/pidgin/protocols/22/jabber.png +share/pixmaps/pidgin/protocols/22/meanwhile.png +share/pixmaps/pidgin/protocols/22/novell.png +share/pixmaps/pidgin/protocols/22/silc.png +share/pixmaps/pidgin/protocols/22/simple.png +share/pixmaps/pidgin/protocols/22/zephyr.png +share/pixmaps/pidgin/protocols/48/bonjour.png +share/pixmaps/pidgin/protocols/48/facebook.png +share/pixmaps/pidgin/protocols/48/gadu-gadu.png +share/pixmaps/pidgin/protocols/48/irc.png +share/pixmaps/pidgin/protocols/48/jabber.png +share/pixmaps/pidgin/protocols/48/meanwhile.png +share/pixmaps/pidgin/protocols/48/novell.png +share/pixmaps/pidgin/protocols/48/silc.png +share/pixmaps/pidgin/protocols/48/simple.png +share/pixmaps/pidgin/protocols/48/zephyr.png +share/pixmaps/pidgin/protocols/scalable/bonjour.svg +share/pixmaps/pidgin/protocols/scalable/gadu-gadu.svg +share/pixmaps/pidgin/protocols/scalable/google-talk.svg +share/pixmaps/pidgin/protocols/scalable/irc.svg +share/pixmaps/pidgin/protocols/scalable/jabber.svg +share/pixmaps/pidgin/protocols/scalable/meanwhile.svg +share/pixmaps/pidgin/protocols/scalable/novell.svg +share/pixmaps/pidgin/protocols/scalable/silc.svg +share/pixmaps/pidgin/protocols/scalable/simple.svg +share/pixmaps/pidgin/protocols/scalable/zephyr.svg +share/pixmaps/pidgin/status/11/available.png +share/pixmaps/pidgin/status/11/away.png +share/pixmaps/pidgin/status/11/busy.png +share/pixmaps/pidgin/status/11/chat.png +share/pixmaps/pidgin/status/11/extended-away.png +share/pixmaps/pidgin/status/11/invisible.png +share/pixmaps/pidgin/status/11/log-in.png +share/pixmaps/pidgin/status/11/log-out.png +share/pixmaps/pidgin/status/11/offline.png +share/pixmaps/pidgin/status/11/person.png +share/pixmaps/pidgin/status/11/rtl/extended-away.png +share/pixmaps/pidgin/status/11/rtl/log-in.png +share/pixmaps/pidgin/status/11/rtl/log-out.png +share/pixmaps/pidgin/status/16/available.png +share/pixmaps/pidgin/status/16/away.png +share/pixmaps/pidgin/status/16/busy.png +share/pixmaps/pidgin/status/16/chat.png +share/pixmaps/pidgin/status/16/extended-away.png +share/pixmaps/pidgin/status/16/invisible.png +share/pixmaps/pidgin/status/16/log-in.png +share/pixmaps/pidgin/status/16/log-out.png +share/pixmaps/pidgin/status/16/offline.png +share/pixmaps/pidgin/status/16/person.png +share/pixmaps/pidgin/status/16/rtl/extended-away.png +share/pixmaps/pidgin/status/16/rtl/log-in.png +share/pixmaps/pidgin/status/16/rtl/log-out.png +share/pixmaps/pidgin/status/22/available.png +share/pixmaps/pidgin/status/22/away.png +share/pixmaps/pidgin/status/22/busy.png +share/pixmaps/pidgin/status/22/chat.png +share/pixmaps/pidgin/status/22/extended-away.png +share/pixmaps/pidgin/status/22/invisible.png +share/pixmaps/pidgin/status/22/log-in.png +share/pixmaps/pidgin/status/22/log-out.png +share/pixmaps/pidgin/status/22/offline.png +share/pixmaps/pidgin/status/22/person.png +share/pixmaps/pidgin/status/22/rtl/extended-away.png +share/pixmaps/pidgin/status/22/rtl/log-in.png +share/pixmaps/pidgin/status/22/rtl/log-out.png +share/pixmaps/pidgin/status/32/available.png +share/pixmaps/pidgin/status/32/away.png +share/pixmaps/pidgin/status/32/busy.png +share/pixmaps/pidgin/status/32/chat.png +share/pixmaps/pidgin/status/32/extended-away.png +share/pixmaps/pidgin/status/32/invisible.png +share/pixmaps/pidgin/status/32/log-in.png +share/pixmaps/pidgin/status/32/log-out.png +share/pixmaps/pidgin/status/32/offline.png +share/pixmaps/pidgin/status/32/person.png +share/pixmaps/pidgin/status/32/rtl/extended-away.png +share/pixmaps/pidgin/status/32/rtl/log-in.png +share/pixmaps/pidgin/status/32/rtl/log-out.png +share/pixmaps/pidgin/status/48/available.png +share/pixmaps/pidgin/status/48/away.png +share/pixmaps/pidgin/status/48/busy.png +share/pixmaps/pidgin/status/48/chat.png +share/pixmaps/pidgin/status/48/extended-away.png +share/pixmaps/pidgin/status/48/invisible.png +share/pixmaps/pidgin/status/48/log-in.png +share/pixmaps/pidgin/status/48/log-out.png +share/pixmaps/pidgin/status/48/offline.png +share/pixmaps/pidgin/status/48/person.png +share/pixmaps/pidgin/status/48/rtl/extended-away.png +share/pixmaps/pidgin/status/48/rtl/log-in.png +share/pixmaps/pidgin/status/48/rtl/log-out.png +share/pixmaps/pidgin/toolbar/11/message-new.png +share/pixmaps/pidgin/toolbar/16/audio-call.png +share/pixmaps/pidgin/toolbar/16/change-bgcolor.png +share/pixmaps/pidgin/toolbar/16/change-fgcolor.png +share/pixmaps/pidgin/toolbar/16/emote-select.png +share/pixmaps/pidgin/toolbar/16/font-face.png +share/pixmaps/pidgin/toolbar/16/font-size-down.png +share/pixmaps/pidgin/toolbar/16/font-size-up.png +share/pixmaps/pidgin/toolbar/16/get-attention.png +share/pixmaps/pidgin/toolbar/16/insert-image.png +share/pixmaps/pidgin/toolbar/16/insert-link.png +share/pixmaps/pidgin/toolbar/16/insert.png +share/pixmaps/pidgin/toolbar/16/message-new.png +share/pixmaps/pidgin/toolbar/16/plugins.png +share/pixmaps/pidgin/toolbar/16/send-file.png +share/pixmaps/pidgin/toolbar/16/transfer.png +share/pixmaps/pidgin/toolbar/16/unblock.png +share/pixmaps/pidgin/toolbar/16/video-call.png +share/pixmaps/pidgin/toolbar/22/audio-call.png +share/pixmaps/pidgin/toolbar/22/select-avatar.png +share/pixmaps/pidgin/toolbar/22/video-call.png +share/pixmaps/pidgin/toolbar/32/audio-call.png +share/pixmaps/pidgin/toolbar/32/video-call.png +share/pixmaps/pidgin/toolbar/48/audio-call.png +share/pixmaps/pidgin/toolbar/48/video-call.png +share/pixmaps/pidgin/tray/16/available_4bit.ico +share/pixmaps/pidgin/tray/16/away_4bit.ico +share/pixmaps/pidgin/tray/16/busy_4bit.ico +share/pixmaps/pidgin/tray/16/connecting_4bit.ico +share/pixmaps/pidgin/tray/16/extended-away_4bit.ico +share/pixmaps/pidgin/tray/16/invisible_4bit.ico +share/pixmaps/pidgin/tray/16/message_4bit.ico +share/pixmaps/pidgin/tray/16/offline_4bit.ico +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-available.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-away.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-busy.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-connect.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-email.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-invisible.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-offline.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-pending.png +share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-xa.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-available.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-away.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-busy.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-connect.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-email.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-invisible.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-offline.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-pending.png +share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-xa.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-available.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-away.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-busy.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-connect.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-email.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-invisible.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-offline.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-pending.png +share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-xa.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-available.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-away.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-busy.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-connect.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-email.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-invisible.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-offline.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-pending.png +share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-xa.png +share/pixmaps/pidgin/tray/hicolor/index.theme +share/purple/ca-certs/CAcert_Class3.pem +share/purple/ca-certs/CAcert_Root.pem +share/purple/ca-certs/mozilla.pem +share/sounds/purple/alert.wav +share/sounds/purple/login.wav +share/sounds/purple/logout.wav +share/sounds/purple/receive.wav +share/sounds/purple/send.wav +@dir bin +@dir include/libpurple/media +@dir include/libpurple +@dir include/pidgin +@dir include +@dir lib/pidgin +@dir lib/pkgconfig +@dir lib/purple +@dir lib +@dir man/man1 +@dir man +@dir share/aclocal +@dir share/applications +@dir share/icons/hicolor/16x16/apps +@dir share/icons/hicolor/16x16 +@dir share/icons/hicolor/22x22/apps +@dir share/icons/hicolor/22x22 +@dir share/icons/hicolor/24x24/apps +@dir share/icons/hicolor/24x24 +@dir share/icons/hicolor/32x32/apps +@dir share/icons/hicolor/32x32 +@dir share/icons/hicolor/48x48/apps +@dir share/icons/hicolor/48x48 +@dir share/icons/hicolor/scalable/apps +@dir share/icons/hicolor/scalable +@dir share/icons/hicolor +@dir share/icons +@dir share/locale/af/LC_MESSAGES +@dir share/locale/af +@dir share/locale/am/LC_MESSAGES +@dir share/locale/am +@dir share/locale/ar/LC_MESSAGES +@dir share/locale/ar +@dir share/locale/ar_SA/LC_MESSAGES +@dir share/locale/ar_SA +@dir share/locale/as/LC_MESSAGES +@dir share/locale/as +@dir share/locale/ast/LC_MESSAGES +@dir share/locale/ast +@dir share/locale/az/LC_MESSAGES +@dir share/locale/az +@dir share/locale/be@latin/LC_MESSAGES +@dir share/locale/be@latin +@dir share/locale/bg/LC_MESSAGES +@dir share/locale/bg +@dir share/locale/bn/LC_MESSAGES +@dir share/locale/bn +@dir share/locale/bn_IN/LC_MESSAGES +@dir share/locale/bn_IN +@dir share/locale/br/LC_MESSAGES +@dir share/locale/br +@dir share/locale/brx/LC_MESSAGES +@dir share/locale/brx +@dir share/locale/bs/LC_MESSAGES +@dir share/locale/bs +@dir share/locale/ca/LC_MESSAGES +@dir share/locale/ca +@dir share/locale/ca@valencia/LC_MESSAGES +@dir share/locale/ca@valencia +@dir share/locale/cs/LC_MESSAGES +@dir share/locale/cs +@dir share/locale/da/LC_MESSAGES +@dir share/locale/da +@dir share/locale/de/LC_MESSAGES +@dir share/locale/de +@dir share/locale/dz/LC_MESSAGES +@dir share/locale/dz +@dir share/locale/el/LC_MESSAGES +@dir share/locale/el +@dir share/locale/en_AU/LC_MESSAGES +@dir share/locale/en_AU +@dir share/locale/en_CA/LC_MESSAGES +@dir share/locale/en_CA +@dir share/locale/en_GB/LC_MESSAGES +@dir share/locale/en_GB +@dir share/locale/eo/LC_MESSAGES +@dir share/locale/eo +@dir share/locale/es/LC_MESSAGES +@dir share/locale/es +@dir share/locale/es_AR/LC_MESSAGES +@dir share/locale/es_AR +@dir share/locale/et/LC_MESSAGES +@dir share/locale/et +@dir share/locale/eu/LC_MESSAGES +@dir share/locale/eu +@dir share/locale/fa/LC_MESSAGES +@dir share/locale/fa +@dir share/locale/fi/LC_MESSAGES +@dir share/locale/fi +@dir share/locale/fr/LC_MESSAGES +@dir share/locale/fr +@dir share/locale/ga/LC_MESSAGES +@dir share/locale/ga +@dir share/locale/gl/LC_MESSAGES +@dir share/locale/gl +@dir share/locale/gu/LC_MESSAGES +@dir share/locale/gu +@dir share/locale/he/LC_MESSAGES +@dir share/locale/he +@dir share/locale/hi/LC_MESSAGES +@dir share/locale/hi +@dir share/locale/hr/LC_MESSAGES +@dir share/locale/hr +@dir share/locale/hu/LC_MESSAGES +@dir share/locale/hu +@dir share/locale/id/LC_MESSAGES +@dir share/locale/id +@dir share/locale/it/LC_MESSAGES +@dir share/locale/it +@dir share/locale/ja/LC_MESSAGES +@dir share/locale/ja +@dir share/locale/ka/LC_MESSAGES +@dir share/locale/ka +@dir share/locale/kk/LC_MESSAGES +@dir share/locale/kk +@dir share/locale/km/LC_MESSAGES +@dir share/locale/km +@dir share/locale/kn/LC_MESSAGES +@dir share/locale/kn +@dir share/locale/ko/LC_MESSAGES +@dir share/locale/ko +@dir share/locale/ks/LC_MESSAGES +@dir share/locale/ks +@dir share/locale/ku/LC_MESSAGES +@dir share/locale/ku +@dir share/locale/ku_IQ/LC_MESSAGES +@dir share/locale/ku_IQ +@dir share/locale/lt/LC_MESSAGES +@dir share/locale/lt +@dir share/locale/lv/LC_MESSAGES +@dir share/locale/lv +@dir share/locale/mai/LC_MESSAGES +@dir share/locale/mai +@dir share/locale/mhr/LC_MESSAGES +@dir share/locale/mhr +@dir share/locale/mk/LC_MESSAGES +@dir share/locale/mk +@dir share/locale/ml/LC_MESSAGES +@dir share/locale/ml +@dir share/locale/mn/LC_MESSAGES +@dir share/locale/mn +@dir share/locale/mr/LC_MESSAGES +@dir share/locale/mr +@dir share/locale/ms_MY/LC_MESSAGES +@dir share/locale/ms_MY +@dir share/locale/my_MM/LC_MESSAGES +@dir share/locale/my_MM +@dir share/locale/nb/LC_MESSAGES +@dir share/locale/nb +@dir share/locale/ne/LC_MESSAGES +@dir share/locale/ne +@dir share/locale/nl/LC_MESSAGES +@dir share/locale/nl +@dir share/locale/nn/LC_MESSAGES +@dir share/locale/nn +@dir share/locale/oc/LC_MESSAGES +@dir share/locale/oc +@dir share/locale/or/LC_MESSAGES +@dir share/locale/or +@dir share/locale/pa/LC_MESSAGES +@dir share/locale/pa +@dir share/locale/pl/LC_MESSAGES +@dir share/locale/pl +@dir share/locale/ps/LC_MESSAGES +@dir share/locale/ps +@dir share/locale/pt/LC_MESSAGES +@dir share/locale/pt +@dir share/locale/pt_BR/LC_MESSAGES +@dir share/locale/pt_BR +@dir share/locale/ro/LC_MESSAGES +@dir share/locale/ro +@dir share/locale/ru/LC_MESSAGES +@dir share/locale/ru +@dir share/locale/sd/LC_MESSAGES +@dir share/locale/sd +@dir share/locale/si/LC_MESSAGES +@dir share/locale/si +@dir share/locale/sk/LC_MESSAGES +@dir share/locale/sk +@dir share/locale/sl/LC_MESSAGES +@dir share/locale/sl +@dir share/locale/sq/LC_MESSAGES +@dir share/locale/sq +@dir share/locale/sr/LC_MESSAGES +@dir share/locale/sr +@dir share/locale/sr@latin/LC_MESSAGES +@dir share/locale/sr@latin +@dir share/locale/sv/LC_MESSAGES +@dir share/locale/sv +@dir share/locale/sw/LC_MESSAGES +@dir share/locale/sw +@dir share/locale/ta/LC_MESSAGES +@dir share/locale/ta +@dir share/locale/te/LC_MESSAGES +@dir share/locale/te +@dir share/locale/th/LC_MESSAGES +@dir share/locale/th +@dir share/locale/tr/LC_MESSAGES +@dir share/locale/tr +@dir share/locale/tt/LC_MESSAGES +@dir share/locale/tt +@dir share/locale/uk/LC_MESSAGES +@dir share/locale/uk +@dir share/locale/ur/LC_MESSAGES +@dir share/locale/ur +@dir share/locale/uz/LC_MESSAGES +@dir share/locale/uz +@dir share/locale/vi/LC_MESSAGES +@dir share/locale/vi +@dir share/locale/xh/LC_MESSAGES +@dir share/locale/xh +@dir share/locale/zh_CN/LC_MESSAGES +@dir share/locale/zh_CN +@dir share/locale/zh_HK/LC_MESSAGES +@dir share/locale/zh_HK +@dir share/locale/zh_TW/LC_MESSAGES +@dir share/locale/zh_TW +@dir share/locale +@dir share/metainfo +@dir share/pixmaps/pidgin/animations/16 +@dir share/pixmaps/pidgin/animations +@dir share/pixmaps/pidgin/buttons +@dir share/pixmaps/pidgin/dialogs/16 +@dir share/pixmaps/pidgin/dialogs/64 +@dir share/pixmaps/pidgin/dialogs/scalable +@dir share/pixmaps/pidgin/dialogs +@dir share/pixmaps/pidgin/emblems/16 +@dir share/pixmaps/pidgin/emblems/scalable +@dir share/pixmaps/pidgin/emblems +@dir share/pixmaps/pidgin/emotes/default +@dir share/pixmaps/pidgin/emotes/none +@dir share/pixmaps/pidgin/emotes/small +@dir share/pixmaps/pidgin/emotes +@dir share/pixmaps/pidgin/protocols/16 +@dir share/pixmaps/pidgin/protocols/22 +@dir share/pixmaps/pidgin/protocols/48 +@dir share/pixmaps/pidgin/protocols/scalable +@dir share/pixmaps/pidgin/protocols +@dir share/pixmaps/pidgin/status/11/rtl +@dir share/pixmaps/pidgin/status/11 +@dir share/pixmaps/pidgin/status/16/rtl +@dir share/pixmaps/pidgin/status/16 +@dir share/pixmaps/pidgin/status/22/rtl +@dir share/pixmaps/pidgin/status/22 +@dir share/pixmaps/pidgin/status/32/rtl +@dir share/pixmaps/pidgin/status/32 +@dir share/pixmaps/pidgin/status/48/rtl +@dir share/pixmaps/pidgin/status/48 +@dir share/pixmaps/pidgin/status +@dir share/pixmaps/pidgin/toolbar/11 +@dir share/pixmaps/pidgin/toolbar/16 +@dir share/pixmaps/pidgin/toolbar/22 +@dir share/pixmaps/pidgin/toolbar/32 +@dir share/pixmaps/pidgin/toolbar/48 +@dir share/pixmaps/pidgin/toolbar +@dir share/pixmaps/pidgin/tray/16 +@dir share/pixmaps/pidgin/tray/hicolor/16x16/status +@dir share/pixmaps/pidgin/tray/hicolor/16x16 +@dir share/pixmaps/pidgin/tray/hicolor/22x22/status +@dir share/pixmaps/pidgin/tray/hicolor/22x22 +@dir share/pixmaps/pidgin/tray/hicolor/32x32/status +@dir share/pixmaps/pidgin/tray/hicolor/32x32 +@dir share/pixmaps/pidgin/tray/hicolor/48x48/status +@dir share/pixmaps/pidgin/tray/hicolor/48x48 +@dir share/pixmaps/pidgin/tray/hicolor +@dir share/pixmaps/pidgin/tray +@dir share/pixmaps/pidgin +@dir share/pixmaps +@dir share/purple/ca-certs +@dir share/purple +@dir share/sounds/purple +@dir share/sounds +@dir share +@dir .