diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /net-im/libpurple | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2 marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/libpurple')
-rw-r--r-- | net-im/libpurple/Makefile | 227 | ||||
-rw-r--r-- | net-im/libpurple/distinfo | 3 | ||||
-rw-r--r-- | net-im/libpurple/files/patch-finch_libgnt_gntmain.c | 11 | ||||
-rw-r--r-- | net-im/libpurple/files/patch-finch_libgnt_gntwm.c | 11 | ||||
-rw-r--r-- | net-im/libpurple/pkg-descr | 24 | ||||
-rw-r--r-- | net-im/libpurple/pkg-plist | 246 |
6 files changed, 0 insertions, 522 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile deleted file mode 100644 index afc5d4c1b..000000000 --- a/net-im/libpurple/Makefile +++ /dev/null @@ -1,227 +0,0 @@ -# New ports collection makefile for: gaim -# Date created: 26 Mar 1999 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net-im/libpurple/Makefile,v 1.26 2007/09/30 22:29:37 marcus Exp $ -# - -PORTNAME?= libpurple -PORTVERSION= 2.2.1 -PORTREVISION?= 2 -CATEGORIES?= net-im -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pidgin -DISTNAME= pidgin-${PORTVERSION} - -MAINTAINER?= marcus@FreeBSD.org -COMMENT?= Backend library for the Pidgin multi-protocol messaging client - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME?= gnomeprefix gnomehack intlhack glib20 -GNU_CONFIGURE= yes -CONFIGURE_ARGS?=--disable-gtkui \ - --disable-consoleui \ - --with-dynamic_prpls=${PRPL_MODULES} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - PTHREAD_LIB="${PTHREAD_LIBS}" - -.if !defined(PIDGIN_SLAVE) -# Pidgin slave ports that require the following functionality, must explicitly -# set these macros themselves. -USE_GETTEXT= yes -USE_ICONV= yes -USE_LDCONFIG= yes -WANT_GNOME= yes -USE_PYTHON= yes - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -MAN1= pidgin.1 finch.1 - -.endif - -PRPL_MODULES= gg,irc,jabber,msn,novell,oscar,qq,simple,yahoo,zephyr - -OPTIONS= SILC "Secure Internet Live Conferencing support" off \ - GNUTLS "GNUTLS encryption support" on \ - NSS "Mozilla NSS encryption support" off \ - SASL "Cyrus SASL support (for jabberd)" off \ - DBUS "Enable DBUS bindings" on \ - PERL "Perl scripting" off \ - BONJOUR "Enable mDNS support" on \ - SAMETIME "Enable Sametime client support" off \ - TCLTK "Tcl/Tk scripting" off - -.if defined(WITH_GTKUI) -OPTIONS+= GTKSPELL "Spell checking support" on \ - GSTREAMER "Use GStreamer for playing sounds" on \ - CAP "Enable Contact Availability Prediction plugin" on -.endif - -CONFIGURE_ARGS+=--disable-doxygen - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 700032 || (${OSVERSION} < 700000 && ${OSVERSION} > 602106) -CFLAGS+= -D_XOPEN_SOURCE_EXTENDED -.endif - -.if !defined(PIDGIN_SLAVE) -.if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2) -USE_GNOME+= gconf2 -GCONF_SCHEMAS= purple.schemas -.endif -.endif - -.if defined(WITH_GTKUI) && ${HAVE_GNOME:Mevolutiondataserver}!="" -USE_GNOME+= evolutiondataserver -PLIST_SUB+= EVO="" -.else -CONFIGURE_ARGS+= --disable-gevolution -PLIST_SUB+= EVO="@comment not installed: " -.endif - -.if defined(WITH_GTKUI) && !defined(WITHOUT_GSTREAMER) -USE_GSTREAMER+= core good -.else -CONFIGURE_ARGS+=--disable-gstreamer -.endif - -.if defined(WITH_GTKUI) && !defined(WITHOUT_CAP) -LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 -PLIST_SUB+= CAP="" -.else -CONFIGURE_ARGS+=--disable-cap -PLIST_SUB+= CAP="@comment not installed: " -.endif - -.if !defined(WITHOUT_GNUTLS) -LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls -CONFIGURE_ARGS+= --enable-gnutls=yes -.else -CONFIGURE_ARGS+= --enable-gnutls=no -.endif - -.if defined(WITH_NSS) -LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss -CONFIGURE_ARGS+= --enable-nss=yes \ - --with-nspr-includes=${LOCALBASE}/include/nspr \ - --with-nspr-libs=${LOCALBASE}/lib \ - --with-nss-includes=${LOCALBASE}/include/nss/nss \ - --with-nss-libs=${LOCALBASE}/lib/nss -.else -CONFIGURE_ARGS+= --enable-nss=no -.endif - -.if defined(WITH_SASL) -LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 -CONFIGURE_ARGS+= --enable-cyrus-sasl -.endif - -.if defined(WITH_SILC) -LIB_DEPENDS+= silcclient-1.0.4:${PORTSDIR}/devel/silc-toolkit -CONFIGURE_ARGS+= --with-silc-includes=${LOCALBASE}/include/silc \ - --with-silc-libs=${LOCALBASE}/lib -PLIST_SUB+= SILC="" -PRPL_MODULES:= ${PRPL_MODULES},silc -.else -PLIST_SUB+= SILC="@comment not installed: " -.endif - -.if !defined(WITHOUT_BONJOUR) -LIB_DEPENDS+= avahi-core.5:${PORTSDIR}/net/avahi -PLIST_SUB+= BONJOUR="" -PRPL_MODULES:= ${PRPL_MODULES},bonjour -.else -PLIST_SUB+= BONJOUR="@comment not installed: " -.endif - -.if defined(WITH_SAMETIME) -LIB_DEPENDS+= meanwhile.1:${PORTSDIR}/net-im/meanwhile -PLIST_SUB+= SAMETIME="" -PRPL_MODULES:= ${PRPL_MODULES},sametime -.else -PLIST_SUB+= SAMETIME="@comment not installed: " -.endif - -.if defined(WITH_TCLTK) -TCLTK_VER?= 8.4 # user can override it -TCLTK_VER_NODOT= ${TCLTK_VER:S/.//} -.if ${TCLTK_VER} != 8.3 && ${TCLTK_VER} != 8.4 -.error Currently Pidgin can only use Tcl/Tk 8.3 or 8.4 -.endif -LIB_DEPENDS+= tk${TCLTK_VER_NODOT}:${PORTSDIR}/x11-toolkits/tk${TCLTK_VER_NODOT} -CONFIGURE_ARGS+= --with-tclconfig=${LOCALBASE}/lib/tcl${TCLTK_VER} \ - --with-tkconfig=${LOCALBASE}/lib/tk${TCLTK_VER} -CFLAGS+= -I${LOCALBASE}/include/tk${TCLTK_VER} -I${LOCALBASE}/include/tcl${TCLTK_VER} -PLIST_SUB+= TCL:="" -.else -PLIST_SUB+= TCL:="@comment not installed: " -.endif - -.if !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -.if !defined(PIDGIN_SLAVE) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus -.endif -CONFIGURE_ARGS+= --enable-dbus -PLIST_SUB+= DBUS="" -.else -CONFIGURE_ARGS+= --disable-dbus -PLIST_SUB+= DBUS="@comment not installed: " -.endif - -.if defined(WITH_PERL) && ${PERL_LEVEL} >= 500800 -USE_PERL5= yes -CONFIGURE_ARGS+= --with-perl-lib=site -PLIST_SUB+= PERL:="" -.if !defined(PIDGIN_SLAVE) -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3+= Purple.3 -.endif -.else -CONFIGURE_ARGS+= --disable-perl -PLIST_SUB+= PERL:="@comment not installed: " -.endif - -.if defined(WITH_GTKUI) && !defined(WITHOUT_GTKSPELL) -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell -.else -CONFIGURE_ARGS+= --disable-gtkspell -.endif - -pre-everything:: -.if defined(WITH_PERL) && ${PERL_LEVEL} < 500800 - @${ECHO_MSG} "WARNING: Perl scripting disabled (Perl 5.8 requirement not met)." -.endif -.if defined(WITHOUT_GNUTLS) && defined(WITHOUT_NSS) - @${ECHO_MSG} "WARNING: In order to use MSN, you must enable the GNUTLS and/or NSS options." -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - -e 's|-lpanel |-lpanel -lncurses|g' \ - -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \ - -e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} $$LIBDL|-lsilc -lsilcclient ${PTHREAD_LIBS} -liconv|' \ - -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \ - -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ - ${WRKSRC}/libpurple/purple-send \ - ${WRKSRC}/libpurple/purple-send-async - @${REINPLACE_CMD} -e 's|/python|/env python|' \ - ${WRKSRC}/libpurple/purple-remote \ - ${WRKSRC}/libpurple/purple-url-handler -.if defined(PIDGIN_SLAVE) - @${FIND} ${BUILD_WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[$$][(]top_builddir[)]/libpurple/libpurple.la|${LOCALBASE}/lib/libpurple.la|g' -.endif - -.include <bsd.port.post.mk> diff --git a/net-im/libpurple/distinfo b/net-im/libpurple/distinfo deleted file mode 100644 index c81e67b8f..000000000 --- a/net-im/libpurple/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pidgin-2.2.1.tar.bz2) = f1703430d4b8ffc96b493fc36cd46131 -SHA256 (pidgin-2.2.1.tar.bz2) = 6efbefe325f6eab711a5fbdc4b758b4585a4cda68c98dd2e11ccfc8d98075823 -SIZE (pidgin-2.2.1.tar.bz2) = 8882043 diff --git a/net-im/libpurple/files/patch-finch_libgnt_gntmain.c b/net-im/libpurple/files/patch-finch_libgnt_gntmain.c deleted file mode 100644 index aaabc974a..000000000 --- a/net-im/libpurple/files/patch-finch_libgnt_gntmain.c +++ /dev/null @@ -1,11 +0,0 @@ ---- finch/libgnt/gntmain.c.orig 2007-08-16 02:18:26.000000000 -0400 -+++ finch/libgnt/gntmain.c 2007-08-16 02:18:42.000000000 -0400 -@@ -21,7 +21,7 @@ - */ - - #define _GNU_SOURCE --#if defined(__APPLE__) || defined(__unix__) -+#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) - #define _XOPEN_SOURCE_EXTENDED - #endif - diff --git a/net-im/libpurple/files/patch-finch_libgnt_gntwm.c b/net-im/libpurple/files/patch-finch_libgnt_gntwm.c deleted file mode 100644 index 9788cf084..000000000 --- a/net-im/libpurple/files/patch-finch_libgnt_gntwm.c +++ /dev/null @@ -1,11 +0,0 @@ ---- finch/libgnt/gntwm.c.orig 2007-08-16 02:19:22.000000000 -0400 -+++ finch/libgnt/gntwm.c 2007-08-16 02:19:38.000000000 -0400 -@@ -21,7 +21,7 @@ - */ - - #define _GNU_SOURCE --#if defined(__APPLE__) || defined(__unix__) -+#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) - #define _XOPEN_SOURCE_EXTENDED - #endif - diff --git a/net-im/libpurple/pkg-descr b/net-im/libpurple/pkg-descr deleted file mode 100644 index 9e72c5831..000000000 --- a/net-im/libpurple/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -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.) - -Libgaim is a backend library and protocol modules needed for Pidgin frontend -frontends such as the GTK+ and console UIs. - -WWW: http://www.pidgin.im/ diff --git a/net-im/libpurple/pkg-plist b/net-im/libpurple/pkg-plist deleted file mode 100644 index 745c81518..000000000 --- a/net-im/libpurple/pkg-plist +++ /dev/null @@ -1,246 +0,0 @@ -%%DBUS%%bin/purple-client-example -%%DBUS%%bin/purple-remote -%%DBUS%%bin/purple-send -%%DBUS%%bin/purple-send-async -%%DBUS%%bin/purple-url-handler -include/libpurple/account.h -include/libpurple/accountopt.h -include/libpurple/blist.h -include/libpurple/buddyicon.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 -%%DBUS%%include/libpurple/dbus-bindings.h -%%DBUS%%include/libpurple/dbus-define-api.h -include/libpurple/dbus-maybe.h -%%DBUS%%include/libpurple/dbus-purple.h -%%DBUS%%include/libpurple/dbus-server.h -%%DBUS%%include/libpurple/dbus-types.h -%%DBUS%%include/libpurple/dbus-useful.h -include/libpurple/certificate.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/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/request.h -include/libpurple/roomlist.h -include/libpurple/savedstatuses.h -include/libpurple/server.h -include/libpurple/signals.h -include/libpurple/sound.h -include/libpurple/sslconn.h -include/libpurple/status.h -include/libpurple/stringref.h -include/libpurple/stun.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 -lib/purple-2/autoaccept.la -lib/purple-2/autoaccept.so -lib/purple-2/buddynote.la -lib/purple-2/buddynote.so -%%DBUS%%lib/purple-2/dbus-example.la -%%DBUS%%lib/purple-2/dbus-example.so -lib/purple-2/idle.la -lib/purple-2/idle.so -lib/purple-2/joinpart.la -lib/purple-2/joinpart.so -lib/purple-2/libaim.la -lib/purple-2/libaim.so -lib/purple-2/libicq.la -lib/purple-2/libicq.so -%%BONJOUR%%lib/purple-2/libbonjour.la -%%BONJOUR%%lib/purple-2/libbonjour.so -lib/purple-2/libgg.la -lib/purple-2/libgg.so -lib/purple-2/libirc.la -lib/purple-2/libirc.so -lib/purple-2/libjabber.la -lib/purple-2/libjabber.so -lib/purple-2/libjabber.so.0 -lib/purple-2/libmsn.la -lib/purple-2/libmsn.so -lib/purple-2/libnovell.la -lib/purple-2/libnovell.so -lib/purple-2/liboscar.la -lib/purple-2/liboscar.so -lib/purple-2/liboscar.so.0 -%%SILC%%lib/purple-2/libsilcpurple.la -%%SILC%%lib/purple-2/libsilcpurple.so -lib/purple-2/libqq.la -lib/purple-2/libqq.so -%%SAMETIME%%lib/purple-2/libsametime.la -%%SAMETIME%%lib/purple-2/libsametime.so -lib/purple-2/libsimple.la -lib/purple-2/libsimple.so -lib/purple-2/libxmpp.la -lib/purple-2/libxmpp.so -lib/purple-2/libyahoo.la -lib/purple-2/libyahoo.so -lib/purple-2/libzephyr.la -lib/purple-2/libzephyr.so -lib/purple-2/log_reader.la -lib/purple-2/log_reader.so -lib/purple-2/newline.la -lib/purple-2/newline.so -lib/purple-2/offlinemsg.la -lib/purple-2/offlinemsg.so -%%PERL:%%lib/purple-2/perl.la -%%PERL:%%lib/purple-2/perl.so -lib/purple-2/psychic.la -lib/purple-2/psychic.so -lib/purple-2/ssl-gnutls.la -lib/purple-2/ssl-gnutls.so -lib/purple-2/ssl-nss.la -lib/purple-2/ssl-nss.so -lib/purple-2/ssl.la -lib/purple-2/ssl.so -lib/purple-2/statenotify.la -lib/purple-2/statenotify.so -%%TCL:%%lib/purple-2/tcl.la -%%TCL:%%lib/purple-2/tcl.so -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/autosplit.ix -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/Purple.so -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/Purple.bs -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple/.packlist -%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/Purple.pm -%%DBUS%%lib/libpurple-client.la -%%DBUS%%lib/libpurple-client.so -%%DBUS%%lib/libpurple-client.so.2 -lib/libpurple.la -lib/libpurple.so -lib/libpurple.so.2 -libdata/pkgconfig/purple.pc -share/aclocal/purple.m4 -share/applications/pidgin.desktop -share/purple/ca-certs/Equifax_Secure_CA.pem -share/purple/ca-certs/GTE_CyberTrust_Global_Root.pem -share/purple/ca-certs/Verisign_Class3_Primary_CA.pem -share/purple/ca-certs/Verisign_RSA_Secure_Server_CA.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 -share/locale/af/LC_MESSAGES/pidgin.mo -share/locale/am/LC_MESSAGES/pidgin.mo -share/locale/ar/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/LC_MESSAGES/pidgin.mo -share/locale/bs/LC_MESSAGES/pidgin.mo -share/locale/ca/LC_MESSAGES/pidgin.mo -share/locale/ca@valencia/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/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/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/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/ko/LC_MESSAGES/pidgin.mo -share/locale/kn/LC_MESSAGES/pidgin.mo -share/locale/ku/LC_MESSAGES/pidgin.mo -share/locale/lo/LC_MESSAGES/pidgin.mo -share/locale/lt/LC_MESSAGES/pidgin.mo -share/locale/mk/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/pa/LC_MESSAGES/pidgin.mo -share/locale/pl/LC_MESSAGES/pidgin.mo -share/locale/ps/LC_MESSAGES/pidgin.mo -share/locale/pt/LC_MESSAGES/pidgin.mo -share/locale/pt_BR/LC_MESSAGES/pidgin.mo -share/locale/ro/LC_MESSAGES/pidgin.mo -share/locale/ru/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/LC_MESSAGES/pidgin.mo -share/locale/sr@latin/LC_MESSAGES/pidgin.mo -share/locale/sv/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/uk/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 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/my_MM/LC_MESSAGES -@dirrmtry share/locale/my_MM -@dirrmtry share/locale/lo/LC_MESSAGES -@dirrmtry share/locale/lo -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrm share/purple/ca-certs -@dirrm share/purple -@dirrm share/pidgin/ -@dirrm share/sounds/purple -%%PERL:%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Purple -@dirrm lib/purple-2 -@dirrm include/libpurple -@dirrmtry share/applications |