libfcitx-qt5: update to 1.2.3.
This commit is contained in:
parent
f87b93cdce
commit
1e8f66a373
1 changed files with 8 additions and 9 deletions
|
@ -1,20 +1,19 @@
|
|||
# Template file for 'libfcitx-qt5'
|
||||
pkgname=libfcitx-qt5
|
||||
version=1.2.2
|
||||
version=1.2.3
|
||||
revision=1
|
||||
wrksrc="fcitx-qt5-${version}"
|
||||
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"
|
||||
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/"
|
||||
distfiles="http://download.fcitx-im.org/fcitx-qt5/fcitx-qt5-${version}.tar.xz"
|
||||
checksum=24599e7789c7fd6edc0fa246d2f4b216e9b4b223112c1d40597fbb764a0bc3b4
|
||||
hostmakedepends="pkg-config extra-cmake-modules"
|
||||
makedepends="libxkbcommon-devel qt5-devel fcitx-devel"
|
||||
checksum=fef09d3f5a7e6b4860169290c0cfe731a9039793ebbf43f6d823fcb920c3dfa5
|
||||
|
||||
wrksrc="fcitx-qt5-${version}"
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-qmake qt5-host-tools libfcitx"
|
||||
fi
|
||||
|
||||
|
@ -23,7 +22,7 @@ libfcitx-qt5-devel_package() {
|
|||
depends="${sourcepkg}-${version}_${revision} ${makedepends}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/cmake
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue