Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libmaxminddb: update to 1.4.3.
@ 2020-12-28 19:45 ndowens
  0 siblings, 0 replies; only message in thread
From: ndowens @ 2020-12-28 19:45 UTC (permalink / raw)
  To: ml

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-28 19:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 19:45 [PR PATCH] libmaxminddb: update to 1.4.3 ndowens

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