summaryrefslogtreecommitdiff
path: root/community/ibus-pinyin
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-19 04:00:43 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-19 04:00:43 +0000
commit4d8724d2ae72ab2ea20a9ad299dd36f33bda4658 (patch)
tree5e022d124eb60b93d19e96a0d9c0e8532be87a6e /community/ibus-pinyin
parentf8a4eefb2bb008f302349db07da4a75e746a1aeb (diff)
Sat Apr 19 03:57:19 UTC 2014
Diffstat (limited to 'community/ibus-pinyin')
-rw-r--r--community/ibus-pinyin/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/ibus-pinyin/PKGBUILD b/community/ibus-pinyin/PKGBUILD
index 25146a8e3..32a89dfe5 100644
--- a/community/ibus-pinyin/PKGBUILD
+++ b/community/ibus-pinyin/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81402 2012-12-19 16:41:48Z fyan $
+# $Id: PKGBUILD 109717 2014-04-18 09:35:35Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Rainy <rainylau(at)gmail(dot)com>
# Contributor: Lee.maRS<leemars at gmail.com>
@@ -7,17 +7,17 @@
pkgname=ibus-pinyin
pkgver=1.5.0
-pkgrel=2
+pkgrel=4
pkgdesc='Pinyin (Chinese) input method for the IBus framework'
arch=('i686' 'x86_64')
license=('GPL')
url='http://ibus.googlecode.com'
-depends=('ibus' 'pyzy' 'lua51')
+depends=('ibus' 'pyzy' 'lua51' 'python2-xdg')
makedepends=('intltool')
source=("https://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
sed -i -e "s|python|python2|" setup/ibus-setup-pinyin.in
@@ -29,8 +29,9 @@ build() {
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
make NO_INDEX=true DESTDIR="${pkgdir}" install
}
+
md5sums=('f7728b5b785fae58e2b4de8dfda45612')