summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ozan Türkyılmaz2012-04-16 04:26:12 +0200
committer Erik Hanson2012-04-16 12:36:00 +0200
commit50bed0aafbea720ab51e47a02bff88fcab5b062a (patch)
treeb047e81e52b67682484e79c56deb83afa38e587e
parent5c787ee6e3c057b9e29e38258ede1f62ade4ef39 (diff)
downloadslackbuilds-50bed0aafbea720ab51e47a02bff88fcab5b062a.tar.gz
misc/ibus-anthy: Updated for version 1.2.7.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r--misc/ibus-anthy/doinst.sh6
-rw-r--r--misc/ibus-anthy/ibus-anthy.SlackBuild13
-rw-r--r--misc/ibus-anthy/ibus-anthy.info10
3 files changed, 11 insertions, 18 deletions
diff --git a/misc/ibus-anthy/doinst.sh b/misc/ibus-anthy/doinst.sh
deleted file mode 100644
index 30eb690936..0000000000
--- a/misc/ibus-anthy/doinst.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-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
-
diff --git a/misc/ibus-anthy/ibus-anthy.SlackBuild b/misc/ibus-anthy/ibus-anthy.SlackBuild
index 722fcee812..f1ce73184f 100644
--- a/misc/ibus-anthy/ibus-anthy.SlackBuild
+++ b/misc/ibus-anthy/ibus-anthy.SlackBuild
@@ -8,7 +8,7 @@
# unless such conditions are required by law.
PRGNAM=ibus-anthy
-VERSION=${VERSION:-1.2.5}
+VERSION=${VERSION:-1.2.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -16,7 +16,7 @@ if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
+ *) ARCH=$( uname -m ) ;;
esac
fi
@@ -34,11 +34,12 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
-else #for rest of the arches
+else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
-set -e # Exit on most errors
+
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -65,9 +66,7 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux
make
-make install-strip DESTDIR=$PKG # ibus-anthy strips itself
-
-# there's no man pages to compress
+make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
diff --git a/misc/ibus-anthy/ibus-anthy.info b/misc/ibus-anthy/ibus-anthy.info
index 1e9ebad8d7..a5d509be6a 100644
--- a/misc/ibus-anthy/ibus-anthy.info
+++ b/misc/ibus-anthy/ibus-anthy.info
@@ -1,10 +1,10 @@
PRGNAM="ibus-anthy"
-VERSION="1.2.5"
-HOMEPAGE="http://code.google.com/p/ibus/"
-DOWNLOAD="http://ibus.googlecode.com/files/ibus-anthy-1.2.5.tar.gz"
-MD5SUM="00b44c874616d797a0117d087cf33341"
+VERSION="1.2.7"
+HOMEPAGE="https://code.google.com/p/ibus/"
+DOWNLOAD="https://ibus.googlecode.com/files/ibus-anthy-1.2.7.tar.gz"
+MD5SUM="091a13ff950171981768463993ffb683"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Ozan Türkyılmaz"
EMAIL="ozan.turkyilmaz@gmail.com"
-APPROVED="Erik Hanson"
+APPROVED="dsomero"