Modified tqt3.SlackBuild for clang build Added SlackBuild READMEs to BUILD-TDE.shpull/25/head
parent
5491a8bd04
commit
707ca0c046
@ -1,220 +1,8 @@
|
||||
The source unpacked is ~950MB, so to save on build space, this SlackBuild script
|
||||
extracts, builds, and removes source for each language package one at a time.
|
||||
The source unpacked is ~950MB, so to save on build space, the
|
||||
SlackBuild script extracts, builds, and removes source for each
|
||||
language package one at a time.
|
||||
|
||||
Any number of packages can be built - set by the I18N variable
|
||||
|
||||
Languages are identified as:
|
||||
|
||||
af
|
||||
Afrikaans
|
||||
|
||||
ar
|
||||
Arabic
|
||||
|
||||
az
|
||||
Azerbaijani
|
||||
|
||||
be
|
||||
Belarusian
|
||||
|
||||
bg
|
||||
Bulgarian
|
||||
|
||||
bn
|
||||
Bengali
|
||||
|
||||
br
|
||||
Brezhoneg
|
||||
|
||||
bs
|
||||
Bosanski
|
||||
|
||||
ca
|
||||
Catalan
|
||||
|
||||
cs
|
||||
Czech
|
||||
|
||||
csb
|
||||
Kashubian
|
||||
|
||||
cy
|
||||
Cymraeg
|
||||
|
||||
da
|
||||
Danish
|
||||
|
||||
de
|
||||
Deutsch
|
||||
|
||||
el
|
||||
Greek
|
||||
|
||||
en_GB
|
||||
British English
|
||||
|
||||
eo
|
||||
Esperanto
|
||||
|
||||
es
|
||||
Spanish
|
||||
|
||||
et
|
||||
Estonian
|
||||
|
||||
eu
|
||||
Basque
|
||||
|
||||
fa
|
||||
Persian
|
||||
|
||||
fi
|
||||
Finnish
|
||||
|
||||
fr
|
||||
French
|
||||
|
||||
fy
|
||||
Frisian
|
||||
|
||||
ga
|
||||
Irish
|
||||
|
||||
gl
|
||||
Galician
|
||||
|
||||
he
|
||||
Hebrew
|
||||
|
||||
hi
|
||||
Hindi
|
||||
|
||||
hr
|
||||
Croatian
|
||||
|
||||
hu
|
||||
Hungarian
|
||||
|
||||
is
|
||||
Icelandic
|
||||
|
||||
it
|
||||
Italian
|
||||
|
||||
ja
|
||||
Japanese
|
||||
|
||||
kk
|
||||
Kazakh
|
||||
|
||||
km
|
||||
Khmer
|
||||
|
||||
ko
|
||||
Korean
|
||||
|
||||
lt
|
||||
Lithuanian
|
||||
|
||||
lv
|
||||
Latvian
|
||||
|
||||
mk
|
||||
Macedonian
|
||||
|
||||
mn
|
||||
Mongolian
|
||||
|
||||
ms
|
||||
Malay
|
||||
|
||||
nb
|
||||
Norwegian Bokmal
|
||||
|
||||
nds
|
||||
Low Saxon
|
||||
|
||||
nl
|
||||
Dutch
|
||||
|
||||
nn
|
||||
Norwegian Nynorsk
|
||||
|
||||
pa
|
||||
Punjabi
|
||||
|
||||
pl
|
||||
Polish
|
||||
|
||||
pt
|
||||
Portuguese
|
||||
|
||||
pt_BR
|
||||
Brazilian Portuguese
|
||||
|
||||
ro
|
||||
Romanian
|
||||
|
||||
ru
|
||||
Russian
|
||||
|
||||
rw
|
||||
Kinyarwanda
|
||||
|
||||
se
|
||||
Northern Saami
|
||||
|
||||
sk
|
||||
Slovak
|
||||
|
||||
sl
|
||||
Slovenian
|
||||
|
||||
sr
|
||||
Serbian
|
||||
|
||||
sr@Latn
|
||||
Serbian
|
||||
|
||||
ss
|
||||
Siswati
|
||||
|
||||
sv
|
||||
Svenska
|
||||
|
||||
ta
|
||||
Tamil
|
||||
|
||||
te
|
||||
Telugu
|
||||
|
||||
tg
|
||||
Tajik
|
||||
|
||||
th
|
||||
Thai
|
||||
|
||||
tr
|
||||
Turkish
|
||||
|
||||
uk
|
||||
Ukrainian
|
||||
|
||||
uz
|
||||
Uzbek
|
||||
|
||||
uz@cyrillic
|
||||
Uzbek
|
||||
|
||||
vi
|
||||
Vietnamese
|
||||
|
||||
wa
|
||||
Walloon
|
||||
|
||||
zh_CN
|
||||
Simplified Chinese
|
||||
|
||||
zh_TW
|
||||
Traditional Chinese
|
||||
|
||||
Language identification is shown in the
|
||||
'\Zb\Z3Select Additional Languages\Zn' screen README.
|
||||
|
@ -1,11 +1,9 @@
|
||||
This replaces the Slackware package
|
||||
|
||||
###############################################################################################
|
||||
## from the trinity desktop website, installation instructions ##
|
||||
|
||||
libart-lgpl is another dependency package that the Trinity Project has taken over after it was
|
||||
dropped by its original maintainer, because it needed several patches to prevent crashes.
|
||||
The version of libart provided by the Trinity Project includes those patches and is intended
|
||||
to be a replacement for any version of libart currently installed by any distro.
|
||||
Build this patched version of libart and replace the stock libart installed with the distro.
|
||||
libart-lgpl is another dependency package that the Trinity Project has taken over after it was dropped by its original maintainer, because it needed several patches to prevent crashes.
|
||||
|
||||
This version of libart provided by the Trinity Project includes those patches and is intended to be a replacement for any version of libart currently installed by any distro.
|
||||
|
||||
################ from the trinity desktop website, installation instructions ##################
|
||||
Build this patched version of libart and replace the stock libart installed with the distro.
|
||||
|
Loading…
Reference in new issue