mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
misc/stardict: Updated for version 3.0.6 (3.0.6.2 segfaults).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d15263488a
commit
19f6fe2887
2 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=stardict
|
||||
VERSION=${VERSION:-3.0.6.2}
|
||||
VERSION=${VERSION:-3.0.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -74,7 +74,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xf $CWD/$PRGNAM-$VERSION-github-2.tar.?z*
|
||||
tar xf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="stardict"
|
||||
VERSION="3.0.6.2"
|
||||
VERSION="3.0.6"
|
||||
HOMEPAGE="http://stardict-4.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/stardict-4/stardict-3.0.6.2-github-2.tar.xz"
|
||||
MD5SUM="bd16a483917f4ff356370feaf2bb8347"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/stardict-4/stardict-3.0.6.tar.bz2"
|
||||
MD5SUM="93371b35482e6380e8bd4ba5d256b864"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="rarian gnome-common"
|
||||
|
|
Loading…
Reference in a new issue