d2ce083552
Also includes a revert for the commit which broke the libinput devices for consolekit session. I am still unsure of solution for both of the problems to suggest upstream. But it is in my todo list. Fixes #1585
36 lines
1.2 KiB
Text
36 lines
1.2 KiB
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=breeze
|
|
pkgver=5.13.2
|
|
pkgrel=0
|
|
pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma Desktop'
|
|
arch="all"
|
|
url='https://www.kde.org/workspaces/plasmadesktop/'
|
|
license="LGPL-2.1"
|
|
depends=""
|
|
depends_dev="kcoreaddons-dev kguiaddons-dev kwayland-dev kservice-dev kdecoration-dev
|
|
plasma-framework-dev kcmutils-dev breeze-icons kconfigwidgets-dev kauth-dev
|
|
kcodecs-dev kconfig-dev kwidgetsaddons-dev kwindowsystem-dev ki18n-dev
|
|
qt5-qtx11extras-dev qt5-qtdeclarative-dev kpackage-dev"
|
|
makedepends="$depends_dev extra-cmake-modules automoc4"
|
|
source="https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"
|
|
subpackages="$pkgname-dev $pkgname-lang"
|
|
|
|
build() {
|
|
cmake \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DKDE_INSTALL_LIBDIR=lib
|
|
make
|
|
}
|
|
|
|
check() {
|
|
cd "$builddir"
|
|
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
sha512sums="e555d709572d9ff193581a861a4de3d8d1b4f6c1baa17c4d02708d67050469df1e50619cfa07da1f4256a1296041b2c74eff584031731f27fc741bb15d3782c9 breeze-5.13.2.tar.xz"
|