pmos/temp/kdeplasma-addons/APKBUILD
Oliver Smith f0159bd0aa
temp/*: don't build plamo related pkgs for armhf
postmarketos-ui-plasma-mobile has !armhf in its arches list, so it does
not make sense to build these packages for armhf either. Let's save some
building time.

[ci:skip-vercheck], [ci:skip-build]
2019-09-29 23:42:30 +02:00

45 lines
1.4 KiB
Plaintext

# Forked from Alpine to build Plasma 5.17 pre-release
pkgname=kdeplasma-addons
pkgver=5.16.90
pkgrel=0
pkgdesc="All kind of addons to improve your Plasma experience "
arch="all !ppc64le !s390x !armhf" # Limited by qt5-qtwebengine
url="https://www.kde.org/workspaces/plasmadesktop/"
license="LGPL-2.0-only AND GPL-2.0-or-later"
depends="purpose"
depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtwebengine-dev karchive-dev
kconfig-dev kcoreaddons-dev kdeclarative-dev kholidays-dev ki18n-dev
kiconthemes-dev kio-dev kcmutils-dev kross-dev knotifications-dev
plasma-framework-dev krunner-dev kservice-dev sonnet-dev kunitconversion-dev
kwindowsystem-dev knewstuff-dev"
makedepends="$depends_dev extra-cmake-modules"
source="https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
subpackages="$pkgname-dev $pkgname-lang"
options="!check" # broken with cross-compiling
prepare() {
default_prepare
mkdir "$builddir"/build
}
build() {
cd "$builddir"/build
cmake "$builddir" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make
}
check() {
cd "$builddir"/build
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
package() {
cd "$builddir"/build
DESTDIR="$pkgdir" make install
}
sha512sums="237d7d4ba99ff6245fb7c4ba62be81f0d005e84eaba2e06e36515c6adc5bb76076df8d87ebd6314c61dcd3be334070a6d73c47dd512d981de19d2bb9ed2305c3 kdeplasma-addons-5.16.90.tar.xz"