aboutsummaryrefslogtreecommitdiffstats
path: root/community/man-db/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/man-db/APKBUILD')
-rw-r--r--community/man-db/APKBUILD24
1 files changed, 16 insertions, 8 deletions
diff --git a/community/man-db/APKBUILD b/community/man-db/APKBUILD
index 0879704f91a..5ebf34daacb 100644
--- a/community/man-db/APKBUILD
+++ b/community/man-db/APKBUILD
@@ -1,18 +1,25 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
-# Maintainer:
+# Maintainer: Simon Rupf <simon@rupf.net>
pkgname=man-db
-pkgver=2.9.4
-pkgrel=1
+pkgver=2.12.1
+pkgrel=0
pkgdesc="The man command and related utilities for examining on-line help files"
-url="https://nongnu.org/man-db/"
+url="https://man-db.gitlab.io/man-db/"
arch="all"
license="GPL-2.0-or-later"
-depends="groff less !mandoc !mandoc-apropos"
+depends="groff less"
makedepends="gdbm-dev gettext-dev libpipeline-dev zlib-dev libseccomp-dev"
subpackages="$pkgname-lang $pkgname-doc"
-source="https://download.savannah.nongnu.org/releases/man-db/man-db-$pkgver.tar.xz"
+source="https://download.savannah.nongnu.org/releases/man-db/man-db-$pkgver.tar.xz
+ ignore.patch
+ "
+install="$pkgname.pre-install $pkgname.pre-upgrade"
triggers="man-db.trigger=/usr/share/man"
+# allow main/mandoc to provide this first
+provides="doc-provider"
+provider_priority=10
+
build() {
./configure \
--build=$CBUILD \
@@ -22,7 +29,7 @@ build() {
--mandir=/usr/share/man \
--localstatedir=/var \
--disable-setuid \
- --with-sections="1 1p 1x 2 2x 3 3p 3x 4 4x 5 5x 6 6x 7 7x 8 8x 9 0p tcl n l p o" \
+ --with-sections="1 1p 1x 2 2x 3 3p 3const 3head 3type 3x 4 4x 5 5x 6 6x 7 7x 8 8x 9 0p tcl n l p o" \
--enable-nls \
--with-db=gdbm \
--with-systemdsystemunitdir=no \
@@ -36,5 +43,6 @@ package() {
}
sha512sums="
-169f091dd0a1d0dbd1583366f8257afb8f57e030d0f7d4213c14ce0b1fc5debf8b9cf2731de503830cb2826b3a22b3cff7da993d44ec18557935bd293529133c man-db-2.9.4.tar.xz
+0f79f4205ce116c3148dc6caf561c1b7d793aac234188ef8edd1b1f5aaaebcca32c65ef403dff65896920535077fb63ddc2e9cb293efdb6ef3037c33916aa329 man-db-2.12.1.tar.xz
+5cde2df35dc4db182ed8290023c8f8ff4e34fe66f9aacb8bca63ac51f65a3433a0699e04e674dc57b489eed3cb4ff55b3605ca635394df1078ed79c81e372c07 ignore.patch
"