fcitx-libpinyin: update to 0.5.4.
This commit is contained in:
parent
8024b7880b
commit
ac69a53ba4
|
@ -1,10 +0,0 @@
|
||||||
--- data/table.conf.orig 2021-01-17 17:32:50.977868321 +0700
|
|
||||||
+++ data/table.conf 2021-01-17 17:34:32.055849637 +0700
|
|
||||||
@@ -3,6 +3,7 @@
|
|
||||||
lambda parameter:0.347121
|
|
||||||
|
|
||||||
source table format:pinyin
|
|
||||||
+database format:BerkeleyDB
|
|
||||||
|
|
||||||
default RESERVED NULL NULL NULL NOT_USED
|
|
||||||
default GB_DICTIONARY gb_char.table gb_char.bin gb_char.dbin SYSTEM_FILE
|
|
|
@ -1,18 +1,22 @@
|
||||||
# Template file for 'fcitx-libpinyin'
|
# Template file for 'fcitx-libpinyin'
|
||||||
pkgname=fcitx-libpinyin
|
pkgname=fcitx-libpinyin
|
||||||
version=0.5.3
|
_mversion=20161206
|
||||||
revision=2
|
version=0.5.4
|
||||||
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_QT=OFF"
|
configure_args="-DCMAKE_BUILD_TYPE=None -DENABLE_QT=OFF"
|
||||||
hostmakedepends="pkg-config gobject-introspection fcitx libpinyin"
|
hostmakedepends="pkg-config fcitx libpinyin gettext"
|
||||||
makedepends="libpinyin-devel fcitx-devel"
|
makedepends="libpinyin-devel fcitx-devel"
|
||||||
depends="fcitx"
|
depends="fcitx"
|
||||||
short_desc="Fcitx wrapper for libpinyin"
|
short_desc="Fcitx wrapper for libpinyin"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/fcitx/fcitx-libpinyin"
|
homepage="https://github.com/fcitx/fcitx-libpinyin"
|
||||||
distfiles="https://download.fcitx-im.org/$pkgname/$pkgname-${version}_dict.tar.xz"
|
distfiles="https://download.fcitx-im.org/$pkgname/$pkgname-${version}.tar.xz
|
||||||
checksum=fccd408b9fad8becebf7f736e3309e775d045d6383742892385b69be91f89b4c
|
https://download.fcitx-im.org/data/model.text.$_mversion.tar.gz"
|
||||||
|
checksum="650a846f59a50af5e0ce2e493957885bac59995784bb4e211bf8ad1a83607af3
|
||||||
|
5c7024e5735389c471f54b867eda0d98c5a40a5e5e75333a9febac107508f704"
|
||||||
|
skip_extraction=model.text.$_mversion.tar.gz
|
||||||
|
|
||||||
if [ "$XBPS_WORDSIZE$XBPS_TARGET_ENDIAN" = "${XBPS_TARGET_WORDSIZE}le" ]
|
if [ "$XBPS_WORDSIZE$XBPS_TARGET_ENDIAN" = "${XBPS_TARGET_WORDSIZE}le" ]
|
||||||
then
|
then
|
||||||
|
@ -20,12 +24,20 @@ then
|
||||||
hostmakedepends+=" qt5-devel"
|
hostmakedepends+=" qt5-devel"
|
||||||
makedepends+=" libfcitx-qt5-devel qt5-webengine-devel
|
makedepends+=" libfcitx-qt5-devel qt5-webengine-devel
|
||||||
qt5-declarative-devel qt5-webchannel-devel qt5-location-devel"
|
qt5-declarative-devel qt5-webchannel-devel qt5-location-devel"
|
||||||
|
else
|
||||||
fcitx-libpinyin-qt5_package() {
|
# Non empty to forbid xbps-src from generating subpackages
|
||||||
short_desc+=" - Qt5 IM module"
|
# Other developers argue that conditional define _package is bad.
|
||||||
depends="fcitx-libpinyin-${version}_${revision}"
|
subpackages=" "
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/fcitx/qt
|
|
||||||
}
|
|
||||||
}
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
cp $XBPS_SRCDISTDIR/$pkgname-$version/model.text.$_mversion.tar.gz data
|
||||||
|
}
|
||||||
|
|
||||||
|
fcitx-libpinyin-qt5_package() {
|
||||||
|
short_desc+=" - Qt5 IM module"
|
||||||
|
depends="fcitx-libpinyin-${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/fcitx/qt
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue