summaryrefslogtreecommitdiff
path: root/community/ibus-chewing
diff options
context:
space:
mode:
Diffstat (limited to 'community/ibus-chewing')
-rw-r--r--community/ibus-chewing/PKGBUILD33
-rw-r--r--community/ibus-chewing/ibus-chewing.install17
2 files changed, 0 insertions, 50 deletions
diff --git a/community/ibus-chewing/PKGBUILD b/community/ibus-chewing/PKGBUILD
deleted file mode 100644
index fed502367..000000000
--- a/community/ibus-chewing/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 80968 2012-12-08 02:26:09Z fyan $
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Rainy <rainylau(at)gmail(dot)com>
-# Contributor: Lee.MaRS <leemars@gmail.com>
-# Contributor: Hiroshi Yui <hiroshiyui@gmail.com>
-
-pkgname=ibus-chewing
-pkgver=1.4.3
-pkgrel=2
-pkgdesc='Chinese Chewing Engine for IBus Framework'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://ibus.googlecode.com'
-depends=('ibus' 'libchewing' 'libxtst' 'gconf')
-makedepends=('swig' 'cmake' 'gob2')
-options=('!makeflags')
-install=ibus-chewing.install
-source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}-Source.tar.gz")
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}-Source"
- cmake . -DCMAKE_INSTALL_PREFIX=/usr \
- -DSYSCONF_INSTALL_DIR=/usr/share \
- -DLIBEXEC_DIR=/usr/lib/ibus
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}-Source"
- make DESTDIR="${pkgdir}" install
-}
-md5sums=('20b1d553ba14cecabcf7418e91da353b')
diff --git a/community/ibus-chewing/ibus-chewing.install b/community/ibus-chewing/ibus-chewing.install
deleted file mode 100644
index 0cfc09857..000000000
--- a/community/ibus-chewing/ibus-chewing.install
+++ /dev/null
@@ -1,17 +0,0 @@
-pkgname=ibus-chewing
-
-post_install() {
- usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
- pre_remove $1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
-}