From 2b731e4d54d62deda274e790d040c98db8f78590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= Date: Tue, 12 Sep 2023 16:26:08 +0200 Subject: [PATCH] ncpamixer: update to 1.3.7. --- srcpkgs/ncpamixer/template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ncpamixer/template b/srcpkgs/ncpamixer/template index 514b60c43e4..32f3e327d93 100644 --- a/srcpkgs/ncpamixer/template +++ b/srcpkgs/ncpamixer/template @@ -1,6 +1,6 @@ # Template file for 'ncpamixer' pkgname=ncpamixer -version=1.3.3.5 +version=1.3.7 revision=1 build_wrksrc=src build_style=cmake @@ -10,7 +10,13 @@ maintainer="Benjamín Albiñana " license="MIT" homepage="https://github.com/fulhax/ncpamixer" distfiles="https://github.com/fulhax/ncpamixer/archive/${version}.tar.gz" -checksum=2f9cd3801acea6f1f5e93222b80940b5966790c51236b6ee3456e46d4b0269af +checksum=8a647b333875e117449fdfa3167ed50cfebe2c2254ae2618eaa5e64a5e5db3a6 + +post_extract() { + # disables the creation of the man pages, avoids the + # could not find git for clone of cmake_modules-populate error + vsed -e 's/option(BUILD_MANPAGES "Build Man pages using pandoc" ON)//' -i src/CMakeLists.txt +} post_install() { vlicense ../LICENSE