New package: fcitx5-qt5-5.0.5
This commit is contained in:
parent
995f38c702
commit
d7d9c79617
|
@ -2120,6 +2120,8 @@ libFcitx5Utils.so.2 libfcitx5-5.0.5_1
|
|||
libFcitx5Core.so.7 libfcitx5-5.0.5_1
|
||||
libFcitx5Config.so.6 libfcitx5-5.0.5_1
|
||||
libFcitx5GClient.so.2 fcitx5-gtk-5.0.4_1
|
||||
libFcitx5Qt5DBusAddons.so.1 fcitx5-qt5-5.0.3_1
|
||||
libFcitx5Qt5WidgetsAddons.so.2 fcitx5-qt5-5.0.3_1
|
||||
libdruntime-ldc-debug-shared.so.94 ldc-runtime-1.24.0_1
|
||||
libdruntime-ldc-shared.so.94 ldc-runtime-1.24.0_1
|
||||
libphobos2-ldc-shared.so.94 ldc-runtime-1.24.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
fcitx5-qt5
|
|
@ -0,0 +1,33 @@
|
|||
# Template file for 'fcitx5-qt5'
|
||||
pkgname=fcitx5-qt5
|
||||
version=5.0.5
|
||||
revision=1
|
||||
wrksrc=fcitx5-qt-$version
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_QT4=OFF -DENABLE_QT5=ON -DENABLE_QT6=OFF"
|
||||
hostmakedepends="cldr-emoji-annotation pkg-config gettext doxygen
|
||||
extra-cmake-modules qt5-qmake qt5-host-tools"
|
||||
makedepends="libfcitx5-devel fmt-devel qt5-devel libxkbcommon-devel"
|
||||
short_desc="Flexible Context-aware Input Tool with eXtension v5 - Qt5"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="LGPL-2.1-or-later, BSD-3-Clause"
|
||||
homepage="https://fcitx-im.org/wiki/Fcitx"
|
||||
distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-qt/fcitx5-qt-${version}.tar.xz"
|
||||
checksum=4b3b79abd2daae70255c098252e79928bb8d0ab966035b7e76378805b6cb5b6f
|
||||
lib32disabled=yes
|
||||
|
||||
post_install() {
|
||||
sed -e 's/<year.*owner>/2012-2021 CSSlayer <wengxt@gmail.com>/' \
|
||||
LICENSES/BSD-3-Clause.txt >LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
fcitx5-qt5-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} qt5-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
pkgname=fcitx5-qt
|
Loading…
Reference in New Issue