annotate console/libgnt/gnt.pc.in @ 13901:e40263ba9680

[gaim-migrate @ 16388] When moving a buddy on AIM, remove the buddy from the server list before adding it to the new group (it used to be the other way around). The downside of this is that, if you're moving an ICQ buddy who requires authorization, you'll have to rerequest authorization. The upside of this is that it actually works, and moving an ICQ buddy won't inadvertently delete them from your list. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 01 Jul 2006 18:39:13 +0000
parents da1046158b3b
children 5f3058c7a7df
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13891
da1046158b3b [gaim-migrate @ 16374]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
1 prefix=@prefix@
da1046158b3b [gaim-migrate @ 16374]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
2 exec_prefix=@exec_prefix@
da1046158b3b [gaim-migrate @ 16374]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
3 libdir=@libdir@
da1046158b3b [gaim-migrate @ 16374]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
4 includedir=@includedir@
da1046158b3b [gaim-migrate @ 16374]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
5 datadir=@datadir@
da1046158b3b [gaim-migrate @ 16374]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
6 sysconfdir=@sysconfdir@
da1046158b3b [gaim-migrate @ 16374]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
7
da1046158b3b [gaim-migrate @ 16374]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
8 Name: LibGNT
da1046158b3b [gaim-migrate @ 16374]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
9 Description: Gaim Ncurses Toolkit is a collection of curses-widgets.
da1046158b3b [gaim-migrate @ 16374]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
10 Version: @VERSION@
da1046158b3b [gaim-migrate @ 16374]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
11 Requires: glib-2.0
da1046158b3b [gaim-migrate @ 16374]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
12 Cflags: -I${includedir}/gnt
da1046158b3b [gaim-migrate @ 16374]
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
13 Libs: -L${libdir} -lgnt -lncursesw