buildfiles per linux

This commit is contained in:
emanuele
2020-04-02 15:11:03 +02:00
parent e1ac0f05a0
commit e994e3850c
4 changed files with 170 additions and 105 deletions

View File

@@ -5,6 +5,6 @@
<path>/${PROJECT_DIR_NAME}/bananaSPLIT/libbananasplit</path> <path>/${PROJECT_DIR_NAME}/bananaSPLIT/libbananasplit</path>
<path>/${PROJECT_DIR_NAME}/bananaSPLIT/UserInterface/compiledUI</path> <path>/${PROJECT_DIR_NAME}/bananaSPLIT/UserInterface/compiledUI</path>
</pydev_pathproperty> </pydev_pathproperty>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 3.7</pydev_property> <pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">python37</pydev_property> <pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">python36</pydev_property>
</pydev_project> </pydev_project>

View File

@@ -4,9 +4,9 @@ block_cipher = None
a = Analysis(['guimain.py'], a = Analysis(['guimain.py'],
pathex=['./libbananasplit', './UserInterface/CompiledUI--name=bananaSPLIT.exe', 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT'], pathex=['./libbananasplit', './UserInterface/CompiledUI', '/home/emanuele/Documents/LocalEclipseWorkspace/bananaSPLIT/bananaSPLIT'],
binaries=[], binaries=[],
datas=[('C:\\Users\\Emanuele Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\text_unidecode\\data.bin', '.\\text_unidecode')], datas=[('/home/emanuele/.local/lib/python3.6/site-packages/text_unidecode/data.bin', './text_unidecode')],
hiddenimports=[], hiddenimports=[],
hookspath=[], hookspath=[],
runtime_hooks=[], runtime_hooks=[],
@@ -21,12 +21,12 @@ exe = EXE(pyz,
a.scripts, a.scripts,
[], [],
exclude_binaries=True, exclude_binaries=True,
name='guimain', name='bananaSPLIT.linux',
debug=False, debug=False,
bootloader_ignore_signals=False, bootloader_ignore_signals=False,
strip=False, strip=False,
upx=True, upx=True,
console=True , icon='banana.ico') console=True , icon='bananasplit.ico')
coll = COLLECT(exe, coll = COLLECT(exe,
a.binaries, a.binaries,
a.zipfiles, a.zipfiles,
@@ -34,4 +34,4 @@ coll = COLLECT(exe,
strip=False, strip=False,
upx=True, upx=True,
upx_exclude=[], upx_exclude=[],
name='guimain') name='bananaSPLIT.linux')

View File

@@ -1,7 +1,7 @@
{ {
"version": "v1.2", "version": "v1.2",
"paths": { "paths": {
"lastUsed": "spiripacchio.json", "lastUsed": "linux",
"configurationPath": "./conf/", "configurationPath": "./conf/",
"INworkPath": "C:/", "INworkPath": "C:/",
"OUTworkPath": "C:/", "OUTworkPath": "C:/",

65
bananaSPLIT/conf/linux Normal file
View File

@@ -0,0 +1,65 @@
{
"version": "v1.2",
"paths": {
"lastUsed": "linux",
"configurationPath": "./conf/",
"INworkPath": "/home/emanuele/Documents",
"OUTworkPath": "/home/emanuele/Documents",
"fileList": []
},
"docStruct": {
"fileVersNew": true,
"language": "English",
"languageIdx": 1,
"docSep": "\\s*Copyright [(0-9)]+",
"beginOfDocument": "\\s*Body",
"endOfDocument": "\\s*End of Document",
"dateFormat": "{month} {day:d}, {year:d}{}",
"outPrefix": "",
"outSuffix": "",
"outExt": ".txt",
"outDateType": "jpn",
"outNameFormat": "",
"outDate": true,
"outTitle": true,
"outNumber": true,
"numberPos": 1,
"datePos": 2,
"titlePos": 3,
"maxTitleLen": 16,
"outNameSep": "-",
"customSep": "=",
"dateFormats": {
"jpn": "{year:04d}{month:02d}{day:02d}",
"it": "{day:02d}{month:02d}{year:04d}",
"usa": "{month:02d}{year:04d}{day:02d}"
}
},
"settings": {
"encoding": "ansi",
"monthPosition": 0,
"getNewsPaperName": true,
"nameNotFoundStr": "ND",
"includeTitle": true,
"removeDuplicates": true,
"showSkipped": false,
"showRemovedDuplicates": false,
"loadTXT": true,
"loadDOCX": false,
"removeOldFiles": true,
"saveSeparateFiles": true,
"saveBodyFile": true,
"saveBodyNumber": true,
"delLF": false,
"delWordBreak": true,
"delChars": [
"'",
"@",
"#",
"$",
"%",
"^",
"&"
]
}
}