libfcitx-qt5: update to 1.2.3.

This commit is contained in:
maxice8 2018-05-26 17:36:18 -03:00 committed by Enno Boland
parent f87b93cdce
commit 1e8f66a373

View file

@ -1,20 +1,19 @@
# Template file for 'libfcitx-qt5' # Template file for 'libfcitx-qt5'
pkgname=libfcitx-qt5 pkgname=libfcitx-qt5
version=1.2.2 version=1.2.3
revision=1 revision=1
wrksrc="fcitx-qt5-${version}"
build_style=cmake build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config"
makedepends="fcitx-devel libxkbcommon-devel qt5-devel"
short_desc="Flexible Context-aware Input Tool with eXtension - Qt5 IM module" short_desc="Flexible Context-aware Input Tool with eXtension - Qt5 IM module"
maintainer="Robert La Spina <rkidlaspina@gmail.com>" maintainer="Robert La Spina <rkidlaspina@gmail.com>"
license="GPL-2, LGPL-2.1" license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://fcitx-im.org/" homepage="https://fcitx-im.org/"
distfiles="http://download.fcitx-im.org/fcitx-qt5/fcitx-qt5-${version}.tar.xz" distfiles="http://download.fcitx-im.org/fcitx-qt5/fcitx-qt5-${version}.tar.xz"
checksum=24599e7789c7fd6edc0fa246d2f4b216e9b4b223112c1d40597fbb764a0bc3b4 checksum=fef09d3f5a7e6b4860169290c0cfe731a9039793ebbf43f6d823fcb920c3dfa5
hostmakedepends="pkg-config extra-cmake-modules"
makedepends="libxkbcommon-devel qt5-devel fcitx-devel"
wrksrc="fcitx-qt5-${version}" if [ "$CROSS_BUILD" ]; then
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-qmake qt5-host-tools libfcitx" hostmakedepends+=" qt5-qmake qt5-host-tools libfcitx"
fi fi
@ -23,7 +22,7 @@ libfcitx-qt5-devel_package() {
depends="${sourcepkg}-${version}_${revision} ${makedepends}" depends="${sourcepkg}-${version}_${revision} ${makedepends}"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/*.so vmove "usr/lib/*.so"
vmove usr/lib/cmake vmove usr/lib/cmake
} }
} }