community/nextcloud-client: fix building with Nextcloud theme

This commit is contained in:
Leonardo Arena 2018-05-31 12:47:34 +00:00
parent f2abbe83ab
commit de9dcdf57e

View File

@ -2,7 +2,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=nextcloud-client
pkgver=2.3.3
pkgrel=0
pkgrel=1
pkgdesc="Nextcloud Desktop Client"
url="https://github.com/nextcloud/client_theming"
arch="all"
@ -23,7 +23,7 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
-DOEM_THEME_DIR="$srcdir/$_realname-$pkgver/nextcloudtheme"
-DOEM_THEME_DIR="$srcdir/client_theming-$pkgver/nextcloudtheme"
make all
}