ricompilato eseguibile linux
This commit is contained in:
BIN
TuxBuild/bananaSPLIT.linux
Executable file
BIN
TuxBuild/bananaSPLIT.linux
Executable file
Binary file not shown.
67
TuxBuild/conf/defaults.json
Normal file
67
TuxBuild/conf/defaults.json
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
{
|
||||||
|
"version": "v1.2",
|
||||||
|
"paths": {
|
||||||
|
"lastUsed": "linux.json",
|
||||||
|
"configurationPath": "./conf/",
|
||||||
|
"INworkPath": "C:/",
|
||||||
|
"OUTworkPath": "C:/",
|
||||||
|
"fileList": [
|
||||||
|
"bdlog.txt"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": [
|
||||||
|
"'",
|
||||||
|
"@",
|
||||||
|
"#",
|
||||||
|
"$",
|
||||||
|
"%",
|
||||||
|
"^",
|
||||||
|
"&"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
76
TuxBuild/conf/languageconf.json
Normal file
76
TuxBuild/conf/languageconf.json
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
{
|
||||||
|
"Italiano": {
|
||||||
|
"dateWords": [
|
||||||
|
"Gennaio",
|
||||||
|
"Febbraio",
|
||||||
|
"Marzo",
|
||||||
|
"Aprile",
|
||||||
|
"Maggio",
|
||||||
|
"Giugno",
|
||||||
|
"Luglio",
|
||||||
|
"Agosto",
|
||||||
|
"Settembre",
|
||||||
|
"Ottobre",
|
||||||
|
"Novembre",
|
||||||
|
"Dicembre"
|
||||||
|
],
|
||||||
|
"headWords": [
|
||||||
|
"BYLINE:",
|
||||||
|
"SECTION:",
|
||||||
|
"LENGTH:",
|
||||||
|
"DATELINE:",
|
||||||
|
"HIGHLIGHT:",
|
||||||
|
"Email:"
|
||||||
|
],
|
||||||
|
"tailWords": [
|
||||||
|
"Newstex ID:",
|
||||||
|
"NOTES:",
|
||||||
|
"LANGUAGE:",
|
||||||
|
"GRAPHIC:",
|
||||||
|
"TYPE:",
|
||||||
|
"URL:",
|
||||||
|
"LOAD-DATE:",
|
||||||
|
"PUBLICATION-TYPE:",
|
||||||
|
"DOCUMENT-TYPE:",
|
||||||
|
"CHARTS:",
|
||||||
|
"JOURNAL-CODE:"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"English": {
|
||||||
|
"dateWords": [
|
||||||
|
"January",
|
||||||
|
"February",
|
||||||
|
"March",
|
||||||
|
"April",
|
||||||
|
"May",
|
||||||
|
"June",
|
||||||
|
"July",
|
||||||
|
"August",
|
||||||
|
"September",
|
||||||
|
"October",
|
||||||
|
"November",
|
||||||
|
"December"
|
||||||
|
],
|
||||||
|
"headWords": [
|
||||||
|
"BYLINE:",
|
||||||
|
"SECTION:",
|
||||||
|
"LENGTH:",
|
||||||
|
"DATELINE:",
|
||||||
|
"HIGHLIGHT:",
|
||||||
|
"Email:"
|
||||||
|
],
|
||||||
|
"tailWords": [
|
||||||
|
"Newstex ID:",
|
||||||
|
"NOTES:",
|
||||||
|
"LANGUAGE:",
|
||||||
|
"GRAPHIC:",
|
||||||
|
"TYPE:",
|
||||||
|
"URL:",
|
||||||
|
"LOAD-DATE:",
|
||||||
|
"PUBLICATION-TYPE:",
|
||||||
|
"DOCUMENT-TYPE:",
|
||||||
|
"CHARTS:",
|
||||||
|
"JOURNAL-CODE:"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
65
TuxBuild/conf/linux.json
Normal file
65
TuxBuild/conf/linux.json
Normal 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": [
|
||||||
|
"'",
|
||||||
|
"@",
|
||||||
|
"#",
|
||||||
|
"$",
|
||||||
|
"%",
|
||||||
|
"^",
|
||||||
|
"&"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
5
TuxBuild/conf/loggerconf.json
Normal file
5
TuxBuild/conf/loggerconf.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"logFile": "D:\\Test\\bananaSPLIT.log",
|
||||||
|
"logFormat": "%(asctime)s|%(levelname)-8s| %(message)-50s",
|
||||||
|
"logTimeFormat": "%m-%d %H:%M:%S"
|
||||||
|
}
|
||||||
68
TuxBuild/conf/spiripacchio.json
Normal file
68
TuxBuild/conf/spiripacchio.json
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
{
|
||||||
|
"version": "v1.2",
|
||||||
|
"paths": {
|
||||||
|
"lastUsed": "spiripacchio.json",
|
||||||
|
"configurationPath": "./conf/",
|
||||||
|
"INworkPath": "D:/Emanuele/Documenti/workspace/bananaSPLIT/TestFiles/FileBastardi",
|
||||||
|
"OUTworkPath": "H:/",
|
||||||
|
"fileList": [
|
||||||
|
"Files(100)(1).txt",
|
||||||
|
"Files(100)(2).txt"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"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": [
|
||||||
|
"'",
|
||||||
|
"@",
|
||||||
|
"#",
|
||||||
|
"$",
|
||||||
|
"%",
|
||||||
|
"^",
|
||||||
|
"&"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -4,10 +4,10 @@ block_cipher = None
|
|||||||
|
|
||||||
|
|
||||||
a = Analysis(['guimain.py'],
|
a = Analysis(['guimain.py'],
|
||||||
pathex=['./libbananasplit', './UserInterface/CompiledUI', '/home/emanuele/Documents/LocalEclipseWorkspace/bananaSPLIT/bananaSPLIT'],
|
pathex=['./libbananasplit', './UserInterface/compiledUI', '/home/emanuele/Documents/LocalEclipseWorkspace/bananaSPLIT/bananaSPLIT'],
|
||||||
binaries=[],
|
binaries=[],
|
||||||
datas=[('/home/emanuele/.local/lib/python3.6/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=['mainwindow'],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
runtime_hooks=[],
|
runtime_hooks=[],
|
||||||
excludes=[],
|
excludes=[],
|
||||||
@@ -19,19 +19,15 @@ pyz = PYZ(a.pure, a.zipped_data,
|
|||||||
cipher=block_cipher)
|
cipher=block_cipher)
|
||||||
exe = EXE(pyz,
|
exe = EXE(pyz,
|
||||||
a.scripts,
|
a.scripts,
|
||||||
|
a.binaries,
|
||||||
|
a.zipfiles,
|
||||||
|
a.datas,
|
||||||
[],
|
[],
|
||||||
exclude_binaries=True,
|
|
||||||
name='bananaSPLIT.linux',
|
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='bananasplit.ico')
|
upx_exclude=[],
|
||||||
coll = COLLECT(exe,
|
runtime_tmpdir=None,
|
||||||
a.binaries,
|
console=True , icon='UserInterface/icons8-banana-split-80.png')
|
||||||
a.zipfiles,
|
|
||||||
a.datas,
|
|
||||||
strip=False,
|
|
||||||
upx=True,
|
|
||||||
upx_exclude=[],
|
|
||||||
name='bananaSPLIT.linux')
|
|
||||||
|
|||||||
Reference in New Issue
Block a user