langspacks build integrated [release 2.9.4-3mamba;Thu May 28 2015]
This commit is contained in:
parent
f0dc434afe
commit
c883400be2
15
calligra-autoupdate
Normal file
15
calligra-autoupdate
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
CALLIGRA_VERSION=$1
|
||||||
|
|
||||||
|
if [ -z "$CALLIGRA_VERSION" ]; then
|
||||||
|
echo "Usage: $0 <version>"
|
||||||
|
exit 2
|
||||||
|
fi
|
||||||
|
|
||||||
|
rm -rf calligra-$CALLIGRA_VERSION
|
||||||
|
mkdir calligra-$CALLIGRA_VERSION
|
||||||
|
cd calligra-$CALLIGRA_VERSION
|
||||||
|
wget -r -N -l 1 -np -nd -A "*.tar.xz" http://download.kde.org/stable/calligra-$CALLIGRA_VERSION/calligra-l10n/
|
||||||
|
tar -cJ calligra-l10n-*-$CALLIGRA_VERSION.tar.xz > ../calligra-l10n-$CALLIGRA_VERSION-langpacks.tar.xz
|
||||||
|
rm -rf calligra-$CALLIGRA_VERSION
|
1026
calligra.spec
1026
calligra.spec
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user