void-packages/srcpkgs/kf6-knotifications/template

27 lines
895 B
Bash
Raw Normal View History

2024-04-18 06:56:18 +02:00
# Template file for 'kf6-knotifications'
pkgname=kf6-knotifications
2024-06-12 08:04:16 +02:00
version=6.3.0
2024-04-18 06:56:18 +02:00
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 pkg-config"
makedepends="kf6-kconfig-devel libcanberra-devel"
short_desc="KDE Desktop notifications"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/knotifications"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
2024-06-12 08:04:16 +02:00
checksum=cced3c1a3795fedc90dc628c6b3cfff06d194eccfdca27b05938f5e941cc7877
2024-04-18 06:56:18 +02:00
kf6-knotifications-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}