Skip to content
Snippets Groups Projects

community/kunifiedpush: add a -libs and -lang subpackage

Merged Bart Ribbers requested to merge PureTryOut/aports:community_kunifiedpush into master
Files
3
# Contributor: Bart Ribbers <bribbers@disroot.org>
# The group tag is just to easily find this APKBUILD by some scripts for automation
# group=kde-other
maintainer="team/kde <bribbers@disroot.org>"
pkgname=kunifiedpush
pkgver=1.0.0
pkgrel=0
arch="all"
pkgrel=1
# armhf blocked by qt6-qtdeclarative
arch="all !armhf"
url="https://invent.kde.org/libraries/kunifiedpush"
pkgdesc="UnifiedPush client library and distributor daemon"
license="BSD-2-Clause AND BSD-3-Clause AND LGPL-2.0-or-later"
@@ -21,11 +20,16 @@ depends_dev="
"
makedepends="$depends_dev
extra-cmake-modules
qt6-qtdeclarative-dev
qt6-qttools-dev
samurai
"
checkdepends="dbus"
subpackages="$pkgname-dev"
subpackages="
$pkgname-dev
$pkgname-libs
$pkgname-lang
"
_repo_url="https://invent.kde.org/libraries/kunifiedpush.git"
source="https://download.kde.org/stable/kunifiedpush/kunifiedpush-$pkgver.tar.xz"
@@ -38,7 +42,7 @@ build() {
}
check() {
dbus-run-session -- ctest --test-dir build --output-on-failure -E "connectortest"
dbus-run-session -- ctest --test-dir build -E "connectortest"
}
package() {
Loading