gaim.pc.in

Wed, 05 Oct 2016 16:19:47 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Wed, 05 Oct 2016 16:19:47 -0500
branch
release-2.x.y
changeset 38091
be8d0f7d0041
parent 16242
f0c15450e403
permissions
-rw-r--r--

Remove Facebook (XMPP) account option and support code

This patch removes the Facebook (XMPP) account option and any remaining
supporting code. According to https://developers.facebook.com/docs/chat
the Facebook XMPP Chat API service was ended April 30th, 2015. This code
has already been removed in Pidgin 3, and replaced with a new in-tree
version which uses a different mechanism. There is a backported version
which can be found at https://github.com/dequis/purple-facebook/wiki

This patch intentionally leaves the protocol icon, so that the
backported version mentioned above doesn't need to ship its own.

9364
6d800038ed6c [gaim-migrate @ 10172]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
1 prefix=@prefix@
6d800038ed6c [gaim-migrate @ 10172]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
2 exec_prefix=@exec_prefix@
6d800038ed6c [gaim-migrate @ 10172]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
3 libdir=@libdir@
6d800038ed6c [gaim-migrate @ 10172]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
4 includedir=@includedir@
15660
9fea702b9f6c 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@pidgin.im>
parents: 14253
diff changeset
5 datarootdir=@datarootdir@
9364
6d800038ed6c [gaim-migrate @ 10172]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
6 datadir=@datadir@
10947
810fd4c13660 [gaim-migrate @ 12745]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9364
diff changeset
7 sysconfdir=@sysconfdir@
15946
d40e8847e825 More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 15660
diff changeset
8
16242
f0c15450e403 I think it's a good idea to mention Pidgin here, and that this is a compatibility layer.
Richard Laager <rlaager@pidgin.im>
parents: 15946
diff changeset
9 Name: Pidgin (Gaim compatibility)
f0c15450e403 I think it's a good idea to mention Pidgin here, and that this is a compatibility layer.
Richard Laager <rlaager@pidgin.im>
parents: 15946
diff changeset
10 Description: Pidgin is a GTK2-based instant messenger application.
9364
6d800038ed6c [gaim-migrate @ 10172]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
11 Version: @VERSION@
6d800038ed6c [gaim-migrate @ 10172]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
12 Requires: glib-2.0
15946
d40e8847e825 More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 15660
diff changeset
13 Cflags: -I${includedir}/libpurple
d40e8847e825 More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 15660
diff changeset
14 Libs: -L${libdir} -lpurple

mercurial