Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libmicrodns: update to 0.1.2.
@ 2020-04-01 16:50 knusbaum
  2020-12-20  3:24 ` ericonr
  2020-12-20  3:24 ` [PR PATCH] [Closed]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: knusbaum @ 2020-04-01 16:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knusbaum/void-packages UPDATE-libmicrodns-0.1.2
https://github.com/void-linux/void-packages/pull/20553

libmicrodns: update to 0.1.2.
The new library now uses meson instead of autotools.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-UPDATE-libmicrodns-0.1.2-20553.patch --]
[-- Type: text/x-diff, Size: 1511 bytes --]

From 21afe71aee99b83aa380fef1e899860dc84eeab1 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Sun, 29 Mar 2020 16:37:35 -0500
Subject: [PATCH] libmicrodns: update to 0.1.2.

---
 srcpkgs/libmicrodns/template | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/libmicrodns/template b/srcpkgs/libmicrodns/template
index efcbce9fd37..495aa3d4540 100644
--- a/srcpkgs/libmicrodns/template
+++ b/srcpkgs/libmicrodns/template
@@ -1,18 +1,24 @@
 # Template file for 'libmicrodns'
 pkgname=libmicrodns
-version=0.1.0
+version=0.1.2
 revision=1
-build_style=gnu-configure
-hostmakedepends="autoconf automake libtool pkg-config"
+build_style=meson
+hostmakedepends="ninja"
 short_desc="Minimal mDNS resolver library"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="LGPL-2.1-only"
 homepage="https://github.com/videolabs/libmicrodns"
 distfiles="https://github.com/videolabs/libmicrodns/archive/${version}.tar.gz"
-checksum=aa16c9863962f54db991a0176ae75e60b9ab83f63c3b436806682c8a66443444
+checksum=2b4d733f9472e11b71d66208c025de2e1f4a1087814bdc1e12e1aa78aca670e5
 
-pre_configure() {
-	./bootstrap
+do_build() {
+	meson --prefix /usr --default-library both builddir
+	ninja -C builddir
+}
+
+do_install() {
+	export DESTDIR
+	ninja -C builddir install
 }
 
 libmicrodns-devel_package() {
@@ -23,6 +29,5 @@ libmicrodns-devel_package() {
 		vmove "usr/lib/*.a"
 		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
-		vmove usr/share
 	}
 }

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

* Re: libmicrodns: update to 0.1.2.
  2020-04-01 16:50 [PR PATCH] libmicrodns: update to 0.1.2 knusbaum
@ 2020-12-20  3:24 ` ericonr
  2020-12-20  3:24 ` [PR PATCH] [Closed]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2020-12-20  3:24 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/20553#issuecomment-748557445

Comment:
Superseded by 9aaf08821fce938a04e97dd0ee79eb3719124d08

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

* Re: [PR PATCH] [Closed]: libmicrodns: update to 0.1.2.
  2020-04-01 16:50 [PR PATCH] libmicrodns: update to 0.1.2 knusbaum
  2020-12-20  3:24 ` ericonr
@ 2020-12-20  3:24 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2020-12-20  3:24 UTC (permalink / raw)
  To: ml

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

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

libmicrodns: update to 0.1.2.
https://github.com/void-linux/void-packages/pull/20553

Description:
The new library now uses meson instead of autotools.

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

end of thread, other threads:[~2020-12-20  3:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01 16:50 [PR PATCH] libmicrodns: update to 0.1.2 knusbaum
2020-12-20  3:24 ` ericonr
2020-12-20  3:24 ` [PR PATCH] [Closed]: " ericonr

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).