Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id C64BD782BB9 for ; Sat, 13 Jul 2019 22:31:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id EE14F36AF5 for ; Sun, 14 Jul 2019 00:31:16 +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 eokVlI1v5eML; Sun, 14 Jul 2019 00:31:15 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1563057075; bh=WFv2FSYWfqNT0SuVUkrfiHARwmpPV4Am4H7bN1ZSEYY=; h=From:To:Cc:Subject:Date; b=SD/2oh9LlOBXfqm3VHVlAdXY8pswbnLUTp4k/8cdW49hbMCzPkeIOgJLzgVgky09q b7p3ng8EuyieNPtpNVw7OAU8JGEBH5+8z/zwrwbF6kFvkm7a8Dzp7pnAd0IYz0s5CL CH2D+icrWvoPYBIyw/7LCR0yoFl+LRN7k4abHGpR5KpdKu/evJtcJXbRLPWVc8GOzr Zom3c5LSr4bzJsmRih7vkR2Fo7HpMWPb7SiUcVkNoVUi7QXbItBEr3x6WfiQLpvPtp k09nDGuBlX5BA21xv5lLZBC1neRd2q/TVDqNtIldIrqDLa3+wb6XA2n6gLQAb/Ko69 V/wDqqI6nfbdA== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH 1/2] testing/kate: move docs to package specific location Date: Sun, 14 Jul 2019 00:30:45 +0200 Message-Id: <20190713223046.16435-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/kate/APKBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testing/kate/APKBUILD b/testing/kate/APKBUILD index 88369dee4c..c3ddbc47e0 100644 --- a/testing/kate/APKBUILD +++ b/testing/kate/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=kate 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" @@ -36,6 +36,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