Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id DA322782BCB for ; Sat, 13 Jul 2019 22:31:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 6038536AF5 for ; Sun, 14 Jul 2019 00:31:19 +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 uAbtE83MqJ_F; Sun, 14 Jul 2019 00:31:18 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1563057078; bh=JT5TAv9Q5T8zty8NfkAMv7aVw9TBfwTodgZq2MR6a1Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=PmK4DiX1+4uRj7R8+RzV1YMwRrICNthPS4sVgl/GebS9knUTVSa0E9tavqTJuNzOr e2JgpqX8j/6DhnD+QcuZNBWkKd9FFab1W0MJVWhSmk/7yPbHp3j5WYb4n3aWQzwf3/ +BjeocXJ/P0l095lqccLg9bQwdoD6GLyXbbOHAgxdplVdV6W255N8yFIOSaQw3c6cW AlVvj1Y0Oq6Fk6Rplyf9xFjX9iehenujMmJmnIRIfdjBl9ZLWBLi8sIf0F1bC6aKnL GkDN690N4K+hSkYipLzh6Lf2jUTDD0tzWfzosdxUaEh5CRWRfcje9fJxQIGTtkiZ5e 1R4E6hap4FYFA== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH 2/2] testing/kwrite: move docs to package specific location Date: Sun, 14 Jul 2019 00:30:46 +0200 Message-Id: <20190713223046.16435-2-bribbers@disroot.org> In-Reply-To: <20190713223046.16435-1-bribbers@disroot.org> References: <20190713223046.16435-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/kwrite/APKBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testing/kwrite/APKBUILD b/testing/kwrite/APKBUILD index a1984a3f46..057fe373f4 100644 --- a/testing/kwrite/APKBUILD +++ b/testing/kwrite/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=kwrite pkgver=19.04.3 -pkgrel=0 +pkgrel=1 arch="all" url="https://kde.org/applications/utilities/org.kde.kate" pkgdesc="A multi-document, multi-view text editor" @@ -38,6 +38,9 @@ check() { package() { DESTDIR="$pkgdir" make install + + mkdir -p "$pkgdir"/usr/share/doc/$pkgname + mv "$pkgdir"/usr/share/doc/HTML "$pkgdir"/usr/share/doc/$pkgname/ } sha512sums="57ea4a527307dd45818b7e3f1b59ac346f5e82090b01fb010d4e3e31d00eda9c1b8e554ab203c3320fa073fbd65e775e27375f254f05f2dee512a32ef09bc218 kate-19.04.3.tar.xz" -- 2.22.0