misc/ibus: Updated for version 1.3.1.

This commit is contained in:
Grissiom 2010-04-27 04:28:38 -05:00 committed by Erik Hanson
parent a05533b6e2
commit 847d09698f
3 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@
# Feedback (especially improvements) is encouraged! :-)
PRGNAM=ibus
VERSION=${VERSION:-1.3.0}
VERSION=${VERSION:-1.3.1}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -94,7 +94,7 @@ cp -a \
ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE
cat $CWD/README.SBO > $PKG/usr/doc/$PRGNAM-$VERSION/README.SBO
( cd $PKG/usr/doc/$PRGNAM-$VERSION; ln -s ../../share/gtk-doc/html/ibus html )
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="ibus"
VERSION="1.3.0"
VERSION="1.3.1"
HOMEPAGE="http://code.google.com/p/ibus/"
DOWNLOAD="http://ibus.googlecode.com/files/ibus-1.3.0.tar.gz"
MD5SUM="b9a4eb1aeb6aa2e708c20a41b94b286c"
DOWNLOAD="http://ibus.googlecode.com/files/ibus-1.3.1.tar.gz"
MD5SUM="7177ff4e14554009a4dccd7edd9a299f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Grissiom"