ports/devel/eric6/files/config
Rene Ladan e2b444d89a eric6: Revert removal.
This reverts commits
* e6fa82f132
* fb41f4077d
* 75b955057c (eric6 part)

Requested by:	fluffy, tcberner
2022-01-01 14:48:55 +01:00

22 lines
830 B
Text

# -*- 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',
}