diff -r 5f131162e136 -r 81e5d6b75c3c components/desktop/pidgin/patches/pidgin-17-fix-python-shebang.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/desktop/pidgin/patches/pidgin-17-fix-python-shebang.patch Mon Nov 16 16:48:46 2015 -0800 @@ -0,0 +1,22 @@ +# Fix the shebang line in a couple of scripts to use a specific version of +# Python so that the pidgin package can be properly published in Userland +# where these things matter. +# +# This patch will not be sent upstream. + +--- pidgin-2.10.11/libpurple/purple-remote.orig 2015-06-09 11:24:08.033814744 -0700 ++++ pidgin-2.10.11/libpurple/purple-remote 2015-06-09 11:24:50.434221417 -0700 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python2.7 + + import codecs + import dbus +--- pidgin-2.10.11/libpurple/purple-url-handler.orig 2015-06-09 11:24:26.946693653 -0700 ++++ pidgin-2.10.11/libpurple/purple-url-handler 2015-06-09 11:25:03.038458934 -0700 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python2.7 + + import dbus + import re