mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
25 lines
846 B
Bash
25 lines
846 B
Bash
# Template file for 'kf6-knotifyconfig'
|
|
pkgname=kf6-knotifyconfig
|
|
version=6.12.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=53448f981d1656e423352a01723de2ab993e5bba39a73f6de422eb4deb2daaab
|
|
|
|
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"
|
|
}
|
|
}
|