~alpine/aports

testing/kate: move docs to package specific location v1 PROPOSED

Bart Ribbers: 2
 testing/kate: move docs to package specific location
 testing/kwrite: move docs to package specific location

 2 files changed, 8 insertions(+), 2 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/2816/mbox | git am -3
Learn more about email & git

[PATCH 1/2] testing/kate: move docs to package specific location Export this patch

---
 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 <bribbers@disroot.org>
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

[PATCH 2/2] testing/kwrite: move docs to package specific location Export this patch

---
 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 <bribbers@disroot.org>
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