Mercurial > pidgin
annotate gaim.pc.in @ 25702:62de30e69768
propagate from branch 'im.pidgin.pidgin' (head d6e38b24a5b289e3e7632def307f1d98b177d697)
to branch 'im.pidgin.cpw.malu.xmpp.attention' (head b6e791fe6305ef52eebfa2e85d3ed46ff1763b6c)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Wed, 07 Jan 2009 22:05:01 +0000 |
parents | dde5bebd5fb4 |
children |
rev | line source |
---|---|
9364 | 1 prefix=@prefix@ |
2 exec_prefix=@exec_prefix@ | |
3 libdir=@libdir@ | |
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 | 6 datadir=@datadir@ |
10947 | 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 | 11 Version: @VERSION@ |
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 |