core/breeze-gtk/PKGBUILD

33 lines
648 B
Bash
Raw Normal View History

2015-11-26 04:23:31 +08:00
source ../plasma.conf
pkgname=breeze-gtk
pkgver=${PVersion}
pkgrel=2
2015-11-26 04:23:31 +08:00
pkgdesc="Breeze port for GTK. (GIT version)"
arch=('x86_64')
url='https://quickgit.kde.org/?p=breeze-gtk.git'
license=('LGPL')
2018-03-10 04:58:01 +08:00
depends=(qt5-base)
makedepends=(extra-cmake-modules)
group=('gtk-integration' 'plasma')
2015-11-26 04:23:31 +08:00
options=("debug")
2016-10-01 03:01:02 +08:00
source=("${PServer}/${pkgver}/${pkgname}-${PVersion}.tar.xz"{,.sig})
sha256sums=( $(getSum ${pkgname})
'SKIP' )
validpgpkeys=(${Pvalidpgpkeys[@]})
2018-03-10 04:58:01 +08:00
2015-11-26 04:23:31 +08:00
prepare() {
mkdir -p build
}
build() {
cd build
2016-07-29 09:19:25 +08:00
cmake_kf5 ../${pkgname}-${pkgver} -DWITH_GTK3_VERSION=3.20
2015-11-26 04:23:31 +08:00
make
}
package() {
cd build
make DESTDIR="$pkgdir" install
2016-03-24 01:43:38 +08:00
}