fix build

This commit is contained in:
arcan1s
2014-07-15 21:23:03 +04:00
parent 3d040e9bab
commit 81ff9340cc
10 changed files with 42 additions and 29 deletions

View File

@ -16,7 +16,7 @@ optdepends=('kdebase-runtime: sudo support'
'wpa_supplicant: wifi support')
source=("https://github.com/arcan1s/netctl-gui/releases/download/V.${pkgver}/${pkgbase}-${pkgver}-src.tar.xz")
install="${pkgbase}.install"
md5sums=('f09c15bc74ace36a59897f34220ac098')
md5sums=('0bea2c2676247c0939cca50109f2a505')
prepare() {
rm -rf "${srcdir}/"{build-plasmoid,build-qt4,build-qt5}
@ -46,7 +46,7 @@ build() {
cd "${srcdir}/build-qt5"
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_DOCS:BOOL=0 \
-DBUILD_DOCS:BOOL=1 \
-DBUILD_DATAENGINE:BOOL=0 \
-DBUILD_PLASMOID:BOOL=0 \
"../${pkgbase}"