~alpine/aports

community/networkmanager: build and install documentation v1 REJECTED

Martin Vahlensieck: 1
 community/networkmanager: build and install documentation

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

[PATCH] community/networkmanager: build and install documentation Export this patch

---
 community/networkmanager/APKBUILD | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/community/networkmanager/APKBUILD b/community/networkmanager/APKBUILD
index 8f50913714..2df998aae4 100644
--- a/community/networkmanager/APKBUILD
+++ b/community/networkmanager/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=networkmanager
pkgver=1.32.12
pkgrel=0
pkgrel=1
pkgdesc="Network Management daemon"
url="https://wiki.gnome.org/Projects/NetworkManager"
# mips64, s390x and riscv64 blocked by polkit
@@ -17,11 +17,13 @@ makedepends="$depends_dev
	eudev-dev
	libgudev-dev
	gobject-introspection-dev
	gtk-doc
	intltool
	libndp-dev
	libnl3-dev
	libsoup-dev
	libteam-dev
	libxslt
	linux-headers
	modemmanager-dev
	newt-dev
@@ -78,6 +80,7 @@ build() {
		-Dofono=true \
		-Dcrypto=nss \
		-Ddbus_conf_dir=/usr/share/dbus-1/system.d \
		-Ddocs=true \
		. output
	# fix build with many buildjobs
	ninja -C output introspection/libnmdbus.a
-- 
2.33.0