New package: kf6-kparts-6.1.0
This commit is contained in:
parent
444be77708
commit
3f2204de3b
|
@ -1986,6 +1986,7 @@ libKF6NewStuffCore.so.6 kf6-knewstuff-6.0.0_1
|
|||
libKF6Notifications.so.6 kf6-knotifications-6.0.0_1
|
||||
libKF6NotifyConfig.so.6 kf6-knotifyconfig-6.0.0_1
|
||||
libKF6Package.so.6 kf6-kpackage-6.0.0_1
|
||||
libKF6Parts.so.6 kf6-kparts-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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kf6-kparts
|
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'kf6-kparts'
|
||||
pkgname=kf6-kparts
|
||||
version=6.1.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
||||
gettext"
|
||||
makedepends="kf6-kconfig-devel kf6-kcoreaddons-devel kf6-ki18n-devel
|
||||
kf6-kio-devel kf6-kxmlgui-devel"
|
||||
short_desc="KDE Plugin framework for user interface components"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/frameworks/kparts"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||
checksum=dfca27e3d4fe7fa7038cbad3d3a0a955c570bd73b5bc0aceb3900e071495101d
|
||||
|
||||
kf6-kparts-devel_package() {
|
||||
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue