Windows install build script: switch to Python3 and consequences.
This commit is contained in:
parent
7ea3936420
commit
540140bd93
@ -30,7 +30,7 @@ RCLDEPS=c:/recolldeps/
|
|||||||
|
|
||||||
ReleaseBuild=y
|
ReleaseBuild=y
|
||||||
|
|
||||||
PYTHON=${RCLDEPS}python2
|
PYTHON=${RCLDEPS}py-python3
|
||||||
UNRTF=${RCLDEPS}unrtf
|
UNRTF=${RCLDEPS}unrtf
|
||||||
ANTIWORD=${RCLDEPS}antiword
|
ANTIWORD=${RCLDEPS}antiword
|
||||||
PYXSLT=${RCLDEPS}pyxslt
|
PYXSLT=${RCLDEPS}pyxslt
|
||||||
@ -46,12 +46,13 @@ LIBREVENGE=${RCLDEPS}libwpd/librevenge-0.0.1.jfd/
|
|||||||
CHM=${RCLDEPS}pychm
|
CHM=${RCLDEPS}pychm
|
||||||
MISC=${RCLDEPS}misc
|
MISC=${RCLDEPS}misc
|
||||||
|
|
||||||
# Where to find libgcc_s_dw2-1.dll for progs which need it copied
|
|
||||||
gccpath=`which gcc`
|
|
||||||
MINGWBIN=`dirname $gccpath`
|
|
||||||
|
|
||||||
# Where to copy the Qt Dlls from:
|
# Where to copy the Qt Dlls from:
|
||||||
QTBIN=C:/Qt/Qt5.8.0/5.8/mingw53_32/bin
|
QTBIN=C:/Qt/Qt5.8.0/5.8/mingw53_32/bin
|
||||||
|
QTGCCBIN=C:/qt/Qt5.8.0/Tools/mingw530_32/bin/
|
||||||
|
# Where to find libgcc_s_dw2-1.dll for progs which need it copied
|
||||||
|
MINGWBIN=$QTBIN
|
||||||
|
PATH=$MINGWBIN:$QTGCCBIN:$PATH
|
||||||
|
export PATH
|
||||||
|
|
||||||
# Qt arch
|
# Qt arch
|
||||||
QTA=Desktop_Qt_5_8_0_MinGW_32bit
|
QTA=Desktop_Qt_5_8_0_MinGW_32bit
|
||||||
@ -134,6 +135,7 @@ copyrecoll()
|
|||||||
chkcp $RCLIDX $DESTDIR
|
chkcp $RCLIDX $DESTDIR
|
||||||
chkcp $RCLQ $DESTDIR
|
chkcp $RCLQ $DESTDIR
|
||||||
chkcp $RCLS $DESTDIR
|
chkcp $RCLS $DESTDIR
|
||||||
|
chkcp $MINGWBIN/libgcc_s_dw2-1.dll $DESTDIR
|
||||||
|
|
||||||
chkcp $RCL/COPYING $DESTDIR/COPYING.txt
|
chkcp $RCL/COPYING $DESTDIR/COPYING.txt
|
||||||
chkcp $RCL/doc/user/usermanual.html $DESTDIR/Share/doc
|
chkcp $RCL/doc/user/usermanual.html $DESTDIR/Share/doc
|
||||||
@ -150,7 +152,9 @@ copyrecoll()
|
|||||||
|
|
||||||
chkcp $RCL/python/recoll/recoll/rclconfig.py $FILTERS
|
chkcp $RCL/python/recoll/recoll/rclconfig.py $FILTERS
|
||||||
chkcp $RCL/python/recoll/recoll/conftree.py $FILTERS
|
chkcp $RCL/python/recoll/recoll/conftree.py $FILTERS
|
||||||
chkcp $RCL/filters/* $FILTERS
|
chkcp $RCL/filters/* $FILTERS
|
||||||
|
rm $FILTERS/rclimg $FILTERS/rclimg.py
|
||||||
|
chkcp $RCLDEPS/rclimg/rclimg.exe $FILTERS
|
||||||
chkcp $RCL/qtgui/mtpics/* $DESTDIR/Share/images
|
chkcp $RCL/qtgui/mtpics/* $DESTDIR/Share/images
|
||||||
chkcp $RCL/qtgui/i18n/*.qm $DESTDIR/Share/translations
|
chkcp $RCL/qtgui/i18n/*.qm $DESTDIR/Share/translations
|
||||||
}
|
}
|
||||||
@ -268,7 +272,7 @@ copyxslt
|
|||||||
#copyfuture
|
#copyfuture
|
||||||
copymutagen
|
copymutagen
|
||||||
copyepub
|
copyepub
|
||||||
copypyexiv2
|
#copypyexiv2
|
||||||
copywpd
|
copywpd
|
||||||
copychm
|
#copychm
|
||||||
copypython
|
copypython
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user