core/plasma-integration/PKGBUILD

35 lines
1009 B
Bash
Raw Normal View History

2016-05-14 05:13:16 +08:00
pkgname=plasma-integration
pkgver=5.13.0
2018-05-26 13:14:57 +08:00
pkgrel=3
2016-05-14 05:13:16 +08:00
pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
arch=(x86_64)
url='https://www.kde.org/workspaces/plasmadesktop/'
license=(LGPL)
2018-03-10 04:58:01 +08:00
depends=(kio kwayland libxcursor ttf-noto ttf-oxygen qqc2-desktop-style)
makedepends=("extra-cmake-modules>=5.13.0" python3 breeze)
2016-05-14 05:13:16 +08:00
options=("debug")
groups=('plasma')
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
2016-10-01 03:01:02 +08:00
sha256sums=( $(getSum ${pkgname})
'SKIP' )
validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>
'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
2016-05-14 05:13:16 +08:00
prepare() {
mkdir -p build
}
build() {
cd build
cmake_kf5 ../$pkgname-$pkgver
2016-05-14 05:13:16 +08:00
make
}
package() {
cd build
make DESTDIR="$pkgdir" install
}