libchewing: don't move .dat files to -devel package

This commit is contained in:
maxice8 2019-04-12 17:13:59 -03:00
parent 7f113c95dc
commit 8079269c76
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libchewing' # Template file for 'libchewing'
pkgname=libchewing pkgname=libchewing
version=0.5.1 version=0.5.1
revision=1 revision=2
build_style=cmake build_style=cmake
makedepends="sqlite-devel" makedepends="sqlite-devel"
short_desc="Intelligent phonetic (Zhuyin/Bopomofo) input method" short_desc="Intelligent phonetic (Zhuyin/Bopomofo) input method"
@ -20,6 +20,5 @@ libchewing-devel_package() {
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.a" vmove "usr/lib/*.a"
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
vmove usr/share
} }
} }