From 9ceb8f23daa41c075b8eb9fb7c8e7b566e7da23b Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 21 Jun 2019 11:03:25 -0300 Subject: testing/kdeconnect: fix build type and remove unused option --- testing/kdeconnect/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'testing/kdeconnect') diff --git a/testing/kdeconnect/APKBUILD b/testing/kdeconnect/APKBUILD index 5c87c73e1f..206bfa7af3 100644 --- a/testing/kdeconnect/APKBUILD +++ b/testing/kdeconnect/APKBUILD @@ -3,7 +3,7 @@ pkgname=kdeconnect _pkgname=kdeconnect-kde pkgver=1.3.4 -pkgrel=0 +pkgrel=1 pkgdesc="Adds communication between KDE and your smartphone" url="https://community.kde.org/KDEConnect" arch="all" @@ -17,11 +17,10 @@ builddir="$srcdir/$_pkgname-$pkgver" build() { cmake \ - -DBUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_LIBEXECDIR=lib \ - -DSMSAPP_ENABLED=TRUE \ -DEXPERIMENTALAPP_ENABLED=TRUE make } -- cgit v1.2.3