desktop/chakra-heritage-themes/PKGBUILD

37 lines
766 B
Bash
Raw Normal View History

2015-09-06 04:43:53 +08:00
pkgname=chakra-heritage-themes
pkgver=2016.10
pkgrel=1
2015-09-06 04:43:53 +08:00
pkgdesc='Chakra Plasma 5 Look & Feel theme files'
url='http://www.chakralinux.org'
2015-09-06 04:43:53 +08:00
arch=('x86_64')
license=('LGPL')
# remember to set the wallpaper name and resolution!! in plasma/heritage/metadata.desktop
depends=('plasma-framework' 'chakra-wallpapers-lichene' ) #'chakra-wallpapers-tulip'
2015-09-06 04:43:53 +08:00
makedepends=('extra-cmake-modules')
_gitsha='63cf522'
source=("git://git.chakralinux.org/heritage.git#commit=${_gitsha}")
md5sums=('SKIP')
prepare() {
cd $srcdir/heritage
}
2015-09-06 04:43:53 +08:00
build() {
mkdir -p build
cd build
cmake ../heritage \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
make
}
package() {
cd build
make DESTDIR=${pkgdir} install
}