006a0ab42f
I've also added a patch to stop Plasma from setting the brightness to 1 at boot. This comes from upstream, and can be removed once Plasma 5.12 is out.
43 lines
1.6 KiB
Text
43 lines
1.6 KiB
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=powerdevil
|
|
pkgver=5.11.5
|
|
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-x11extras-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="8d3658b5cfe53fbe43880f6ca2346edcfb715975798b20d2059267b4daa47511fe9fb17a5b9882c21b75f80a57763a434373607a79594684fb044aae39cd0fb3 powerdevil-5.11.5.tar.xz"
|