anthy: update to 0.4.
This commit is contained in:
parent
dc5fe8b7d8
commit
700c49292e
3 changed files with 27 additions and 15 deletions
|
@ -2325,9 +2325,9 @@ libIL.so.1 devil-1.7.8_1
|
|||
libILU.so.1 devil-1.7.8_1
|
||||
libILUT.so.1 devil-1.7.8_1
|
||||
liboath.so.0 oath-toolkit-2.6.0_2
|
||||
libanthy.so.0 anthy-9100h_1
|
||||
libanthydic.so.0 anthy-9100h_1
|
||||
libanthyinput.so.0 anthy-9100h_1
|
||||
libanthy.so.1 libanthy-0.4_1
|
||||
libanthydic.so.1 libanthy-0.4_1
|
||||
libanthyinput.so.0 libanthy-0.4_1
|
||||
libanthygobject-1.0.so.5 ibus-anthy-1.5.6_1
|
||||
libtbbmalloc_proxy_debug.so.2 tbb-4.3_1
|
||||
libtbbmalloc_proxy.so.2 tbb-4.3_1
|
||||
|
|
|
@ -1,26 +1,37 @@
|
|||
# Template file for 'anthy'
|
||||
pkgname=anthy
|
||||
version=9100h
|
||||
revision=2
|
||||
_filecode=37536
|
||||
conf_files="/etc/anthy-conf"
|
||||
reverts="9100h_1 9100h_2"
|
||||
version=0.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
short_desc="Hiragana text to Kana Kanji mixed text Japanese input method"
|
||||
maintainer="7185 <7185@free.fr>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://osdn.jp/projects/anthy/"
|
||||
distfiles="http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${version}.tar.gz"
|
||||
checksum="d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547"
|
||||
# Would need to build lt-mkdepgraph for the host
|
||||
nocross=yes
|
||||
# src-worddic/textdic.c is LGPL-3.0+
|
||||
# alt-cannadic is GPL-2, corpus: Public Domain
|
||||
license="LGPL-3.0-or-later, GPL-2.0-only, Public Domain"
|
||||
homepage="https://wiki.debian.org/Teams/DebianAnthy"
|
||||
distfiles="$DEBIAN_SITE/main/a/anthy/anthy_${version}.orig.tar.gz"
|
||||
checksum=fdf590beea7093f3327b1eee76013e4936e4c6659e7cc01dd1fdd6e6f2e9c9f7
|
||||
nocross="need to run lt-mkdepgraph"
|
||||
|
||||
libanthy_package() {
|
||||
short_desc+=" - libraries"
|
||||
conf_files="/etc/anthy-conf"
|
||||
conflicts="anthy-9100h_1 anthy-9100h_2"
|
||||
pkg_install() {
|
||||
vmove etc/anthy-conf
|
||||
vmove "usr/lib/*.so.*"
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
||||
|
||||
anthy-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
depends="libanthy-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
1
srcpkgs/libanthy
Symbolic link
1
srcpkgs/libanthy
Symbolic link
|
@ -0,0 +1 @@
|
|||
anthy
|
Loading…
Reference in a new issue