mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
misc/ibus-qt: Updated for version 1.3.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
64bbf6950a
commit
c099ac6477
2 changed files with 9 additions and 14 deletions
|
@ -5,16 +5,13 @@
|
|||
# Written by Grissiom <chaos.proton@gmail.com>
|
||||
|
||||
PRGNAM=ibus-qt
|
||||
VERSION=${VERSION:-1.2.0.20091217}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
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
|
||||
|
@ -66,14 +63,12 @@ cd build
|
|||
..
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
cd -
|
||||
cd ..
|
||||
|
||||
( cd $PKG
|
||||
find . | xargs file | grep -e "executable" -e "shared object" \
|
||||
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
|
||||
)
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
cp -a COPYING $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING README TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ibus-qt"
|
||||
VERSION="1.2.0.20091217"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="http://code.google.com/p/ibus/"
|
||||
DOWNLOAD="http://ibus.googlecode.com/files/ibus-qt-1.2.0.20091217-Source.tar.gz"
|
||||
MD5SUM="087fec04205e4439d8b8f5cf4e4967c6"
|
||||
DOWNLOAD="http://ibus.googlecode.com/files/ibus-qt-1.3.0-Source.tar.gz"
|
||||
MD5SUM="31746f26ef67ab997e6a01236aa66b67"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Grissiom"
|
||||
EMAIL="chaos.proton@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue