[gcompris] macosx: replaced ige-mac-integration by gtk-mac-integration
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris] macosx: replaced ige-mac-integration by gtk-mac-integration
- Date: Mon, 2 Jul 2012 19:45:35 +0000 (UTC)
commit ea5a291112e44ae01188f66fe7680b1e69744e09
Author: Bruno Coudoin <bruno coudoin gcompris net>
Date: Sun Jul 1 10:44:55 2012 +0200
macosx: replaced ige-mac-integration by gtk-mac-integration
This is the new official name for this library.
macosx/GComprisAdmin | 4 ++--
macosx/createBundle.sh | 2 +-
macosx/launcher.sh | 6 +++---
3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/macosx/GComprisAdmin b/macosx/GComprisAdmin
index 17263ac..6efa8fb 100755
--- a/macosx/GComprisAdmin
+++ b/macosx/GComprisAdmin
@@ -1,10 +1,10 @@
#!/bin/sh
-if test "x$IGE_DEBUG_LAUNCHER" != x; then
+if test "x$GTK_DEBUG_LAUNCHER" != x; then
set -x
fi
-if test "x$IGE_DEBUG_GDB" != x; then
+if test "x$GTK_DEBUG_GDB" != x; then
EXEC="gdb --args"
else
EXEC=exec
diff --git a/macosx/createBundle.sh b/macosx/createBundle.sh
index a999bcf..1486907 100755
--- a/macosx/createBundle.sh
+++ b/macosx/createBundle.sh
@@ -15,7 +15,7 @@ cd -
# Create the bundle of the whole application
echo "Create the bundle of the whole application"
-ige-mac-bundler gcompris.bundle
+gtk-mac-bundler gcompris.bundle
# Copy localization files (gcompris.mo)
for f in $( find $JHBUILD_PREFIX -name gcompris.mo ); do
diff --git a/macosx/launcher.sh b/macosx/launcher.sh
index e6bc761..609a144 100755
--- a/macosx/launcher.sh
+++ b/macosx/launcher.sh
@@ -1,10 +1,10 @@
#!/bin/sh
-if test "x$IGE_DEBUG_LAUNCHER" != x; then
+if test "x$GTK_DEBUG_LAUNCHER" != x; then
set -x
fi
-if test "x$IGE_DEBUG_GDB" != x; then
+if test "x$GTK_DEBUG_GDB" != x; then
EXEC="gdb --args"
else
EXEC=exec
@@ -34,7 +34,7 @@ export GTK_IM_MODULE_FILE="$bundle_etc/gtk-2.0/gtk.immodules"
export GDK_PIXBUF_MODULE_FILE="$bundle_etc/gtk-2.0/gdk-pixbuf.loaders"
export PANGO_RC_FILE="$bundle_etc/pango/pangorc"
-export PYTHONPATH=$bundle_lib/python2.6/site-packages:$bundle_lib/python2.6/site-packages/gtk-2.0/:$bundle_lib/python2.6:$bundle_lib/python2.6/plat-darwin:$bundle_lib/python2.6/plat-mac:$bundle_lib/python2.6/lib-dynload
+export PYTHONPATH=$bundle_lib/python2.7/site-packages:$bundle_lib/python2.7/site-packages/gtk-2.0/:$bundle_lib/python2.7:$bundle_lib/python2.7/plat-darwin:$bundle_lib/python2.7/plat-mac:$bundle_lib/python2.7/lib-dynload
APP=gcompris
I18NDIR="$bundle_data/locale"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]