annotate gaim.pc.in @ 31762:eaa0c30d58ca

Bj«Órn Voigt pointed out that my plugin info dialog doesn't show the e-mail addresses included in plugins' author strings. This should fix that. I opted to escape the plugin's name too because I recall seeing a plugin with characters in its displayed name that would need to be escaped to display in the dialog. Fixes <4E353E4E.3040707@chemnitz.dialup.cs.tu-berlin.de>.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 06 Aug 2011 04:52:18 +0000
parents dde5bebd5fb4
children
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@
15598
32f954e8d8aa We're getting warnings about not honoring datarootdir, so I figured I'd add it. I'm not sure what that might break, but this stuff will be getting reviewed when it's renamed anyway.
Richard Laager <rlaager@wiktel.com>
parents: 14191
diff changeset
5 datarootdir=@datarootdir@
9364
63f07fa577eb [gaim-migrate @ 10172]
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
6 datadir=@datadir@
10947
afc440485a9e [gaim-migrate @ 12745]
Stu Tomlinson <stu@nosnilmot.com>
parents: 9364
diff changeset
7 sysconfdir=@sysconfdir@
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: 15598
diff changeset
8
16181
dde5bebd5fb4 I think it's a good idea to mention Pidgin here, and that this is a compatibility layer.
Richard Laager <rlaager@wiktel.com>
parents: 15884
diff changeset
9 Name: Pidgin (Gaim compatibility)
dde5bebd5fb4 I think it's a good idea to mention Pidgin here, and that this is a compatibility layer.
Richard Laager <rlaager@wiktel.com>
parents: 15884
diff changeset
10 Description: Pidgin is a GTK2-based instant messenger application.
9364
63f07fa577eb [gaim-migrate @ 10172]
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
11 Version: @VERSION@
63f07fa577eb [gaim-migrate @ 10172]
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
12 Requires: glib-2.0
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: 15598
diff changeset
13 Cflags: -I${includedir}/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: 15598
diff changeset
14 Libs: -L${libdir} -lpurple