summaryrefslogtreecommitdiff
path: root/community/ibus-hangul
diff options
context:
space:
mode:
Diffstat (limited to 'community/ibus-hangul')
-rw-r--r--community/ibus-hangul/PKGBUILD30
-rw-r--r--community/ibus-hangul/ibus-hangul.install11
2 files changed, 0 insertions, 41 deletions
diff --git a/community/ibus-hangul/PKGBUILD b/community/ibus-hangul/PKGBUILD
deleted file mode 100644
index 2d24f29df..000000000
--- a/community/ibus-hangul/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 82988 2013-01-26 08:44:01Z fyan $
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Radim Hvizdák <hvizdakr at gmail dot com>
-
-pkgname=ibus-hangul
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='Korean input engine for IBus'
-arch=('i686' 'x86_64')
-url='http://ibus.googlecode.com'
-license=('GPL')
-depends=('ibus' 'libhangul' 'iso-codes' 'pygtk' 'gtk-update-icon-cache')
-makedepends=('intltool')
-install=ibus-hangul.install
-source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i 's/python/python2/' setup/ibus-setup-hangul.in
- PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make NO_INDEX=true DESTDIR="${pkgdir}" install
-}
-
-md5sums=('0229eab9481355bb5f54230890bfa910')
diff --git a/community/ibus-hangul/ibus-hangul.install b/community/ibus-hangul/ibus-hangul.install
deleted file mode 100644
index 1a05f573e..000000000
--- a/community/ibus-hangul/ibus-hangul.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}