Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libmaxminddb: update to 1.4.3.
Date: Mon, 28 Dec 2020 20:45:49 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27507@inbox.vuxu.org> (raw)

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

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

https://github.com/ndowens/void-packages libmaxminddb
https://github.com/void-linux/void-packages/pull/27507

libmaxminddb: update to 1.4.3.
Also move libs and pkgconfig to -devel

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libmaxminddb-27507.patch --]
[-- Type: text/x-diff, Size: 1509 bytes --]

From b08a1996babff567590823717ab7374fee6b596d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 28 Dec 2020 13:46:24 -0600
Subject: [PATCH] libmaxminddb: update to 1.4.3.

Also move libs and pkgconfig to -devel
---
 srcpkgs/libmaxminddb/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libmaxminddb/template b/srcpkgs/libmaxminddb/template
index 1bf9f18a1f1..55e419fa387 100644
--- a/srcpkgs/libmaxminddb/template
+++ b/srcpkgs/libmaxminddb/template
@@ -1,14 +1,15 @@
 # Template file for 'libmaxminddb'
 pkgname=libmaxminddb
-version=1.3.2
+version=1.4.3
 revision=1
 build_style=gnu-configure
-short_desc="A library for working with MaxMind DB files"
+checkdepends="perl"
+short_desc="Library for working with MaxMind DB files"
 maintainer="Elie ROUDNINSKI <xademax@gmail.com>"
 license="Apache-2.0"
-homepage="https://maxmind.github.io/${pkgname}/"
+homepage="https://maxmind.github.io/libmaxminddb"
 distfiles="https://github.com/maxmind/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
-checksum=e6f881aa6bd8cfa154a44d965450620df1f714c6dc9dd9971ad98f6e04f6c0f0
+checksum=a5fdf6c7b4880fdc7620f8ace5bd5cbe9f65650c9493034b5b9fc7d83551a439
 
 libmaxminddb-devel_package() {
 	short_desc+=" - development files"
@@ -16,5 +17,8 @@ libmaxminddb-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove usr/share/man/man3
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+		vmove "usr/lib/*.a"
 	}
 }

                 reply	other threads:[~2020-12-28 19:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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-27507@inbox.vuxu.org \
    --to=ndowens@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).