Salve, vi metto in condivisione questo pacchetto di OpenOffice4, per chi (come me) lo preferisce a Libreoffice.
La versione è compatibile con le versioni precedenti di SliTaz.
Qui per scaricare
https://yadi.sk/d/SoaJkF-j79Memg
e se qualcuno vuole altre localizzazioni, chieda e vedrò cosa posso fare...

OpenOffice4 (4.1.7) Pacchetto pronto in italiano in formato tazpkg
(18 posts) (4 voices)-
Posted 8 years ago #
-
Hi gibor !
Thank you for this grat share !
So, this tazpkg is multilanguage or only italian because i need it in french !!!
Please, if you please, can yoou give me a soon answer ;-)
Have a nice day.Posted 8 years ago # -
First at all, sorry for my English. Im Italian and speak only Italian, but for the rest of people try to write through google translate.
The version of package is only on Italian, for the other languages please install first this version, and after try to make this step:
download from the original site your langpack
http://www.openoffice.org/download/index.html
select your languages - version type Linux 32bit(x86) RPM, and press download langpack pack
put this packages on new temporary folder (es. /home/tux/tmp)
goto on new folder and open terminal as root and thentar -xvf *.gz
cd en-US/RPMS
(or equivalent folder of your languages)execute all command on this script (copy and paste, or create new script)
extract () { rpm2cpio $(cat /tmp/list | sed ''$((i))'!d') | cpio -idv } ls *.rpm > /tmp/list line=$(cat /tmp/list | wc -l) i=1; while [ $i -le $line ]; do extract; true $((i=i+1)); done cp -ar opt/openoffice4 /usr/lib
close terminal and delete your temporary folder (on this case /home/tux/tmp)
Open Openoffice from menu and select on tool/option new interface languages
Enjoy :)
Posted 8 years ago # -
Hi gibor,
Thank you for sharing your work!
Here only one technical note. You can't use backticks on this forum in your code listing.
If you need sub-shell in your script, please use the next syntax in your code:
$(subshell)
. For example:
a=$(date +%s); echo $a
And I changed your script a bit: all that concerns backtick only.
By the way, extracting a DEB packages a bit easier: download "Linux 32-bit (x86) (DEB)" language packs.
Then all your commands in few line:
tar -xf *.gz find . -name '*.deb' -exec dpkg-deb -x \{\} . \; cp -ar opt/openoffice4 /usr/lib
Posted 8 years ago # -
Grazie Aleksej della segnalazione, non sapevo del fatto dei backtik che non venivano visualizzati sul forum.
Questo è il listato originale dei comandi in formato immagine.
Non è fattibile un copy and paste ma è però leggibile in modo completo.Posted 8 years ago # -
hi gibor,
Puoi dirci come hai costruito il pacchetto tazpkg?
Puoi condividere la fonte?
Grazie!Posted 8 years ago # -
La fonte è sempre quella originale del langpack, solo che in questo caso ho scaricato il pacchetto vero e proprio in rpm 32 bit. Mentre per la costruzione del pacchetto in tazpkg ho estratto e rilocato manualmente i file secondo le vecchie usanze di SliTaz.
Per crearlo infine ci sono le istruzioni nel forum, altrimenti segui questa mia guida in italiano.
http://forum.slitaz.org/topic/mi-fate-un-esempio-di-come-programmare-un-pacchetto#post-35207Posted 8 years ago # -
Ciao gibor,
Mi dispiace davvero, ma non posso eseguire il seguente script:#!/bin/ash
extract () {
rpm2cpiocat/tmp/list | sed''$((i))'!d'
| cpio-idv
}
ls*.rpm> /tmp/list
line=cat/tmp/list | wc-l
i=1; while[$i-le$line]; do extract; true $((i=i+1)); done
cp -ar opt/openoffice4 /usr/libHo un favore da chiederti per mio figlio utilizza molti openoffice4:
Si può ripetere la stessa tazpkg che avete costruito, ma in francese e darmi il link?
Grazie!Posted 8 years ago # -
Sono in connessione dati da mobile, e il dover fare download/upload di tutto il pacchetto costa circa 250Mb per ogni lingua. Sono troppi per il mio piano dati.
Ti offro in alternativa il pacchetto pronto in tazpkg del langpack Francese. Lo installi su quella che hai in Italiano, poi selezioni dal menu opzioni la nuova interfaccia utente (in pratica quello che dovevi fare e ottenere con le istruzioni precedenti).Posted 8 years ago # -
gibor,
grazie mille, grazie mille, grazie mille, grazie mille, grazie mille !!!!Posted 8 years ago # -
domanda stupida....per installarlo tazpkg install OpenOffice4.tazpkg nella cartella dove l'ho scaricato?
Posted 7 years ago # -
Logico! In alternativa potrebbe funzionare anche un semplice doppio click sempre sul file scaricato. Se il mime fa il suo dovere, dovrebbe essere richiamato il gestore applicazioni e chiedere se si vuole installarlo.
Posted 7 years ago # -
Hi gibor !
Can you update your great work to the new version 4.1.7 and the french translation too ?
Thanks a lot !Posted 5 years ago # -
Ciao, ecco nuovi link per la versione 4.1.7
OpenOffice4.tazpkg
https://yadi.sk/d/SoaJkF-j79Memg
langpack-fr-oo4.tazpkg
https://yadi.sk/d/t4DTMdyPFE6M-Q
langpack-en-US-oo4.tazpkg
https://yadi.sk/d/J2moF57-18j48QPosted 5 years ago # -
@ gibor, many many thanks, have a nice day ;-)
Posted 5 years ago #
Reply »
You must log in to post.