diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2017-10-07 12:28:17 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-11 06:20:02 +0700 |
commit | cb3c8aec02b48d7ce696d1b2b39e08821606b136 (patch) | |
tree | ec0601383a65f039146341158599183f2c972953 | |
parent | bb80e333a449b9072eae4b50c56ec4ca311eb171 (diff) | |
download | slackbuilds-cb3c8aec02b48d7ce696d1b2b39e08821606b136.tar.gz |
misc/ibus-pinyin: Removed. Unmaintained and no longer builds.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r-- | misc/ibus-pinyin/README | 3 | ||||
-rw-r--r-- | misc/ibus-pinyin/boost.m4.gz | bin | 16361 -> 0 bytes | |||
-rw-r--r-- | misc/ibus-pinyin/ibus-pinyin.SlackBuild | 97 | ||||
-rw-r--r-- | misc/ibus-pinyin/ibus-pinyin.info | 12 | ||||
-rw-r--r-- | misc/ibus-pinyin/slack-desc | 19 |
5 files changed, 0 insertions, 131 deletions
diff --git a/misc/ibus-pinyin/README b/misc/ibus-pinyin/README deleted file mode 100644 index 22dd049282..0000000000 --- a/misc/ibus-pinyin/README +++ /dev/null @@ -1,3 +0,0 @@ -ibus-pinyin is a Chinese input engine for ibus input framework. - -If you don't want to build open-phrase, set USE_OPEN_PHRASE=no. diff --git a/misc/ibus-pinyin/boost.m4.gz b/misc/ibus-pinyin/boost.m4.gz Binary files differdeleted file mode 100644 index 898bfa9125..0000000000 --- a/misc/ibus-pinyin/boost.m4.gz +++ /dev/null diff --git a/misc/ibus-pinyin/ibus-pinyin.SlackBuild b/misc/ibus-pinyin/ibus-pinyin.SlackBuild deleted file mode 100644 index 0cb22413a5..0000000000 --- a/misc/ibus-pinyin/ibus-pinyin.SlackBuild +++ /dev/null @@ -1,97 +0,0 @@ -#!/bin/sh - -# Slackware build script for ibus-pinyin - -# Written by Grissiom <chaos.proton@gmail.com> - -PRGNAM=ibus-pinyin -VERSION=${VERSION:-1.3.10} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -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" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -USE_OPEN_PHRASE=${USE_OPEN_PHRASE:-yes} - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz - -if [ "$USE_OPEN_PHRASE" = 'yes' ]; then - cp $CWD/pinyin-database-1.2.99.tar.bz2 $TMP/$PRGNAM-$VERSION/data/db/open-phrase - EXTRA_PARAM='--enable-db-open-phrase' -fi - -cd $PRGNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -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 {} \; - -# Fix "configure: error: invalid value: boost_major_version=" -# wget http://github.com/tsuna/boost.m4/raw/master/build-aux/boost.m4 -zcat $CWD/boost.m4.gz > m4/boost.m4 -autoreconf -vif - -sed -i -e 's/ibus-1.0 >= 1.3.99/ibus-1.0 >= 1.3.9/' configure - -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 \ - $EXTRA_PARAM - -make -make install DESTDIR=$PKG - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS ChangeLog COPYING 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 - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/misc/ibus-pinyin/ibus-pinyin.info b/misc/ibus-pinyin/ibus-pinyin.info deleted file mode 100644 index ac52aa575d..0000000000 --- a/misc/ibus-pinyin/ibus-pinyin.info +++ /dev/null @@ -1,12 +0,0 @@ -PRGNAM="ibus-pinyin" -VERSION="1.3.10" -HOMEPAGE="https://github.com/ibus/ibus/wiki" -DOWNLOAD="http://ibus.googlecode.com/files/ibus-pinyin-1.3.10.tar.gz \ - http://ibus.googlecode.com/files/pinyin-database-1.2.99.tar.bz2" -MD5SUM="2cab9c3395108942bff422e8b5ee29c1 \ - d0951b8daa7f56a2cbd3b6b4e42532e0" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="ibus" -MAINTAINER="Grissiom" -EMAIL="chaos.proton@gmail.com" diff --git a/misc/ibus-pinyin/slack-desc b/misc/ibus-pinyin/slack-desc deleted file mode 100644 index ba6486ea87..0000000000 --- a/misc/ibus-pinyin/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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 ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -ibus-pinyin: ibus-pinyin (pinyin engine for ibus input framework) -ibus-pinyin: -ibus-pinyin: ibus-pinyin is a Chinese input engine for ibus input framework. -ibus-pinyin: -ibus-pinyin: Homepage: https://github.com/ibus/ibus/wiki -ibus-pinyin: -ibus-pinyin: -ibus-pinyin: -ibus-pinyin: -ibus-pinyin: -ibus-pinyin: |