New package: kf6-kdeclarative-6.1.0
This commit is contained in:
parent
d6d7ad5480
commit
87f4a36300
|
@ -1945,6 +1945,7 @@ libKF6BalooEngine.so.6 kf6-baloo-6.0.0_1
|
|||
libKF6BluezQt.so.6 kf6-bluez-qt-6.0.0_1
|
||||
libKF6Bookmarks.so.6 kf6-kbookmarks-6.0.0_1
|
||||
libKF6BookmarksWidgets.so.6 kf6-kbookmarks-6.0.0_1
|
||||
libKF6CalendarEvents.so.6 kf6-kdeclarative-6.0.0_1
|
||||
libKF6CalendarCore.so.6 kf6-kcalendarcore-6.0.0_1
|
||||
libKF6KCMUtils.so.6 kf6-kcmutils-6.0.0_1
|
||||
libKF6KCMUtilsCore.so.6 kf6-kcmutils-6.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kf6-kdeclarative
|
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'kf6-kdeclarative'
|
||||
pkgname=kf6-kdeclarative
|
||||
version=6.1.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml"
|
||||
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
||||
qt6-declarative-host-tools gettext qt6-shadertools"
|
||||
makedepends="kf6-kconfig-devel kf6-kglobalaccel-devel kf6-ki18n-devel
|
||||
kf6-kwidgetsaddons-devel kf6-kguiaddons-devel qt6-shadertools-devel"
|
||||
short_desc="KDE Integration of QML and KDE work spaces"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/frameworks/kdeclarative"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||
checksum=f94138d62e17355812f37613aa936fad2e5140fe4f09a9e42e4d9bfa9881c702
|
||||
|
||||
kf6-kdeclarative-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