misc/ibus-qt: Updated for version 1.3.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
d1c904f289
commit
831767afd3
|
@ -1,4 +1,4 @@
|
|||
ibus-qt includes the ibus qt library and input method plugin.
|
||||
You may need this to get ibus fully functional in Qt applications.
|
||||
|
||||
This requires icu4c.
|
||||
This requires icu4c and ibus.
|
||||
|
|
|
@ -5,13 +5,15 @@
|
|||
# Written by Grissiom <chaos.proton@gmail.com>
|
||||
|
||||
PRGNAM=ibus-qt
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
VERSION=${VERSION:-1.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ibus-qt"
|
||||
VERSION="1.3.0"
|
||||
VERSION="1.3.1"
|
||||
HOMEPAGE="http://code.google.com/p/ibus/"
|
||||
DOWNLOAD="http://ibus.googlecode.com/files/ibus-qt-1.3.0-Source.tar.gz"
|
||||
MD5SUM="31746f26ef67ab997e6a01236aa66b67"
|
||||
DOWNLOAD="http://ibus.googlecode.com/files/ibus-qt-1.3.1-Source.tar.gz"
|
||||
MD5SUM="769e8872ca8a59327b2073ce2f142589"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Grissiom"
|
||||
EMAIL="chaos.proton@gmail.com"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in New Issue