2a0dcdac5a
Built and tested on x86_64. [ci:skip-build]: ollieparanoid made sure that this builds for x86_64, aarch64, armhf, armv7
35 lines
1 KiB
Text
35 lines
1 KiB
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=frameworkintegration
|
|
pkgver=5.56.0
|
|
pkgrel=0
|
|
pkgdesc="Framework providing components to allow applications to integrate with a KDE Workspace"
|
|
arch="all"
|
|
url="https://www.kde.org"
|
|
license="LGPL-2.1"
|
|
depends=""
|
|
depends_dev="qt5-qtbase-dev kconfig-dev kconfigwidgets-dev kiconthemes-dev knotifications-dev knewstuff-dev kpackage-dev"
|
|
makedepends="$depends_dev extra-cmake-modules"
|
|
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
|
|
subpackages="$pkgname-dev"
|
|
options="!check" # Requires X11 running
|
|
|
|
build() {
|
|
cmake \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_INSTALL_LIBDIR=lib
|
|
make
|
|
}
|
|
|
|
check() {
|
|
cd "$builddir"
|
|
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="3ebdafd28dd9bdc2924f67235dcb8047cea58fc0920b3b627c9e65f609ea3cfd022ee0fd9c2d2eff9fdfc1f52024663def9cd5306357b3a8abcbad032082bcda frameworkintegration-5.56.0.tar.xz"
|