~alpine/aports

testing/kdepim-addons: fix lib install location v1 PROPOSED

Bart Ribbers: 1
 testing/kdepim-addons: fix lib install location

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2971/mbox | git am -3
Learn more about email & git

[PATCH] testing/kdepim-addons: fix lib install location Export this patch

---
 testing/kdepim-addons/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/kdepim-addons/APKBUILD b/testing/kdepim-addons/APKBUILD
index 091150798a..c0b253bfde 100644
--- a/testing/kdepim-addons/APKBUILD
+++ b/testing/kdepim-addons/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kdepim-addons
pkgver=19.08.0
pkgrel=0
pkgrel=1
arch="all !ppc64le !s390x" # Limited by kdepim-addons -> kmailtransport -> libkgapi -> qt5-qtwebengine
url="https://kontact.kde.org/"
pkgdesc="Addons for KDE PIM applications"
@@ -17,6 +17,7 @@ build() {
	cmake \
		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DCMAKE_INSTALL_LIBDIR=lib \
		-DKDEPIMADDONS_BUILD_EXAMPLES=OFF
	make
}
-- 
2.23.0