[gtk-mac-bundler] The *correct* fix for pango modules.
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-mac-bundler] The *correct* fix for pango modules.
- Date: Sat, 15 Dec 2012 19:23:44 +0000 (UTC)
commit 92cf914ff780704078ff1bb5e94bebd2f53e73c6
Author: John Ralls <jralls ceridwen us>
Date: Thu Dec 13 15:40:33 2012 -0800
The *correct* fix for pango modules.
Thanks to aserranor github com
bundler/bundler.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bundler/bundler.py b/bundler/bundler.py
index bc6b78c..8db5e13 100644
--- a/bundler/bundler.py
+++ b/bundler/bundler.py
@@ -70,10 +70,10 @@ class Bundler:
def create_pango_setup(self):
# Create a temporary pangorc file just for creating the
# modules file with the right modules.
- module_version = utils.evaluate_pkgconfig_variables("${pkg:pango:pango_module_version}/")
+ module_version = utils.evaluate_pkgconfig_variables("${pkg:pango:pango_module_version}")
modulespath = self.project.get_bundle_path("Contents/Resources/lib/pango/" +
module_version +
- "modules/")
+ "/modules/")
from distutils.version import StrictVersion as V
import tempfile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]