Mercurial > pidgin
annotate libpurple/purple-uninstalled.pc.in @ 17318:7abd1eca3d18
Bug fixes in MsimMessage:
msim_msg_pack_element() now completely ignores fields that begin with '_',
instead of adding an empty string. This eliminates the incorrect empty
spaces between \'s in packed messages.
msim_msg_pack_element() now correctly packs TRUE MSIM_TYPE_BOOLEAN elements,
instead of adding a superfluous slash, that desynchronizes parsing.
msim_msg_get_node() returns NULL if the name passed to it is NULL, instead
of crashing in strcmp(). Similar to how g_malloc(0) == NULL.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Wed, 13 Jun 2007 22:44:26 +0000 |
parents | 3b86ad370861 |
children | eb53ce4852a6 |
rev | line source |
---|---|
15884
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@ |
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
|
5 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
|
6 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
|
7 |
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 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
|
9 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
|
10 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
|
11 Requires: glib-2.0 |
16061
3b86ad370861
Make the -uninstalled.pc files work a bit better, I'm not sure this is 100%
Stu Tomlinson <stu@nosnilmot.com>
parents:
15884
diff
changeset
|
12 Cflags: -I${pcfiledir} |
3b86ad370861
Make the -uninstalled.pc files work a bit better, I'm not sure this is 100%
Stu Tomlinson <stu@nosnilmot.com>
parents:
15884
diff
changeset
|
13 Libs: ${pcfiledir}/libpurple.la |