void-packages/srcpkgs/libfcitx-qt5/template
Đoàn Trần Công Danh 099e4e54a6 Revert "libfcitx-qt5: update to 1.2.7."
Pushed accidentally

This reverts commit 5d42289856.
2022-07-08 22:16:26 +07:00

30 lines
914 B
Bash

# Template file for 'libfcitx-qt5'
pkgname=libfcitx-qt5
reverts="1.2.7_1"
version=1.2.5
revision=2
wrksrc="fcitx-qt5-${version}"
build_style=cmake
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake
qt5-host-tools libfcitx"
makedepends="fcitx-devel libxkbcommon-devel qt5-devel"
short_desc="Flexible Context-aware Input Tool with eXtension - Qt5 IM module"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later, BSD-3-Clause"
homepage="https://fcitx-im.org/"
distfiles="http://download.fcitx-im.org/fcitx-qt5/fcitx-qt5-${version}.tar.xz"
checksum=e5c3ccdf406c19bde48ab5f59ac208967c3ca4f520626cdb66baf63f6160d946
post_install() {
vlicense COPYING.BSD
}
libfcitx-qt5-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}-${version}_${revision} ${makedepends}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/cmake
}
}