9aa3a65a83
[ci:skip-build] Never succeeds in time [ci:skip-vercheck] We need our Mauikit to be a rel newer than in Alpine repos, but the CI doesn't like it This includes a big rewrite in kwin which should increase the performance a whole lot, and some awesome other stuff
62 lines
1.6 KiB
Text
62 lines
1.6 KiB
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=plasma-integration
|
|
pkgver=5.20.90
|
|
pkgrel=0
|
|
pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
|
|
# armhf blocked by qt5-qtdeclarative
|
|
# s390x blocked by kconfigwidgets
|
|
arch="all !armhf !s390x !mips64"
|
|
url="https://kde.org/plasma-desktop/"
|
|
license="(LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.1-only AND ((LGPL-2.1-only WITH Nokia-Qt-exception-1.1) OR (GPL-3.0-only WITH Nokia-Qt-exception-1.1))"
|
|
depends="
|
|
font-noto
|
|
qqc2-desktop-style
|
|
ttf-hack
|
|
"
|
|
makedepends="
|
|
breeze-dev
|
|
extra-cmake-modules
|
|
kconfig-dev
|
|
kconfigwidgets-dev
|
|
ki18n-dev
|
|
kiconthemes-dev
|
|
kio-dev
|
|
knotifications-dev
|
|
kwayland-dev
|
|
kwidgetsaddons-dev
|
|
kwindowsystem-dev
|
|
libxcursor-dev
|
|
qt5-qtbase-dev
|
|
qt5-qtquickcontrols2-dev
|
|
qt5-qtx11extras-dev
|
|
"
|
|
checkdepends="xvfb-run"
|
|
|
|
case "$pkgver" in
|
|
*.90*) _rel=unstable;;
|
|
*) _rel=stable;;
|
|
esac
|
|
source="https://download.kde.org/$_rel/plasma/$pkgver/plasma-integration-$pkgver.tar.xz"
|
|
subpackages="$pkgname-lang"
|
|
options="!check" # Broken
|
|
|
|
build() {
|
|
cmake -B build \
|
|
-DCMAKE_BUILD_TYPE=None \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
|
-DCMAKE_DISABLE_FIND_PACKAGE_FontNotoSans=true \
|
|
-DCMAKE_DISABLE_FIND_PACKAGE_FontHack=true
|
|
cmake --build build
|
|
}
|
|
|
|
check() {
|
|
cd build
|
|
CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" cmake --install build
|
|
}
|
|
sha512sums="941ee19234d1d40f89d3b9d7419f47439c70abb91acfed59fda9608c213ff460f17cbafea250ccd36af47902a8fb1271a582693125fa327c1e74a8d8241b6c29 plasma-integration-5.20.90.tar.xz"
|