diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-01 09:26:02 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-01 09:26:02 -0300 |
commit | 0a3fcfa45dd6a820799b111a8bac0830faf459e5 (patch) | |
tree | ee0d56252a19caafe61e05716e1a0daf49402a3b /community/ibus-chewing/PKGBUILD | |
parent | cf1a5af5ed7c29ec510e4606473103cffe96c245 (diff) | |
parent | 83a318800db22408628e60c9e1730578efcfee37 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/webfs/PKGBUILD
extra/gconf-editor/PKGBUILD
extra/gnutls/PKGBUILD
extra/kdeplasma-addons/PKGBUILD
extra/transmission/PKGBUILD
Diffstat (limited to 'community/ibus-chewing/PKGBUILD')
-rw-r--r-- | community/ibus-chewing/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/ibus-chewing/PKGBUILD b/community/ibus-chewing/PKGBUILD index 2a889dfec..aa5d96447 100644 --- a/community/ibus-chewing/PKGBUILD +++ b/community/ibus-chewing/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75677 2012-08-29 04:37:22Z ebelanger $ +# $Id: PKGBUILD 79173 2012-10-31 06:03:57Z ebelanger $ # Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: Rainy <rainylau(at)gmail(dot)com> # Contributor: Lee.MaRS <leemars@gmail.com> @@ -6,13 +6,14 @@ pkgname=ibus-chewing pkgver=1.4.2 -pkgrel=1 +pkgrel=2 pkgdesc='Chinese Chewing Engine for IBus Framework' arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://ibus.googlecode.com' depends=('ibus' 'libchewing' 'libxtst') -makedepends=('swig' 'cmake' 'gob2') +makedepends=('swig' 'cmake' 'gob2' 'gconf') +options=('!makeflags') install=ibus-chewing.install source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}-Source.tar.gz) md5sums=('67d944ddfb7dd4eb325967ce43390092') |