mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-27 19:41:56 +01:00
51 lines
1.2 KiB
Plaintext
51 lines
1.2 KiB
Plaintext
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=frameworkintegration
|
|
pkgver=5.85.0
|
|
pkgrel=0
|
|
pkgdesc="Framework providing components to allow applications to integrate with a KDE Workspace"
|
|
# armhf blocked by extra-cmake-modules
|
|
# mips64, s390x and riscv64 blocked by polkit -> knewstuff
|
|
arch="all !armhf !mips64 !s390x !riscv64"
|
|
url="https://www.kde.org"
|
|
license="LGPL-2.1-or-later"
|
|
depends_dev="
|
|
appstream-dev
|
|
kconfig-dev
|
|
kconfigwidgets-dev
|
|
ki18n-dev
|
|
kiconthemes-dev
|
|
knewstuff-dev
|
|
knotifications-dev
|
|
kpackage-dev
|
|
kwidgetsaddons-dev
|
|
qt5-qtbase-dev
|
|
"
|
|
makedepends="$depends_dev
|
|
extra-cmake-modules
|
|
"
|
|
checkdepends="xvfb-run"
|
|
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/frameworkintegration-$pkgver.tar.xz"
|
|
subpackages="$pkgname-dev"
|
|
|
|
build() {
|
|
cmake -B build \
|
|
-DCMAKE_BUILD_TYPE=None \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_INSTALL_LIBDIR=lib
|
|
cmake --build build
|
|
}
|
|
|
|
check() {
|
|
cd build
|
|
CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" cmake --install build
|
|
}
|
|
|
|
sha512sums="
|
|
d496c3b2ff49a3e4ee43e3c208b7dd3df68561fed0fe519f22a163c3389683f7d776270fc6472f4b52677cf85eb4a73c6bb7bdeea951600f8f5302411677a4f3 frameworkintegration-5.85.0.tar.xz
|
|
"
|