mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/ibus-hangul: Updated for version 1.5.0.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
7fce69d6f5
commit
bb80e333a4
3 changed files with 11 additions and 4 deletions
6
misc/ibus-hangul/doinst.sh
Normal file
6
misc/ibus-hangul/doinst.sh
Normal 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 -f usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ibus-hangul
|
||||
VERSION=${VERSION:-1.3.2}
|
||||
VERSION=${VERSION:-1.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -89,6 +89,7 @@ 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}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ibus-hangul"
|
||||
VERSION="1.3.2"
|
||||
VERSION="1.5.0"
|
||||
HOMEPAGE="https://github.com/ibus/ibus/wiki"
|
||||
DOWNLOAD="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/ibus-hangul-1.3.2.tar.gz"
|
||||
MD5SUM="b8132e8b11afadd803b2602c63294da5"
|
||||
DOWNLOAD="https://github.com/choehwanjin/ibus-hangul/releases/download/1.5.0/ibus-hangul-1.5.0.tar.gz"
|
||||
MD5SUM="a171bf7b25752a1f71257fb85d56346b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ibus"
|
||||
|
|
Loading…
Reference in a new issue