New package: kf6-knewstuff-6.1.0

This commit is contained in:
Luciogi 2024-04-18 09:55:26 +05:00 committed by Đoàn Trần Công Danh
parent fdc54926ab
commit 10bc26905e
3 changed files with 30 additions and 0 deletions

View File

@ -1982,6 +1982,7 @@ 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
libKF6WalletBackend.so.6 kf6-kwallet-6.0.0_1
libKF6NewStuffCore.so.6 kf6-knewstuff-6.0.0_1
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

1
srcpkgs/kf6-knewstuff-devel Symbolic link
View File

@ -0,0 +1 @@
kf6-knewstuff

View File

@ -0,0 +1,28 @@
# Template file for 'kf6-knewstuff'
pkgname=kf6-knewstuff
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="kf6-attica-devel kf6-karchive-devel kf6-kconfig-devel
kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kpackage-devel
kf6-kwidgetsaddons-devel kf6-syndication-devel"
short_desc="KDE Framework for downloading and sharing additional application data"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/knewstuff"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=1c6a076410538084021cff1eeb02be2f34280284717a34290d42b11dfe3b3d3f
kf6-knewstuff-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}