New package: kf6-ktexttemplate-6.1.0

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

View File

@ -2002,6 +2002,7 @@ 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
libKF6TextTemplate.so.6 kf6-ktexttemplate-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-ktexttemplate

View File

@ -0,0 +1,26 @@
# Template file for 'kf6-ktexttemplate'
pkgname=kf6-ktexttemplate
version=6.1.0
revision=1
build_style=cmake
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
qt6-declarative-host-tools"
makedepends="qt6-declarative-devel"
short_desc="Library to separate the structure of documents from the data"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/ktexttemplate"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=2226f9472add196afd5b8b75b953a42d8249316437ed060d024462777e2df371
kf6-ktexttemplate-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}