pidgin/pidgin-uninstalled.pc.in

Wed, 24 Oct 2007 03:29:33 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Wed, 24 Oct 2007 03:29:33 +0000
changeset 21081
09317aaf5ef9
parent 16122
cd87903b6131
child 21489
fe596e6bc28b
permissions
-rw-r--r--

Use gtk_window_set_focus_on_map() to prevent focus on new conversation windows (hopefully only) when the new window was prompted by an external event. This seems to work pretty well, but I suppose those with higher expectations of their WM will be sure to tell me if this messes something up. References #3618.

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:
diff changeset
1 prefix=@prefix@
d40e8847e825 More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
2 exec_prefix=@exec_prefix@
d40e8847e825 More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
3 libdir=@libdir@
d40e8847e825 More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
4 includedir=@includedir@
d40e8847e825 More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
5 datadir=@datadir@
d40e8847e825 More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
6 sysconfdir=@sysconfdir@
d40e8847e825 More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
7
d40e8847e825 More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
8 Name: Pidgin
d40e8847e825 More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
9 Description: Pidgin is a GTK2-based instant messenger application.
d40e8847e825 More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
10 Version: @VERSION@
d40e8847e825 More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
diff changeset
11 Requires: gtk+-2.0 purple
16122
cd87903b6131 Make the -uninstalled.pc files work a bit better, I'm not sure this is 100%
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 15946
diff changeset
12 Cflags: -I${pcfiledir}

mercurial