mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
librime: update to 1.3.1.
Closes: #13125 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
7cbbbcc571
commit
b10bdd2d1a
1 changed files with 5 additions and 4 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'rime'
|
# Template file for 'rime'
|
||||||
pkgname=librime
|
pkgname=librime
|
||||||
version=1.3.0
|
version=1.3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_LOGGING=Off"
|
configure_args="-DENABLE_LOGGING=Off"
|
||||||
wrksrc="librime-rime-${version}"
|
wrksrc="librime-rime-${version}"
|
||||||
makedepends="marisa-devel boost-devel yaml-cpp-devel leveldb-devel opencc-devel gtest-devel"
|
makedepends="boost-devel gtest-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="3-clause-BSD"
|
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/rime-${version}.tar.gz"
|
||||||
checksum=a2deaa510027d460ca7d3b05595bea8e4cbe1683adb74343820480297d10fd8c
|
checksum=24bb6595c3191692f02686d6363515c73c9d3ffcfe592155573b63abd050a718
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue