mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
misc/ibus-chewing: Fixed download link.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
ab81f6fe0a
commit
7785dd66aa
2 changed files with 4 additions and 3 deletions
|
@ -62,7 +62,7 @@ cd $TMP
|
|||
rm -rf $PRGNAM-$VERSION-Source
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-Source.tar.gz
|
||||
cd $PRGNAM-$VERSION-Source
|
||||
tar xvf $CWD/cmake-fedora-modules-only-latest.tar.gz
|
||||
tar xvf $CWD/cmake-fedora-0.8.1-modules-only.tar.gz
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -2,8 +2,9 @@ PRGNAM="ibus-chewing"
|
|||
VERSION="1.3.10"
|
||||
HOMEPAGE="http://code.google.com/p/ibus"
|
||||
DOWNLOAD="http://ibus.googlecode.com/files/ibus-chewing-1.3.10-Source.tar.gz \
|
||||
https://fedorahosted.org/releases/c/m/cmake-fedora/cmake-fedora-modules-only-latest.tar.gz"
|
||||
MD5SUM="2a447828ca9290dd6bdf2336b2889bb0 eb24ff0ec5b7646dd1b077f3b379712b"
|
||||
https://fedorahosted.org/releases/c/m/cmake-fedora/cmake-fedora-0.8.1-modules-only.tar.gz"
|
||||
MD5SUM="2a447828ca9290dd6bdf2336b2889bb0 \
|
||||
eb24ff0ec5b7646dd1b077f3b379712b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gob2 ibus libchewing"
|
||||
|
|
Loading…
Reference in a new issue