30 lines
1.0 KiB
Bash
30 lines
1.0 KiB
Bash
# Template file for 'kunifiedpush'
|
|
# group=kde-gear
|
|
pkgname=kunifiedpush
|
|
version=26.04.3
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="
|
|
-DKDE_INSTALL_QMLDIR=lib/qt6/qml -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
|
hostmakedepends="extra-cmake-modules qt6-base qt6-tools gettext kf6-kcmutils"
|
|
makedepends="kf6-ki18n-devel kf6-kcoreaddons-devel kf6-solid-devel
|
|
kf6-kservice-devel kf6-kcmutils-devel kf6-kcrash-devel qt6-websockets-devel"
|
|
checkdepends="dbus"
|
|
short_desc="UnifiedPush client library and distributor daemon"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://invent.kde.org/libraries/kunifiedpush"
|
|
distfiles="${KDE_SITE}/release-service/${version}/src/kunifiedpush-${version}.tar.xz"
|
|
checksum=247ccc7bcc4277e2fc63a753c367d0ca10efe3b4916f60a44d9ca2da403c4fe5
|
|
make_check_pre="dbus-run-session"
|
|
|
|
kunifiedpush-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/lib/cmake
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|