~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] testing/belcard: Fix linphonec's complaint about missing vcard_grammar

Martin Schmidt <martin.schmidt13@gmx.de>
Details
Message ID
<20200718085853.6378-1-martin.schmidt13@gmx.de>
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 testing/belcard/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/belcard/APKBUILD b/testing/belcard/APKBUILD
index 873c0acb62..e97e2d15c0 100644
--- a/testing/belcard/APKBUILD
+++ b/testing/belcard/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=belcard
pkgver=4.4.0
pkgrel=0
pkgrel=1
pkgdesc="C++ library to manipulate VCard standard format"
url="https://linphone.org"
arch="all"
@@ -18,7 +18,7 @@ build() {
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DCMAKE_INSTALL_LIBDIR=lib \
		-DCMAKE_MODULE_PATH=/usr/lib/cmake \
		-DCMAKE_INSTALL_DATADIR=lib \
		-DCMAKE_INSTALL_DATADIR=share \
		-DENABLE_STRICT=NO \
		-DENABLE_SHARED=YES \
		-DENABLE_STATIC=NO \
--
2.27.0
Details
Message ID
<20200719153352.GB2598922@alpha>
In-Reply-To
<20200718085853.6378-1-martin.schmidt13@gmx.de> (view parent)
DKIM signature
missing
Download raw message
On Sat, Jul 18, 2020 at 10:58:53AM +0200, Martin Schmidt wrote:
> ---
>  testing/belcard/APKBUILD | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/testing/belcard/APKBUILD b/testing/belcard/APKBUILD
> index 873c0acb62..e97e2d15c0 100644
> --- a/testing/belcard/APKBUILD
> +++ b/testing/belcard/APKBUILD
> @@ -2,7 +2,7 @@
>  # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
>  pkgname=belcard
>  pkgver=4.4.0
> -pkgrel=0
> +pkgrel=1
>  pkgdesc="C++ library to manipulate VCard standard format"
>  url="https://linphone.org"
>  arch="all"
> @@ -18,7 +18,7 @@ build() {
>  		-DCMAKE_INSTALL_PREFIX=/usr \
>  		-DCMAKE_INSTALL_LIBDIR=lib \
>  		-DCMAKE_MODULE_PATH=/usr/lib/cmake \
> -		-DCMAKE_INSTALL_DATADIR=lib \
> +		-DCMAKE_INSTALL_DATADIR=share \
>  		-DENABLE_STRICT=NO \
>  		-DENABLE_SHARED=YES \
>  		-DENABLE_STATIC=NO \
> --
> 2.27.0

Hello Martin,

This has been applied. Thanks for your contribution.

Kind regards, Kevin
Reply to thread Export thread (mbox)