New package: kf6-purpose-6.1.0
This commit is contained in:
parent
fb993821f6
commit
2d2add499d
|
@ -1996,6 +1996,8 @@ libKF6Plotting.so.6 kf6-kplotting-6.0.0_1
|
|||
libKF6Prison.so.6 kf6-prison-6.0.0_1
|
||||
libKF6PrisonScanner.so.6 kf6-prison-6.0.0_1
|
||||
libKF6Pty.so.6 kf6-kpty-6.0.0_1
|
||||
libKF6Purpose.so.6 kf6-purpose-6.0.0_1
|
||||
libKF6PurposeWidgets.so.6 kf6-purpose-6.0.0_1
|
||||
libQuickCharts.so.1 kf6-kquickcharts-6.0.0_1
|
||||
libQuickChartsControls.so.1 kf6-kquickcharts-6.0.0_1
|
||||
libKF6Runner.so.6 kf6-krunner-6.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kf6-purpose
|
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'kf6-purpose'
|
||||
pkgname=kf6-purpose
|
||||
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 gettext"
|
||||
makedepends="qt6-declarative-devel kf6-kcoreaddons-devel kf6-ki18n-devel
|
||||
kf6-kirigami-devel kf6-knotifications-devel kf6-kio-devel"
|
||||
short_desc="Offers available actions for a specific purpose"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/frameworks/purpose"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||
checksum=4612fff4ce512796422f4bde3efa8f5ff63f96b8b7d92e48f87f96c89e21198e
|
||||
|
||||
kf6-purpose-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