New package: librime-1.2.9
This commit is contained in:
parent
4a1984ce0b
commit
ce186b8eaa
|
@ -2979,6 +2979,7 @@ libgpod.so.4 libgpod-0.8.3_1
|
|||
libi2c.so.0 i2c-tools-4.0_1
|
||||
libmarisa.so.0 marisa-0.2.5_1
|
||||
libopencc.so.2 opencc-1.0.5_1
|
||||
librime.so.1 librime-1.2.9_1
|
||||
libairspy.so.0 libairspy-1.0.9_1
|
||||
libKF5KDcraw.so.5 libkdcraw5-17.04.3_1
|
||||
libKF5Kipi.so.32.0.0 libkipi5-17.04.3_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
librime
|
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'rime'
|
||||
pkgname=librime
|
||||
version=1.2.9
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_LOGGING=Off"
|
||||
wrksrc="librime-rime-${version}"
|
||||
makedepends="marisa-devel boost-devel yaml-cpp-devel leveldb-devel opencc-devel"
|
||||
short_desc="Rime Input Method Engine"
|
||||
maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
|
||||
license="3-clause-BSD"
|
||||
homepage="https://github.com/rime/librime"
|
||||
distfiles="https://github.com/rime/librime/archive/rime-${version}.tar.gz"
|
||||
checksum=d9f0e732b5bf0ee9d8872d00c79322eec7682139a898a65555f794795ac5f410
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
librime-devel_package() {
|
||||
depends="librime-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue