New package: kf6-knotifyconfig-6.1.0

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

View File

@ -1984,6 +1984,7 @@ 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
libKF6NotifyConfig.so.6 kf6-knotifyconfig-6.0.0_1
libKF6Package.so.6 kf6-kpackage-6.0.0_1
libKF6Service.so.6 kf6-kservice-6.0.0_1
libKF6Solid.so.6 kf6-solid-6.0.0_1

View File

@ -0,0 +1 @@
kf6-knotifyconfig

View File

@ -0,0 +1,25 @@
# Template file for 'kf6-knotifyconfig'
pkgname=kf6-knotifyconfig
version=6.1.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
gettext"
makedepends="kf6-kcompletion-devel kf6-kconfig-devel kf6-ki18n-devel
kf6-kio-devel kf6-kxmlgui-devel"
short_desc="KDE Configuration dialog for desktop notification"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/knotifyconfig"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=dfe85a45500470a306df3176f665af2589521ef5090612e7a82ec618e061fe87
kf6-knotifyconfig-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}