Github messages for voidlinux
 help / color / mirror / Atom feed
From: knusbaum <knusbaum@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libmicrodns: update to 0.1.2.
Date: Wed, 01 Apr 2020 18:50:30 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20553@inbox.vuxu.org> (raw)

[-- 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
 	}
 }

             reply	other threads:[~2020-04-01 16:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-01 16:50 knusbaum [this message]
2020-12-20  3:24 ` ericonr
2020-12-20  3:24 ` [PR PATCH] [Closed]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20553@inbox.vuxu.org \
    --to=knusbaum@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).