New package: kf6-kitemmodels-6.1.0
This commit is contained in:
parent
02f78b5c36
commit
e568b9d5b5
|
@ -1966,6 +1966,7 @@ libKF6KIOCore.so.6 kf6-kio-6.0.0_1
|
|||
libKF6KIOFileWidgets.so.6 kf6-kio-6.0.0_1
|
||||
libKF6KIOGui.so.6 kf6-kio-6.0.0_1
|
||||
libKF6KIOWidgets.so.6 kf6-kio-6.0.0_1
|
||||
libKF6ItemModels.so.6 kf6-kitemmodels-6.0.0_1
|
||||
libKF6ItemViews.so.6 kf6-kitemviews-6.0.0_1
|
||||
libKF6JobWidgets.so.6 kf6-kjobwidgets-6.0.0_1
|
||||
libKF6Wallet.so.6 kf6-kwallet-6.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kf6-kitemmodels
|
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'kf6-kitemmodels'
|
||||
pkgname=kf6-kitemmodels
|
||||
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="Set of item models extending the Qt model-view framework"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/frameworks/kitemmodels"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||
checksum=5167d32af69bf00f6c9531c89513d54bffe16edd34a9e948efb49e9235e3e302
|
||||
|
||||
kf6-kitemmodels-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