opencc: update to 1.1.1.
Build with CMAKE_BUILD_TYPE None, and python3
This commit is contained in:
parent
af7dcb30d6
commit
7f9719f4b9
2 changed files with 7 additions and 6 deletions
|
@ -3186,7 +3186,7 @@ libopenglrecorder.so.0 libopenglrecorder-0.1.0_1
|
||||||
libgpod.so.4 libgpod-0.8.3_1
|
libgpod.so.4 libgpod-0.8.3_1
|
||||||
libi2c.so.0 i2c-tools-4.0_1
|
libi2c.so.0 i2c-tools-4.0_1
|
||||||
libmarisa.so.0 marisa-0.2.5_1
|
libmarisa.so.0 marisa-0.2.5_1
|
||||||
libopencc.so.2 opencc-1.0.5_1
|
libopencc.so.1.1 opencc-1.1.1_1
|
||||||
librime.so.1 librime-1.2.9_1
|
librime.so.1 librime-1.2.9_1
|
||||||
libairspy.so.0 libairspy-1.0.9_1
|
libairspy.so.0 libairspy-1.0.9_1
|
||||||
libKF5KDcraw.so.5 libkdcraw5-17.04.3_1
|
libKF5KDcraw.so.5 libkdcraw5-17.04.3_1
|
||||||
|
|
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'opencc'
|
# Template file for 'opencc'
|
||||||
pkgname=opencc
|
pkgname=opencc
|
||||||
version=1.0.5
|
version=1.1.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=OpenCC-ver.${version}
|
wrksrc=OpenCC-ver.${version}
|
||||||
hostmakedepends="python"
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DCMAKE_BUILD_TYPE=None -DENABLE_GTEST=ON"
|
||||||
|
hostmakedepends="python3"
|
||||||
short_desc="Library for Open Chinese Convert"
|
short_desc="Library for Open Chinese Convert"
|
||||||
maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
|
maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="https://github.com/BYVoid/OpenCC/archive/ver.${version}.tar.gz"
|
|
||||||
homepage="https://github.com/BYVoid/OpenCC/"
|
homepage="https://github.com/BYVoid/OpenCC/"
|
||||||
checksum=1ce1649ba280cfc88bb76e740be5f54b29a9c034400c97a3ae211c37d7030705
|
distfiles="https://github.com/BYVoid/OpenCC/archive/ver.${version}.tar.gz"
|
||||||
|
checksum=2d4987dc84275f252d47bc6d8c81b452f6a6e82caa26f284c854a8153ccf5933
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" opencc"
|
hostmakedepends+=" opencc"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue