Changeset 36693
- Timestamp:
- 02/11/10 11:20:53 (3 years ago)
- Location:
- lang/objective-cplusplus/i3/trunk
- Files:
-
- 5 modified
-
Makefile.am (modified) (4 diffs)
-
configure.ac (modified) (3 diffs)
-
unix/scripts/LINGUAS.sh (modified) (1 diff)
-
unix/scripts/POTFILES.in.sh (modified) (2 diffs)
-
unix/scripts/windows-locale.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/Makefile.am
r36689 r36693 2 2 SUBDIRS = intl po unix/tests 3 3 EXTRA_DIST = unix/build-aux/config.rpath unix/i3.spec unix/i3.spec.in \ 4 kdevelop scripts windows4 kdevelop unix/scripts windows 5 5 bin_PROGRAMS = i3 6 6 CLEANFILES = *.gcno po/stamp-po … … 69 69 chmod -R u+w ${distdir}/src 70 70 cp -pR ${srcdir}/src ${distdir} 71 chmod -R u+rx ${distdir}/ scripts72 cd ${distdir} && ./ scripts/clean_distdir.sh71 chmod -R u+rx ${distdir}/unix/scripts 72 cd ${distdir} && ./unix/scripts/clean_distdir.sh 73 73 74 74 dist2_distdir = dist2.${CONFIGURE_DATE} 75 75 dist2-hook: 76 test "${PACKAGE_VERSION}" = "`${SHELL} ${srcdir}/ scripts/ac_init_version.sh`"76 test "${PACKAGE_VERSION}" = "`${SHELL} ${srcdir}/unix/scripts/ac_init_version.sh`" 77 77 svn status > /dev/null 78 78 test "`svn status | grep -v '^\?'`" = "" … … 93 93 # copy locale file for windows 94 94 windows-locale: 95 perlscripts/windows-locale.pl ${PACKAGE_NAME}95 ${PERL} unix/scripts/windows-locale.pl ${PACKAGE_NAME} 96 96 97 97 if WITH_OS_WINDOWS … … 110 110 windows/bin/i3.Release.x64.exe \ 111 111 windows/bin/i3.win9x.exe 112 perlscripts/windows-dist.pl ${PACKAGE_NAME} ${PACKAGE_VERSION}112 ${PERL} unix/scripts/windows-dist.pl ${PACKAGE_NAME} ${PACKAGE_VERSION} 113 113 114 114 endif -
lang/objective-cplusplus/i3/trunk/configure.ac
r36689 r36693 2 2 3 3 AC_PREREQ(2.60) 4 AC_INIT([i3],[m4_esyscmd(. ./ scripts/ac_init_version.sh | tr -d '\r\n')],[dyob@lunaport.net],[],[http://www.lunaport.net/test/])4 AC_INIT([i3],[m4_esyscmd(. ./unix/scripts/ac_init_version.sh | tr -d '\r\n')],[dyob@lunaport.net],[],[http://www.lunaport.net/test/]) 5 5 6 6 # … … 158 158 AC_MSG_WARN([perl not found]) 159 159 else 160 GNUSTEP_CONFIG="$PERL $srcdir/ scripts/gnustep-config-filter.pl $debug_arg $GNUSTEP_CONFIG"160 GNUSTEP_CONFIG="$PERL $srcdir/unix/scripts/gnustep-config-filter.pl $debug_arg $GNUSTEP_CONFIG" 161 161 fi 162 162 … … 253 253 if test -d "$srcdir"; then 254 254 # po/POTFILES.in 255 $SHELL $srcdir/ scripts/POTFILES.in.sh255 $SHELL $srcdir/unix/scripts/POTFILES.in.sh 256 256 if test $? -ne 0; then 257 257 AC_MSG_FAILURE([can't update po/POTFILES.in]) 258 258 fi 259 259 # po/LINGUAS 260 $SHELL $srcdir/ scripts/LINGUAS.sh260 $SHELL $srcdir/unix/scripts/LINGUAS.sh 261 261 if test $? -ne 0; then 262 262 AC_MSG_FAILURE([can't update po/LINGUAS]) -
lang/objective-cplusplus/i3/trunk/unix/scripts/LINGUAS.sh
r36547 r36693 4 4 5 5 mydir=`echo $0 | sed 's%[^/]*$%%'` 6 srcdir=$mydir.. 6 srcdir=$mydir../.. 7 7 8 8 find $srcdir/po -iname '*.po' -type f -print | sort | sed 's%^.*/%%' | sed 's/\.po$//' | tr '\r\n' ' ' > LINGUAS.tmp -
lang/objective-cplusplus/i3/trunk/unix/scripts/POTFILES.in.sh
r36547 r36693 4 4 5 5 mydir=`echo $0 | sed 's%[^/]*$%%'` 6 srcdir=$mydir.. 6 srcdir=$mydir../.. 7 7 8 8 find $srcdir/src -type f -name '*.h' -print | sort >> POTFILES.in.tmp0 … … 12 12 find $srcdir/src -type f -name '*.mm' -print | sort >> POTFILES.in.tmp0 13 13 14 sed -e 's/\r\n/\n/' POTFILES.in.tmp0 | cut -b${#srcdir}- | cut -b 3- > POTFILES.in.tmp14 sed -e 's/\r\n/\n/' POTFILES.in.tmp0 | cut -b${#srcdir}- | cut -b6- > POTFILES.in.tmp 15 15 16 16 if test ! -s POTFILES.in.tmp; then -
lang/objective-cplusplus/i3/trunk/unix/scripts/windows-locale.pl
r36309 r36693 12 12 13 13 my $s = <<SHELLSCRIPT; 14 shscripts/POTFILES.in.sh &&14 . unix/scripts/POTFILES.in.sh && 15 15 cd po && 16 16 make update-po &&
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)