parent
fd2f108948
commit
025abb4f39
3 changed files with 26 additions and 0 deletions
|
@ -1943,6 +1943,8 @@ libfcitx-gclient.so.1 libfcitx-4.2.9.5_1
|
|||
libfcitx-utils.so.0 libfcitx-4.2.8_1
|
||||
libfcitx-config.so.4 libfcitx-4.2.8_1
|
||||
libfcitx-qt.so.0 libfcitx-qt-4.2.8_1
|
||||
libFcitxQt5DBusAddons.so.1 fcitx-qt5-1.2.1_1
|
||||
libFcitxQt5WidgetsAddons.so.1 fcitx-qt5-1.2.1_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/fcitx-qt5-devel
Symbolic link
1
srcpkgs/fcitx-qt5-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
fcitx-qt5
|
23
srcpkgs/fcitx-qt5/template
Normal file
23
srcpkgs/fcitx-qt5/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'fcitx-qt5'
|
||||
pkgname="fcitx-qt5"
|
||||
version=1.2.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
short_desc="Qt5 IM Module for Fcitx"
|
||||
maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
|
||||
hostmakedepends="pkg-config extra-cmake-modules"
|
||||
makedepends="fcitx-devel qt5-devel libxkbcommon-devel"
|
||||
license="GPL-2"
|
||||
homepage="https://fcitx-im.org/"
|
||||
distfiles="http://github.com/fcitx/fcitx-qt5/archive/${version}.tar.gz"
|
||||
checksum=4fdfa31effdd7d09a51241a46ff5c7e2df651a8a07d6d8a38632479ada9cc9a2
|
||||
|
||||
fcitx-qt5-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${reveision} ${makedepends}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/cmake
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue