wingo - in flumotion-template/trunk: . po

flumotion-commit at lists.fluendo.com flumotion-commit at lists.fluendo.com
Thu Feb 8 16:14:55 CET 2007


Author: wingo
Date: Thu Feb  8 16:14:54 2007
New Revision: 4469

Added:
   flumotion-template/trunk/env   (contents, props changed)
Modified:
   flumotion-template/trunk/ChangeLog
   flumotion-template/trunk/Makefile.am
   flumotion-template/trunk/po/fr.po
   flumotion-template/trunk/po/nl.po
Log:
2007-02-08  Andy Wingo  <wingo at pobox.com>

	* Makefile.am (EXTRA_DIST): 
	* env: Add env script, to update for core changes.



Modified: flumotion-template/trunk/ChangeLog
==============================================================================
--- flumotion-template/trunk/ChangeLog	(original)
+++ flumotion-template/trunk/ChangeLog	Thu Feb  8 16:14:54 2007
@@ -1,3 +1,8 @@
+2007-02-08  Andy Wingo  <wingo at pobox.com>
+
+	* Makefile.am (EXTRA_DIST): 
+	* env: Add env script, to update for core changes.
+
 2006-11-29  Andy Wingo  <wingo at pobox.com>
 
 	* configure.ac: Don't check for things that flumotion already

Modified: flumotion-template/trunk/Makefile.am
==============================================================================
--- flumotion-template/trunk/Makefile.am	(original)
+++ flumotion-template/trunk/Makefile.am	Thu Feb  8 16:14:54 2007
@@ -11,6 +11,7 @@
 clean-local: locale-uninstalled-clean
 
 EXTRA_DIST = \
+	env \
 	LICENSE.GPL \
 	LICENSE.Flumotion \
 	flumotion-template.spec

Added: flumotion-template/trunk/env
==============================================================================
--- (empty file)
+++ flumotion-template/trunk/env	Thu Feb  8 16:14:54 2007
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+thisdir=`cd $(dirname $0) && pwd`
+
+if test -n "$PYTHONPATH"; then
+  export PYTHONPATH=$thisdir:$PYTHONPATH
+else
+  export PYTHONPATH=$thisdir
+fi  
+
+if test -n "$FLU_PROJECT_PATH"; then
+  export FLU_PROJECT_PATH=$thisdir:$FLU_PROJECT_PATH
+else
+  export FLU_PROJECT_PATH=$thisdir
+fi  
+
+export PATH=$thisdir/bin:$PATH
+export PACKAGES="templ $PACKAGES"
+
+exec "$@"

Modified: flumotion-template/trunk/po/fr.po
==============================================================================
--- flumotion-template/trunk/po/fr.po	(original)
+++ flumotion-template/trunk/po/fr.po	Thu Feb  8 16:14:54 2007
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: flumotion-template VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-14 12:25+0200\n"
+"POT-Creation-Date: 2006-11-29 18:15+0100\n"
 "PO-Revision-Date: 2005-07-28 12:41+0200\n"
 "Last-Translator: Thomas Vander Stichele <EMAIL at ADDRESS>\n"
 "Language-Team: fr <LL at li.org>\n"

Modified: flumotion-template/trunk/po/nl.po
==============================================================================
--- flumotion-template/trunk/po/nl.po	(original)
+++ flumotion-template/trunk/po/nl.po	Thu Feb  8 16:14:54 2007
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: flumotion-template 0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-04-14 12:25+0200\n"
+"POT-Creation-Date: 2006-11-29 18:15+0100\n"
 "PO-Revision-Date: 2005-07-28 12:41+0200\n"
 "Last-Translator: Thomas Vander Stichele <thomas at fluendo dot com>\n"
 "Language-Team: Fluendo\n"


More information about the flumotion-commit mailing list