Files
ports/devel/eric6/files/config
T
Dima Panov 1d6dda8d0a devel/eric6: update to 20.6 release
- pass all python scripts via shebangfix (env python3 is not looks good)
- rename variable INSTALL_CMD to INSTALL_PY to avoid stage error at pkg build cluster
- install qsci files under share/qt5 subdir instead of share/qt4
2020-06-10 16:41:49 +00:00

23 lines
830 B
Plaintext

# -*- coding: utf-8 -*-
#
# This module contains the configuration of the individual eric6 installation
#
cfg = {
'ericDir' : 'DATADIR',
'ericPixDir' : 'DATADIR/pixmaps',
'ericIconDir' : 'DATADIR/icons',
'ericDTDDir' : 'DATADIR/DTDs',
'ericCSSDir' : 'DATADIR/CSSs',
'ericStylesDir' : 'DATADIR/Styles',
'ericDocDir' : 'DOCSDIR',
'ericExamplesDir' : 'EXAMPLESDIR',
'ericTranslationsDir' : 'DATADIR/i18n',
'ericTemplatesDir' : 'DATADIR/DesignerTemplates',
'ericCodeTemplatesDir' : 'DATADIR/CodeTemplates',
'ericOthersDir' : 'DATADIR/Others',
'bindir' : 'PREFIX/bin',
'mdir' : 'PYTHON_SITELIBDIR',
'apidir' : 'LOCALBASE/share/qt5/qsci/api',
}