[Pkg-mozext-commits] [SCM] system tray extension for thunderbird/firefox alike apps branch, master, updated. debian/0.3.1-4-13-g3137690

Sascha Girrulat sascha at girrulat.de
Wed Feb 8 19:00:49 UTC 2012


The following commit has been merged in the master branch:
commit 9e67e3e22ee98971b7ca77328a56ce48255e7697
Author: Sascha Girrulat <sascha at girrulat.de>
Date:   Wed Feb 8 19:30:45 2012 +0100

    add use-py-build-files-with-python.patch
    
    we need to use python and a absolute path to use typelib.py/header.py at buildtime

diff --git a/debian/patches/series b/debian/patches/series
index 572a7f9..65ac5b5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ use-dfsg-clean-icons.patch
 minimize-to-tray.patch
 remove-extra-license-file.patch
 get-revision-from-changelog.patch
+use-py-build-files-with-python.patch
diff --git a/debian/patches/use-py-build-files-with-python.patch b/debian/patches/use-py-build-files-with-python.patch
new file mode 100644
index 0000000..dabe9c9
--- /dev/null
+++ b/debian/patches/use-py-build-files-with-python.patch
@@ -0,0 +1,27 @@
+From bed408ebb0266da4b7ca7e3e590e6907b00e696b Mon Sep 17 00:00:00 2001
+From: Sascha Girrulat <sascha at girrulat.de>
+Date: Wed, 8 Feb 2012 19:28:27 +0100
+Subject: [PATCH] use-py-build-files-with-python
+
+---
+ components/SConscript |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/components/SConscript b/components/SConscript
+index a94e59b..1038963 100644
+--- a/components/SConscript
++++ b/components/SConscript
+@@ -74,8 +74,8 @@ with open(gecko_include + os.sep + 'mozilla-config.h', 'r') as f:
+             break
+ 
+ # Create two builders to create xpt and header files from idl.
+-bxpt = Builder(action = 'typelib.py -Icomponents -I' + gecko_idl + ' -o $TARGET $SOURCE' + ' --cachedir="."', suffix = '.xpt', src_suffix = '.idl')
+-bhdr = Builder(action = 'header.py -Icomponents -I' + gecko_idl + ' -o $TARGET $SOURCE' + ' --cachedir="."', suffix = '.h', src_suffix = '.idl')
++bxpt = Builder(action = 'python /usr/lib/xulrunner-devel-10.0/sdk/bin/typelib.py -Icomponents -I' + gecko_idl + ' -o $TARGET $SOURCE' + ' --cachedir="."', suffix = '.xpt', src_suffix = '.idl')
++bhdr = Builder(action = 'python /usr/lib/xulrunner-devel-10.0/sdk/bin/header.py -Icomponents -I' + gecko_idl + ' -o $TARGET $SOURCE' + ' --cachedir="."', suffix = '.h', src_suffix = '.idl')
+ 
+ 
+ # Create environment object for build
+-- 
+1.7.7.3
+

-- 
system tray extension for thunderbird/firefox alike apps



More information about the Pkg-mozext-commits mailing list