Mercurial > pidgin.yaz
annotate pidgin/pidgin-uninstalled.pc.in @ 22223:19ace070f0e5
Stop unconditionally setting oscar's server-side preference "allow
others to see me as idle?" to "yes." We now look at Pidgin's
"Show me as idle?" preference and set the oscar preference based
on that.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 27 Jan 2008 10:44:51 +0000 |
parents | 389a51db740f |
children | 4066bd054421 |
rev | line source |
---|---|
15885
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
1 prefix=@prefix@ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
2 exec_prefix=@exec_prefix@ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
3 libdir=@libdir@ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
4 includedir=@includedir@ |
21455
389a51db740f
The order of these variable declarations is important if we want the
Stu Tomlinson <stu@nosnilmot.com>
parents:
21323
diff
changeset
|
5 datarootdir=@datarootdir@ |
15885
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
6 datadir=@datadir@ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
7 sysconfdir=@sysconfdir@ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
8 |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
9 Name: Pidgin |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
10 Description: Pidgin is a GTK2-based instant messenger application. |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
11 Version: @VERSION@ |
c6e563dfaa7a
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
12 Requires: gtk+-2.0 purple |
16061
3b86ad370861
Make the -uninstalled.pc files work a bit better, I'm not sure this is 100%
Stu Tomlinson <stu@nosnilmot.com>
parents:
15885
diff
changeset
|
13 Cflags: -I${pcfiledir} |