librime: update to 1.3.2.
This commit is contained in:
parent
1052cd5bcc
commit
8dcbe87e5c
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'librime'
|
# Template file for 'librime'
|
||||||
pkgname=librime
|
pkgname=librime
|
||||||
version=1.3.1
|
version=1.3.2
|
||||||
revision=4
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_LOGGING=Off -DBUILD_TEST=Off"
|
configure_args="-DENABLE_LOGGING=OFF -DBUILD_TEST=OFF"
|
||||||
wrksrc="librime-rime-${version}"
|
|
||||||
makedepends="boost-devel leveldb-devel marisa-devel opencc-devel yaml-cpp-devel"
|
makedepends="boost-devel leveldb-devel marisa-devel opencc-devel yaml-cpp-devel"
|
||||||
short_desc="Rime Input Method Engine"
|
short_desc="Rime Input Method Engine"
|
||||||
maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
|
maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/rime/librime"
|
homepage="https://github.com/rime/librime"
|
||||||
distfiles="https://github.com/rime/librime/archive/rime-${version}.tar.gz"
|
distfiles="https://github.com/rime/librime/archive/${version}.tar.gz"
|
||||||
checksum=24bb6595c3191692f02686d6363515c73c9d3ffcfe592155573b63abd050a718
|
checksum=7b8c799cc7dc9f05bd69eab2710fc203d70c8782694f8a053bc1f63ee8757590
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue