aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-08-19 13:10:56 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-08-21 10:08:19 +0000
commit9b104fe3c699b288c505ed53c557d90c39e18fe7 (patch)
treec841f431b81b3b2bd28a1dceeb484ed9473cf5a3
parenta4af3b6ca4518b4728709c4008e1e44780307065 (diff)
community/elogind: enable man pages
Previously only some license files and a README were installed in the doc package, but the actual manpages were missing. Also stop renaming the source tarball while we're at it.
-rw-r--r--community/elogind/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/elogind/APKBUILD b/community/elogind/APKBUILD
index 34052afabcf..5634230da47 100644
--- a/community/elogind/APKBUILD
+++ b/community/elogind/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=elogind
pkgver=243.7
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone fork of systemd's elogind"
url="https://github.com/elogind/elogind"
arch="all"
@@ -37,7 +37,7 @@ subpackages="
$pkgname-zsh-completion:zshcomp:noarch
$pkgname-bash-completion:bashcomp:noarch
"
-source="$pkgname-$pkgver.tar.gz::https://github.com/elogind/elogind/archive/v$pkgver.tar.gz
+source="https://github.com/elogind/elogind/archive/v$pkgver/elogind-v$pkgver.tar.gz
elogind.initd
"
@@ -56,6 +56,7 @@ build() {
-Ddefault-hierarchy=hybrid \
-Ddefault-kill-user-processes=false \
-Dpolkit=true \
+ -Dman=true \
build
ninja -C build
}
@@ -96,5 +97,5 @@ bashcomp() {
mv "$pkgdir"/usr/share/bash-completion "$subpkgdir"/usr/share
}
-sha512sums="fd17c5016d083d63805f9ed0326ee32597870f6c48c9c246712cb09a77db775036b0fd0f4258b6557e189a1eceb4b50f4ae2e9e7881f4d9759b87a0b49ce3472 elogind-243.7.tar.gz
+sha512sums="fd17c5016d083d63805f9ed0326ee32597870f6c48c9c246712cb09a77db775036b0fd0f4258b6557e189a1eceb4b50f4ae2e9e7881f4d9759b87a0b49ce3472 elogind-v243.7.tar.gz
e73738488e78af099fdbb7c93a411a3e8d69080a93f89c245cb8c6de5fe4cb7fe724687d19e21eb6be52ccc795ec200d9c6e499efb1afd2b27467f7f541a7dd1 elogind.initd"