pmaports/kde/powerdevil/APKBUILD
Bart Ribbers 1b7d532bb9
kde/*: upgrade plasma framework to 5.14.4 (!120)
Since the Qt upgrade, Plasma Mobile boots into a black screen, even
on the current version in the master branch. Bhushan recommended we
update to the latest plasma framework anyway (which is possible now
due to the newer Qt version) and try to fix it from there. See #159.
[skip ci].
2019-01-02 07:28:31 +01:00

43 lines
1.6 KiB
Text

# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=powerdevil
pkgver=5.14.4
pkgrel=0
pkgdesc="Manages the power consumption settings of a Plasma Shell"
arch="all"
url="https://www.kde.org/workspaces/plasmadesktop/"
license="GPL-2.0"
depends="plasma-workspace"
depends_dev="qt5-qtbase-dev qt5-qtx11extras-dev kdesignerplugin-dev kdesignerplugin
kactivities-dev kauth-dev kidletime-dev kconfig-dev kdbusaddons-dev
solid-dev ki18n-dev kglobalaccel-dev kio-dev knotifyconfig-dev kwayland-dev
kcoreaddons-dev kdelibs4support-dev karchive-dev kconfigwidgets-dev
kcodecs-dev kwidgetsaddons-dev kcrash-dev kservice-dev kbookmarks-dev
kcompletion-dev kitemviews-dev kjobwidgets-dev kxmlgui-dev kdoctools-dev
kemoticons-dev kguiaddons-dev kiconthemes-dev kitemmodels-dev kinit-dev
knotifications-dev kparts-dev ktextwidgets-dev sonnet-dev kunitconversion-dev
kwindowsystem-dev libkscreen-dev plasma-workspace-dev"
makedepends="$depends_dev extra-cmake-modules eudev-dev"
source="https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
subpackages="$pkgname-dev $pkgname-libs $pkgname-doc $pkgname-lang"
build() {
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_LIBEXECDIR=lib
make
}
check() {
cd "$builddir"
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="c47fef07892ab206f9ff813e802aa77f648d760757d1d8d68c34a8f73f19009be8264c91f802ebf15b7d8a6223b2d32aedac0991c49dd2588c45d98439bf519e powerdevil-5.14.4.tar.xz"