summaryrefslogtreecommitdiff
path: root/community/fcitx-hangul
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/fcitx-hangul
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/fcitx-hangul')
-rw-r--r--community/fcitx-hangul/PKGBUILD33
-rw-r--r--community/fcitx-hangul/fcitx-hangul.install11
2 files changed, 0 insertions, 44 deletions
diff --git a/community/fcitx-hangul/PKGBUILD b/community/fcitx-hangul/PKGBUILD
deleted file mode 100644
index 02d3bdf5a..000000000
--- a/community/fcitx-hangul/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 93366 2013-07-02 09:47:23Z fyan $
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-
-pkgname=fcitx-hangul
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="Hangul (Korean) support for fcitx"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx/"
-license=('GPL2')
-depends=('fcitx>=4.2.7' 'libhangul')
-makedepends=('cmake' 'intltool')
-install=$pkgname.install
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- msg "Starting make..."
-
- mkdir -p build
- cd build
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver/build"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('07085508da98c49bcecf75fbfad6681263a735a1efcc4fb7a6fa05cb215dfe0c338e95e26cc55e488501b5abbc1007464b1bbf488f07aaca2d1a0a18c8173074')
diff --git a/community/fcitx-hangul/fcitx-hangul.install b/community/fcitx-hangul/fcitx-hangul.install
deleted file mode 100644
index 6b1b64bdd..000000000
--- a/community/fcitx-hangul/fcitx-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
-}