desktop/chakra-heritage-themes/PKGBUILD
2015-10-08 19:59:32 +00:00

33 lines
693 B
Bash

pkgname=chakra-heritage-themes
pkgver=2015.09
pkgrel=9
pkgdesc='Chakra Plasma 5 Look & Feel theme files'
url='http://www.chakraos.org'
arch=('x86_64')
license=('LGPL')
# remember to set the wallpaper name and resolution!! in plasma/heritage/metadata.desktop
depends=('plasma-framework' 'chakra-wallpapers-lichene')
makedepends=('extra-cmake-modules')
_gitsha='cc9290a'
source=("git://git.chakraos.org/heritage.git#commit=${_gitsha}")
md5sums=('SKIP')
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
}