diff options
author | ltlnx <ltlnx.tw@gmail.com> | 2022-12-30 17:33:51 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 09:14:42 +0700 |
commit | d5446de929081eff1fcb6c6c26a7244bb759f6de (patch) | |
tree | 99a87968301ee3599ffca613caffa96f8e28694d /misc | |
parent | dfff9185ed989d7e9a339f833a122d68d49b409f (diff) |
misc/fcitx5-mcbopomofo: Added (mcbopomofo input method for Fcitx5)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fcitx5-mcbopomofo/README | 2 | ||||
-rw-r--r-- | misc/fcitx5-mcbopomofo/doinst.sh | 9 | ||||
-rw-r--r-- | misc/fcitx5-mcbopomofo/fcitx5-mcbopomofo.SlackBuild | 105 | ||||
-rw-r--r-- | misc/fcitx5-mcbopomofo/fcitx5-mcbopomofo.info | 10 | ||||
-rw-r--r-- | misc/fcitx5-mcbopomofo/slack-desc | 19 |
5 files changed, 145 insertions, 0 deletions
diff --git a/misc/fcitx5-mcbopomofo/README b/misc/fcitx5-mcbopomofo/README new file mode 100644 index 0000000000000..8830b9ec24b00 --- /dev/null +++ b/misc/fcitx5-mcbopomofo/README @@ -0,0 +1,2 @@ +Please refer to the wiki for other tips and tricks: +https://github.com/openvanilla/fcitx5-mcbopomofo/wiki/ diff --git a/misc/fcitx5-mcbopomofo/doinst.sh b/misc/fcitx5-mcbopomofo/doinst.sh new file mode 100644 index 0000000000000..65c7e2eeb9aa5 --- /dev/null +++ b/misc/fcitx5-mcbopomofo/doinst.sh @@ -0,0 +1,9 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi diff --git a/misc/fcitx5-mcbopomofo/fcitx5-mcbopomofo.SlackBuild b/misc/fcitx5-mcbopomofo/fcitx5-mcbopomofo.SlackBuild new file mode 100644 index 0000000000000..4e04874c52b10 --- /dev/null +++ b/misc/fcitx5-mcbopomofo/fcitx5-mcbopomofo.SlackBuild @@ -0,0 +1,105 @@ +#!/bin/bash + +# Copyright 2022 Wen-Wei Kao (ltlnx), Taichung, Taiwan +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +cd $(dirname $0) ; CWD=$(pwd) + +PRGNAM=fcitx5-mcbopomofo +VERSION=${VERSION:-2.4.2} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} +PKGTYPE=${PKGTYPE:-tgz} + +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) ARCH=i586 ;; + arm*) ARCH=arm ;; + *) ARCH=$( uname -m ) ;; + esac +fi + +if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then + echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" + exit 0 +fi + +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -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 + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z +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 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +mkdir -p build +cd build + cmake \ + -DCMAKE_CXX_FLAGS="${SLKCFLAGS}" \ + -DCMAKE_C_FLAGS="${SLKCFLAGS}" \ + -DCMAKE_INSTALL_PREFIX="/usr" \ + -DCMAKE_INSTALL_LIBDIR=lib${LIBDIRSUFFIX} \ + -DENABLE_TEST=no .. + make + make install/strip DESTDIR=$PKG +cd .. + +rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la + +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + +find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a 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 diff --git a/misc/fcitx5-mcbopomofo/fcitx5-mcbopomofo.info b/misc/fcitx5-mcbopomofo/fcitx5-mcbopomofo.info new file mode 100644 index 0000000000000..64797127a882c --- /dev/null +++ b/misc/fcitx5-mcbopomofo/fcitx5-mcbopomofo.info @@ -0,0 +1,10 @@ +PRGNAM="fcitx5-mcbopomofo" +VERSION="2.4.2" +HOMEPAGE="https://github.com/openvanilla/fcitx5-mcbopomofo" +DOWNLOAD="https://github.com/openvanilla/fcitx5-mcbopomofo/archive/2.4.2/fcitx5-mcbopomofo-2.4.2.tar.gz" +MD5SUM="f9ba4dcf146419f75c9ec970673f6a0c" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="fcitx5" +MAINTAINER="ltlnx" +EMAIL="ltlnx.tw@gmail.com" diff --git a/misc/fcitx5-mcbopomofo/slack-desc b/misc/fcitx5-mcbopomofo/slack-desc new file mode 100644 index 0000000000000..957f0f00ee32f --- /dev/null +++ b/misc/fcitx5-mcbopomofo/slack-desc @@ -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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +fcitx5-mcbopomofo: fcitx5-mcbopomofo (mcbopomofo input method for Fcitx5) +fcitx5-mcbopomofo: +fcitx5-mcbopomofo: The Linux version of the mcbopomofo input method on macOS for fcitx5. +fcitx5-mcbopomofo: It includes goodies such as auto-choosing candidate phrases, custom +fcitx5-mcbopomofo: phrases, and different zhuyin layouts (such as E-TEN and Hsu). +fcitx5-mcbopomofo: +fcitx5-mcbopomofo: Homepage: https://github.com/openvanilla/fcitx5-mcbopomofo +fcitx5-mcbopomofo: +fcitx5-mcbopomofo: +fcitx5-mcbopomofo: +fcitx5-mcbopomofo: |