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

View File

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