26 lines
845 B
Bash
26 lines
845 B
Bash
# Template file for 'kf6-knotifyconfig'
|
|
pkgname=kf6-knotifyconfig
|
|
version=6.7.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=4227da7a18f9ba83b34bf54b6d3fc168dc0726bca149d2f89585bb54ab138295
|
|
|
|
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"
|
|
}
|
|
}
|