From: <ale...@us...> - 2006-03-21 20:06:20
|
Revision: 2150 Author: alextreme Date: 2006-03-21 12:06:10 -0800 (Tue, 21 Mar 2006) ViewCVS: http://svn.sourceforge.net/morphix/?rev=2150&view=rev Log Message: ----------- * cleaning up * making MI compileable again Modified Paths: -------------- trunk/morphixinstaller/configure.in trunk/morphixinstaller/debian/files trunk/morphixinstaller/debian/morphixinstaller.substvars Removed Paths: ------------- trunk/morphixinstaller/autom4te.cache/ Modified: trunk/morphixinstaller/configure.in =================================================================== --- trunk/morphixinstaller/configure.in 2006-03-21 19:37:56 UTC (rev 2149) +++ trunk/morphixinstaller/configure.in 2006-03-21 20:06:10 UTC (rev 2150) @@ -38,7 +38,10 @@ dnl Add the languages which your application supports here. dnl Please keep them in alphabetical order -ALL_LINGUAS="es fr gl ml he it zh nl sl" + +dnl es, zh disabled, fuzzy + +ALL_LINGUAS="fr gl ml he it nl sl" AM_GLIB_GNU_GETTEXT GETTEXT_PACKAGE=morphixinstaller Modified: trunk/morphixinstaller/debian/files =================================================================== --- trunk/morphixinstaller/debian/files 2006-03-21 19:37:56 UTC (rev 2149) +++ trunk/morphixinstaller/debian/files 2006-03-21 20:06:10 UTC (rev 2150) @@ -1 +1 @@ -morphixinstaller_0.5-7_i386.deb admin optional +morphixinstaller_0.5-9_i386.deb admin optional Modified: trunk/morphixinstaller/debian/morphixinstaller.substvars =================================================================== --- trunk/morphixinstaller/debian/morphixinstaller.substvars 2006-03-21 19:37:56 UTC (rev 2149) +++ trunk/morphixinstaller/debian/morphixinstaller.substvars 2006-03-21 20:06:10 UTC (rev 2150) @@ -1 +1 @@ -shlibs:Depends=libatk1.0-0 (>= 1.7.2), libc6 (>= 2.3.2.ds1-4), libglib2.0-0 (>= 2.4.7), libgtk2.0-0 (>= 2.4.4), libpango1.0-0 (>= 1.6.0) +shlibs:Depends=libatk1.0-0 (>= 1.9.0), libc6 (>= 2.3.5-1), libcairo2 (>= 1.0.2-2), libfontconfig1 (>= 2.3.0), libglib2.0-0 (>= 2.8.5), libgtk2.0-0 (>= 2.8.0), libpango1.0-0 (>= 1.10.4), libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxi6, libxinerama1, libxrandr2, libxrender1 (>= 1:0.9.0.2) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |