summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Matteo Bernardini2020-12-08 11:18:59 +0100
committer Robby Workman2021-04-18 06:30:01 +0200
commitda74a2abc9a9be76524f85746545a3080f7b4d32 (patch)
tree111591ef6dc1faaa2e080ee87d8a4a299ca4ed24 /misc
parent9f01309473ecd82b2cec04c6f933cb5b3bdf012e (diff)
downloadslackbuilds-da74a2abc9a9be76524f85746545a3080f7b4d32.tar.gz
misc/ibus-anthy: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/ibus-anthy/README8
-rw-r--r--misc/ibus-anthy/ibus-anthy.SlackBuild81
-rw-r--r--misc/ibus-anthy/ibus-anthy.info10
-rw-r--r--misc/ibus-anthy/slack-desc19
4 files changed, 0 insertions, 118 deletions
diff --git a/misc/ibus-anthy/README b/misc/ibus-anthy/README
deleted file mode 100644
index 1a73db55ae..0000000000
--- a/misc/ibus-anthy/README
+++ /dev/null
@@ -1,8 +0,0 @@
-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.
-
-After the install of the package, add Japanese-Anthy Input Method in
-IBus preferences, Input Method Tab. You will also need to restart
-the ibus service after upgrading this package.
diff --git a/misc/ibus-anthy/ibus-anthy.SlackBuild b/misc/ibus-anthy/ibus-anthy.SlackBuild
deleted file mode 100644
index 22d94a8433..0000000000
--- a/misc/ibus-anthy/ibus-anthy.SlackBuild
+++ /dev/null
@@ -1,81 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for ibus-anthy
-
-# Written by Ozan Türkyılmaz ozan.turkyilmaz@gmail.com
-# This script is in public domain. If this is not legally possible
-# I grant anyone the right to use this work for any purpose, without any conditions,
-# unless such conditions are required by law.
-
-PRGNAM=ibus-anthy
-VERSION=${VERSION:-1.2.7}
-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
-
-set -e
-
-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 -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 {} \;
-
-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
-
-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
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/misc/ibus-anthy/ibus-anthy.info b/misc/ibus-anthy/ibus-anthy.info
deleted file mode 100644
index d327a1ecc8..0000000000
--- a/misc/ibus-anthy/ibus-anthy.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="ibus-anthy"
-VERSION="1.2.7"
-HOMEPAGE="https://github.com/ibus/ibus/wiki"
-DOWNLOAD="https://github.com/ibus/ibus-anthy/releases/download/1.2.7/ibus-anthy-1.2.7.tar.gz"
-MD5SUM="091a13ff950171981768463993ffb683"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES="ibus"
-MAINTAINER="Ozan Türkyılmaz"
-EMAIL="ozan.turkyilmaz@gmail.com"
diff --git a/misc/ibus-anthy/slack-desc b/misc/ibus-anthy/slack-desc
deleted file mode 100644
index 559c966e0d..0000000000
--- a/misc/ibus-anthy/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-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 input framework for Linux.
-ibus-anthy:
-ibus-anthy: https://github.com/ibus/ibus/wiki
-ibus-anthy:
-ibus-anthy:
-ibus-anthy:
-ibus-anthy:
-ibus-anthy: