annotate finch/finch.pc.in @ 20953:111f4b8084b0
Track the unseen state on the PurpleConversation for dettached convs. This
allows us to only blink the tray icon when our nick was said instead of
for every message sent to a chat (when dettached).
author |
Casey Harkins <charkins@pidgin.im> |
date |
Mon, 15 Oct 2007 22:16:57 +0000 |
parents |
371f590b9657 |
children |
eb53ce4852a6 |
rev |
line source |
20803
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
1 prefix=@prefix@
|
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
2 exec_prefix=@exec_prefix@
|
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
3 libdir=@libdir@
|
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
4 includedir=@includedir@
|
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
5 datadir=@datadir@
|
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
6 sysconfdir=@sysconfdir@
|
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
7
|
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
8 Name: Finch
|
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
9 Description: Finch is an instant messenger application that uses libpurple for protocol support and ncurses (libgnt) for the UI.
|
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
10 Version: @VERSION@
|
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
11 Requires: gnt purple
|
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
12 Cflags: -I${includedir}/finch
|
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff
changeset
|
13
|