mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/localepurge: Change download, new localelist.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
e2c1f88b0b
commit
9f2494ca9a
4 changed files with 20 additions and 25 deletions
|
@ -1,11 +1,11 @@
|
|||
localepurge (remove superfluous locale data)
|
||||
|
||||
localepurge removes superfluous locale data from your system. It is a
|
||||
small script to recover disk space wasted for unneeded locale files
|
||||
small script to recover disk space wasted for unneeded locale files
|
||||
and localized man pages.
|
||||
|
||||
This is a script to recover disk space wasted for unneeded locales,
|
||||
Gnome/KDE localizations and localized man pages. Depending on the
|
||||
This is a script to recover disk space wasted for unneeded locales,
|
||||
Gnome/KDE localizations and localized man pages. Depending on the
|
||||
installation, it is possible to save some 200, 300, or even more mega
|
||||
bytes of disk space dedicated for localization you will most probably
|
||||
never have any use for.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
ach
|
||||
af
|
||||
am
|
||||
an
|
||||
|
@ -16,20 +17,21 @@ bn
|
|||
bn_IN
|
||||
bo
|
||||
br
|
||||
brx
|
||||
bs
|
||||
byn
|
||||
ca
|
||||
ca.us-ascii
|
||||
ca@valencia
|
||||
ce
|
||||
ceb
|
||||
cgg
|
||||
ckb
|
||||
cmn
|
||||
co
|
||||
crh
|
||||
cs
|
||||
cs_CZ
|
||||
csb
|
||||
cv
|
||||
cy
|
||||
da
|
||||
de
|
||||
|
@ -59,23 +61,14 @@ es_419
|
|||
es_AR
|
||||
es_CL
|
||||
es_CO
|
||||
es_CR
|
||||
es_DO
|
||||
es_EC
|
||||
es_ES
|
||||
es_MX
|
||||
es_NI
|
||||
es_PA
|
||||
es_PE
|
||||
es_PR
|
||||
es_SV
|
||||
es_US
|
||||
es_UY
|
||||
es_VE
|
||||
et
|
||||
eu
|
||||
fa
|
||||
fa_IR
|
||||
ff
|
||||
fi
|
||||
fil
|
||||
fo
|
||||
|
@ -89,6 +82,7 @@ ga
|
|||
gd
|
||||
gez
|
||||
gl
|
||||
gl_ES
|
||||
gr
|
||||
gu
|
||||
gv
|
||||
|
@ -120,16 +114,17 @@ ko
|
|||
ko_KR
|
||||
kok
|
||||
ks
|
||||
ks_IN
|
||||
ku
|
||||
ku_IQ
|
||||
ky
|
||||
la
|
||||
lb
|
||||
lg
|
||||
li
|
||||
lo
|
||||
locale
|
||||
lt
|
||||
ltg
|
||||
lv
|
||||
mai
|
||||
mg
|
||||
|
@ -141,9 +136,10 @@ ml_IN
|
|||
mn
|
||||
mr
|
||||
ms
|
||||
ms_MY
|
||||
mt
|
||||
my
|
||||
nah
|
||||
my_MM
|
||||
nb
|
||||
nds
|
||||
ne
|
||||
|
@ -153,10 +149,8 @@ nl_NL
|
|||
nn
|
||||
no
|
||||
no.us-ascii
|
||||
nqo
|
||||
nso
|
||||
oc
|
||||
om
|
||||
or
|
||||
pa
|
||||
pl
|
||||
|
@ -169,15 +163,14 @@ pt_BR.us-ascii
|
|||
pt_PT
|
||||
rm
|
||||
ro
|
||||
ro_RO
|
||||
ru
|
||||
ru_RU
|
||||
ru_UA
|
||||
rw
|
||||
sc
|
||||
sco
|
||||
sd
|
||||
se
|
||||
shn
|
||||
si
|
||||
sk
|
||||
sl
|
||||
|
@ -196,16 +189,18 @@ szl
|
|||
ta
|
||||
ta_LK
|
||||
te
|
||||
tet
|
||||
tg
|
||||
th
|
||||
ti
|
||||
tig
|
||||
tk
|
||||
tl
|
||||
tlh
|
||||
tr
|
||||
ts
|
||||
tt
|
||||
tt@iqtelif
|
||||
tt_RU
|
||||
ug
|
||||
uk
|
||||
uk_UA
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for localepurge.
|
||||
#
|
||||
# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=localepurge
|
||||
VERSION=${VERSION:-0.7.3.4}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="localepurge"
|
||||
VERSION="0.7.3.4"
|
||||
HOMEPAGE="https://packages.debian.org/search?keywords=localepurge"
|
||||
DOWNLOAD="http://httpredir.debian.org/debian/pool/main/l/localepurge/localepurge_0.7.3.4.tar.xz"
|
||||
DOWNLOAD="http://snapshot.debian.org/archive/debian/20170310T152538Z/pool/main/l/localepurge/localepurge_0.7.3.4.tar.xz"
|
||||
MD5SUM="c5491823183886c29529fbdbc6950aa0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue