diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/ibus-chewing | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/ibus-chewing')
-rw-r--r-- | community/ibus-chewing/PKGBUILD | 33 | ||||
-rw-r--r-- | community/ibus-chewing/ibus-chewing.install | 17 |
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} -} |