annotate libpurple/purple.pc.in @ 21731:ea32d04d87dd

Fix a few assertion failures: * Don't cal gtk_entry_get_text(GTK_ENTRY(gtkconv->u.chat->topic_text)) if gtkconv->u.chat->topic_text is NULL, which happens for AIM group chats * Don't allow double-clicking on the tab for an AIM group chat to set the topic because AIM doesn't support chat room topics * Don't call gtk_entry_set_text(GTK_ENTRY(entry), text) when initializing the entry and text is NULL
author Mark Doliner <mark@kingant.net>
date Sun, 02 Dec 2007 21:46:32 +0000
parents 389a51db740f
children 1d969bd224f2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15616
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
1 prefix=@prefix@
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
2 exec_prefix=@exec_prefix@
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
3 libdir=@libdir@
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.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@
15616
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
6 datadir=@datadir@
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
7 sysconfdir=@sysconfdir@
21323
eb53ce4852a6 fix a bunch of these warnings from running configure:
Stu Tomlinson <stu@nosnilmot.com>
parents: 16591
diff changeset
8
15616
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
9 Name: libpurple
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
10 Description: libpurple is a GLib-based instant messenger library.
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
11 Version: @VERSION@
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
12 Requires: glib-2.0
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
13 Cflags: -I${includedir}/libpurple
4ea624932995 Add stuff for pkg-config
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
14 Libs: -L${libdir} -lpurple