[rkward-cvs] [rkward] /: Rename po-dir so as not to confuse scripty

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Tue Nov 18 19:59:44 UTC 2014


Git commit aff22f28d500d58e863d86e105d59b5f56be8203 by Thomas Friedrichsmeier.
Committed on 18/11/2014 at 19:59.
Pushed by tfry into branch 'master'.

Rename po-dir so as not to confuse scripty

M  +1    -1    CMakeLists.txt
R  +0    -0    i18n/CMakeLists.txt [from: po/CMakeLists.txt - 100% similarity]
R  +0    -0    i18n/Messages.standalone.sh [from: po/Messages.standalone.sh - 100% similarity]
R  +0    -0    i18n/README.translations [from: po/README.translations - 100% similarity]
R  +0    -0    i18n/ca.po [from: po/ca.po - 100% similarity]
R  +0    -0    i18n/compile_po.cmake [from: po/compile_po.cmake - 100% similarity]
R  +0    -0    i18n/cs.po [from: po/cs.po - 100% similarity]
R  +0    -0    i18n/da.po [from: po/da.po - 100% similarity]
R  +0    -0    i18n/de.po [from: po/de.po - 100% similarity]
R  +0    -0    i18n/el.po [from: po/el.po - 100% similarity]
R  +0    -0    i18n/es.po [from: po/es.po - 100% similarity]
R  +0    -0    i18n/fr.po [from: po/fr.po - 100% similarity]
R  +0    -0    i18n/it.po [from: po/it.po - 100% similarity]
R  +0    -0    i18n/lt.po [from: po/lt.po - 100% similarity]
R  +0    -0    i18n/pl.po [from: po/pl.po - 100% similarity]
R  +0    -0    i18n/tr.po [from: po/tr.po - 100% similarity]
R  +0    -0    i18n/uk.po [from: po/uk.po - 100% similarity]
R  +0    -0    i18n/zh_CN.po [from: po/zh_CN.po - 100% similarity]
M  +5    -4    scripts/makedist.sh

http://commits.kde.org/rkward/aff22f28d500d58e863d86e105d59b5f56be8203

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 660c4a6..d876912 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ ADD_DEFINITIONS(${QT_DEFINITIONS} ${KDE4_DEFINITIONS} -DQT_NO_CAST_TO_ASCII)
 LINK_DIRECTORIES(${KDE4_LIB_DIR})
 
 ADD_SUBDIRECTORY(rkward)
-ADD_SUBDIRECTORY(po)
+ADD_SUBDIRECTORY(i18n)
 ADD_SUBDIRECTORY(doc)
 ADD_SUBDIRECTORY(tests)
 
diff --git a/po/CMakeLists.txt b/i18n/CMakeLists.txt
similarity index 100%
rename from po/CMakeLists.txt
rename to i18n/CMakeLists.txt
diff --git a/po/Messages.standalone.sh b/i18n/Messages.standalone.sh
similarity index 100%
rename from po/Messages.standalone.sh
rename to i18n/Messages.standalone.sh
diff --git a/po/README.translations b/i18n/README.translations
similarity index 100%
rename from po/README.translations
rename to i18n/README.translations
diff --git a/po/ca.po b/i18n/ca.po
similarity index 100%
rename from po/ca.po
rename to i18n/ca.po
diff --git a/po/compile_po.cmake b/i18n/compile_po.cmake
similarity index 100%
rename from po/compile_po.cmake
rename to i18n/compile_po.cmake
diff --git a/po/cs.po b/i18n/cs.po
similarity index 100%
rename from po/cs.po
rename to i18n/cs.po
diff --git a/po/da.po b/i18n/da.po
similarity index 100%
rename from po/da.po
rename to i18n/da.po
diff --git a/po/de.po b/i18n/de.po
similarity index 100%
rename from po/de.po
rename to i18n/de.po
diff --git a/po/el.po b/i18n/el.po
similarity index 100%
rename from po/el.po
rename to i18n/el.po
diff --git a/po/es.po b/i18n/es.po
similarity index 100%
rename from po/es.po
rename to i18n/es.po
diff --git a/po/fr.po b/i18n/fr.po
similarity index 100%
rename from po/fr.po
rename to i18n/fr.po
diff --git a/po/it.po b/i18n/it.po
similarity index 100%
rename from po/it.po
rename to i18n/it.po
diff --git a/po/lt.po b/i18n/lt.po
similarity index 100%
rename from po/lt.po
rename to i18n/lt.po
diff --git a/po/pl.po b/i18n/pl.po
similarity index 100%
rename from po/pl.po
rename to i18n/pl.po
diff --git a/po/tr.po b/i18n/tr.po
similarity index 100%
rename from po/tr.po
rename to i18n/tr.po
diff --git a/po/uk.po b/i18n/uk.po
similarity index 100%
rename from po/uk.po
rename to i18n/uk.po
diff --git a/po/zh_CN.po b/i18n/zh_CN.po
similarity index 100%
rename from po/zh_CN.po
rename to i18n/zh_CN.po
diff --git a/scripts/makedist.sh b/scripts/makedist.sh
index af9ca18..01733de 100755
--- a/scripts/makedist.sh
+++ b/scripts/makedist.sh
@@ -17,18 +17,19 @@ $BASEDIR/scripts/roxygenize.sh
 
 cp -a AUTHORS CMakeLists.txt COPYING ChangeLog TODO INSTALL NOTES README configure VERSION.cmake $DISTDIR
 mkdir $DISTDIR/doc
-mkdir $DISTDIR/po
+mkdir $DISTDIR/i18n
 mkdir $DISTDIR/rkward
 mkdir $DISTDIR/tests
 
 rsync -a --exclude '*~' --exclude '*.svn*' $EXCLUDES $BASEDIR/doc/* $DISTDIR/doc
-rsync -a --exclude '*~' --exclude '*.svn*' $EXCLUDES $BASEDIR/po/* $DISTDIR/po
+rsync -a --exclude '*~' --exclude '*.svn*' $EXCLUDES $BASEDIR/i18n/* $DISTDIR/i18n
 rsync -a --exclude '*~' --exclude '*.svn*' --exclude 'templates' $EXCLUDES $BASEDIR/rkward/* $DISTDIR/rkward
 rsync -a --exclude '*~' --exclude '*.svn*' $EXCLUDES $BASEDIR/tests/* $DISTDIR/tests
 
 # make messages
-cd $DISTDIR/po
-./Messages.sh
+#cd $DISTDIR/po
+#./Messages.sh
+# TODO: Import translations
 
 cd $BASEDIR/disttemp
 tar -czf rkward-$VERSION.tar.gz $DISTDIRREL




More information about the rkward-tracker mailing list