annotate gaim.pc.in @ 15005:5e07a6f8eb33

[gaim-migrate @ 17784] SF Patch #1571670 from zdeqb "Perl bindings for the functions in core.h and some bindings for the functions in privacy.h." I made the following changes: 1. I chose to export gaim_get_core() as Gaim::get_core instead of Gaim::Core::get_core. 2. I don't see any reason to require Perl code to pass bogus values just because C requires them. So, I changed Gaim::Core::quit_cb to NOT take an argument, and to pass NULL to gaim_core_quit_cb(). 3. I fixed a typo. 4. I cleaned up some spacing issues. I noticed that Core.c didn't get created from Core.xs until I re-ran configure. Maybe there's no way to avoid this? committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 19 Nov 2006 19:58:45 +0000
parents 009db0b357b5
children 32f954e8d8aa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9364
63f07fa577eb [gaim-migrate @ 10172]
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
1 prefix=@prefix@
63f07fa577eb [gaim-migrate @ 10172]
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
2 exec_prefix=@exec_prefix@
63f07fa577eb [gaim-migrate @ 10172]
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
3 libdir=@libdir@
63f07fa577eb [gaim-migrate @ 10172]
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
4 includedir=@includedir@
63f07fa577eb [gaim-migrate @ 10172]
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
5 datadir=@datadir@
10947
afc440485a9e [gaim-migrate @ 12745]
Stu Tomlinson <stu@nosnilmot.com>
parents: 9364
diff changeset
6 sysconfdir=@sysconfdir@
9364
63f07fa577eb [gaim-migrate @ 10172]
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
7
63f07fa577eb [gaim-migrate @ 10172]
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
8 Name: Gaim
63f07fa577eb [gaim-migrate @ 10172]
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
9 Description: Gaim is a GTK2-based instant messenger application.
63f07fa577eb [gaim-migrate @ 10172]
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
10 Version: @VERSION@
63f07fa577eb [gaim-migrate @ 10172]
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
11 Requires: glib-2.0
63f07fa577eb [gaim-migrate @ 10172]
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
12 Cflags: -I${includedir}/gaim
14191
009db0b357b5 This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents: 10947
diff changeset
13 Libs: -L${libdir} -lgaim