Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libnftnl: add libmnl as a dep to the devel subpkg
@ 2021-11-11  8:42 Gottox
  2021-11-17  9:50 ` [PR PATCH] [Merged]: " Gottox
  0 siblings, 1 reply; 2+ messages in thread
From: Gottox @ 2021-11-11  8:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 453 bytes --]

There is a new pull request by Gottox against master on the void-packages repository

https://github.com/Gottox/void-packages libnftnl-fix-devel-dep
https://github.com/void-linux/void-packages/pull/34026

libnftnl: add libmnl as a dep to the devel subpkg
pkgconfig complains about this otherwise.
See: /usr/lib/pkgconfig/libnftnl.pc

> Requires.private: libmnl


A patch file from https://github.com/void-linux/void-packages/pull/34026.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libnftnl-fix-devel-dep-34026.patch --]
[-- Type: text/x-diff, Size: 1166 bytes --]

From 5b29e6c6c4917ef9db2fd7a80e6bb34bb85778e2 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Thu, 11 Nov 2021 09:40:02 +0100
Subject: [PATCH] libnftnl: add libmnl as a dep to the devel subpkg

pkgconfig complains about this otherwise.
See: /usr/lib/pkgconfig/libnftnl.pc

> Requires.private: libmnl
---
 srcpkgs/libnftnl/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libnftnl/template b/srcpkgs/libnftnl/template
index 083a1a4b90c4..ba09afddd91e 100644
--- a/srcpkgs/libnftnl/template
+++ b/srcpkgs/libnftnl/template
@@ -1,7 +1,7 @@
 # Template file for 'libnftnl'
 pkgname=libnftnl
 version=1.2.0
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libmnl-devel"
@@ -13,7 +13,7 @@ distfiles="https://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${vers
 checksum=90b01fddfe9be8c3245c3ba5ff5a4424a8df708828f92b2b361976b658c074f5
 
 libnftnl-devel_package() {
-	depends="${sourcepkg}>=${version}_${revision}"
+	depends="${sourcepkg}>=${version}_${revision} $makedepends"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: libnftnl: add libmnl as a dep to the devel subpkg
  2021-11-11  8:42 [PR PATCH] libnftnl: add libmnl as a dep to the devel subpkg Gottox
@ 2021-11-17  9:50 ` Gottox
  0 siblings, 0 replies; 2+ messages in thread
From: Gottox @ 2021-11-17  9:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

There's a merged pull request on the void-packages repository

libnftnl: add libmnl as a dep to the devel subpkg
https://github.com/void-linux/void-packages/pull/34026

Description:
pkgconfig complains about this otherwise.
See: /usr/lib/pkgconfig/libnftnl.pc

> Requires.private: libmnl


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-17  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-11  8:42 [PR PATCH] libnftnl: add libmnl as a dep to the devel subpkg Gottox
2021-11-17  9:50 ` [PR PATCH] [Merged]: " Gottox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).