New package: libfcitx-qt5
This commit is contained in:
parent
772f284f36
commit
9084967ef4
3 changed files with 28 additions and 0 deletions
|
@ -1871,3 +1871,4 @@ libfcitx-config.so.4 libfcitx-4.2.8_1
|
|||
libfcitx-qt.so.0 libfcitx-qt-4.2.8_1
|
||||
liblastfm.so.1 liblastfm-1.0.9_1
|
||||
liblastfm_fingerprint.so.1 liblastfm-1.0.9_1
|
||||
libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1
|
||||
|
|
1
srcpkgs/libfcitx-qt5-devel
Symbolic link
1
srcpkgs/libfcitx-qt5-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libfcitx-qt5
|
26
srcpkgs/libfcitx-qt5/template
Normal file
26
srcpkgs/libfcitx-qt5/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'libfcitx-qt5'
|
||||
|
||||
pkgname=libfcitx-qt5
|
||||
version="0.1.3"
|
||||
revision=1
|
||||
build_style=cmake
|
||||
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"
|
||||
homepage="https://fcitx-im.org/"
|
||||
distfiles="http://download.fcitx-im.org/fcitx-qt5/fcitx-qt5-${version}.tar.xz"
|
||||
checksum="d5ce3268f681ed739c79d6b3b3ff4cddc104dc3907549317c65f75f3c42e49b9"
|
||||
hostmakedepends="cmake"
|
||||
makedepends="qt5-devel"
|
||||
|
||||
wrksrc="fcitx-qt5-${version}"
|
||||
|
||||
libfcitx-qt5-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="libfcitx-qt5-${version}_${revision} qt5-devel"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/libfcitx-qt5.so
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue