mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
libchewing: move data files to separate package
This commit is contained in:
parent
4b1308cc37
commit
b5f7e8be7a
2 changed files with 12 additions and 1 deletions
1
srcpkgs/libchewing-data
Symbolic link
1
srcpkgs/libchewing-data
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libchewing
|
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'libchewing'
|
# Template file for 'libchewing'
|
||||||
pkgname=libchewing
|
pkgname=libchewing
|
||||||
version=0.5.1
|
version=0.5.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="sqlite-devel"
|
makedepends="sqlite-devel"
|
||||||
|
depends="libchewing-data-${version}_${revision}"
|
||||||
short_desc="Intelligent phonetic (Zhuyin/Bopomofo) input method"
|
short_desc="Intelligent phonetic (Zhuyin/Bopomofo) input method"
|
||||||
maintainer="Robert Stancil <robert.stancil@mavs.uta.edu>"
|
maintainer="Robert Stancil <robert.stancil@mavs.uta.edu>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
|
@ -20,5 +21,14 @@ 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/info
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
libchewing-data_package() {
|
||||||
|
archs=noarch
|
||||||
|
short_desc+=" - data files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/share/libchewing
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue