updated on Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git] / gnome-gmail / python_and_libre.patch
blob841f3c8b68b4eab2ae8b53c044db48d2809b26e0
1 diff -Naur src.ori/gnome-gmail-1.8.2/evolution src/gnome-gmail-1.8.2/evolution
2 --- src.ori/gnome-gmail-1.8.2/evolution 2011-10-28 05:03:05.000000000 +0200
3 +++ src/gnome-gmail-1.8.2/evolution 2011-11-20 16:59:45.444122989 +0100
4 @@ -1,4 +1,4 @@
5 -#!/usr/bin/python
6 +#!/usr/bin/python2
7 # Copyright 2011 David Steele <daves@users.sourceforge.net>
8 # This file is part of gnome-gmail
9 # Available under the terms of the GNU General Public License version 2 or later
10 diff -Naur src.ori/gnome-gmail-1.8.2/gnome-gmail src/gnome-gmail-1.8.2/gnome-gmail
11 --- src.ori/gnome-gmail-1.8.2/gnome-gmail 2011-10-28 02:45:56.000000000 +0200
12 +++ src/gnome-gmail-1.8.2/gnome-gmail 2011-11-20 17:00:04.360921779 +0100
13 @@ -1,4 +1,4 @@
14 -#!/usr/bin/python -tt
15 +#!/usr/bin/python2 -tt
17 # Copyright 2011 David Steele <daves@users.sourceforge.net>
18 # This file is part of gnome-gmail
19 diff -Naur src.ori/gnome-gmail-1.8.2/setOOmailer src/gnome-gmail-1.8.2/setOOmailer
20 --- src.ori/gnome-gmail-1.8.2/setOOmailer 2011-10-28 02:45:56.000000000 +0200
21 +++ src/gnome-gmail-1.8.2/setOOmailer 2011-11-20 17:13:41.066625928 +0100
22 @@ -1,4 +1,4 @@
23 -#!/usr/bin/python
24 +#!/usr/bin/python2
26 # Copyright 2011 David Steele <daves@users.sourceforge.net>
27 # This file is part of gnome-gmail
28 @@ -223,7 +223,7 @@
29 pass
31 try:
32 - Lbm = LibreMailerCfg( xml_path="/.libreoffice/3/user/registrymodifications.xcu" )
33 + Lbm = LibreMailerCfg( xml_path="/.config/.libreoffice/3/user/registrymodifications.xcu" )
35 Lbm.set_external_mailer( external_mailer )
36 except: