misc/ibus-anthy: Added to 13.0 repository

This commit is contained in:
Ozan Türkyılmaz 2010-05-13 00:59:25 +02:00 committed by Erik Hanson
parent 77d8062257
commit cffa06022c
5 changed files with 117 additions and 0 deletions

10
misc/ibus-anthy/README Normal file
View file

@ -0,0 +1,10 @@
Ibus module for Anthy Japanese conversion engine.
Ibus-Anthy allows users to use Anthy Japanese conversion engine in
Ibus Intelligent Input Bus, a new input framework for Linux.
This requires ibus.
After the install of the package, add Japanse-Anthy Input Method in
IBus preferences, Input Method Tab. You will also need to restart
the ibus service after upgrading this package.

View file

@ -0,0 +1,6 @@
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi

View file

@ -0,0 +1,72 @@
#!/bin/sh
# Slackware build script for ibus-anthy
# Written by Ozan Türkyılmaz ozan.turkyilmaz@gmail.com
# This script is in public domain.
PRGNAM=ibus-anthy
VERSION=${VERSION:-1.2.0.20100115}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
set -e # Exit on most errors
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
make
make install-strip DESTDIR=$PKG # ibus-anthy strips itself
# there's no man pages to compress
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING ChangeLog INSTALL NEWS README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -0,0 +1,10 @@
PRGNAM="ibus-anthy"
VERSION="1.2.0"
HOMEPAGE="http://code.google.com/p/ibus/"
DOWNLOAD="http://ibus.googlecode.com/files/ibus-anthy-1.2.0.20100115.tar.gz"
MD5SUM="0d067d7506a2a20763ef4a7056b8eb99"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Ozan Türkyılmaz"
EMAIL="ozan.turkyilmaz@gmail.com"
APPROVED="Erik Hanson"

View file

@ -0,0 +1,19 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|' on
# the right side marks the last column you can put a character in. You must make
# exactly 11 lines for the formatting to be correct. It's also customary to
# leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
ibus-anthy: ibus-anthy (Anthy Japanese engine for ibus)
ibus-anthy:
ibus-anthy: Ibus-anthy allows users to use anthy Japanese conversion engine in
ibus-anthy: Ibus Intelligent Input Bus, a new imput framework for Linux.
ibus-anthy:
ibus-anthy: http://code.google.com/p/ibus/
ibus-anthy:
ibus-anthy:
ibus-anthy:
ibus-anthy:
ibus-anthy: