parent
05a38c3280
commit
3759b80342
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=calls
|
||||
pkgver=0.1.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A phone dialer and call handler"
|
||||
arch="all !armhf"
|
||||
url="https://gitlab.gnome.org/Community/Purism/calls"
|
||||
|
@ -15,6 +15,7 @@ builddir="$srcdir/$pkgname-v$pkgver"
|
|||
|
||||
build() {
|
||||
meson . _build --prefix=/usr
|
||||
ninja -C _build src/config.h # workaround for #383
|
||||
ninja -C _build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue