mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/nextcloud-client: fix building with Nextcloud theme
This commit is contained in:
parent
f2abbe83ab
commit
de9dcdf57e
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user