New package: kf6-frameworkintegration-6.1.0

This commit is contained in:
John 2024-02-29 21:12:27 +01:00 committed by Đoàn Trần Công Danh
parent f10a5efa4c
commit d8ec94da7a
3 changed files with 29 additions and 0 deletions

View File

@ -1980,6 +1980,7 @@ libKF6Notifications.so.6 kf6-knotifications-6.0.0_1
libKF6Package.so.6 kf6-kpackage-6.0.0_1
libKF6Service.so.6 kf6-kservice-6.0.0_1
libKF6Solid.so.6 kf6-solid-6.0.0_1
libKF6Style.so.6 kf6-frameworkintegration-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-frameworkintegration

View File

@ -0,0 +1,27 @@
# Template file for 'kf6-frameworkintegration'
pkgname=kf6-frameworkintegration
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 gettext"
# AppStreamQt >=0 and packagekitqt6
makedepends="kf6-kcolorscheme-devel kf6-kconfig-devel kf6-ki18n-devel
kf6-kiconthemes-devel kf6-knewstuff-devel kf6-knotifications-devel"
short_desc="Framework to integrate applications with a KDE Workspace"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/frameworkintegration"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=47bb38a778b94405bd9e251be774ba910c2b85cd6a4512ba1f6e9b6f879144e8
kf6-frameworkintegration-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}