Mercurial > pidgin.yaz
annotate pidgin/pidgin-2.pc.in @ 31984:b9f58c31afc7
proxy: Use account proxy when making standalone SOCKS5 connections.
This ends up being potentially weird in that you may end up tunnelling a
SOCKS5 proxy connection though another SOCKS5 proxy.
It may mean that non-IBB file xmpp transfers work more consistently on
restricted networks, but may make the situation worse some situations e.g.
when a proxy is required to connect to the xmpp server, but you want to send
a file to someone on your local network.
What it does do though is to allow you to prevent the streamhost from knowing
where you're connecting from.
Fixes #13928
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Tue, 03 May 2011 04:57:17 +0000 |
parents | a52831eada67 |
children |
rev | line source |
---|---|
29735
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
1 prefix=@prefix@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
2 exec_prefix=@exec_prefix@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
3 libdir=@libdir@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
4 includedir=@includedir@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
5 datarootdir=@datarootdir@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
6 datadir=@datadir@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
7 sysconfdir=@sysconfdir@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
8 |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
9 plugindir=${libdir}/pidgin |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
10 |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
11 Name: Pidgin |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
12 Description: Pidgin is a GTK2-based instant messenger application. |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
13 Version: @VERSION@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
14 Requires: gtk+-2.0 purple |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
15 Cflags: -I${includedir} |