Mercurial > pidgin.yaz
annotate pidgin/pidgin-uninstalled.pc.in @ 32581:24c8a98a6acc
webkit: Scroll to end when appending html.
Most of the code was taken from imhtml.
author | masca@cpw.pidgin.im |
---|---|
date | Sat, 06 Feb 2010 22:18:05 +0000 |
parents | 4066bd054421 |
children | 1d969bd224f2 |
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 |
29192
4066bd054421
Fix -uninstalled pc files for out-of-tree builds.
Will Thompson <will.thompson@collabora.co.uk>
parents:
21455
diff
changeset
|
9 abs_srcdir=@abs_srcdir@ |
4066bd054421
Fix -uninstalled pc files for out-of-tree builds.
Will Thompson <will.thompson@collabora.co.uk>
parents:
21455
diff
changeset
|
10 abs_builddir=@abs_builddir@ |
4066bd054421
Fix -uninstalled pc files for out-of-tree builds.
Will Thompson <will.thompson@collabora.co.uk>
parents:
21455
diff
changeset
|
11 |
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
|
12 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
|
13 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
|
14 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
|
15 Requires: gtk+-2.0 purple |
29192
4066bd054421
Fix -uninstalled pc files for out-of-tree builds.
Will Thompson <will.thompson@collabora.co.uk>
parents:
21455
diff
changeset
|
16 Cflags: -I${abs_srcdir} |