mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
misc/ibus-unikey: Updated for version 0.5.1 (+new maintainer).
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
b2ab52e83d
commit
9a4b49e292
3 changed files with 10 additions and 12 deletions
|
@ -4,18 +4,17 @@
|
|||
|
||||
# Originally written in ibus-pinyin by Grissiom <chaos.proton@gmail.com>
|
||||
# Adapted to ibus-unikey by Hoang Xuan Phu <phunehehe@gmail.com>
|
||||
# Maintained by Binh Nguyen <binhnguyen@fastmail.fm> from version 0.5.1
|
||||
|
||||
PRGNAM=ibus-unikey
|
||||
VERSION=${VERSION:-0.3}
|
||||
VERSION=${VERSION:-0.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# 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
|
||||
|
@ -64,8 +63,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--build=$ARCH-slackware-linux \
|
||||
$EXTRA_PARAM
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ibus-unikey"
|
||||
VERSION="0.3"
|
||||
HOMEPAGE="http://code.google.com/p/ibus/"
|
||||
DOWNLOAD="http://ibus-unikey.googlecode.com/files/ibus-unikey-0.3.tar.gz"
|
||||
MD5SUM="adc6fb6e6a2931181bdd6fd601997add"
|
||||
VERSION="0.5.1"
|
||||
HOMEPAGE="http://code.google.com/p/ibus-unikey/"
|
||||
DOWNLOAD="http://ibus-unikey.googlecode.com/files/ibus-unikey-0.5.1.tar.gz"
|
||||
MD5SUM="0b8f79941dc3e9a4744d52e88e4401dc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ibus"
|
||||
MAINTAINER="Hoang Xuan Phu"
|
||||
EMAIL="phunehehe@gmail.com"
|
||||
MAINTAINER="Binh Nguyen"
|
||||
EMAIL="binhnguyen@fastmail.fm"
|
||||
|
|
|
@ -11,7 +11,7 @@ ibus-unikey:
|
|||
ibus-unikey: ibus-unikey is a Vietnamese input engine for the ibus input framework
|
||||
ibus-unikey: this input engine uses the TELEX input method
|
||||
ibus-unikey:
|
||||
ibus-unikey:
|
||||
ibus-unikey: Homepage: http://code.google.com/p/ibus-unikey/
|
||||
ibus-unikey:
|
||||
ibus-unikey:
|
||||
ibus-unikey:
|
||||
|
|
Loading…
Reference in a new issue