Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 20A51781A7C for ; Mon, 16 Sep 2019 09:59:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 09BCB22A8A for ; Mon, 16 Sep 2019 11:54:31 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 48H8nbA08qv5; Mon, 16 Sep 2019 11:54:29 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1568627665; bh=xMRtKlCNCa8zBPBcKiZnA7kK+rFj6H1KEPT4MOHQUfs=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=SR4W6a3A6sR0ANd58PXuDxsN9eqOw23QXggmz4e5vJM8+WjOXvhgnHnuaQ7Cx9W99 CLkN17OTRDRKH00kAAqgTDipTDDY9byFCEqQN0WYAR02Kepw0rtIZp4/BL5iznJZ6G SxhPi5iFvEy3j5XSDZDAqcWzTLiUF2kKLS5eSXdi+dgjCl5aIy+fmS1LbtI1iGgvvI WiJ+96qfD5BKjoe/ldKMbmO+f/ZNeV24XpOyksnufU/5+5ovj9vd8HAjtgPObLHkXz qofiUQdzXyROH5PLso7GKhBN9e7MwNXIXQFqRo7/ao32uQ+lA4aKvNkPAOLJN1ZPNk RlvFAUAagsBNw== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH 4/6] testing/kpimtextedit: move away from kdesignerplugin Date: Mon, 16 Sep 2019 11:54:12 +0200 Message-Id: <20190916095414.6221-4-bribbers@disroot.org> In-Reply-To: <20190916095414.6221-1-bribbers@disroot.org> References: <20190916095414.6221-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/kpimtextedit/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/kpimtextedit/APKBUILD b/testing/kpimtextedit/APKBUILD index b85395371b..d702940c18 100644 --- a/testing/kpimtextedit/APKBUILD +++ b/testing/kpimtextedit/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Bart Ribbers pkgname=kpimtextedit pkgver=19.08.1 -pkgrel=0 +pkgrel=1 pkgdesc="Advanced text editor which provide advanced html feature" arch="all" url="https://api.kde.org/kdepim/kpimtextedit/html" license="LGPL-2.0-or-later AND GPL-2.0-or-later" depends_dev="qt5-qtbase-dev qt5-qtspeech-dev grantlee-dev kcodecs-dev kconfig-dev kconfigwidgets-dev kcoreaddons-dev kemoticons-dev ki18n-dev kiconthemes-dev kio-dev sonnet-dev syntax-highlighting-dev kwidgetsaddons-dev kxmlgui-dev" -makedepends="$depends_dev extra-cmake-modules kdesignerplugin-dev kdesignerplugin qt5-qttools-dev" +makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev" checkdepends="xvfb-run" source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-lang" @@ -18,7 +18,7 @@ build() { -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ - -DBUILD_QCH=ON + -DBUILD_DESIGNERPLUGIN=ON make } -- 2.23.0