summaryrefslogtreecommitdiff
path: root/community/librime/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/librime/PKGBUILD
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/librime/PKGBUILD')
-rw-r--r--community/librime/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/librime/PKGBUILD b/community/librime/PKGBUILD
index 9c6f8e205..d35e2a059 100644
--- a/community/librime/PKGBUILD
+++ b/community/librime/PKGBUILD
@@ -1,28 +1,28 @@
-# $Id: PKGBUILD 94029 2013-07-13 12:33:16Z svenstaro $
+# $Id: PKGBUILD 102255 2013-12-07 10:36:39Z bpiotrowski $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: GONG Chen <chen dot sst at gmail dot com>
# Contributor: 網軍總司令
pkgname=librime
-pkgver=0.9.9
+pkgver=1.0
pkgrel=3
pkgdesc="Rime input method engine"
arch=('i686' 'x86_64')
url="http://code.google.com/p/rimeime/"
license=('GPL3')
-depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp>=0.5')
+depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp>=0.5')
optdepends=('brise: Rime schema repository')
-makedepends=('cmake')
+makedepends=('cmake' 'boost')
source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
build() {
- cd "${srcdir}/$pkgname"
+ cd $pkgname
make
}
package() {
- cd "${srcdir}/$pkgname"
+ cd $pkgname
make DESTDIR="$pkgdir" install
}
-md5sums=('bd705cd3e4c7ab6e47d983b07044769f')
+sha512sums=('79f51174043e0ff524f8af090fd1d0a21301b4e5e530c772648ff59894d39135d15c53c0f4d197895c301defca2e084635eb222464dd20859ab3bdbc6ae8fb2c')