New package: kf6-ktexteditor-6.1.0

This commit is contained in:
John 2024-02-29 22:25:23 +01:00 committed by Đoàn Trần Công Danh
parent 4e901e06d7
commit 61148ceb3f
3 changed files with 34 additions and 0 deletions

View File

@ -2001,6 +2001,7 @@ libKF6StatusNotifierItem.so.6 kf6-kstatusnotifieritem-6.0.0_1
libKF6Style.so.6 kf6-frameworkintegration-6.0.0_1
libKF6Su.so.6 kf6-kdesu-6.0.0_1
libKF6Svg.so.6 kf6-ksvg-6.0.0_1
libKF6TextEditor.so.6 kf6-ktexteditor-6.0.0_1
libKF6WidgetsAddons.so.6 kf6-kwidgetsaddons-6.0.0_1
libKF6WindowSystem.so.6 kf6-kwindowsystem-6.0.0_1
libKF6XmlGui.so.6 kf6-kxmlgui-6.0.0_1

View File

@ -0,0 +1 @@
kf6-ktexteditor

View File

@ -0,0 +1,32 @@
# Template file for 'kf6-ktexteditor'
pkgname=kf6-ktexteditor
version=6.1.0
revision=1
build_style=cmake
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QMLDIR=lib/qt6/qml
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
hostmakedepends="extra-cmake-modules qt6-tools qt6-base kf6-kauth-tools
qt6-declarative-host-tools gettext kf6-kconfig"
makedepends="kf6-karchive-devel kf6-kauth-devel kf6-kconfig-devel
kf6-kguiaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-kxmlgui-devel
kf6-kparts-devel kf6-sonnet-devel kf6-syntax-highlighting-devel
kf6-ktextwidgets-devel qt6-speech-devel qt6-multimedia-devel
qt6-speech-plugin-flite qt6-speech-plugin-mock qt6-speech-plugin-speechd
editorconfig-devel"
short_desc="KDE Full text editor component"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/ktexteditor"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=3ba18f41ef5e57fe868dc295d01852d31b1590c0be893ac97ceed9229b09a9df
kf6-ktexteditor-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}