Github messages for voidlinux
 help / color / mirror / Atom feed
From: ifreund <ifreund@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libxml2: include static library in devel package
Date: Mon, 18 May 2020 20:02:41 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22095@inbox.vuxu.org> (raw)

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

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

https://github.com/ifreund/void-packages libxml2-static
https://github.com/void-linux/void-packages/pull/22095

libxml2: include static library in devel package


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

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

From c4808ddd15f3ab730f25a0f515cbc4aa5ec80398 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Mon, 18 May 2020 20:00:33 +0200
Subject: [PATCH] libxml2: include static library in devel package

---
 srcpkgs/libxml2/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template
index cc5064905e6..7e60cdc6c40 100644
--- a/srcpkgs/libxml2/template
+++ b/srcpkgs/libxml2/template
@@ -4,10 +4,9 @@
 #
 pkgname=libxml2
 version=2.9.10
-revision=2
+revision=3
 build_style=gnu-configure
-configure_args="--disable-static --with-threads --with-history --with-icu
- --without-python"
+configure_args="--with-threads --with-history --with-icu --without-python"
 hostmakedepends="automake libtool gettext-devel pkg-config"
 makedepends="zlib-devel ncurses-devel readline-devel liblzma-devel icu-devel"
 short_desc="Library providing XML and HTML support"
@@ -40,6 +39,7 @@ libxml2-devel_package() {
 		vmove usr/share/doc/${sourcepkg}-${version}
 		vmove "usr/share/man/man1/xml2-config*"
 		vmove usr/share/man/man3
+		vmove "usr/lib/*.a"
 		vmove "usr/lib/*.so"
 	}
 }

             reply	other threads:[~2020-05-18 18:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-18 18:02 ifreund [this message]
2020-05-18 22:43 ` [PR PATCH] [Merged]: " abenson

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