Mercurial > pidgin.yaz
annotate libpurple/purple-uninstalled.pc.in @ 31018:9c8b28dc6656
The hostname used for a bonjour account should always be the current machine
name. This fixes our behavior so the previous statement is always the case.
Unfortunately, this means that if the hostname was previously not the current
machine name, the bonjour jid ends up looking like "username\40otherhost@hostname".
Fixes #12674
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 04 Oct 2010 00:48:25 +0000 |
parents | 1d969bd224f2 |
children |
rev | line source |
---|---|
15885
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
1 prefix=@prefix@ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
2 exec_prefix=@exec_prefix@ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
3 libdir=@libdir@ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
4 includedir=@includedir@ |
21455
389a51db740f
The order of these variable declarations is important if we want the
Stu Tomlinson <stu@nosnilmot.com>
parents:
21323
diff
changeset
|
5 datarootdir=@datarootdir@ |
15885
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
6 datadir=@datadir@ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
7 sysconfdir=@sysconfdir@ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
8 |
29192
4066bd054421
Fix -uninstalled pc files for out-of-tree builds.
Will Thompson <will.thompson@collabora.co.uk>
parents:
21455
diff
changeset
|
9 abs_srcdir=@abs_srcdir@ |
4066bd054421
Fix -uninstalled pc files for out-of-tree builds.
Will Thompson <will.thompson@collabora.co.uk>
parents:
21455
diff
changeset
|
10 abs_builddir=@abs_builddir@ |
4066bd054421
Fix -uninstalled pc files for out-of-tree builds.
Will Thompson <will.thompson@collabora.co.uk>
parents:
21455
diff
changeset
|
11 |
29734
1d969bd224f2
Add a plugindir variable to .pc files.
Will Thompson <will.thompson@collabora.co.uk>
parents:
29192
diff
changeset
|
12 plugindir=${libdir}/purple-@PURPLE_MAJOR_VERSION@ |
1d969bd224f2
Add a plugindir variable to .pc files.
Will Thompson <will.thompson@collabora.co.uk>
parents:
29192
diff
changeset
|
13 |
15885
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
14 Name: libpurple |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
15 Description: libpurple is a GLib-based instant messenger library. |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
16 Version: @VERSION@ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
17 Requires: glib-2.0 |
29192
4066bd054421
Fix -uninstalled pc files for out-of-tree builds.
Will Thompson <will.thompson@collabora.co.uk>
parents:
21455
diff
changeset
|
18 Cflags: -I${abs_srcdir} -I${abs_builddir} |
4066bd054421
Fix -uninstalled pc files for out-of-tree builds.
Will Thompson <will.thompson@collabora.co.uk>
parents:
21455
diff
changeset
|
19 Libs: ${abs_builddir}/libpurple.la |